summaryrefslogtreecommitdiffstats
path: root/routers/user
Commit message (Expand)AuthorAgeFilesLines
* Fixed several activation bugs (#15473)KN4CK3R2021-04-301-5/+36
* add `/assets` as root dir of public files (#15219)a10121127962021-04-281-1/+4
* Refactor renders (#15175)Lunny Xiao2021-04-192-2/+20
* add well-known config for OIDC (#15355)techknowlogick2021-04-151-0/+10
* Performance improvement for list pull requests (#15447)Lunny Xiao2021-04-151-5/+5
* Disable Stars config option (#14653)Kyle D2021-04-151-0/+21
* OAuth2 auto-register (#5123)Martin Michaelis2021-04-142-132/+182
* Prevent NPE on avatar direct rendering if federated avatars disabled (#15434)zeripath2021-04-121-2/+17
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-3/+0
* Add dashboard milestone search and repo milestone search by name (#14866)Roger Luo2021-04-081-5/+8
* Move modules/forms to services/forms (#15305)zeripath2021-04-0612-53/+53
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-0515-83/+102
* [refactor] mailer service (#15072)65432021-04-022-3/+3
* Validate email in oauth registration form (#15014)Kyle D2021-03-171-0/+5
* Show correct issues for team dashboard (#14952)Norwin2021-03-121-3/+3
* Add SameSite setting for cookies (#14900)zeripath2021-03-073-21/+24
* Show private heatmap on profile to self & admins (#14881)Norwin2021-03-042-6/+2
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* Set HCaptchaSiteKey on Link Account pages (#14834)zeripath2021-02-281-0/+3
* Heatmap days clickable (#13935)gordon--2021-02-202-0/+2
* Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1...zeripath2021-02-191-1/+1
* Allow blocking some email domains from registering an account (#14667)Damien Goutte-Gattat2021-02-151-1/+1
* Honor REGISTER_MANUAL_CONFIRM when doing openid registration (#14548)Michel Ganguin2021-02-051-1/+1
* Fix captcha (#14488)Lunny Xiao2021-01-272-0/+7
* Move macaron to chi (#14293)Lunny Xiao2021-01-2612-63/+99
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-1/+5
* Enhance Ghost comment mitigation Settings (#14392)65432021-01-211-3/+3
* load U2F js only on pages which need it (#11585)Kamil DomaƄski2021-01-201-1/+1
* Display error if twofaSecret cannot be retrieved (#14372)Ash McKenzie2021-01-181-1/+8
* Allow passcode invalid error to appear (#14371)Ash McKenzie2021-01-181-1/+1
* Implement ghost comment mitigation (#14349)65432021-01-171-0/+6
* Add review requested filter on pull request overview (#13701)Jimmy Praet2021-01-171-1/+5
* Issues overview should not show issues from archived repos (#13220)Elena Neuschild2021-01-122-149/+313
* [Refactor] Passwort Hash/Set (#14282)65432021-01-102-6/+3
* Add option to change username to the admin panel (#14229)65432021-01-101-19/+17
* Check permission for the appropriate unit type (#14261)Jimmy Praet2021-01-061-2/+2
* Issue and pull request filters on organization dashboard #14052 (#14072)Jimmy Praet2021-01-031-22/+31
* Fix dashboard issues labels filter bug (#14210)Lunny Xiao2021-01-011-0/+4
* Minimal OpenID Connect implementation (#14139)Johnny Oskarsson2021-01-021-4/+49
* Check for notExist on profile repository page (#14197)zeripath2020-12-311-0/+3
* Team dashboards (#14159)Jimmy Praet2020-12-271-31/+37
* Disable SSH key deletion of externally managed Keys (#13985)zeripath2020-12-251-1/+19
* Fix creating OAuth2 auth source from CLI (#14116)Daniil Pankratov2020-12-241-2/+11
* rework heatmap permissions (#14080)Norwin2020-12-222-2/+2
* Show dropdown with all statuses for commit (#13977)Cirno the Strongest2020-12-201-1/+2
* Manually approve new registration (#13083)Jiri Vlasak2020-12-191-2/+2
* Whenever the password is updated ensure that the hash algorithm is too (#13966)zeripath2020-12-122-3/+3
* log error when login failed (#13903)Lunny Xiao2020-12-081-4/+4
* User Settings: Ignore empty language codes & validate (#13755)65432020-12-041-1/+9
* Direct avatar rendering (#13649)silverwind2020-12-031-5/+20