aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix git grep search limit, add test (#30071)wxiaoguang2024-03-252-1/+17
* Use db.ListOptions directly instead of Paginator interface to make it easier ...Lunny Xiao2024-03-246-16/+39
* Support repo code search without setting up an indexer (#29998)wxiaoguang2024-03-245-24/+177
* Determine fuzziness of bleve indexer by keyword length (#29706)65432024-03-233-28/+22
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-222-35/+17
* Refactor markdown attention render (#29984)wxiaoguang2024-03-225-65/+145
* Fix some pending problems (#29985)wxiaoguang2024-03-224-10/+8
* Refactor external URL detection (#29973)wxiaoguang2024-03-222-3/+10
* Refactor StringsToInt64s (#29967)wxiaoguang2024-03-212-8/+12
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-211-1/+10
* Refactor URL detection (#29960)wxiaoguang2024-03-212-29/+82
* 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