aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Return 404 when user is not found on avatar (#21476)Gusted2022-10-161-0/+4
* Enforce grouped NuGet search results (#21442)KN4CK3R2022-10-171-13/+6
* Display total commit count in hook message (#21400)KN4CK3R2022-10-172-18/+20
* [refactor] Use const for wiki DefaultBranch (#21466)65432022-10-151-4/+4
* Add support for Chocolatey/NuGet v2 API (#21393)KN4CK3R2022-10-135-48/+600
* Fix #21406: Hide repo information from file view/blame mode (#21420)Neel2022-10-131-0/+2
* Respect user's locale when rendering the date range in the repo activity page...Yarden Shoham2022-10-131-2/+2
* Support instance-wide OAuth2 applications (#21335)qwerty2872022-10-123-5/+122
* Case-insensitive NuGet symbol file GUID (#21409)Hubert Wawrzyńczyk2022-10-122-2/+2
* Add generic set type (#21408)KN4CK3R2022-10-124-35/+34
* Use Name instead of DisplayName in LFS Lock (#21415)KN4CK3R2022-10-111-1/+1
* Use ISO date format instead of hard-coded English date format for date range ...Yarden Shoham2022-10-111-2/+2
* log real ip of requests from ssh (#21216)Lunny Xiao2022-10-111-0/+4
* Add user/organization code search (#19977)Lauris BH2022-10-116-66/+201
* Allow creation of OAuth2 applications for orgs (#18084)qwerty2872022-10-094-114/+283
* npm package registry support for `bin` (#21372)eleith2022-10-081-0/+1
* Show private data in feeds (#21369)KN4CK3R2022-10-071-1/+3
* Refactor parseTreeEntries, speed up tree list (#21368)wxiaoguang2022-10-081-2/+2
* Add GET and DELETE endpoints for Docker blob uploads (#21367)KN4CK3R2022-10-072-3/+54
* Make external issue tracker regexp configurable via API (#21338)Andrew Imeson2022-10-071-3/+4
* Set SemverCompatible to false for Conan packages (#21275)KN4CK3R2022-10-071-2/+1
* Parse OAuth Authorization header when request omits client secret (#21351)M Hickford2022-10-071-2/+21
* Add `stat` to `ToCommit` function for speed (#21337)Gennady Kovshenin2022-10-063-4/+11
* Tag list should include draft releases with existing tags (#21263)Jason Song2022-10-031-3/+11
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-021-0/+5
* Add pages to view watched repos and subscribed issues/PRs (#17156)qwerty2872022-09-292-2/+213
* Add API endpoint to get changed files of a PR (#21177)qwerty2872022-09-293-0/+159
* Improve error descriptions for unauthorized_client (#21292)M Hickford2022-09-281-4/+4
* Do not allow organisation owners add themselves as collaborator (#20043)Wim2022-09-281-0/+13
* Better repo API unit checks (#21130)John Olheiser2022-09-281-8/+23
* Make NuGet service index publicly accessible (#21242)KN4CK3R2022-09-241-26/+28
* NPM Package Registry search API endpoint (#20280)Jack Vine2022-09-243-0/+70
* Use absolute links in feeds (#21229)KN4CK3R2022-09-211-31/+31
* [API] teamSearch show teams with no members if user is admin (#21204)65432022-09-191-1/+5
* Fix CSV diff for added/deleted files (#21189)KN4CK3R2022-09-171-18/+18
* Keep path when creating a new branch (#21153)JakobDev2022-09-151-1/+1
* Use correct branch for .editorconfig error (#21152)JakobDev2022-09-141-1/+1
* Show .editorconfig errors in frontend (#21088)JakobDev2022-09-121-0/+5
* Allow poster to choose reviewers (#21084)Jason Song2022-09-091-5/+10
* Fix typo of issue template name (#21117)Jason Song2022-09-091-1/+1
* Fix pagination limit parameter problem (#21109)Tyrone Yeh2022-09-081-1/+1
* Allow uppercase ASCII alphabet in PyPI package names (#21095)KN4CK3R2022-09-071-1/+1
* Fix various typos (#21103)luzpaz2022-09-071-1/+1
* Webhook for Wiki changes (#20219)Aaron F2022-09-044-0/+15
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-041-8/+1
* Add more checks in migration code (#21011)zeripath2022-09-042-4/+2
* Fill the specified ref in webhook test payload (#20961)Jason Song2022-09-042-6/+16
* fix: PackageMetadataVersion deps (#21017)José Carlos2022-09-021-9/+12
* Support Issue forms and PR forms (#20987)Jason Song2022-09-023-69/+132
* Go 1.19 format (#20758)John Olheiser2022-08-306-61/+53