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
|
bba707de36
|
Finish team list, create new team, join/leave team page
|
10 years ago |
Unknwon
|
7af7584d25
|
Finish new reset password, etc.
|
10 years ago |
twitchyliquid64
|
d304a23787
|
Corrected grammar and spelling mistakes in templates. Normalizing to American English.
|
11 years ago |
Unknown
|
45462662e9
|
Add flash
|
11 years ago |
zhsso
|
a4cbe79567
|
fix
|
11 years ago |
zhsso
|
f3ed11d177
|
mistakes
|
11 years ago |
Unknown
|
5d4025cb5a
|
Add go get meta support
|
11 years ago |
Unknown
|
b7c3b0cc73
|
Add reset password, fix #58
|
11 years ago |