summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix key signature error page (#22229) (#22230)Gusted2022-12-303-6/+20
* Frontport 1.17.4 changelog and Add 1.18.0 changelog (#22215)v1.18.0Lunny Xiao2022-12-291-1/+75
* Add more test directory to exclude dir of air, remove watching templates from...Lunny Xiao2022-12-293-4/+7
* refactor auth interface to return error when verify failure (#22119) (#22259)Lunny Xiao2022-12-2915-79/+111
* Use complete SHA to create and query commit status (#22244) (#22257)Jason Song2022-12-2819-23/+68
* Remove ReverseProxy authentication from the API (#22219) (#22251)Lunny Xiao2022-12-271-9/+3
* Update bleve and zapx to fix unaligned atomic (#22031) (#22218)zeripath2022-12-222-38/+37
* Fix container layer display overflow (#22208) (#22211)Lauris BH2022-12-221-1/+1
* Allow empty assignees on pull request edit (#22150) (#22214)KN4CK3R2022-12-221-0/+5
* Add setting to disable the git apply step in test patch (#22130) (#22170)zeripath2022-12-224-4/+27
* Normalize NuGet package version on upload (#22186) (#22200)KN4CK3R2022-12-214-21/+36
* fix: update libcurl in docs pipeline (#22204)John Olheiser2022-12-211-1/+2
* 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-194-23/+41
* Do not list active repositories as unadopted (#22034) (#22166)Christian Ullrich2022-12-191-1/+1
* Local storage should not store files as executable (#22162) (#22163)zeripath2022-12-191-1/+2
* Fix heatmap first color being unused (#22158)silverwind2022-12-181-0/+7
* Fix margin and alignment in dashboard repolist (#22120) (#22122)silverwind2022-12-162-4/+8
* Correctly handle moved files in apply patch (#22118) (#22135)zeripath2022-12-151-0/+3
* Fix condition for is_internal (#22095) (#22132)KN4CK3R2022-12-142-3/+4
* Make gitea work using cmd.exe again (#22073) (#22133)zeripath2022-12-141-0/+7
* Fix sorting admin user list by last login (#22081) (#22107)aceArt-GmbH2022-12-132-2/+6
* Fix parallel creating commit status bug with tests (#21911) (#21989)Lunny Xiao2022-12-133-65/+101
* Fix permission check on issue/pull lock (#22113)Lunny Xiao2022-12-121-3/+2
* Workaround for container registry push/pull errors (#21862) (#22068)KN4CK3R2022-12-105-4/+103
* Fix issue/PR numbers (#22037) (#22044)Jason Song2022-12-073-9/+11
* Handle empty author names (#21902) (#22027)zeripath2022-12-062-2/+8
* Add dumb-init to rootless docker (#22046)Michael Kriese2022-12-061-1/+2
* Use GhostUser if needed for TrackedTimes (#22021) (#22029)zeripath2022-12-052-15/+24
* Ensure that Chinese punctuation is not ambiguous when locale is Chinese (#220...zeripath2022-12-051-0/+6
* Fix ListBranches to handle empty case (#21921) (#22024)Lunny Xiao2022-12-041-26/+34
* Do not emit ambiguous character warning on rendered pages (#22016) (#22018)zeripath2022-12-041-1/+3
* 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
* Multiple improvements for comment edit diff (#21990) (#22007)silverwind2022-12-024-29/+51
* Correct the fallbacks for mailer configuration (#21945) (#21953)zeripath2022-11-275-94/+96
* Fix markdown anchor re-clicking (#21931) (#21946)silverwind2022-11-271-6/+9
* Prevent NPE if trying to restore an already restored deleted branch (#21940) ...zeripath2022-11-252-0/+10
* Add support for HEAD requests in Maven registry (#21834) (#21929)KN4CK3R2022-11-2519-39/+161
* Fix button in branch list, avoid unexpected page jump before restore branch a...Xinyu Zhou2022-11-251-11/+15
* add changelog for 1.18.0-rc1 (#21829)v1.18.0-rc1techknowlogick2022-11-241-0/+176
* Fix flex layout for repo list icons (#21896) (#21920)Xinyu Zhou2022-11-241-2/+2
* Fix vertical align of committer avatar rendered by email address (#21884) (#2...Xinyu Zhou2022-11-242-5/+9
* Fix setting HTTP headers after write (#21833) (#21877)KN4CK3R2022-11-225-54/+68
* Do not allow Ghost access to limited visible user/org (#21849) (#21876)KN4CK3R2022-11-201-2/+3
* Color and Style enhancements (#21784, #21799) (#21868)silverwind2022-11-2014-133/+81
* Support comma-delimited string as labels in issue template (#21831) (#21873)Jason Song2022-11-207-133/+362
* Prevent dangling user redirects (#21856) (#21858)Gusted2022-11-182-0/+4
* 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