aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add MirrorUpdated field to Repository API type (#18267)Peter GardfjÀll2022-01-182-1/+8
* Remove unneeded debug messages to stdout. (#18298)Ben Niemann2022-01-161-4/+0
* Remove golang vendored directory (#18277)techknowlogick2022-01-143-3/+3
* Support webauthn (#17957)Lunny Xiao2022-01-144-8/+109
* Fix NPE on try to get tag reference via API (#18245)65432022-01-127-12/+5
* Fix source typos (#18227)luzpaz2022-01-102-4/+4
* Fix various typos (#18219)luzpaz2022-01-1011-16/+16
* Remove `ioutil` (#18222)Gusted2022-01-101-2/+2
* Sort locales according to their names (#18211)delvh2022-01-081-1/+9
* Restore setting of ctx.Repo.Mirror (#18205)zeripath2022-01-081-4/+4
* Don't store assets modified time into generated files (#18193)Lunny Xiao2022-01-065-2/+64
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-072-0/+432