summaryrefslogtreecommitdiffstats
path: root/routers/user
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix duplicated feed (#2370)Lunny Xiao2017-08-282-2/+0
* Fix missing collabrative repos (#2367)Lunny Xiao2017-08-241-7/+8
* Log failed authentication attempts with remote address for fail2ban (#2334)David Schneiderbauer2017-08-241-0/+2
* Add collaborative repositories to the dashboard (#2205)Bwko2017-08-232-41/+16
* Add OpenID configuration in install page (#2276)Sandro Santilli2017-08-191-8/+1
* Add AppURL without trailing slash to TOTP issuer parameter to prevent conflic...David Schneiderbauer2017-08-191-1/+1
* Fix variable name typo (#2327)Morlinest2017-08-181-2/+2
* Make SHOW_USER_EMAIL also apply to profiles (#2258)Michael Kuhn2017-08-171-0/+2
* Fix and improve dashboard repo UI (#2285)Morlinest2017-08-171-0/+1
* Only update needed columns when update user (#2296)Lunny Xiao2017-08-123-11/+14
* Fix counts on issues dashboard (#2215)Ethan Koenig2017-08-033-57/+107
* Make time diff translatable (#2057)Lauris BH2017-06-283-7/+7
* Fix "Dashboard shows deleted comments" (#1995)Jonas Franz2017-06-252-3/+4