aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix: omit avatar_url in discord payload when empty (#22393) (#22395)release/v1.17John Olheiser2023-01-101-1/+1
* Use padded keyid (#22288)Gusted2023-01-022-6/+18
* Remove ReverseProxy authentication from the API (#22219) (#22252)Lunny Xiao2022-12-301-9/+3
* Fix key signature error page (#22229) (#22231)Gusted2022-12-281-2/+2
* Use complete SHA to create and query commit status (#22244) (#22258)Jason Song2022-12-2819-24/+67
* Allow empty assignees on pull request edit (#22150) (#22213)KN4CK3R2022-12-221-0/+5
* Fix container layer display overflow (#22208) (#22212)Lauris BH2022-12-221-1/+1
* Update changelog for 1.17.4 (#22198)v1.17.4Lunny Xiao2022-12-211-0/+54
* fix: update libcurl in docs pipeline (#22205)John Olheiser2022-12-211-1/+2
* Normalize NuGet package version on upload (#22186) (#22201)KN4CK3R2022-12-213-20/+35
* Disable auto tag to prepare next 1.17 release (#22180)Lunny Xiao2022-12-201-6/+18
* Check for zero time instant in TimeStamp.IsZero() (#22171) (#22173)Gusted2022-12-201-3/+8
* Do not list active repositories as unadopted (#22034) (#22167)Christian Ullrich2022-12-191-1/+1
* Correctly handle moved files in apply patch (#22118) (#22136)zeripath2022-12-151-0/+3
* Fix condition for is_internal (#22095) (#22131)KN4CK3R2022-12-141-1/+1
* Fix warn in database structs sync (#22111)Lunny Xiao2022-12-131-0/+1
* Fix sorting admin user list by last login (#22081) (#22106)aceArt-GmbH2022-12-132-2/+6
* Fix permission check on issue/pull lock (#22114)Lunny Xiao2022-12-121-3/+2
* Workaround for container registry push/pull errors (#21862) (#22069)KN4CK3R2022-12-105-4/+100
* Fix issue/PR numbers (#22037) (#22045)Jason Song2022-12-063-9/+11
* Handle empty author names (#21902) (#22028)zeripath2022-12-062-2/+8
* On Tag/Branch Exist Check, dont panic if repo is nil (#21787) (#21789)65432022-12-052-2/+2
* Fix ListBranches to handle empty case (#21921) (#22025)Lunny Xiao2022-12-041-26/+34
* Fix button in branch list, avoid unexpected page jump before restore branch a...Xinyu Zhou2022-11-251-11/+15
* Fix vertical align of committer avatar rendered by email address (#21884) (#2...Xinyu Zhou2022-11-232-5/+9
* Fix setting HTTP headers after write (#21833) (#21874)KN4CK3R2022-11-204-43/+70
* Do not allow Ghost access to limited visible user/org (#21849) (#21875)KN4CK3R2022-11-201-2/+3
* Prevent dangling user redirects (#21856) (#21859)Gusted2022-11-182-0/+4
* Fix enabling partial clones on 1.17 (#21809)zeripath2022-11-141-5/+0
* Prevent panic in doctor command when running default checks (#21791) (#21808)zeripath2022-11-132-12/+24
* Upgrade golang.org/x/crypto (#21792) (#21794)Gusted2022-11-122-13/+13
* Load GitRepo in API before deleting issue (#21720) (#21795)Jason Song2022-11-121-1/+1
* Ignore line anchor links with leading zeroes (#21728) (#21777)silverwind2022-11-112-15/+39
* Add HEAD fix to gitea doctor (#21352) (#21751)Xinyu Zhou2022-11-111-0/+91
* Init git module before database migration (#21764) (#21766)wxiaoguang2022-11-101-0/+8
* Set last login when activating account (#21731) (#21754)Jason Song2022-11-101-0/+7
* Fix UI language switching bug (#21597) (#21748)Xinyu Zhou2022-11-101-1/+1
* Remove semver compatible flag and change pypi to an array of test cases (#217...Wayne Starr2022-11-093-7/+50
* Allow for resolution of NPM registry paths that match upstream (#21568) (#21723)Wayne Starr2022-11-093-1/+52
* Allow local package identifiers for PyPI packages (#21690) (#21726)Wayne Starr2022-11-092-4/+11
* Fix repository adoption on Windows (#21646) (#21651)zeripath2022-11-012-9/+10
* Sync git hooks when config file path changed (#21619) (#21625)Jason Song2022-10-302-4/+15
* Fix package access for admins and inactive users (#21580) (#21592)KN4CK3R2022-10-284-3/+34
* Fix `Timestamp.IsZero` (#21593) (#21604)KN4CK3R2022-10-271-1/+1
* Added check for disabled Packages (#21540) (#21614)Xinyu Zhou2022-10-272-3/+7
* Fix issues count bug (#21600)Lunny Xiao2022-10-264-52/+30
* Update milestone counters when issue is deleted (#21459) (#21586)Ashley Nelson2022-10-261-0/+5
* Suppress `ExternalLoginUserNotExist` error (#21504) (#21572)KN4CK3R2022-10-262-2/+6
* support binary deploy in npm packages (#21589)eleith2022-10-255-1/+17
* SessionUser protection against nil pointer dereference (#21581)Paweł Bogusławski2022-10-241-0/+4