aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix README TOC links (#22577) (#22677)crystal2023-01-311-2/+9
* Improve checkIfPRContentChanged (#22611) (#22644)zeripath2023-01-281-0/+22
* Link issue and pull requests status change in UI notifications directly to th...Yarden Shoham2023-01-281-0/+1
* Fix pull request API field `closed_at` always being `null` (#22482) (#22483)Yarden Shoham2023-01-171-0/+4
* Fix error when calculate the repository size (#22392) (#22474)zeripath2023-01-163-16/+40
* Log STDERR of external renderer when it fails (#22442) (#22444)Jonathan Tran2023-01-141-1/+4
* Prepend refs/heads/ to issue template refs (#20461) (#22427)zeripath2023-01-132-0/+6
* Correctly handle select on multiple channels in Queues (#22146) (#22428)zeripath2023-01-133-57/+43
* Allow HOST has no port (#22280) (#22409)Lunny Xiao2023-01-123-5/+57
* Don't lookup mail server when using sendmail (#22300) (#22383)Lunny Xiao2023-01-091-14/+17
* Update Emoji dataset to Unicode 14 (#22342) (#22343)isla w2023-01-041-304/+525
* Fix sitemap (#22272) (#22320)Jason Song2023-01-032-66/+170
* Display error log when a modified template has an error so that it could reco...Lunny Xiao2023-01-031-2/+9
* Fix get system setting bug when enabled redis cache (#22298)Lunny Xiao2023-01-011-33/+0
* Fix bug of DisableGravatar default value (#22297)Lunny Xiao2023-01-011-1/+1
* Add `sync_on_commit` option for push mirrors api (#22271) (#22292)Chongyi Zheng2022-12-311-0/+2
* Add more test directory to exclude dir of air, remove watching templates from...Lunny Xiao2022-12-291-1/+4
* refactor auth interface to return error when verify failure (#22119) (#22259)Lunny Xiao2022-12-292-2/+14
* Use complete SHA to create and query commit status (#22244) (#22257)Jason Song2022-12-288-11/+14
* Add setting to disable the git apply step in test patch (#22130) (#22170)zeripath2022-12-221-0/+3
* Normalize NuGet package version on upload (#22186) (#22200)KN4CK3R2022-12-212-1/+32
* Check for zero time instant in TimeStamp.IsZero() (#22171) (#22172)Gusted2022-12-201-3/+8
* Ensure that plain files are rendered correctly even when containing ambiguous...zeripath2022-12-191-1/+31
* Local storage should not store files as executable (#22162) (#22163)zeripath2022-12-191-1/+2
* Make gitea work using cmd.exe again (#22073) (#22133)zeripath2022-12-141-0/+7
* Workaround for container registry push/pull errors (#21862) (#22068)KN4CK3R2022-12-101-0/+7
* Handle empty author names (#21902) (#22027)zeripath2022-12-062-2/+8
* Use GhostUser if needed for TrackedTimes (#22021) (#22029)zeripath2022-12-051-6/+5
* Ensure that Chinese punctuation is not ambiguous when locale is Chinese (#220...zeripath2022-12-051-0/+6
* On tag/branch-exist check, dont panic if repo is nil (#21787) (#21788)65432022-12-042-2/+2
* Use path not filepath in template filenames (#21993) (#22022)zeripath2022-12-041-3/+3
* Correct the fallbacks for mailer configuration (#21945) (#21953)zeripath2022-11-272-90/+92
* Add support for HEAD requests in Maven registry (#21834) (#21929)KN4CK3R2022-11-251-5/+13
* Fix vertical align of committer avatar rendered by email address (#21884) (#2...Xinyu Zhou2022-11-241-3/+3
* Fix setting HTTP headers after write (#21833) (#21877)KN4CK3R2022-11-221-23/+43
* Support comma-delimited string as labels in issue template (#21831) (#21873)Jason Song2022-11-206-128/+354
* Prevent dangling user redirects (#21856) (#21858)Gusted2022-11-181-0/+3
* Ignore issue template with a special name (#21830) (#21835)Jason Song2022-11-162-3/+46
* Prevent panic in doctor command when running default checks (#21791) (#21807)zeripath2022-11-142-12/+24
* Fix dashboard ignored system setting cache (#21621) (#21759)Lunny Xiao2022-11-105-129/+87
* Fix token generation when using INTERNAL_TOKEN_URI (#21669) (#21670)wxiaoguang2022-11-031-1/+11
* Deal with markdown template without metadata (#21639) (#21654)Jason Song2022-11-012-10/+24
* Sync git hooks when config file path changed (#21619) (#21626)Jason Song2022-10-301-1/+2
* Fix `Timestamp.IsZero` (#21593) (#21603)KN4CK3R2022-10-271-1/+1
* Revert: auto generate INTERNAL_TOKEN (#21608) (#21609)wxiaoguang2022-10-271-0/+19
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-2446-169/+169
* Fix package access for admins and inactive users (#21580)KN4CK3R2022-10-241-3/+6
* Record OAuth client type at registration (#21316)M Hickford2022-10-242-14/+17
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-2334-244/+266
* Add link to user profile in markdown mention only if user exists (#21533)Yarden Shoham2022-10-233-3/+24