aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Redirect if user does not exist (#20981)KN4CK3R2022-08-291-1/+5
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter Gardfjäll2022-08-292-51/+55
* Add support for Vagrant packages (#20930)KN4CK3R2022-08-293-1/+254
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-2811-60/+73
* Only show relevant repositories on explore page (#19361)Gusted2022-08-251-6/+14
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-2514-20/+21
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-2545-252/+260
* Return 404 NotFound if requested attachment does not exist (#20886)zeripath2022-08-241-0/+20
* refactor webhook *EditPost (#20780)oliverpool2022-08-232-481/+196
* Improve single repo action for issue and pull requests (#20730)CodeDoctor2022-08-221-0/+2
* Fix mirror address setting not working (#20850)Gary Wang2022-08-211-2/+5
* Fix SQL Query for `SearchTeam` (#20844)Gusted2022-08-211-1/+1
* Pad GPG Key ID with preceding zeroes (#20878)zeripath2022-08-211-0/+7
* Remove calls to load Mirrors in user.Dashboard (#20855)zeripath2022-08-181-33/+0
* Fix owners cannot create organization repos bug (#20841)Lunny Xiao2022-08-182-2/+5
* Add badge capabilities to users (#20607)techknowlogick2022-08-181-0/+7
* Use the total issue count for UI (#20785)parnic2022-08-171-2/+7
* auth/reverseproxy: Add support for full name (#20776)Will Norris2022-08-161-0/+1
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-1/+2
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-162-6/+6
* Remove follow from commits by file (#20765)zeripath2022-08-142-4/+4
* Switch Unicode Escaping to a VSCode-like system (#19990)zeripath2022-08-134-38/+64
* refactor webhook *NewPost (#20729)oliverpool2022-08-114-488/+131