aboutsummaryrefslogtreecommitdiffstats
path: root/integrations
Commit message (Expand)AuthorAgeFilesLines
* Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#...wxiaoguang2022-04-082-0/+53
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-088-93/+87
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-074-0/+309
* Package registry changes (#19305)KN4CK3R2022-04-061-3/+30
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-038-11/+12
* An attempt to sync a non-mirror repo must give 400 (Bad Request) (#19300)Peter Gardfjäll2022-04-011-0/+21
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-022-3/+4
* A pull-mirror repo should be marked as such on creation (#19295)Peter Gardfjäll2022-04-011-0/+1
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-2/+1
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-015-38/+36
* Update JS dependencies (#19281)silverwind2022-04-011-1/+1
* Update reserved usernames list (#18438)Gusted2022-03-311-4/+22
* Add Package Registry (#16510)KN4CK3R2022-03-3010-0/+2898
* Make git.OpenRepository accept Context (#19260)65432022-03-3012-19/+21
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-295-30/+33
* Allow API to create file on empty repo (#19224)zeripath2022-03-281-8/+32
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-1/+1
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-2335-106/+107
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-221-5/+5
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-222-8/+8
* rm .sample hooks which aren't used (#19101)techknowlogick2022-03-16234-13256/+0
* Add Index to comment for migrations and mirroring (#18806)singuliere2022-03-061-1/+3
* Add note to GPG key response if user has no keys (#18961)KN4CK3R2022-03-021-0/+1
* Fix page and missing return on unadopted repos API (#18848)qwerty2872022-02-271-1/+0
* Set is_empty in fixtures (#18869)KN4CK3R2022-02-262-0/+7
* migrations: add test for importing pull requests in gitea uploader (#18752)singuliere2022-02-251-0/+5
* Fix ldap loginname (#18789)Johan Van de Wauw2022-02-181-2/+0
* Add LDAP group sync to Teams, fixes #1395 (#16299)Sven Seeberg2022-02-111-1/+118
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-111-2/+15
* tests: remove redundant comparison in repo dump/restore (#18660)singuliere2022-02-101-9/+0
* Add separate SSH_USER config option (#17584)Clar Fon2022-02-071-1/+1
* more repo dump/restore tests, including pull requests (#18621)singuliere2022-02-071-36/+235
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-065-27/+27
* preserve users if restoring a repository on the same Gitea instance (#18604)singuliere2022-02-061-0/+1
* Use `CryptoRandomBytes` instead of `CryptoRandomString` (#18439)Gusted2022-02-041-1/+1
* Attempt to prevent intermittent failure TestGit/xxx/BranchProtectMerge/MergeP...zeripath2022-01-291-10/+14
* Ensure git tag tests and others create test repos in tmpdir (#18447)zeripath2022-01-295-5/+5
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-4/+1
* Validate migration files (#18203)Aravinth Manivannan2022-01-261-1/+1
* Unexport git.GlobalCommandArgs (#18376)65432022-01-253-23/+7
* Fix partial cloning a repo (#18373)Gusted2022-01-232-0/+17
* Switch to non-deprecation setting (#18358)Gusted2022-01-234-4/+12
* format with gofumpt (#18184)65432022-01-2048-239/+257
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1910-37/+40
* migrations: a deadline at January 1st, 1970 is valid (#18237)Aravinth Manivannan2022-01-131-6/+37
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-053-23/+102
* Integration test for migration (#18124)Aravinth Manivannan2022-01-041-0/+104
* Refactor auth package (#17962)Lunny Xiao2022-01-021-14/+14
* Add API to get issue/pull comments and events (timeline) (#17403)qwerty2872022-01-011-0/+22
* Handle invalid issues (#18111)Gusted2021-12-282-2/+2