| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable federation by default (#20045) | Gusted | 2022-06-20 | 2 | -17/+30 |
* | User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19... | Anthony Wang | 2022-06-19 | 2 | -1/+104 |
* | Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) | wxiaoguang | 2022-06-16 | 2 | -3/+8 |
* | Remove tab/TabName usage where it's not needed (#19973) | Lauris BH | 2022-06-15 | 1 | -6/+6 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 16 | -137/+142 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 3 | -18/+19 |
* | Fix data-race problems in git module (quick patch) (#19934) | wxiaoguang | 2022-06-11 | 2 | -3/+3 |
* | Refactor git module, make Gitea use internal git config (#19732) | wxiaoguang | 2022-06-10 | 2 | -1/+3 |
* | Implement http signatures support for the API (#17565) | Wim | 2022-06-05 | 6 | -0/+142 |
* | Fix typo (#19889) | Gusted | 2022-06-04 | 1 | -1/+1 |
* | Fix order by parameter (#19849) | Lunny Xiao | 2022-06-04 | 4 | -12/+20 |
* | Add API to serve blob or LFS file content (#19689) | qwerty287 | 2022-06-04 | 1 | -0/+56 |
* | Allow postgres integration tests to run over unix pipe (#19875) | zeripath | 2022-06-03 | 2 | -11/+42 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 7 | -10/+13 |
* | ContainerRegistry - removed Basic Auth header (#19735) | KN4CK3R | 2022-05-17 | 1 | -4/+1 |
* | Fix issue overview for teams (#19652) | Gusted | 2022-05-16 | 3 | -9/+9 |
* | [Refactor] convert team(s) to apiTeam(s) (#13745) | 6543 | 2022-05-13 | 2 | -12/+14 |
* | Use Vue to refactor pull merge UI (#19650) | wxiaoguang | 2022-05-12 | 1 | -4/+2 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 2 | -2/+5 |
* | Add Webfinger endpoint (#19462) | KN4CK3R | 2022-05-09 | 1 | -0/+68 |
* | Move some helper files out of models (#19355) | Lunny Xiao | 2022-05-08 | 1 | -2/+2 |
* | Repository level enable package or disable (#19323) | Lunny Xiao | 2022-05-08 | 5 | -0/+15 |
* | Allow custom default merge message with .gitea/default_merge_message/<merge_s... | Lunny Xiao | 2022-05-08 | 1 | -3/+4 |
* | Auto merge pull requests when all checks succeeded via API (#9307) | kolaente | 2022-05-08 | 4 | -21/+136 |
* | Hide private repositories in packages (#19584) | KN4CK3R | 2022-05-07 | 1 | -0/+38 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -3/+3 |
* | Federation: return useful statistic information for nodeinfo (#19561) | 6543 | 2022-05-02 | 1 | -0/+4 |
* | Add API to check if team has repo access (#19540) | qwerty287 | 2022-05-01 | 1 | -0/+24 |
* | Add API to query collaborators permission for a repository (#18761) | Florin Hillebrand | 2022-04-29 | 1 | -0/+131 |
* | Unset git author/committer variables when running integration tests (#19512) | zeripath | 2022-04-26 | 1 | -0/+7 |
* | Set correct PR status on 3way on conflict checking (#19457) | Gusted | 2022-04-21 | 1 | -0/+73 |
* | Don't panic on `ErrEmailInvalid` (#19441) | Gusted | 2022-04-20 | 1 | -0/+6 |
* | Add Helm Chart registry (#19406) | KN4CK3R | 2022-04-19 | 1 | -0/+166 |
* | upgrade postgres refrence to 14 (#19416) | Stephen J. Fuhry | 2022-04-16 | 1 | -1/+1 |
* | Use "main" as default branch name (#19354) | wxiaoguang | 2022-04-08 | 1 | -0/+1 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 4 | -10/+13 |
* | Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#... | wxiaoguang | 2022-04-08 | 2 | -0/+53 |
* | Remove dependent on session auth for api/v1 routers (#19321) | Lunny Xiao | 2022-04-08 | 8 | -93/+87 |
* | Never use /api/v1 from Gitea UI Pages (#19318) | Lunny Xiao | 2022-04-07 | 4 | -0/+309 |
* | Package registry changes (#19305) | KN4CK3R | 2022-04-06 | 1 | -3/+30 |
* | Remove legacy unmaintained packages, refactor to support change default local... | wxiaoguang | 2022-04-03 | 8 | -11/+12 |
* | An attempt to sync a non-mirror repo must give 400 (Bad Request) (#19300) | Peter Gardfjäll | 2022-04-01 | 1 | -0/+21 |
* | Remove legacy `unknwon/com` package (#19298) | wxiaoguang | 2022-04-02 | 2 | -3/+4 |
* | A pull-mirror repo should be marked as such on creation (#19295) | Peter Gardfjäll | 2022-04-01 | 1 | -0/+1 |
* | Refactor legacy `unknwon/com` package, improve golangci lint (#19284) | wxiaoguang | 2022-04-01 | 1 | -2/+1 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 5 | -38/+36 |
* | Update JS dependencies (#19281) | silverwind | 2022-04-01 | 1 | -1/+1 |
* | Update reserved usernames list (#18438) | Gusted | 2022-03-31 | 1 | -4/+22 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 10 | -0/+2898 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 12 | -19/+21 |