summaryrefslogtreecommitdiffstats
path: root/routers/user
Commit message (Expand)AuthorAgeFilesLines
* Refactor routers directory (#15800)Lunny Xiao2021-06-0922-6466/+0
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-2/+2
* Add Image Diff for SVG files (#14867)KN4CK3R2021-06-051-1/+4
* Fix case change in ownernames (#16045)zeripath2021-06-021-1/+7
* Make modules/context.Context a context.Context (#16031)zeripath2021-05-313-9/+9
* Fix goth user infer bug (#15821)Lunny Xiao2021-05-101-5/+10
* Use single shared random string generation function (#15741)silverwind2021-05-101-2/+2
* Allow only internal registration (#15795)65432021-05-092-3/+11
* Feature/oauth userinfo (#15721)N. L. H2021-05-061-0/+73
* 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