Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add suburl support | Unknwon | 2014-09-19 |
| | |||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 |
| | | | | | | | | | | | | | | 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 | ||
* | add organization-level webhooks | Christopher Brickley | 2014-09-05 |
| | |||
* | Mirror fix and hide missing pages for 0.5 release | Unknwon | 2014-09-01 |
| | |||
* | add Slack API webhook support | Christopher Brickley | 2014-08-31 |
| | |||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 |
| | | | | | | | | | | 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 admin dashboard | Unknwon | 2014-08-28 |
| | |||
* | Page: Manage social accounts | Unknwon | 2014-08-09 |
| | |||
* | UI: Bare repository does not have visual link to settings page | Unknwon | 2014-08-09 |
| | |||
* | Finish new web hook pages | Unknwon | 2014-08-09 |
| | |||
* | Finish new hooks list page | Unknwon | 2014-08-09 |
| | |||
* | Finish new collaboration page | Unknwon | 2014-08-07 |
| | |||
* | Finish new repo settings page | Unknwon | 2014-08-02 |