aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Add a db consistency check to remove runners that do not belong to a reposito...Zettat1232024-04-241-0/+6
* Fix queue test (#30646) (#30650)wxiaoguang2024-04-234-19/+43
* Use maintained gziphandler (#30592) (#30638)Lunny Xiao2024-04-231-7/+13
* Fix commit file status parser (#30602) (#30606)Giteabot2024-04-191-1/+1
* Avoid importing `modules/web/middleware` in `modules/session` (#30584) (#30588)Giteabot2024-04-192-10/+18
* Avoid losing token when updating mirror settings (#30429) (#30466)Lunny Xiao2024-04-151-17/+21
* fix: Fix to delete cookie when AppSubURL is non-empty (#30375) (#30468)Giteabot2024-04-142-5/+34
* Use db.ListOptions directly instead of Paginator interface to make iteasier t...Lunny Xiao2024-04-136-16/+39
* Performance optimization for git push (#30104) (#30354)Lunny Xiao2024-04-101-10/+15
* Close file in the Upload func (#30262) (#30269)Giteabot2024-04-031-2/+2
* Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerica...Giteabot2024-04-032-7/+31
* Include encoding in signature payload (#30174) (#30181)Giteabot2024-04-013-0/+75
* Fix gitea doctor will remove repo-avatar files when execute command storage-a...yp053272024-03-271-1/+1
* Fix panic for fixBrokenRepoUnits16961 (#30068) (#30100)yp053272024-03-261-0/+6
* Performance improvements for pull request list page (#29900) (#29972)Lunny Xiao2024-03-221-0/+9
* Fix loadOneBranch panic (#29938) (#29939)wxiaoguang2024-03-201-1/+1
* Show Actions post step when it's running (#29926) (#29928)Giteabot2024-03-202-2/+46
* Make meilisearch do exact search for issues (#29740 & #29671) (#29846)65432024-03-162-1/+29
* Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env (#29788) (#29791)Giteabot2024-03-141-0/+3
* Fix date rendering by adding `<gitea-absolute-date>` (#29725) (#29747)Giteabot2024-03-132-14/+16
* Fix inconsistent rendering of block mathematical expressions (#29677) (#29711)Giteabot2024-03-111-1/+2
* fix: rendering internal file links in org (#29669) (#29705)Giteabot2024-03-102-4/+38
* Fix incorrect rendering csv file when file size is larger than UI.CSV.MaxFile...Giteabot2024-03-081-2/+4
* Use strict protocol check when redirect (#29642) (#29644)Giteabot2024-03-071-1/+1
* Avoid unexpected panic in graceful manager (#29629) (#29630)wxiaoguang2024-03-062-2/+18
* Fix wrong line number in code search result (#29260) (#29623)Giteabot2024-03-061-19/+31
* Make "/user/login" page redirect if the current user has signed in (#29583) (...wxiaoguang2024-03-051-1/+2
* Add a trailing slash to dashboard links (#29555) (#29573)wxiaoguang2024-03-043-3/+7
* Fix incorrect cookie path for AppSubURL (#29534) (#29552)Giteabot2024-03-031-2/+5
* Fix queue worker incorrectly stopped when there are still more items in the q...Giteabot2024-03-023-9/+42
* Fix issue link does not support quotes (#29484) (#29487) (#29536)Giteabot2024-03-022-2/+6
* Set pre-step status to `skipped` if job is skipped (#29489) (#29523)Giteabot2024-03-011-0/+3
* Fix wrong test usage of `AppSubURL` (#29459) (#29488)Giteabot2024-02-291-22/+17
* Fix workflow trigger event bugs (#29467) (#29475)Giteabot2024-02-281-0/+3
* Do not double close reader (#29354) (#29370)Giteabot2024-02-241-1/+11
* Remove SSH workaround (#27893) (#29332)65432024-02-221-7/+2
* Only log error when tag sync fails (#29295) (#29327)Giteabot2024-02-221-1/+3
* Use general token signing secret (#29205) (#29325)wxiaoguang2024-02-229-59/+125
* Improve the `issue_comment` workflow trigger event (#29277) (#29322)Giteabot2024-02-222-0/+50
* Discard unread data of `git cat-file` (#29297) (#29310)Giteabot2024-02-2210-80/+66
* Implement some action notifier functions (#29173) (#29308)yp053272024-02-222-4/+8
* Prevent double use of `git cat-file` session. (#29298) (#29301)KN4CK3R2024-02-221-6/+15
* Always write proc-receive hook for all git versions (#29287) (#29291)wxiaoguang2024-02-211-7/+5
* Refactor git version functions and check compatibility (#29155) (#29157)wxiaoguang2024-02-173-31/+80
* Refactor parseSignatureFromCommitLine (#29054) (#29108)wxiaoguang2024-02-098-149/+104
* Improve user experience for outdated comments (#29050) (#29086)Giteabot2024-02-081-2/+13
* Fix orgmode link resolving (#29024) (#29076)wxiaoguang2024-02-072-41/+43
* fix: Elasticsearch: Request Entity Too Large #28117 (#29062) (#29075)Giteabot2024-02-071-5/+11
* Fix an actions schedule bug (#28942) (#28999)Giteabot2024-01-311-0/+35
* Don't remove all mirror repository's releases when mirroring (#28817) (#28939)Giteabot2024-01-312-6/+148