aboutsummaryrefslogtreecommitdiff
path: root/templates/user/settings/sshkeys.tmpl
Commit message (Collapse)AuthorAge
* templates: rename template function Str2html -> Str2HTMLUnknwon2018-12-10
|
* 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
* new user profile settings UIUnknwon2015-09-06
| | | | Signed-off-by: Unknwon <u@gogs.io>
* add webhook recent deliveriesUnknwon2015-08-27
|
* add confirmation to delete ssh keyUnknwon2015-08-20
|
* #334: Add Deployment Key SupportUnknwon2015-08-06
|
* 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
|
* work on #616 and update localesUnknwon2014-11-10
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-18
| | | | | | | | | | | | | | 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 pagesUnknwon2014-08-09
|
* Finish new hooks list pageUnknwon2014-08-09
|
* New UI merge in progressUnknwon2014-07-26