summaryrefslogtreecommitdiffstats
path: root/templates/user/settings/sshkeys.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)Patrick G2017-03-151-59/+55
|
* feat: fill in ssh key title automatically. (#863)Bo-Yi Wu2017-02-091-2/+2
|
* Indent all templates with tabsAdam Strzelecki2015-12-081-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 UIUnknwon2015-09-061-11/+2
| | | | Signed-off-by: Unknwon <u@gogs.io>
* add webhook recent deliveriesUnknwon2015-08-271-1/+1
|
* add confirmation to delete ssh keyUnknwon2015-08-201-58/+87
|
* #334: Add Deployment Key SupportUnknwon2015-08-061-1/+1
|
* Remove the "PHP" style formatting functionPeter Smit2015-02-161-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/panelsPeter Smit2015-01-021-1/+1
|
* add personal access token panel #12Unknwon2014-11-121-3/+5
|
* work on #616 and update localesUnknwon2014-11-101-1/+1
|
* Add suburl supportUnknwon2014-09-191-2/+2
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-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 pagesUnknwon2014-08-091-1/+1
|
* Finish new hooks list pageUnknwon2014-08-091-4/+4
|
* New UI merge in progressUnknwon2014-07-261-0/+61