| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 5 | -30/+33 |
* | Allow API to create file on empty repo (#19224) | zeripath | 2022-03-28 | 1 | -8/+32 |
* | Add `ContextUser` to http request context (#18798) | KN4CK3R | 2022-03-26 | 1 | -1/+1 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 35 | -106/+107 |
* | Fix the bug: deploy key with write access can not push (#19010) | wxiaoguang | 2022-03-22 | 1 | -5/+5 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 2 | -8/+8 |
* | rm .sample hooks which aren't used (#19101) | techknowlogick | 2022-03-16 | 234 | -13256/+0 |
* | Add Index to comment for migrations and mirroring (#18806) | singuliere | 2022-03-06 | 1 | -1/+3 |
* | Add note to GPG key response if user has no keys (#18961) | KN4CK3R | 2022-03-02 | 1 | -0/+1 |
* | Fix page and missing return on unadopted repos API (#18848) | qwerty287 | 2022-02-27 | 1 | -1/+0 |
* | Set is_empty in fixtures (#18869) | KN4CK3R | 2022-02-26 | 2 | -0/+7 |
* | migrations: add test for importing pull requests in gitea uploader (#18752) | singuliere | 2022-02-25 | 1 | -0/+5 |
* | Fix ldap loginname (#18789) | Johan Van de Wauw | 2022-02-18 | 1 | -2/+0 |
* | Add LDAP group sync to Teams, fixes #1395 (#16299) | Sven Seeberg | 2022-02-11 | 1 | -1/+118 |
* | Change git.cmd to RunWithContext (#18693) | Martin Scholz | 2022-02-11 | 1 | -2/+15 |
* | tests: remove redundant comparison in repo dump/restore (#18660) | singuliere | 2022-02-10 | 1 | -9/+0 |
* | Add separate SSH_USER config option (#17584) | Clar Fon | 2022-02-07 | 1 | -1/+1 |
* | more repo dump/restore tests, including pull requests (#18621) | singuliere | 2022-02-07 | 1 | -36/+235 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 5 | -27/+27 |
* | preserve users if restoring a repository on the same Gitea instance (#18604) | singuliere | 2022-02-06 | 1 | -0/+1 |
* | Use `CryptoRandomBytes` instead of `CryptoRandomString` (#18439) | Gusted | 2022-02-04 | 1 | -1/+1 |
* | Attempt to prevent intermittent failure TestGit/xxx/BranchProtectMerge/MergeP... | zeripath | 2022-01-29 | 1 | -10/+14 |
* | Ensure git tag tests and others create test repos in tmpdir (#18447) | zeripath | 2022-01-29 | 5 | -5/+5 |
* | Automatically pause queue if index service is unavailable (#15066) | Lauris BH | 2022-01-27 | 1 | -4/+1 |
* | Validate migration files (#18203) | Aravinth Manivannan | 2022-01-26 | 1 | -1/+1 |