Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | user/setting: improve UI | Unknwon | 2017-04-07 |
| | |||
* | pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} | Unknwon | 2017-04-06 |
| | |||
* | 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 | ||
* | add webhook recent deliveries | Unknwon | 2015-08-27 |
| | |||
* | token recent activity | Unknwon | 2015-08-19 |
| | |||
* | fix access token style | Unknwon | 2015-08-19 |
| | |||
* | new access token UI | Unknwon | 2015-08-19 |
| | |||
* | 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 |
| | |||
* | add personal access token panel #12 | Unknwon | 2014-11-12 |