summaryrefslogtreecommitdiffstats
path: root/routers/user
Commit message (Expand)AuthorAgeFilesLines
* UX of link account (Step 1) (#5006)AJ ONeal2018-10-281-2/+24
* Fix to 3819 - Filtering issues by tags on main screen issues (#3824)Rodrigo Villablanca Vásquez2018-10-281-0/+2
* User action heatmap (#5131)kolaente2018-10-232-0/+4
* Remove check for negative length (#5120)Oleg Kovalov2018-10-201-1/+1
* Force user to change password (#4489)Lanre Adelowo2018-09-131-1/+72
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-0/+4
* Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706)SagePtr2018-08-143-19/+19
* log user in after a successful sign up (#4615)Lanre Adelowo2018-08-111-1/+2
* fix panic issue on update avatar email (#4580) (#4581)Dingjun2018-08-011-1/+1
* Switch plaintext scratch tokens to use hash instead (#4331)techknowlogick2018-07-272-5/+10
* Add flash message after an account has been successfully activated (#4510)Lanre Adelowo2018-07-251-0/+1
* Redirect to correct page after using scratch token (#4458)techknowlogick2018-07-191-1/+2
* Add Recaptcha functionality to Gitea (#4044)Fluf2018-07-052-3/+49
* Increase default TOTP secret size to 320 bits (#4287)Clar Charr2018-07-031-0/+1
* Fix open redirect vulnerability on login screen (#4312)Jonas Franz2018-06-261-1/+2
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-212-3/+7
* fix missing data on redirects (#3975)David Schneiderbauer2018-06-186-86/+90
* LDAP Public SSH Keys synchronization (#1844)Magnus Lindvall2018-05-241-1/+1
* Added repository search ordered by stars or forks. Forks column in admin repo...Alexey Terentyev2018-05-241-0/+8
* remove collaborative repositories from search on user profiles (#3996)David Schneiderbauer2018-05-211-7/+8
* Add support for FIDO U2F (#3971)Jonas Franz2018-05-193-5/+241
* Re-enable random avatar feature (#3988)David Schneiderbauer2018-05-191-1/+1
* Splitted the user settings code into several files to be more maintainable (#...David Schneiderbauer2018-05-1710-815/+922
* Refactor User Settings (#3900)David Schneiderbauer2018-05-153-234/+194
* issue-2768: added new option allow_only_external_registration (#3910)FabioFortini2018-05-131-1/+2
* Added user language setting (#3875)kolaente2018-05-052-1/+19
* Do not allow to reuse TOTP passcode (#3878)Lauris BH2018-05-021-1/+7
* Refactor and simplify redirect to url (#3674)Lauris BH2018-03-153-19/+7
* Fix missing translations when updating username. (#3564)bugreport02018-02-251-3/+3
* refactor: reduce sql query in retrieveFeeds (#3547)Bo-Yi Wu2018-02-211-31/+8
* Implements generator cli for secrets (#3531)Codruț Constantin Gușoi2018-02-181-1/+2
* Cleanup models.User.HashPassword (#3334)Kim "BKC" Carlbäcker2018-01-122-4/+2
* Handle refactor (#3339)Morgan Bazalgette2018-01-107-143/+143
* Remove useless fmt.Errorf("%v", err) (#3337)Antoine GIRARD2018-01-091-1/+1
* Change EncodePasswd to HashPassword (#3329)Morgan Bazalgette2018-01-082-2/+2
* Fix bugs in issue dashboard stats (#3073)Ethan Koenig2017-12-261-6/+27
* Remove unnecessary function call (#3109)Ethan Koenig2017-12-081-8/+3
* Add 'mark all read' option to notifications (#3097)Sasha Varlamov2017-12-071-0/+12
* Sort repos in issues dashboard sidebar (#3072)Ethan Koenig2017-12-041-0/+2
* Fix missing password length check when change password (#3039)Lunny Xiao2017-12-022-1/+71
* remove unused variable (#3038)Lunny Xiao2017-11-301-1/+0
* Unit tests for wiki routers (#3022)Ethan Koenig2017-11-302-20/+3
* Disable add key button if SSH is disabled (#2873)Michael Kuhn2017-11-211-3/+6
* Apply LANDING_PAGE config options for logged in users (#2894)schaffman52017-11-201-1/+1
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-271-15/+16
* Merge password and 2fa page on user settings (#2695)Lunny Xiao2017-10-161-37/+30
* Change default sort order (#2647)Kazuki Sawada2017-10-051-6/+1
* Use custom type and constants to hold order by options (#2572)Morlinest2017-09-221-10/+10
* 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