Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -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 release | Unknwon | 2014-09-07 | 1 | -177/+129 |
| | |||||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 1 | -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 code | Unknown | 2014-05-05 | 1 | -21/+10 |
| | |||||
* | Install: Set the default host string based on database type | Robert Speicher | 2014-04-29 | 1 | -1/+1 |
| | |||||
* | Batch mirror fix | Unknown | 2014-04-26 | 1 | -6/+7 |
| | |||||
* | Corrected grammar and spelling mistakes in templates. Normalizing to ↵ | twitchyliquid64 | 2014-04-20 | 1 | -2/+2 |
| | | | | American English. | ||||
* | Add support default branch | Unknown | 2014-04-10 | 1 | -4/+0 |
| | |||||
* | Work on form resubmit | Unknown | 2014-04-10 | 1 | -1/+1 |
| | |||||
* | Fix #54 | Unknown | 2014-04-08 | 1 | -2/+2 |
| | |||||
* | Mirror fix on #45 | Unknown | 2014-03-30 | 1 | -4/+4 |
| | |||||
* | Finish close and reopen issue, install page, ready going to test stage of v0.2.0 | Unknown | 2014-03-29 | 1 | -27/+32 |
| | |||||
* | Bug fix | Unknown | 2014-03-29 | 1 | -1/+1 |
| | |||||
* | Working on install page | Unknown | 2014-03-28 | 1 | -4/+4 |
| | |||||
* | Add auto-detect home directory | Unknown | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | Bug fix | Unknown | 2014-03-28 | 1 | -0/+10 |
| | |||||
* | Update config option | Unknown | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | Working on install page | Unknown | 2014-03-28 | 1 | -29/+26 |
| | |||||
* | Working on issue and install page | Unknown | 2014-03-27 | 1 | -22/+32 |
| | |||||
* | update install page ui | FuXiaoHei | 2014-03-27 | 1 | -28/+147 |
| | |||||
* | change css name style | FuXiaoHei | 2014-03-25 | 1 | -2/+2 |
| | |||||
* | install sample page | FuXiaoHei | 2014-03-25 | 1 | -0/+70 |