Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add button to admin ui (#1738) | Rémy Boulanouar | 2017-05-19 | 1 | -0/+3 |
| | | | | | | | | | | * Add button to admin ui * Update according to review * Update locale_fr-FR.ini * Rollback to locale french file | ||||
* | Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) | Patrick G | 2017-03-15 | 1 | -41/+37 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | #13 finish user and repository search | Unknwon | 2016-03-11 | 1 | -24/+5 |
| | | | | Both are possible on explore and admin panel | ||||
* | #2156 add edit org link in admin panel | Unknwon | 2015-12-12 | 1 | -0/+2 |
| | |||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 1 | -53/+53 |
| | | | | | | | | | | | | 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 | ||||
* | add some log | Unknwon | 2015-11-21 | 1 | -1/+1 |
| | |||||
* | #1525 Triggere mailer for admin created accounts | Unknwon | 2015-09-25 | 1 | -58/+55 |
| | |||||
* | New admin organization UI | Antoine GIRARD | 2015-09-25 | 1 | -56/+66 |
| | |||||
* | 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 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -3/+3 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | | 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 | -0/+58 |