aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Increase max length of org team names from 30 to 255 characters (#31410)Tobias Balle-Petersen2024-06-191-2/+2
* Refactor names (#31405)wxiaoguang2024-06-1910-115/+115
* Fix rendered wiki page link (#31398)wxiaoguang2024-06-187-68/+53
* Refactor route path normalization (#31381)wxiaoguang2024-06-172-1/+102
* Refactor markup code (#31399)wxiaoguang2024-06-172-37/+10
* Add cache test for admins (#31265)65432024-06-172-0/+44
* Fix natural sort (#31384)wxiaoguang2024-06-172-17/+87
* Fix missing images in editor preview due to wrong links (#31299)Brecht Van Lommel2024-06-172-6/+8
* Fix duplicate sub-path for avatars (#31365)wxiaoguang2024-06-155-24/+48
* Add tag protection via rest api #17862 (#31295)mzroot2024-06-141-0/+28
* Extract and display readme and comments for Composer packages (#30927)KN4CK3R2024-06-142-21/+85
* Fix bug filtering issues which have no project (#31337)Lunny Xiao2024-06-141-1/+6
* Refactor to use UnsafeStringToBytes (#31358)Oleksandr Redko2024-06-146-18/+14
* Fix hash render end with colon (#31319)Lunny Xiao2024-06-122-1/+2
* Fix adopt repository has empty object name in database (#31333)Lunny Xiao2024-06-121-0/+1
* Fix #31185 try fix lfs download from bitbucket failed (#31201)Zoupers Zou2024-06-115-5/+8
* Enable `unparam` linter (#31277)silverwind2024-06-116-42/+22
* Make template `Iif` exactly match `if` (#31322)wxiaoguang2024-06-112-21/+47
* code optimization (#31315)Kerwin Bryant2024-06-112-2/+44
* Delete legacy cookie before setting new cookie (#31306)wxiaoguang2024-06-111-4/+4
* Remove sub-path from container registry realm (#31293)wxiaoguang2024-06-092-7/+4
* Add `MAX_ROWS` option for CSV rendering (#30268)Henrique Pimentel2024-06-063-69/+38
* Make blockquote attention recognize more syntaxes (#31240)wxiaoguang2024-06-043-19/+86
* Make pasted "img" tag has the same behavior as markdown image (#31235)wxiaoguang2024-06-044-58/+74
* Add option for mailer to override mail headers (#27860)65432024-06-031-8/+15
* Document possible action types for the user activity feed API (#31196)Kemal Zebari2024-06-031-2/+5
* Split sanitizer functions and fine-tune some tests (#31192)wxiaoguang2024-05-318-245/+270
* Azure blob storage support (#30995)Lunny Xiao2024-05-308-13/+593
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-307-39/+107
* Add topics for repository API (#31127)Lunny Xiao2024-05-281-0/+1
* Fix missing memcache import (#31105)wxiaoguang2024-05-271-0/+2
* feat: add support for a credentials chain for minio access (#31051)Rowan Bohde2024-05-274-1/+149
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-2710-30/+30
* Make gitea webhooks openproject compatible (#28435)André Rosenhammer2024-05-263-0/+9
* Support setting the `default` attribute of the issue template dropdown field ...Zettat1232024-05-232-0/+117
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-204-87/+116
* Fix project column title overflow (#31011)wxiaoguang2024-05-201-4/+5
* Improve reverse proxy documents and clarify the AppURL guessing behavior (#31...wxiaoguang2024-05-192-17/+26
* Simplify mirror repository API logic (#30963)wxiaoguang2024-05-171-1/+1
* Supports forced use of S3 virtual-hosted style (#30969)dicarne2024-05-152-4/+18
* Always load or generate oauth2 jwt secret (#30942)wxiaoguang2024-05-142-12/+33
* Support using label names when changing issue labels (#30943)Zettat1232024-05-131-2/+3
* Refactor AppURL usage (#30885)wxiaoguang2024-05-073-9/+112
* Move database operations of merging a pull request to post receive hook and a...Lunny Xiao2024-05-072-0/+10
* Make "sync branch" also sync object format and add tests (#30878)wxiaoguang2024-05-063-27/+41
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-0613-125/+94
* Fix markdown URL parsing for commit ID (#30812)wxiaoguang2024-05-044-74/+115
* Improve grep search (#30843)wxiaoguang2024-05-034-7/+59
* Fix no edit history after editing issue's title and content (#30814)yp053272024-05-031-1/+1
* Remove external API calls in `TestPassword` (#30716)silverwind2024-05-021-76/+23