aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Use maintained gziphandler (#30592) (#30637)Lunny Xiao2024-04-231-7/+13
* Avoid importing `modules/web/middleware` in `modules/session` (#30584) (#30589)Giteabot2024-04-192-10/+18
* fix: Fix to delete cookie when AppSubURL is non-empty (#30375) (#30469)Giteabot2024-04-142-5/+34
* Avoid losing token when updating mirror settings (#30429) (#30464)Giteabot2024-04-141-17/+21
* Fix label rendering (#30456) (#30460)Giteabot2024-04-132-12/+35
* Limit the max line length when parsing git grep output (#30418) (#30427)Giteabot2024-04-122-4/+26
* Fix and rewrite contrast color calculation, fix project-related bugs (#30326)silverwind2024-04-094-60/+45
* Performance optimization for git push (#30104) (#30348)Giteabot2024-04-091-10/+15
* Fix oauth2 builtin application logic (#30304) (#30327)Giteabot2024-04-082-0/+22
* Some NuGet package enhancements (#30280) (#30324)Giteabot2024-04-072-27/+69
* Clean up log messages (#30313) (#30318)Giteabot2024-04-071-1/+1
* Refactor startup deprecation messages (#30305) (#30312)Giteabot2024-04-078-15/+17
* Fix code block style for code preview (#30298) (#30306)Giteabot2024-04-061-1/+1
* Close file in the Upload func (#30262) (#30270)Giteabot2024-04-031-2/+2
* Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerica...Giteabot2024-04-032-7/+31
* Refactor "dump" sub-command (#30240) (#30260)Giteabot2024-04-035-1/+306
* Render embedded code preview by permlink in markdown (#30234) (#30249)Giteabot2024-04-039-15/+174
* Fix markdown color code detection (#30208) (#30211)Giteabot2024-03-312-3/+26
* Do not allow different storage configurations to point to the same directory ...Giteabot2024-03-317-15/+13
* Include encoding in signature payload (#30174) (#30182)Giteabot2024-03-303-0/+75
* Render code tags in commit messages (#30146)silverwind2024-03-281-2/+2
* Remember login for a month by default (#30150)delvh2024-03-281-1/+1
* Refactor markdown render (#30139)wxiaoguang2024-03-288-257/+364
* Fix bug for markdown rendering of blockquote (#30130)Lunny Xiao2024-03-271-4/+10
* 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