aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Update SSH Server crypto settings (#18697)Gusted2022-02-101-3/+3
* Add apply-patch, basic revert and cherry-pick functionality (#17902)zeripath2022-02-092-2/+24
* Prevent security failure due to bad APP_ID (#18678)zeripath2022-02-091-2/+5
* Simplify Boost/Pause logic (#18673)zeripath2022-02-081-17/+36
* Restart zero worker if there is still work to do (#18658)zeripath2022-02-081-0/+14
* Support custom ACME provider (#18340)Cristian Le2022-02-081-22/+52
* Refactor i18n, use Locale to provide i18n/translation related functions (#18648)wxiaoguang2022-02-082-19/+28
* Only request write when necessary (#18657)Gusted2022-02-081-11/+4
* Add separate SSH_USER config option (#17584)Clar Fon2022-02-071-0/+2
* Fix the missing i18n key for update checker (#18646)wxiaoguang2022-02-071-0/+12
* If rendering has failed due to a net.OpError stop rendering (#18642)zeripath2022-02-061-0/+8
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-0643-146/+141
* Stop logging an error when notes are not found (#18626)zeripath2022-02-062-0/+6
* Only attempt to flush queue if the underlying worker pool is not finished (#1...zeripath2022-02-052-0/+16
* Use `CryptoRandomBytes` instead of `CryptoRandomString` (#18439)Gusted2022-02-042-23/+0
* Collaborator trust model should trust collaborators (#18539)zeripath2022-02-021-1/+1
* Add `GetUserTeams` (#18499)Gusted2022-02-011-1/+1
* add test coverage for original author conversion during migrations (#18506)singuliere2022-02-016-0/+36
* add gitea-fmt back (#18526)65432022-02-011-0/+1
* Fix non-ASCII search on database (#18437)Gusted2022-02-012-0/+45
* Remove go 1.15 support (#18511)Gusted2022-02-012-15/+0
* Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs...Gusted2022-01-312-1/+21
* Warn at startup if the provided `SCRIPT_TYPE` is not on the PATH (#18467)zeripath2022-01-301-0/+5
* Change some logging levels (#18421)zeripath2022-01-292-11/+17
* Update Goldmark to Goldmark 1.4.4 (#18420)zeripath2022-01-291-2/+2
* Ensure git tag tests and others create test repos in tmpdir (#18447)zeripath2022-01-293-62/+206
* Attempt to prevent the deadlock in the QueueDiskChannel Test again (#18415)zeripath2022-01-297-95/+119
* Fix broken when no commits and default branch is not master (#18422)Lunny Xiao2022-01-281-7/+13
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-2713-74/+383
* Validate migration files (#18203)Aravinth Manivannan2022-01-2618-38/+545
* Use base32 for 2FA scratch token (#18384)wxiaoguang2022-01-264-29/+29
* Prevent deadlocks in persistable channel pause test (#18410)zeripath2022-01-262-6/+53
* Unexport git.GlobalCommandArgs (#18376)65432022-01-255-16/+32
* API: Return primary language and repository language stats API URL (#18396)Lauris BH2022-01-252-0/+11
* Make WrappedQueues and PersistableChannelUniqueQueues Pausable (#18393)zeripath2022-01-249-14/+72
* Fix partial cloning a repo (#18373)Gusted2022-01-232-2/+5
* Add packagist webhook (#18224)Dr. Tobias Quathamer2022-01-232-2/+2
* Fix mime-type detection for HTTP server (#18370)wxiaoguang2022-01-234-20/+61
* Always use git command but not os.Command (#18363)Lunny Xiao2022-01-231-18/+14
* Make gitea, gitea-vet future-proof (#18361)Gusted2022-01-221-0/+1
* Pause queues (#15928)zeripath2022-01-2223-115/+1314
* Disable content sniffing on `PlainTextBytes` (#18359)Gusted2022-01-221-0/+1
* Fix route wrap (#18360)wxiaoguang2022-01-221-0/+3
* Add config options to hide issue events (#17414)qwerty2872022-01-212-4/+8
* format with gofumpt (#18184)65432022-01-20186-864/+769
* Enable deprecation error for v1.17.0 (#18341)Gusted2022-01-209-52/+83
* Refactor Router Logger (#17308)wxiaoguang2022-01-2014-194/+843
* Updated Chroma to v0.10.0 (#18270)Jelle Hulter2022-01-202-32/+30
* refactor httplib (#18338)Gusted2022-01-191-285/+7
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1968-446/+504