summaryrefslogtreecommitdiffstats
path: root/routers/user
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 500 in public activity page (#1901)Ethan Koenig2017-06-081-1/+5
* Cache ctx.User in retrieveFeeds (#1902)Ethan Koenig2017-06-081-0/+3
* 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
* Fix user profile activity feed (#1848)Ethan Koenig2017-06-022-13/+12
* xxx_active_code_live setting in printed in hours and minutes instead … (#1814)Jonas Östanbäck2017-05-293-7/+7
* Fix activity feed (#1779)Ethan Koenig2017-05-261-8/+33
* Add new text for reset password flash (#1718)Jonas Östanbäck2017-05-141-2/+2
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-011-2/+7
* Rework SSH key management UI to add GPG (#1293)Antoine GIRARD2017-04-261-40/+93
* Orgs: fix org page title when full name is not defined (#1495)silverwind2017-04-151-1/+1
* Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)Sandro Santilli2017-03-291-10/+10
* Reduce conditionals in signin/signup inner forms (#1138)Kim "BKC" Carlbäcker2017-03-221-4/+9
|\
| * Reduce conditionals in signin/signup inner formsSandro Santilli2017-03-201-4/+9
* | Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-212-33/+33
|/
* Show user OpenID URIs in their profile (#1314)Sandro Santilli2017-03-202-0/+24
* Add captcha support to OpenID based signupSandro Santilli2017-03-201-4/+5
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-173-1/+577
* Rename /forget_password url to /forgot_passwordSandro Santilli2017-03-141-2/+2
* Show a link to password reset from password change and delete account (#862)Sandro Santilli2017-03-112-0/+6
* Link OAuth2 account to 2FA enabled account (fix #1050) (#1052)Willem van Dreumel2017-02-271-2/+20
* fix 500 when use a duplicat email instead of giving an error tip (#1040)Lunny Xiao2017-02-251-7/+9
* fix #13 (#1042)Lunny Xiao2017-02-251-1/+1