summaryrefslogtreecommitdiffstats
path: root/routers/user
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-222-9/+395
* Fix all the bugs in issues and pulls on dashboard (#943)Lunny Xiao2017-02-171-66/+32
* fix: 500 error on /explore/repos page. (#946)Bo-Yi Wu2017-02-151-6/+7
* bug fixed on issues and pullsLunny Xiao2017-02-151-8/+21
* Fix assigned issues dashboard (#920)Lunny Xiao2017-02-141-63/+109
* feat: support search bar on star tab of user profile. (#917)Bo-Yi Wu2017-02-141-55/+66
* fix: trim the whitespaces for the search keyword (#893)Bo-Yi Wu2017-02-112-2/+2
* fix: Admin can also search private user repository. (#869)Bo-Yi Wu2017-02-081-10/+10
* feat: support paginater on star tab of user profile. (#845)Bo-Yi Wu2017-02-071-2/+17
* fix: wrong pages number which includes private repository count. (#844)Bo-Yi Wu2017-02-061-2/+15
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-1/+1
* feat: Add search bar on user profile page. (#787)Bo-Yi Wu2017-02-042-6/+60
* Cache ctxUser in retrieveFeeds(..) (#826)Ethan Koenig2017-02-031-1/+3