Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) | Patrick G | 2017-03-15 | 1 | -59/+55 |
| | |||||
* | feat: fill in ssh key title automatically. (#863) | Bo-Yi Wu | 2017-02-09 | 1 | -2/+2 |
| | |||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 1 | -77/+77 |
| | | | | | | | | | | | | 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 | ||||
* | new user profile settings UI | Unknwon | 2015-09-06 | 1 | -11/+2 |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | ||||
* | add webhook recent deliveries | Unknwon | 2015-08-27 | 1 | -1/+1 |
| | |||||
* | add confirmation to delete ssh key | Unknwon | 2015-08-20 | 1 | -58/+87 |
| | |||||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 | 1 | -1/+1 |
| | |||||
* | 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 personal access token panel #12 | Unknwon | 2014-11-12 | 1 | -3/+5 |
| | |||||
* | work on #616 and update locales | Unknwon | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -2/+2 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | 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 | ||||
* | Finish new web hook pages | Unknwon | 2014-08-09 | 1 | -1/+1 |
| | |||||
* | Finish new hooks list page | Unknwon | 2014-08-09 | 1 | -4/+4 |
| | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -0/+61 |