| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add support for Vagrant packages (#20930) | KN4CK3R | 2022-08-29 | 3 | -1/+254 |
* | Share HTML template renderers and create a watcher framework (#20218) | zeripath | 2022-08-28 | 4 | -9/+9 |
* | Replace `ServeStream` with `ServeContent` (#20903) | KN4CK3R | 2022-08-25 | 12 | -18/+18 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 20 | -103/+107 |
* | Return 404 NotFound if requested attachment does not exist (#20886) | zeripath | 2022-08-24 | 1 | -0/+20 |
* | Pad GPG Key ID with preceding zeroes (#20878) | zeripath | 2022-08-21 | 1 | -0/+7 |
* | Fix owners cannot create organization repos bug (#20841) | Lunny Xiao | 2022-08-18 | 1 | -1/+1 |
* | Remove follow from commits by file (#20765) | zeripath | 2022-08-14 | 1 | -2/+2 |
* | refactor webhook *NewPost (#20729) | oliverpool | 2022-08-11 | 1 | -3/+3 |
* | Add support for NuGet API keys (#20721) | KN4CK3R | 2022-08-09 | 2 | -0/+46 |
* | Keep download count on Container tag overwrite (#20728) | KN4CK3R | 2022-08-09 | 1 | -0/+3 |
* | Add support for `npm unpublish` (#20688) | KN4CK3R | 2022-08-09 | 2 | -2/+73 |
* | Allow multiple files in generic packages (#20661) | KN4CK3R | 2022-08-09 | 2 | -40/+68 |
* | Add support for Pub packages (#20560) | KN4CK3R | 2022-08-07 | 4 | -2/+292 |
* | Allow multiple metadata files for Maven packages (#20674) | KN4CK3R | 2022-08-05 | 1 | -2/+3 |
* | Send correct NuGet status codes (#20647) | KN4CK3R | 2022-08-03 | 1 | -3/+5 |
* | Use correct page size for link header pagination (#20546) | Norwin | 2022-08-02 | 1 | -1/+1 |
* | Add new API endpoints for push mirrors management (#19841) | Mohamed Sekour | 2022-07-30 | 4 | -0/+352 |
* | Add latest commit's SHA to content response (#20398) | Gusted | 2022-07-30 | 1 | -11/+2 |
* | packages/generic: Do not restrict package versions to SemVer (#20414) | Gergely Nagy | 2022-07-29 | 1 | -8/+6 |
* | Add Docker /v2/_catalog endpoint (#20469) | KN4CK3R | 2022-07-28 | 7 | -6/+60 |
* | Hide internal package versions (#20492) | KN4CK3R | 2022-07-27 | 6 | -15/+29 |
* | Slightly simplify LastCommitCache (#20444) | zeripath | 2022-07-25 | 2 | -9/+23 |
* | Add "X-Gitea-Object-Type" header for GET `/raw/` & `/media/` API (#20438) | 6543 | 2022-07-21 | 1 | -4/+10 |
* | Dismiss prior pull reviews if done via web in review dismiss (#20197) | 6543 | 2022-07-19 | 1 | -4/+4 |
* | Set target on create release with existing tag (#20381) | Gusted | 2022-07-15 | 1 | -0/+1 |
* | Add option to purge users (#18064) | zeripath | 2022-07-14 | 1 | -1/+1 |
* | Add missing return for when topic isn't found (#20351) | Gusted | 2022-07-13 | 1 | -0/+1 |
* | Fix various typos (#20338) | luzpaz | 2022-07-12 | 3 | -4/+4 |
* | Add write check for creating Commit status (#20332) | Gusted | 2022-07-12 | 1 | -1/+1 |
* | Add spectral linter for Swagger (#20321) | silverwind | 2022-07-11 | 2 | -4/+1 |
* | Implement sync push mirror on commit (#19411) | Chongyi Zheng | 2022-07-08 | 1 | -2/+2 |
* | Only show Followers that current user can access (#20220) | zeripath | 2022-07-05 | 1 | -4/+4 |
* | Check if project has the same repository id with issue when assign project to... | Lunny Xiao | 2022-06-30 | 1 | -1/+1 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 7 | -9/+9 |
* | User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19... | Anthony Wang | 2022-06-19 | 4 | -0/+231 |
* | fix permission check for delete tag (#19985) | a1012112796 | 2022-06-16 | 3 | -0/+27 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 15 | -246/+246 |
* | fix: some typos (#19956) | yutotnh | 2022-06-13 | 1 | -1/+1 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 3 | -20/+22 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 4 | -14/+15 |
* | Implement http signatures support for the API (#17565) | Wim | 2022-06-05 | 1 | -0/+1 |
* | Add API to serve blob or LFS file content (#19689) | qwerty287 | 2022-06-04 | 2 | -0/+143 |
* | improvement some release related code (#19867) | Lunny Xiao | 2022-06-03 | 2 | -11/+12 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 34 | -104/+104 |
* | ContainerRegistry - removed Basic Auth header (#19735) | KN4CK3R | 2022-05-17 | 1 | -1/+0 |
* | Fix nodeinfo caching and prevent NPE if cache non-existent (#19721) | zeripath | 2022-05-16 | 1 | -7/+11 |
* | [Refactor] convert team(s) to apiTeam(s) (#13745) | 6543 | 2022-05-13 | 2 | -55/+36 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 13 | -29/+38 |
* | Set the LastModified header for raw files (#18356) | zeripath | 2022-05-09 | 1 | -4/+39 |