summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only attempt to flush queue if the underlying worker pool is not finished (#1...zeripath2022-02-052-0/+16
* quote MAKE to prevent path expansion with space error (#18622)Kyle D2022-02-051-1/+1
* Ensure that blob-excerpt links work for wiki (#18587)zeripath2022-02-055-13/+41
* Use `CryptoRandomBytes` instead of `CryptoRandomString` (#18439)Gusted2022-02-044-28/+19
* Remove the spurious space in the .ui.right additional selector (#18605)zeripath2022-02-041-1/+1
* Ensure commit-statuses box is sized correctly in headers (#18538)zeripath2022-02-041-0/+7
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-041-0/+4
* Prevent merge messages from being sorted to the top of email chains (#18566)zeripath2022-02-032-4/+131
* Fix pushing to 1-x-dev docker tag (#18578)zeripath2022-02-033-6/+133
* Replace `sync.Map` with normal maps (#18584)Gusted2022-02-031-35/+20
* Fix oauth docs usage for 2fa (#18581)Sambhav Saggi2022-02-031-2/+2
* Update .gitattributes for .tmpl files (#18576)silverwind2022-02-031-4/+4
* Prevent panic on prohibited user login with oauth2 (#18562)zeripath2022-02-031-1/+1
* Fix manifest.tmpl (#18573)zeripath2022-02-031-1/+1
* Make docker gitea/gitea:v1.16-dev etc refer to the latest build on that branc...zeripath2022-02-035-9/+10
* Add dropdown icon to template loading dropdown (#18564)fnetX (aka fralix)2022-02-031-6/+1
* Collaborator trust model should trust collaborators (#18539)zeripath2022-02-025-9/+9
* Detect conflicts with 3way merge (#18536)zeripath2022-02-021-0/+13
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-021-1/+1
* Update 1.16.0 changelog to set #17846 as breaking (#18533)zeripath2022-02-011-1/+1
* In docker rootless use $GITEA_APP_INI if provided (#18524)Michael Kriese2022-02-011-1/+1
* revert to node14 for snapcrafttechknowlogick2022-02-011-1/+1
* Add `GetUserTeams` (#18499)Gusted2022-02-015-18/+62
* Fix review excerpt (#18502)confusedsushi2022-02-013-14/+13
* Update JS dependencies, fix lint (#18389)silverwind2022-02-016-362/+392
* add test coverage for original author conversion during migrations (#18506)singuliere2022-02-0115-173/+222
* add gitea-fmt back (#18526)65432022-02-012-2/+6
* Fix non-ASCII search on database (#18437)Gusted2022-02-013-1/+52
* Use "read" value for General Access (#18496)Gusted2022-02-011-1/+1
* Fix for AvatarURL database type (#18487)Viktor Kuzmin2022-02-011-1/+1
* Remove go 1.15 support (#18511)Gusted2022-02-012-15/+0
* [skip ci] Updated translations via CrowdinGiteaBot2022-02-013-3/+88
* Use `ImagedProvider` for gplus oauth2 provider (#18504)Gusted2022-02-011-2/+2
* build with node16 in snap (#18508)techknowlogick2022-01-311-1/+2
* point to s3 endpoint directly (#18497)techknowlogick2022-01-311-3/+3
* Fix OAuth Source Edit Page (#18495)zeripath2022-01-312-0/+7
* [skip ci] Updated translations via CrowdinGiteaBot2022-01-312-2/+19
* Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs...Gusted2022-01-312-1/+21
* upload to github & s3 at same time (#18475)techknowlogick2022-01-301-0/+4
* Add a few more comments to the CONTRIBUTING.md document (#18469)zeripath2022-01-301-4/+74
* Frontport changelog 1.16.0 (#18468) (#18470)zeripath2022-01-302-2/+27
* Warn at startup if the provided `SCRIPT_TYPE` is not on the PATH (#18467)zeripath2022-01-301-0/+5
* use next gen codecov uploader (#18443)65432022-01-301-1/+1
* [skip ci] Updated licenses and gitignoresGiteaBot2022-01-302-1/+94
* Change some logging levels (#18421)zeripath2022-01-292-11/+17
* GitLab reviews may not have the updated_at field set (#18450)Aravinth Manivannan2022-01-293-10/+159
* Attempt to prevent intermittent failure TestGit/xxx/BranchProtectMerge/MergeP...zeripath2022-01-291-10/+14
* Update Goldmark to Goldmark 1.4.4 (#18420)zeripath2022-01-293-5/+5
* Ensure git tag tests and others create test repos in tmpdir (#18447)zeripath2022-01-298-67/+211
* Attempt to prevent the deadlock in the QueueDiskChannel Test again (#18415)zeripath2022-01-297-95/+119