Commit Graph

107 Commits (bd6ef718548767ff209048eb8443a067106908bf)

Author SHA1 Message Date
Peter Smit fd70f9ec1b Fix by adding a tooltip for all dates in all settings/panels
Unknwon 49193bebd2 UI: Confirmation box
Unknwon 7ba9257a7f Add suburl support
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
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.
Unknwon d2aff9a46a Continue working on new admin pages
Unknown 9924e65ca1 In progress of name template name constant