Author | SHA1 | Message | Date |
---|---|---|---|
|
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 |
|
676bd764fa | UI: SSH/HTTPS address switch and copy | 10 years ago |
|
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 |
|
08c6d07aad | UI: Bare repository does not have visual link to settings page | 11 years ago |
|
8dd07c0ddd | New UI merge in progress | 11 years ago |