summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Disable service worker by default (#18914)silverwind2022-02-261-1/+1
* Correctly link URLs to users/repos with dashes, dots or underscores (#18890)Alexander Neumann2022-02-262-1/+10
* migrations: add test for importing pull requests in gitea uploader (#18752)singuliere2022-02-258-0/+167
* Prevent Stats Indexer reporting error if repo dir missing (#18870)zeripath2022-02-241-0/+3
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-238-10/+18
* Immediately Hammer if second kill is sent (#18823)zeripath2022-02-192-2/+7
* Fix panic in EscapeReader (#18820)zeripath2022-02-192-0/+10
* Fix problem when self-assign notification (#18797)Lunny Xiao2022-02-181-1/+1
* Fix redirect when using lowercase reponame (#18775)Ghanem2022-02-181-1/+1
* Fix display time of milestones (#18753)René Schaar2022-02-163-2/+66
* Prevent dangling GetAttribute calls (#18754)zeripath2022-02-142-7/+12
* Fix isempty detection of git repository (#18746)Lunny Xiao2022-02-141-6/+5
* Send mail to issue/pr assignee/reviewer also when OnMention is set (#18707)flozzone2022-02-121-2/+2
* Add number in queue status to monitor page (#18712)zeripath2022-02-123-0/+22
* Display template path of current page in dev mode (#18717)Lunny Xiao2022-02-121-1/+4
* Change git.cmd to RunWithContext (#18693)Martin Scholz2022-02-1120-95/+257
* 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