Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement Default Webhooks (#4299) | Russell Aunger | 2019-03-18 | 1 | -0/+1 |
| | | | | | | | | Partially implement #770. Add "Default Webhooks" page in site admin UI. Persist to the existing webhooks table, but store with RepoID=0 and OrgID=0. Upon repo creation, copy the set of default webhooks into the new repo. | ||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 1 | -14/+14 |
| | | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file | ||||
* | Fix #532, add system notice | Unknwon | 2014-10-08 | 1 | -0/+1 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -7/+7 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -7/+7 |
| | | | | | | | | | | | | | | 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 | ||||
* | Continue working on new admin pages | Unknwon | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | Finish new admin dashboard | Unknwon | 2014-08-28 | 1 | -9/+13 |
| | |||||
* | Add corn rask monitor panel | Unknown | 2014-06-13 | 1 | -0/+1 |
| | |||||
* | Clean repo code | Unknown | 2014-05-05 | 1 | -1/+1 |
| | |||||
* | Clean api code | Unknown | 2014-05-05 | 1 | -1/+1 |
| | |||||
* | finish webhook ui, | FuXiaoHei | 2014-05-05 | 1 | -1/+1 |
| | | | | some ui fix | ||||
* | ldap support | Lunny Xiao | 2014-05-03 | 1 | -0/+1 |
| | |||||
* | Add transfer repository | Unknown | 2014-04-04 | 1 | -1/+1 |
| | |||||
* | fix init-tabs bug | FuXiaoHei | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | change css name style | FuXiaoHei | 2014-03-25 | 1 | -1/+1 |
| | |||||
* | update admin nav ui | FuXiaoHei | 2014-03-21 | 1 | -1/+1 |
| | |||||
* | All configuration reload-able | Unknown | 2014-03-21 | 1 | -0/+8 |