| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow empty Conan files (#27092) | KN4CK3R | 2023-09-15 | 1 | -7/+2 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 18 | -30/+31 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 13 | -25/+25 |
* | Add missing 404 response to Swagger (#27038) | JakobDev | 2023-09-13 | 45 | -0/+300 |
* | Extract auth middleware from service (#27028) | KN4CK3R | 2023-09-12 | 1 | -2/+103 |
* | Move some functions to service layer (#26969) | Lunny Xiao | 2023-09-08 | 1 | -2/+2 |
* | Add a new column schedule_id for action_run to track (#26975) | Lunny Xiao | 2023-09-08 | 1 | -1/+7 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 3 | -7/+8 |
* | Replace `util.SliceXxx` with `slices.Xxx` (#26958) | CaiCandong | 2023-09-07 | 2 | -2/+4 |
* | Add reverseproxy auth for API back with default disabled (#26703) | Lunny Xiao | 2023-09-07 | 1 | -2/+8 |
* | Move createrepository from module to service layer (#26927) | Lunny Xiao | 2023-09-06 | 3 | -5/+4 |
* | Artifacts retention and auto clean up (#26131) | FuXiaoHei | 2023-09-06 | 2 | -5/+25 |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 8 | -21/+21 |
* | Remove `Named` interface (#26913) | KN4CK3R | 2023-09-05 | 4 | -0/+8 |
* | Refactor secrets modification logic (#26873) | KN4CK3R | 2023-09-05 | 3 | -90/+86 |
* | Add missing `reqToken()` to notifications endpoints (#26914) | JakobDev | 2023-09-05 | 1 | -3/+3 |
* | feat(API): add routes and functions for managing user's secrets (#26909) | Bo-Yi Wu | 2023-09-05 | 2 | -0/+112 |
* | Allow users with write permissions for issues to add attachments with API (#2... | Zettat123 | 2023-09-01 | 1 | -1/+1 |
* | feat(API): add secret deletion functionality for repository (#26808) | Bo-Yi Wu | 2023-09-01 | 3 | -4/+63 |
* | Move web/api context related testing function into a separate package (#26859) | wxiaoguang | 2023-09-01 | 3 | -17/+17 |
* | Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) | KN4CK3R | 2023-08-30 | 1 | -5/+3 |
* | Include the GITHUB_TOKEN/GITEA_TOKEN secret for fork pull requests (#26759) | js6pak | 2023-08-29 | 1 | -8/+5 |
* | feat(API): add route and implementation for creating/updating repository secr... | Bo-Yi Wu | 2023-08-29 | 3 | -17/+87 |
* | Fix some slice append usages (#26778) | Chongyi Zheng | 2023-08-29 | 1 | -9/+7 |
* | Add auth-required to config.json for Cargo http registry (#26729) | merlleu | 2023-08-28 | 1 | -1/+3 |
* | refactor(API): refactor secret creation and update functionality (#26751) | Bo-Yi Wu | 2023-08-28 | 3 | -58/+24 |
* | Move `modules/mirror` to `services` (#26737) | Chongyi Zheng | 2023-08-27 | 1 | -2/+1 |
* | PATCH branch-protection updates check list even when checks are disabled (#26... | Infinoid | 2023-08-24 | 1 | -1/+2 |
* | feat(API): update and delete secret for managing organization secrets (#26660) | Bo-Yi Wu | 2023-08-24 | 3 | -0/+97 |
* | feat: implement organization secret creation API (#26566) | Bo-Yi Wu | 2023-08-22 | 4 | -4/+58 |
* | Return empty when searching issues with no repos (#26545) | Jason Song | 2023-08-17 | 1 | -0/+4 |
* | Add API route to list org secrets (#26485) | Bo-Yi Wu | 2023-08-15 | 3 | -0/+88 |
* | Allow to archive labels (#26478) | puni9869 | 2023-08-14 | 2 | -1/+3 |
* | Fix NuGet search endpoints (#25613) | KN4CK3R | 2023-08-14 | 2 | -7/+15 |
* | Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) | wxiaoguang | 2023-08-09 | 1 | -4/+4 |
* | fix artifact merging chunks path with correct slash on Windows (#26400) | FuXiaoHei | 2023-08-08 | 1 | -1/+2 |
* | Refactor and enhance issue indexer to support both searching, filtering and p... | Jason Song | 2023-07-31 | 2 | -150/+176 |
* | Fix handling of plenty Nuget package versions (#26075) | KN4CK3R | 2023-07-26 | 4 | -32/+94 |
* | Remove "misc" scope check from public API endpoints (#26134) | wxiaoguang | 2023-07-26 | 1 | -2/+2 |
* | Allow Organisations to have a E-Mail (#25082) | JakobDev | 2023-07-25 | 1 | -1/+11 |
* | Fix handling of Debian files with trailing slash (#26087) | KN4CK3R | 2023-07-24 | 1 | -1/+1 |
* | fix Missing 404 swagger response docs for /admin/users/{username} (#26086) | caicandong | 2023-07-24 | 1 | -0/+2 |
* | Reduce unnecessary DB queries for Actions tasks (#25199) | sillyguodong | 2023-07-24 | 1 | -7/+26 |
* | Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076) | delvh | 2023-07-23 | 7 | -116/+107 |
* | Add context parameter to some database functions (#26055) | Lunny Xiao | 2023-07-22 | 13 | -44/+44 |
* | Support copy protected branch from template repository (#25889) | Lunny Xiao | 2023-07-21 | 1 | -10/+11 |
* | Actions Artifacts support uploading multiple files and directories (#24874) | FuXiaoHei | 2023-07-21 | 3 | -272/+377 |
* | Remove redundant "RouteMethods" method (#26024) | wxiaoguang | 2023-07-21 | 1 | -1/+1 |
* | Refactor "Content" for file uploading (#25851) | wxiaoguang | 2023-07-18 | 1 | -22/+39 |
* | Add support for different Maven POM encoding (#25873) | KN4CK3R | 2023-07-14 | 1 | -1/+7 |