summaryrefslogtreecommitdiffstats
path: root/routers/user/setting.go
Commit message (Expand)AuthorAgeFilesLines
* Splitted the user settings code into several files to be more maintainable (#...David Schneiderbauer2018-05-171-808/+0
* Refactor User Settings (#3900)David Schneiderbauer2018-05-151-197/+182
* Added user language setting (#3875)kolaente2018-05-051-1/+6
* Fix missing translations when updating username. (#3564)bugreport02018-02-251-3/+3
* Cleanup models.User.HashPassword (#3334)Kim "BKC" Carlbäcker2018-01-121-2/+1
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-41/+41
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-081-1/+1
* Fix missing password length check when change password (#3039)Lunny Xiao2017-12-021-1/+3
* remove unused variable (#3038)Lunny Xiao2017-11-301-1/+0
* Disable add key button if SSH is disabled (#2873)Michael Kuhn2017-11-211-3/+6
* Merge password and 2fa page on user settings (#2695)Lunny Xiao2017-10-161-37/+30
* Implementation of all repositories of a user from user->settings (#1740)Rémy Boulanouar2017-09-141-0/+35
* Only check at least one email gpg key (#2266)Antoine GIRARD2017-09-051-2/+2
* Add AppURL without trailing slash to TOTP issuer parameter to prevent conflic...David Schneiderbauer2017-08-191-1/+1
* Only update needed columns when update user (#2296)Lunny Xiao2017-08-121-2/+2
* Make time diff translatable (#2057)Lauris BH2017-06-281-1/+1
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-051-1/+1
* Display all organization from user settings (#1739)Rémy Boulanouar2017-06-021-0/+14
* xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-291-1/+1
* Rework SSH key management UI to add GPG (#1293)Antoine GIRARD2017-04-261-40/+93
* Show a link to password reset from password change and delete account (#862)Sandro Santilli2017-03-111-0/+3
* fix #13 (#1042)Lunny Xiao2017-02-251-1/+1
* fix 500 when change user setting email to an exist email (#1039)Lunny Xiao2017-02-251-0/+5
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-1/+45
* Two factor authentication support (#630)Andrew2017-01-161-0/+194
* Add Keep email private (see issue #571). (#571)derSuessmann2017-01-081-0/+1
* Notifications - Step 2Andrey Nering2016-12-301-1/+0
* Fix random string generator (#384)Denis Denisov2016-12-201-1/+5
* fixed vulnerabilities (#392)Lunny Xiao2016-12-151-2/+2
* Fixes typosBwko2016-11-271-1/+1
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-19/+19
* golint fixed for parts of routers root, dev, user and org dirs (#167)Lunny Xiao2016-11-181-26/+44
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-6/+6
* moreSandro Santilli2016-11-071-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-6/+6
* router/repo: code refactoringUnknwon2016-08-301-1/+1
* Add support for federated avatars (#3320)Sandro Santilli2016-08-071-10/+17
* Refactor User.Id to User.IDUnknwon2016-07-241-10/+10
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-7/+6
* Rename module: middleware -> contextUnknwon2016-03-111-19/+19
* Added: Ability to delete org avatar.Tamás Molnár2016-03-061-6/+3
* #1157 some avatar setting changesUnknwon2016-03-051-9/+27
* #1692 add user email APIsUnknwon2015-12-151-1/+1
* #2154 minor fixUnknwon2015-12-111-1/+1
* #2154 fix form submit errorUnknwon2015-12-111-14/+25
* #2154 disable change user for non-local usersUnknwon2015-12-111-2/+4
* fix #976Unknwon2015-12-031-2/+2
* fix #2020Unknwon2015-11-241-1/+1
* fix #878Unknwon2015-11-181-1/+1
* fix #981Unknwon2015-09-171-2/+4