summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Refactor renders (#15175)Lunny Xiao2021-04-1913-76/+214
* add well-known config for OIDC (#15355)techknowlogick2021-04-152-0/+11
* Fix bug clone wiki (#15499)Lunny Xiao2021-04-151-0/+10
* Performance improvement for list pull requests (#15447)Lunny Xiao2021-04-152-17/+12
* Disable Stars config option (#14653)Kyle D2021-04-152-0/+22
* fix wrong file link in code search page (#15466)a10121127962021-04-141-2/+1
* 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
* Add ETag header (#15370)KN4CK3R2021-04-122-10/+23
* add some reponse status on api docs (#15399)a10121127962021-04-111-0/+12
* Fix delete nonexist oauth application 500 and prevent deadlock (#15384)Lunny Xiao2021-04-101-1/+5
* rsponse 404 when delete not exist email (#15383)a10121127962021-04-101-0/+6
* Turn RepoRef and RepoAssignment back into func(*Context) (#15372)zeripath2021-04-091-10/+10
* Move FCGI req.URL.Path fix-up to the FCGI listener (#15292)zeripath2021-04-091-9/+0
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-099-21/+15
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-087-266/+279
* Add dashboard milestone search and repo milestone search by name (#14866)Roger Luo2021-04-082-5/+15
* Fix CanCreateRepo check (#15311)John Olheiser2021-04-071-0/+3
* Move modules/forms to services/forms (#15305)zeripath2021-04-0648-327/+327
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-0560-402/+462
* Drop the event source if we are unauthorized (#15275)zeripath2021-04-041-2/+2
* [refactor] mailer service (#15072)65432021-04-024-5/+5
* response 404 for diff/patch of a commit that not exist (#15221)a10121127962021-04-011-0/+6
* Add Tabular Diff for CSV files (#14661)KN4CK3R2021-03-293-8/+87
* Improve /api/v1/repos/issues/search by just getting repo ids (#15179)zeripath2021-03-291-20/+4
* should run RetrieveRepoMetas() for empty pr (#15187)a10121127962021-03-291-3/+7
* use level config in main section when subsection not set level (#15176)a10121127962021-03-281-1/+1
* [refactor] Unify the export of user data via API (#15144)65432021-03-2713-25/+25
* Add DefaultMergeStyle option to repository (#14789)parnic2021-03-273-1/+9
* Fix bug on avatar middleware (#15124)Lunny Xiao2021-03-231-2/+11
* Implement delete release attachments and update release attachments' name (#1...Lunny Xiao2021-03-232-10/+36
* Handle unauthorized user events gracefully (#15071)Lauris BH2021-03-202-1/+12
* Create new issue from code (#14863)Roger Luo2021-03-171-0/+1
* Validate email in oauth registration form (#15014)Kyle D2021-03-171-0/+5
* Fixed wrong migrate url error description. (#15010)KN4CK3R2021-03-172-8/+8
* Move repo.CloseIssuesViaCommitInAnyBranch to issue settings (#14965)Norwin2021-03-161-4/+12
* Add reverse proxy configuration support for remote IP address (#14959)Lauris BH2021-03-161-2/+19
* Ensure validation occurs on clone addresses too (#14994)zeripath2021-03-153-52/+60
* API: fix set milestone on PR creation (#14981)Norwin2021-03-131-3/+1
* Prevent incorrect HTML escaping in swagger.json (#14957)zeripath2021-03-111-1/+1
* Show correct issues for team dashboard (#14952)Norwin2021-03-121-3/+3
* Prevent panic when editing forked repos by API (#14960)zeripath2021-03-111-0/+4
* Add ui.explore settings to control view of explore pages (2) (#14094)zeripath2021-03-113-4/+20
* Fix migration context data (#14910)KN4CK3R2021-03-071-15/+22
* Add SameSite setting for cookies (#14900)zeripath2021-03-075-24/+29
* Fix bug when combine label comments (#14894)Lunny Xiao2021-03-052-17/+97
* Show private heatmap on profile to self & admins (#14881)Norwin2021-03-042-6/+2
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-036-10/+86
* Add CORS config on to /login/oauth/access_token endpoint (#14850)zeripath2021-03-041-1/+13
* Handle urls with trailing slash (#14852)Norwin2021-03-021-0/+1