Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | repo: able to view size (#1158) | Unknwon | 2017-03-12 |
| | |||
* | Minor HTML fix for delete repository notice | Unknwon | 2016-07-23 |
| | |||
* | Modify behaviour of repo-delete. (#3232) | Pheng Heong TAN | 2016-07-09 |
| | | | | | | | | | | Re: issues gogits/gogs#2863 and gogits/gogs#3231 As a result of modifications to the contents of the conf folder, `make bindata` was run, causing an update to bindata.go. Meta ----- This commit will be rebased onto the 'develop' branch. | ||
* | #13 finish user and repository search | Unknwon | 2016-03-11 |
| | | | | Both are possible on explore and admin panel | ||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 |
| | | | | | | | | | | | | 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 | ||
* | remember page number when delete repo | Unknwon | 2015-12-05 |
| | |||
* | #2063 Ability to delete repo from admin panel | Unknwon | 2015-12-05 |
| | |||
* | #1525 Triggere mailer for admin created accounts | Unknwon | 2015-09-25 |
| | |||
* | Fix admin repos new ui | Antoine GIRARD | 2015-09-26 |
| | |||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 |
| | |||
* | Remove the "PHP" style formatting function | Peter Smit | 2015-02-16 |
| | | | | | | The "PHP" formatting function doesn't add anything, except an undocumented date format. All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience. | ||
* | Fix #799 by adding a tooltip for all dates in all settings/panels | Peter Smit | 2015-01-02 |
| | |||
* | Fix swapped issue/star columns in /admin/repos | James Cracknell | 2014-11-28 |
| | |||
* | fix invalid user links in admin panels | Unknwon | 2014-11-19 |
| | |||
* | 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 | ||
* | Continue working on new admin pages | Unknwon | 2014-08-29 |