Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | new access token UI | Unknwon | 2015-08-19 | |
| | ||||
* | new UI on admin/monitor | Unknwon | 2015-08-19 | |
| | ||||
* | fix css styles | Unknwon | 2015-08-15 | |
| | ||||
* | Fix broken collaboration link in repo settings | James Anderson | 2015-08-10 | |
| | ||||
* | finish transforming to v2 | Unknwon | 2015-08-10 | |
| | ||||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 | |
| | ||||
* | UI: issues - finish basic frame | Unknwon | 2015-07-24 | |
| | ||||
* | Remove GoGet option from repository and handle it with ?go-get=1 instead | Peter Smit | 2015-02-17 | |
| | | | | The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page. | |||
* | fox #620 | Unknwon | 2014-11-17 | |
| | ||||
* | work on #616 and update locales | Unknwon | 2014-11-10 | |
| | ||||
* | update slack hook to use new format | Christopher Brickley | 2014-10-24 | |
| | ||||
* | Fix #264 | Unknwon | 2014-10-06 | |
| | ||||
* | UI: Confirmation box | Unknwon | 2014-09-29 | |
| | ||||
* | UI: Confirmation box | Unknwon | 2014-09-28 | |
| | ||||
* | 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 | |