Unknwon
|
4b9fb43a70
|
home: new UI
|
10 years ago |
Raphael Randschau
|
3c65265871
|
Hide the registration button depending on the setting
|
10 years ago |
Tristan Storch
|
4c4488213a
|
correction: updated docker link
|
10 years ago |
unknown
|
1031271224
|
Add German translation to home page
|
10 years ago |
Unknwon
|
7ba9257a7f
|
Add suburl support
|
10 years ago |
Martin van Beurden
|
0055cbd365
|
Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
Conflicts:
modules/setting/setting.go
Conflicts:
templates/repo/release/list.tmpl
templates/user/dashboard/dashboard.tmpl
Conflicts:
routers/repo/setting.go
|
10 years ago |
Tristan Storch
|
69e332f432
|
Removed trailing white spaces
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
|
10 years ago |
Unknwon
|
9baf2b38d0
|
Bug fix on organization
|
10 years ago |
Unknwon
|
7af7584d25
|
Finish new reset password, etc.
|
10 years ago |
Unknwon
|
e8c9bb2c66
|
Finish new collaboration page
|
10 years ago |
Unknwon
|
8dd07c0ddd
|
New UI merge in progress
|
10 years ago |
Unknown
|
c1eb4d894a
|
Clean api code
|
11 years ago |
twitchyliquid64
|
d304a23787
|
Corrected grammar and spelling mistakes in templates. Normalizing to American English.
|
11 years ago |
Unknown
|
c36e7d322e
|
Mirror updates
|
11 years ago |
zhsso
|
a4cbe79567
|
fix
|
11 years ago |
zhsso
|
f3ed11d177
|
mistakes
|
11 years ago |
Unknown
|
cb05b8325c
|
Update config option
|
11 years ago |
Jake Scott
|
60b83ce0c6
|
Fix up the spelling on the intro :)
|
11 years ago |
FuXiaoHei
|
2a2f025388
|
change css name style
|
11 years ago |
Unknown
|
fbd252c1cf
|
Mirror fix
|
11 years ago |
FuXiaoHei
|
4b912b9ae6
|
signed-in dashboard and navbar changes
|
11 years ago |
FuXiaoHei
|
ffcfd428b8
|
ui design for sign-in and sign-up page
add /login and /sign-up link for user signing
fix typo error
|
11 years ago |
Unknown
|
3eb1ab9e8b
|
Add UI for register user
|
11 years ago |
Unknown
|
b1c5adc2f2
|
Setup templates structure
|
11 years ago |