summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix paging of file commit logs (#14831) (#14879)zeripath2021-03-041-2/+37
* Fix display since time round (#14226) (#14873)zeripath2021-03-032-37/+152
* Fix a couple of CommentAsPatch issues. (#14804) (#14820)zeripath2021-02-283-22/+94
* HasPreviousCommit causes recursive load of commits unnecessarily (#14598) (#1...zeripath2021-02-151-13/+25
* Prevent race in PersistableChannelUniqueQueue.Has (#14651) (#14676)zeripath2021-02-141-0/+5
* Turn default hash password algorightm back to pbkdf2 from argon2 until we fou...Lunny Xiao2021-02-131-1/+1
* Do not assume all 40 char strings are SHA1s (#14624) (#14648)zeripath2021-02-141-11/+15
* configure internal ssh server w/ macs and ciphers, backport of #14523 (#14530)Stefan2021-01-301-3/+7
* Prevent panic on fuzzer provided string (#14405) (#14409)65432021-01-202-10/+53
* Check if label template exist first (#14384) (#14389)65432021-01-192-7/+20
* Render links for commit hashes followed by comma (#14224) (#14227)Nuno Silva2021-01-032-1/+7
* Send notifications for mentions in pulls, issues, (code-)comments (#14218) (#...Jimmy Praet2021-01-038-43/+108
* When visit /favicon.ico but the static file is not exist return 404 but not c...Lunny Xiao2021-01-021-0/+1
* Fix bug of link query order on markdown render (#14156) (#14171)Lunny Xiao2020-12-281-1/+1
* Migration: drop too long repo topics (#14152) (#14155)65432020-12-261-0/+9
* Fix creation OAuth2 auth source from CLI. (#14146)Daniil Pankratov2020-12-251-0/+5
* more test case for STORAGE_TYPE overrides (and fixes) (#14096) (#14104)65432020-12-222-8/+57
* Fix storage config implementation (#14091) (#14095)65432020-12-222-21/+177
* Fix panic in BasicAuthDecode (#14046) (#14048)silverwind2020-12-192-0/+12
* Always wait for the cmd to finish (#14006) (#14039)zeripath2020-12-171-0/+1
* Fix feishu webhook caused by API changed (#13937) (#13938)Lunny Xiao2020-12-111-55/+33
* Fix crash in short link processor (#13839) (#13841)mrsdizzie2020-12-041-10/+12
* When reinitialising DBConfig reset the database use flags (#13796) (#13811)zeripath2020-12-031-0/+5
* Migrations: Use Process Manager to create own Context (#13793)65432020-12-025-13/+31
* Add Allow-/Block-List for Migrate & Mirrors (#13610) (#13776)65432020-12-014-3/+174
* Push HEAD instead of master when initialising repositories (#13719) (#13740)zeripath2020-11-281-2/+2
* finaly fix gitlab migration with subdir 2.0 (#13646) (#13678)65432020-11-231-2/+6
* finaly fix gitlab migration with subdir (#13629) (#13633)techknowlogick2020-11-191-2/+9
* Migration: Gitlab: Support Subdirectory (#13563) (#13591)65432020-11-171-0/+18
* [API] Only Return Json (#13511) (#13565)65432020-11-152-2/+59
* missing quotes in default value slice (#13550) (#13557)techknowlogick2020-11-141-1/+1
* Add missed sync branch/tag webhook (#13538) (#13556)Lunny Xiao2020-11-131-0/+8
* Use existing analyzer module for language detection for highlighting (#13522)...mrsdizzie2020-11-131-2/+5
* Disallow urlencoded new lines in git protocol paths if there is a port (#1352...65432020-11-111-0/+3
* Migration not fail on notmigrated reactions (#13507)65432020-11-111-13/+12
* Prevent panic on git blame by limiting lines to 4096 bytes at most (#13491)65432020-11-101-10/+32
* Fix panic bug in handling multiple references in commit (#13486) (#13487)65432020-11-092-29/+95
* Storage configuration support `[storage]` (#13314) (#13379)Lunny Xiao2020-11-013-7/+30
* Fix typo (#13380) (#13382)Lunny Xiao2020-11-011-1/+1
* Migrations should not fail for comment reactions (#13352) (#13355)zeripath2020-10-291-1/+5
* Remove obsolete change of email on profile page (#13341) (#13347)techknowlogick2020-10-291-1/+0
* Migration failure during reaction migration from gitea (#13344) (#13345)techknowlogick2020-10-282-3/+12
* Add migrated pulls to pull request task queue (#13331) (#13334)zeripath2020-10-272-8/+10
* Fix Storage mapping (#13297) (#13307)zeripath2020-10-254-17/+29
* Fix bug isEnd detection on getIssues/getPullRequests (#13299) (#13301)Lunny Xiao2020-10-252-32/+50
* Store task errors following migrations and display them (#13246) (#13287)techknowlogick2020-10-241-17/+22
* Remove PAM from auth dropdown when unavailable (#13276) (#13281)John Olheiser2020-10-232-0/+6
* Migrations: Gitea should not fail just because of no apiConfig return (#13229...65432020-10-231-6/+7
* When handling errors in storageHandler check underlying error (#13178) (#13193)techknowlogick2020-10-181-1/+21
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-146-81/+168