Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add | ||||
* | Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) | Patrick G | 2017-03-15 | 1 | -51/+47 |
| | |||||
* | Support to last login feature | Joubert RedRat | 2016-11-09 | 1 | -0/+6 |
| | |||||
* | Merge all pagination-templates into 'base/paginate' | Kim "BKC" Carlbäcker | 2016-11-07 | 1 | -1/+1 |
| | | | | to reduce code-duplicity | ||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | #13 finish user and repository search | Unknwon | 2016-03-11 | 1 | -24/+5 |
| | | | | Both are possible on explore and admin panel | ||||
* | #2156 admin able to edit organization max repo creation | Unknwon | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 1 | -66/+66 |
| | | | | | | | | | | | | 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 css | Unknwon | 2015-09-11 | 1 | -2/+2 |
| | |||||
* | new admin user list UI | Unknwon | 2015-09-11 | 1 | -58/+69 |
| | |||||
* | Remove the "PHP" style formatting function | Peter Smit | 2015-02-16 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -1/+1 |
| | |||||
* | fix invalid user links in admin panels | Unknwon | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Page: Commits and fix #249 | Unknwon | 2014-09-23 | 1 | -2/+2 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -5/+5 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -5/+5 |
| | | | | | | | | | | | | | | 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 | -2/+1 |
| | |||||
* | Finish new admin users pages | Unknwon | 2014-08-29 | 1 | -0/+62 |