summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Support relative paths to videos from Wiki pages (#31061) (#31453)Giteabot2024-06-223-43/+83
* Fix markdown math brackets render problem (#31420) (#31430)Giteabot2024-06-202-1/+9
* Increase max length of org team names from 30 to 255 characters (#31410) (#31...Giteabot2024-06-201-2/+2
* Fix rendered wiki page link (#31398) (#31407)wxiaoguang2024-06-198-71/+55
* Fix bug filtering issues which have no project (#31337) (#31367)Lunny Xiao2024-06-171-1/+6
* Fix natural sort (#31384) (#31394)Giteabot2024-06-172-17/+87
* Fix missing images in editor preview due to wrong links (#31299) (#31393)wxiaoguang2024-06-172-6/+8
* Fix duplicate sub-path for avatars (#31365) (#31368)wxiaoguang2024-06-152-13/+25
* Backport Iif (#31353)wxiaoguang2024-06-132-2/+70
* Fix hash render end with colon (#31319) (#31346)Giteabot2024-06-132-1/+2
* Fix adopt repository has empty object name in database (#31333) (#31335)Giteabot2024-06-121-0/+1
* Fix #31185 try fix lfs download from bitbucket failed (#31201) (#31329)Giteabot2024-06-125-5/+8
* Delete legacy cookie before setting new cookie (#31306) (#31317)Giteabot2024-06-111-4/+4
* Remove sub-path from container registry realm (#31293) (#31300)Giteabot2024-06-102-7/+4
* Make blockquote attention recognize more syntaxes (#31240) (#31250)Giteabot2024-06-043-19/+86
* Make pasted "img" tag has the same behavior as markdown image (#31235) (#31243)Giteabot2024-06-044-59/+75
* Split sanitizer functions and fine-tune some tests (#31192) (#31200)Giteabot2024-05-318-245/+270
* Fix missing memcache import (#31105) (#31109)Giteabot2024-05-271-0/+2
* Make gitea webhooks openproject compatible (#28435) (#31081)Giteabot2024-05-263-0/+9
* Support setting the `default` attribute of the issue template dropdown field ...Giteabot2024-05-242-0/+117
* Refactor sha1 and time-limited code (#31023) (#31030)Giteabot2024-05-214-87/+116
* Fix project column title overflow (#31011) (#31025)Giteabot2024-05-201-4/+5
* Improve reverse proxy documents and clarify the AppURL guessing behavior (#31...Giteabot2024-05-192-17/+26
* Simplify mirror repository API logic (#30963) (#31009)Giteabot2024-05-181-1/+1
* Always load or generate oauth2 jwt secret (#30942) (#30978)Giteabot2024-05-142-12/+33
* Support using label names when changing issue labels (#30943) (#30958)Giteabot2024-05-131-2/+3
* Move database operations of merging a pull request to post receive hook and a...Giteabot2024-05-082-0/+10
* Refactor AppURL usage (#30885) (#30891)wxiaoguang2024-05-083-9/+112
* Make sure git version&feature are always prepared (#30877) (#30879)wxiaoguang2024-05-0713-125/+94
* Make "sync branch" also sync object format and add tests (#30878) (#30880)Giteabot2024-05-073-27/+41
* Fix markdown URL parsing for commit ID (#30812) (#30855)Giteabot2024-05-044-74/+115
* Fix no edit history after editing issue's title and content (#30814) (#30845)Giteabot2024-05-031-1/+1
* Improve grep search (#30843) (#30850)Giteabot2024-05-034-7/+59
* Skip gzip for some well-known compressed file types (#30796) (#30813)Giteabot2024-05-021-0/+8
* Fix markdown rendering when mentioning users (#30795) (#30810)Giteabot2024-05-024-10/+14
* Fix bleve fuzziness (#30799) (#30804)Giteabot2024-05-013-9/+15
* Fix issue label rendering in the issue popup (#30763) (#30773)Giteabot2024-04-301-22/+17
* Add some tests to clarify the "must-change-password" behavior (#30693)wxiaoguang2024-04-271-1/+3
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-273-6/+6
* Fix incorrect object id hash function (#30708)wxiaoguang2024-04-263-15/+8
* Deduplicate lfs common code (#30704)wxiaoguang2024-04-263-48/+42
* Improve oauth2 client "preferred username field" logic and the error handling...wxiaoguang2024-04-253-11/+52
* Initial support for colorblindness-friendly themes (#30625)wxiaoguang2024-04-245-12/+17
* Perform Newest sort type correctly when sorting issues (#30644)Kemal Zebari2024-04-231-2/+2
* Fix queue test (#30646)wxiaoguang2024-04-223-19/+34
* Enable more `revive` linter rules (#30608)silverwind2024-04-2217-51/+37
* Use maintained gziphandler (#30592)Lunny Xiao2024-04-211-7/+13
* Fix commit file status parser (#30602)wxiaoguang2024-04-191-1/+1
* Avoid importing `modules/web/middleware` in `modules/session` (#30584)Jason Song2024-04-192-10/+18
* Mock queue backoff duration (#30553)wxiaoguang2024-04-182-1/+10