summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Preserve BOM in web editor (#28935) (#28959)Giteabot2024-01-274-122/+58
* Strip `/` from relative links (#28932) (#28952)Giteabot2024-01-272-4/+32
* Update go dependencies and fix go-git (#28893) (#28934)65432024-01-262-2/+11
* Respect branch info for relative links (#28909) (#28922)Giteabot2024-01-252-2/+4
* Fix sort bug on repository issues list (#28897) (#28901)Giteabot2024-01-231-2/+2
* Prevent anonymous container access if `RequireSignInView` is enabled (#28877)...Giteabot2024-01-221-1/+1
* Fix incorrect PostgreSQL connection string for Unix sockets (#28865) (#28870)Giteabot2024-01-212-2/+10
* Warn that `DISABLE_QUERY_AUTH_TOKEN` is false only if it's explicitly defined...Giteabot2024-01-211-1/+4
* Fix archive creating LFS hooks and breaking pull requests (#28848) (#28851)Giteabot2024-01-211-0/+5
* Remove duplicated checkinit on git module (#28824) (#28831)Giteabot2024-01-171-4/+0
* Use refname:strip-2 instead of refname:short when syncing tags (#28797) (#28811)Giteabot2024-01-163-13/+15
* Rework markup link rendering (#26745) (#28803)KN4CK3R2024-01-1613-244/+750
* Use correct `has error` check for internal responses (#28796) (#28798)Giteabot2024-01-154-3/+4
* Fix nil pointer panic when exec some gitea cli command (#28791) (#28795)Giteabot2024-01-153-0/+9