summaryrefslogtreecommitdiffstats
path: root/templates/install.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Finish new install page, almost ready for 0.5 releaseUnknwon2014-09-071-177/+129
|
* Removed trailing white spacesTristan Storch2014-08-301-2/+2
| | | | | | | | | | 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.
* Clean api codeUnknown2014-05-051-21/+10
|
* Install: Set the default host string based on database typeRobert Speicher2014-04-291-1/+1
|
* Batch mirror fixUnknown2014-04-261-6/+7
|
* Corrected grammar and spelling mistakes in templates. Normalizing to ↵twitchyliquid642014-04-201-2/+2
| | | | American English.
* Add support default branchUnknown2014-04-101-4/+0
|
* Work on form resubmitUnknown2014-04-101-1/+1
|
* Fix #54Unknown2014-04-081-2/+2
|
* Mirror fix on #45Unknown2014-03-301-4/+4
|
* Finish close and reopen issue, install page, ready going to test stage of v0.2.0Unknown2014-03-291-27/+32
|
* Bug fixUnknown2014-03-291-1/+1
|
* Working on install pageUnknown2014-03-281-4/+4
|
* Add auto-detect home directoryUnknown2014-03-281-1/+1
|
* Bug fixUnknown2014-03-281-0/+10
|
* Update config optionUnknown2014-03-281-1/+1
|
* Working on install pageUnknown2014-03-281-29/+26
|
* Working on issue and install pageUnknown2014-03-271-22/+32
|
* update install page uiFuXiaoHei2014-03-271-28/+147
|
* change css name styleFuXiaoHei2014-03-251-2/+2
|
* install sample pageFuXiaoHei2014-03-251-0/+70