aboutsummaryrefslogtreecommitdiff
path: root/templates/user/settings/applications.tmpl
Commit message (Collapse)AuthorAge
* user/setting: improve UIUnknwon2017-04-07
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* Indent all templates with tabsAdam Strzelecki2015-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 deliveriesUnknwon2015-08-27
|
* token recent activityUnknwon2015-08-19
|
* fix access token styleUnknwon2015-08-19
|
* new access token UIUnknwon2015-08-19
|
* Remove the "PHP" style formatting functionPeter Smit2015-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/panelsPeter Smit2015-01-02
|
* add personal access token panel #12Unknwon2014-11-12