aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-186-13/+13
* Allow custom "created" timestamps in user creation API (#22549)Sybren2023-02-161-0/+7
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-158-29/+163
* Remember to attach the parent tree when converting TreeEntry() -> Tree() (#22...Nick2023-02-141-1/+2
* Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877)Nick2023-02-134-129/+120
* Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...Brecht Van Lommel2023-02-131-0/+3
* Make issue and code search support camel case (#22829)sillyguodong2023-02-122-4/+6
* Deduplicate findReadmeFile() (#22177)Nick2023-02-121-0/+9
* escape filename when assemble URL (#22850)sillyguodong2023-02-121-2/+2
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-3/+3
* Use proxy for pull mirror (#22771)Gusted2023-02-112-4/+16
* Fix more HTMLURL in templates (#22831)wxiaoguang2023-02-091-0/+4
* Fix isAllowed of escapeStreamer (#22814)Jason Song2023-02-091-17/+7
* change org_type.go to visible_type.go and fix the notes (#22752)yp053272023-02-091-3/+3
* Fix blame view missing lines (#22826)Brecht Van Lommel2023-02-092-15/+18
* include build info in Prometheus metrics (#22819)Michal2023-02-081-0/+24
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-088-69/+49
* Fix restore repo bug, clarify the problem of ForeignIndex (#22776)wxiaoguang2023-02-073-5/+23
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-0/+1
* Use import of OCI structs (#22765)KN4CK3R2023-02-066-273/+7
* Refactor legacy strange git operations (#22756)wxiaoguang2023-02-061-2/+1
* Add Chef package registry (#22554)KN4CK3R2023-02-066-10/+239
* Add Cargo package registry (#21888)KN4CK3R2023-02-054-0/+258
* Add new captcha: cloudflare turnstile (#22369)ByLCY2023-02-054-3/+105
* Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962)delvh2023-02-041-2/+0
* Repositories: by default disable all units except code and pulls on forks (#2...techknowlogick2023-02-043-5/+11
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-0420-153/+209
* Improve trace logging for pulls and processes (#22633)zeripath2023-02-034-8/+34
* Use native error checking with `exec.ErrDot` (#22735)Yarden Shoham2023-02-031-2/+2
* Add some comments for recent code (#22725)wxiaoguang2023-02-021-0/+2
* Fix actions workflow branches match bug (#22724)Lunny Xiao2023-02-021-3/+4
* Fix line spacing for plaintext previews (#22699)crystal2023-02-011-5/+1
* Fix cache-control header clearing comment text when editing issue (#22604)Brecht Van Lommel2023-02-011-2/+2
* Add Conda package registry (#22262)KN4CK3R2023-02-013-0/+395
* Fix bugs with WebAuthn preventing sign in and registration. (#22651)zeripath2023-02-012-3/+3
* Add more events details supports for actions (#22680)Lunny Xiao2023-02-011-4/+150
* Use correct captured group range when parsing cross-reference (#22672)wxiaoguang2023-01-312-4/+4
* Fix README TOC links (#22577)crystal2023-01-311-2/+9
* Implement actions (#21937)Jason Song2023-01-3114-0/+526
* Add support for commit cross references (#22645)KN4CK3R2023-01-303-0/+101
* Consume hcaptcha and pwn deps (#22610)John Olheiser2023-01-296-6/+525
* Improve checkIfPRContentChanged (#22611)zeripath2023-01-281-0/+22
* Link issue and pull requests status change in UI notifications directly to th...Felipe Leopoldo Sologuren GutiƩrrez2023-01-281-0/+1
* Show migration validation error (#22619)KN4CK3R2023-01-271-1/+1
* Allow issue templates to not render title (#22589)techknowlogick2023-01-262-3/+11
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-247-7/+9
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-0/+28
* Support importing comment types (#22510)Sybren2023-01-181-0/+2
* Support asciicast files as new markup (#22448)Jason Song2023-01-181-0/+64
* Add cron method to gc LFS MetaObjects (#22385)zeripath2023-01-161-1/+15