aboutsummaryrefslogtreecommitdiffstats
path: root/templates/admin/user
Commit message (Collapse)AuthorAgeFilesLines
* Allow admin toggle forcing a password change for newly created users (#4563)Lanre Adelowo2018-09-131-0/+7
|
* Disable 'May Import Local Repository' when is disabled by setting (Issue ↵EnricoFerro2018-08-241-1/+1
| | | | #4779) (#4780)
* 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
* Disable custom Git Hooks globally via configuration file (#2450)techknowlogick2017-09-121-1/+1
| | | | | | | | * Create option to disable githooks globally via configuration file * Update comment in app.ini to align with @ethantkoenig's suggestion Signed-off-by: Matti Ranta <matti@mdranta.net>
* Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)Patrick G2017-03-153-213/+201
|
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * initial stuff for oauth2 login, fails on: * login button on the signIn page to start the OAuth2 flow and a callback for each provider Only GitHub is implemented for now * show login button only when the OAuth2 consumer is configured (and activated) * create macaron group for oauth2 urls * prevent net/http in modules (other then oauth2) * use a new data sessions oauth2 folder for storing the oauth2 session data * add missing 2FA when this is enabled on the user * add password option for OAuth2 user , for use with git over http and login to the GUI * add tip for registering a GitHub OAuth application * at startup of Gitea register all configured providers and also on adding/deleting of new providers * custom handling of errors in oauth2 request init + show better tip * add ExternalLoginUser model and migration script to add it to database * link a external account to an existing account (still need to handle wrong login and signup) and remove if user is removed * remove the linked external account from the user his settings * if user is unknown we allow him to register a new account or link it to some existing account * sign up with button on signin page (als change OAuth2Provider structure so we can store basic stuff about providers) * from gorilla/sessions docs: "Important Note: If you aren't using gorilla/mux, you need to wrap your handlers with context.ClearHandler as or else you will leak memory!" (we're using gorilla/sessions for storing oauth2 sessions) * use updated goth lib that now supports getting the OAuth2 user if the AccessToken is still valid instead of re-authenticating (prevent flooding the OAuth2 provider)
* feat: Able to disable non-admin to create new organization (#927)Bo-Yi Wu2017-02-141-0/+2
|
* Restrict creating organisations by user (#193)Schwobaland2016-12-311-0/+6
| | | | | | | | | | | | | | | | | | | | | | * restrict creating organizations based on right on user * revert bindata.go * reverse vendor lib * revert goimports change * set AllowCreateOrganization default value to true * revert locale * added default value for AllowCreateOrganization * fix typo in migration-comment * fix comment * add coments in migration
* 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-242-3/+3
|
* #2937 able to prohibit user loginUnknwon2016-07-161-0/+6
|
* #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-112-1/+3
|
* #1575 Limit repo creationUnknwon2015-12-101-0/+10
|
* Indent all templates with tabsAdam Strzelecki2015-12-083-221/+221
| | | | | | | | | | | | 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
* #1511 Allow local import only for admin usersUnknwon2015-11-031-1/+7
|
* #1525 Triggere mailer for admin created accountsUnknwon2015-09-251-0/+10
|
* #697 and #1606 and new admin edit user UIUnknwon2015-09-132-90/+97
|
* #1606 GUI bug while adding ldap userUnknwon2015-09-131-1/+1
|
* fix html logicUnknwon2015-09-131-3/+3
|
* #697 disable captcha and new admin create user UIUnknwon2015-09-131-53/+51
|
* fix cssUnknwon2015-09-111-2/+2
|
* new admin user list UIUnknwon2015-09-111-58/+69
|
* more fix on #1553Unknwon2015-09-011-1/+1
|
* fix #1553Unknwon2015-09-011-1/+1
|
* Add full name field to admin's user edit page (fixes #1130)James2015-04-281-0/+4
|
* Fix for deleting user when gogs instalation is on http://hostname/gogsSternik2015-03-131-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
|
* fix invalid user links in admin panelsUnknwon2014-11-191-1/+1
|
* fox #620Unknwon2014-11-171-5/+9
|
* UI: Confirmation boxUnknwon2014-09-281-2/+9
|
* Page: Commits and fix #249Unknwon2014-09-231-2/+2
|
* Add suburl supportUnknwon2014-09-193-7/+7
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-183-7/+7
| | | | | | | | | | | | | | 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-292-3/+2
|
* Finish new admin users pagesUnknwon2014-08-293-194/+188
|
* bug fixedlunnyxiao2014-08-081-1/+1
|
* Make possible for administrators to change user's password (fix proposal for ↵gima2014-07-181-0/+7
| | | | #290)
* fix typos in users' editing template.António Meireles2014-06-301-3/+3
|
* In progress of name template name constantUnknown2014-06-222-0/+197