aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix owner team access mode value in team_unit table (#24224)yp053272023-04-221-3/+4
* Fix access token issue on some public endpoints (#24194) (#24259)Giteabot2023-04-212-14/+20
* Show commit history for closed/merged PRs (#24238) (#24261)Giteabot2023-04-211-2/+4
* Fix label color, fix divider in dropdown (#24215) (#24244)Giteabot2023-04-201-0/+12
* Fix issue attachment handling (#24202) (#24221)wxiaoguang2023-04-208-130/+132
* Add run status in action view page (#24223)yp053272023-04-202-1/+10
* Vertical widths of containers removed (#24184) (#24211)Giteabot2023-04-202-4/+2
* Don't list root repository on compare page if pulls not allowed (#24183) (#24...Giteabot2023-04-191-1/+1
* Fix template error in pull request with deleted head repo (#24192) (#24216)Giteabot2023-04-191-1/+1
* Fix incorrect CORS default values (#24206) (#24217)Giteabot2023-04-191-2/+3
* Use correct locale key for forks page (#24172) (#24175)Giteabot2023-04-171-1/+1
* Fix Org edit page bugs: renaming detection, maxlength (#24161) (#24171)Giteabot2023-04-174-25/+17
* Support converting varchar to nvarchar for mssql database (#24105) (#24168)Giteabot2023-04-172-11/+43
* Use 1.18's aria role for dropdown menus (#24144) (#24155)wxiaoguang2023-04-171-2/+2
* Update redis library to support redis v7 (#24114) (#24156)Patrick Schratz2023-04-179-26/+38
* Sort repo topic labels by name (#24123) (#24153)wxiaoguang2023-04-173-10/+7
* Set EasyMDE heading font-size to the same size as the resulting markdown (#24...wxiaoguang2023-04-161-0/+26
* Fix 2-dot direct compare to use the right base commit (#24133) (#24150)Giteabot2023-04-161-1/+5
* Highlight selected file in the PR file tree (#23947) (#24126)sillyguodong2023-04-142-11/+29
* Fix incorrect server error content in RunnersList (#24118) (#24121)Giteabot2023-04-141-2/+2
* Fix mismatch between hook events and github event types (#24048) (#24091)Zettat1232023-04-132-25/+368
* Changelog v1.19.1 (#24079)v1.19.165432023-04-131-1/+90
* Backport locales to 1.19 (#24083)wxiaoguang2023-04-124-65/+197
* Improve LFS error logs (#24072) (#24082)Giteabot2023-04-121-2/+3
* Update the value of the `diffEnd` when click `Show More` btn in the DiffFileT...Giteabot2023-04-121-0/+2
* Fix custom mailer template on Windows (#24081)wxiaoguang2023-04-121-0/+2
* Make label templates have consistent behavior and priority (#23749) (#24071)wxiaoguang2023-04-1211-87/+133
* Add cardtype to org/user level project on creation, edit and view (#24043) (#...Hester Gong2023-04-123-0/+47
* Fix accidental overwriting of LDAP team memberships (#24050) (#24065)Giteabot2023-04-121-2/+2
* Refactor commit status for Actions jobs (#23786) (#24060)Denys Konovalov2023-04-117-70/+73
* Fix branch protection priority (#24045) (#24061)Giteabot2023-04-112-7/+79
* Update documentation to explain which projects allow Gitea to host static pag...Giteabot2023-04-114-3/+26
* Use actions job link as commit status URL instead of run link (#24023) (#24032)Jason Song2023-04-101-1/+20
* Add actions support to package auth verification (#23729) (#24028)Giteabot2023-04-102-37/+22
* Fix protected branch for API (#24013) (#24027)Giteabot2023-04-101-4/+8
* Show errors for KaTeX and mermaid on the preview tab (#24009) (#24019)Giteabot2023-04-091-0/+1
* Show protected branch rule names again (#23907) (#24018)Giteabot2023-04-091-3/+4
* fix: do not escape space between PyPI repository url and package nameā€¦ (#23...Giteabot2023-04-081-1/+1
* Adjust sticky pr header to cover background (#23956) (#23999)Giteabot2023-04-081-4/+4
* Set `ref` to fully-formed of the tag when trigger event is `release` (#23944)...Giteabot2023-04-083-6/+7
* Fix redirect bug when creating issue from a project (#23971) (#23997)Giteabot2023-04-081-2/+2
* Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore`...Giteabot2023-04-082-9/+1
* Discolor pull request tab labels (#23950) (#23987)Giteabot2023-04-071-3/+3
* Treat PRs with agit flow as fork PRs when triggering actions. (#23884) (#23967)Jason Song2023-04-071-1/+16
* Use Get/Set instead of Rename when Regenerate session id (#23975) (#23983)Giteabot2023-04-071-4/+9
* Do not crash when parsing an invalid workflow file (#23972) (#23976)Giteabot2023-04-073-3/+13
* Ensure RSS icon is present on all repo tabs (#23904) (#23973)Giteabot2023-04-072-3/+5
* Hardcode path to docker images (#23955) (#23968)Giteabot2023-04-072-4/+4
* Title can be empty when creating tag only (#23917) (#23961)Giteabot2023-04-074-2/+9
* Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... (#2...65432023-04-077-15/+107