aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/settings/collaboration.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* fix #650Unknwon2015-11-221-1/+1
|
* fix #1448Unknwon2015-11-171-45/+42
|
* UI: issues - finish basic frameUnknwon2015-07-241-1/+1
|
* Add suburl supportUnknwon2014-09-191-1/+1
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-1/+1
| | | | | | | | | | | | | | 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
* Removed trailing white spacesTristan Storch2014-08-301-1/+1
| | | | | | | | | | 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.
* Finish new collaboration pageUnknwon2014-08-071-0/+47