summaryrefslogtreecommitdiffstats
path: root/templates/admin/user/list.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-2/+2
| | | | | | | | | | | | | | * refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add
* Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)Patrick G2017-03-151-51/+47
|
* Support to last login featureJoubert RedRat2016-11-091-0/+6
|
* Merge all pagination-templates into 'base/paginate'Kim "BKC" Carlbäcker2016-11-071-1/+1
| | | | to reduce code-duplicity
* Refactor User.Id to User.IDUnknwon2016-07-241-2/+2
|
* #13 finish user and repository searchUnknwon2016-03-111-24/+5
| | | | Both are possible on explore and admin panel
* #2156 admin able to edit organization max repo creationUnknwon2015-12-111-1/+1
|
* Indent all templates with tabsAdam Strzelecki2015-12-081-66/+66
| | | | | | | | | | | | 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
* fix cssUnknwon2015-09-111-2/+2
|
* new admin user list UIUnknwon2015-09-111-58/+69
|
* 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
|
* fix invalid user links in admin panelsUnknwon2014-11-191-1/+1
|
* Page: Commits and fix #249Unknwon2014-09-231-2/+2
|
* Add suburl supportUnknwon2014-09-191-5/+5
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-5/+5
| | | | | | | | | | | | | | 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
* Continue working on new admin pagesUnknwon2014-08-291-2/+1
|
* Finish new admin users pagesUnknwon2014-08-291-0/+62