aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix loadOneBranch panic (#29938)wxiaoguang2024-03-201-1/+1
* Show Actions post step when it's running (#29926)Jason Song2024-03-202-2/+46
* Fix missing error check of bufio.Scanner (#29882)coldWater2024-03-193-0/+14
* Remove unused error in graceful manager (#29871)Nanguan Lin2024-03-182-12/+4
* Meilisearch double quote on "match" query (#29740)65432024-03-162-70/+37
* Refactor markdown attention render (#29833)wxiaoguang2024-03-163-32/+12
* Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-166-35/+53
* Remove the `time-since` class (#29826)Yarden Shoham2024-03-152-2/+4
* Refactor graceful manager, fix misused WaitGroup (#29738)coldWater2024-03-154-51/+55
* Add `<overflow-menu>`, rename webcomponents (#29400)silverwind2024-03-152-6/+6
* Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env (#29788)Jason Song2024-03-141-0/+3
* Fix lint-swagger warning (#29787)sillyguodong2024-03-141-7/+0
* Refactor markup/csv: don't read all to memory (#29760)coldWater2024-03-142-12/+55
* Add test for webhook (#29755)wxiaoguang2024-03-141-0/+9
* Improve QueryEscape helper function (#29768)wxiaoguang2024-03-131-1/+5
* Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-136-22/+34
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-139-187/+140
* Refactor label.IsArchived() (#29750)65432024-03-131-2/+1
* Fix date rendering by adding `<gitea-absolute-date>` (#29725)silverwind2024-03-122-14/+16
* Highlight archived labels (#29680)65432024-03-121-9/+20
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-121-0/+9
* Lazy load object format with command line and don't do it in OpenRepository (...Lunny Xiao2024-03-1215-31/+72
* remove repetitive words (#29695)pengqiseven2024-03-111-1/+1
* Fix inconsistent rendering of block mathematical expressions (#29677)yp053272024-03-111-1/+2
* Use repo object format name instead of detecting from git repository (#29702)Lunny Xiao2024-03-101-8/+4
* fix: rendering internal file links in org (#29669)Ankit R Gadiya2024-03-102-4/+38
* Update allowed attachment types (#29688)silverwind2024-03-091-2/+2
* Patch in exact search for meilisearch (#29671)65432024-03-0911-27/+178
* Don't use `<br />` in alert block (#29650)Yarden Shoham2024-03-081-8/+5
* Fix incorrect rendering csv file when file size is larger than UI.CSV.MaxFile...yp053272024-03-081-2/+4
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-082-9/+19
* Avoid unexpected panic in graceful manager (#29629)wxiaoguang2024-03-062-2/+18
* Fix wrong line number in code search result (#29260)yp053272024-03-061-19/+31
* Make wiki default branch name changable (#29603)wxiaoguang2024-03-062-4/+4
* Improve natural sort (#29611)wxiaoguang2024-03-052-78/+12
* Remove unnecessary SanitizeHTML from code (#29575)wxiaoguang2024-03-042-9/+2
* Add user blocking (#29028)KN4CK3R2024-03-042-1/+9
* Allow options to disable user ssh keys configuration from the interface on ap...Lunny Xiao2024-03-041-0/+1
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-042-0/+9
* Add an trailing slash to dashboard links (#29555)wxiaoguang2024-03-042-2/+4
* Extend issue template yaml engine (#29274)65432024-03-044-29/+192
* Breaking summary for template refactoring (#29395)wxiaoguang2024-03-031-14/+14
* Fix incorrect cookie path for AppSubURL (#29534)wxiaoguang2024-03-031-2/+5
* Fix queue worker incorrectly stopped when there are still more items in the q...wxiaoguang2024-03-023-9/+42
* remove util.OptionalBool and related functions (#29513)65432024-03-028-77/+27
* Add a check for when the command is canceled by the program on Window… (#29...charles2024-03-021-0/+12
* Fix issue link does not support quotes (#29484) (#29487)charles2024-03-022-2/+6
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-021-1/+2
* Set pre-step status to `skipped` if job is skipped (#29489)sillyguodong2024-03-011-0/+3
* Rename Str2html to SanitizeHTML and clarify its behavior (#29516)wxiaoguang2024-03-012-12/+17