aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Display deprecated warning in admin panel pages as well as in the log file (#...Lunny Xiao2023-07-267-9/+55
* Remove "misc" scope check from public API endpoints (#26134)wxiaoguang2023-07-264-63/+33
* Fix LFS object list style (#26133)wxiaoguang2023-07-262-25/+13
* Drop the correct deleted branch table (#26028)yp053272023-07-263-1/+15
* Fix CLI allowing creation of access tokens with existing name (#26071)Yarden Shoham2023-07-251-5/+16
* Fix incorrect router logger (#26137)wxiaoguang2023-07-251-3/+3
* Increase table cell horizontal padding (#26140)silverwind2023-07-251-1/+1
* Update xorm version (#26128)Lunny Xiao2023-07-253-345/+69
* Fix UI for release tag page / wiki page / subscription page (#25948)puni98692023-07-255-23/+26
* added ssh mirror workaround description (#26096)thigg2023-07-251-0/+13
* Improve "gitea doctor" sub-command and fix "help" commands (#26072)wxiaoguang2023-07-255-76/+62
* Fix wrong commit status in web ui (#26121)yp053272023-07-251-1/+1
* remove IsWarning in tmpl (#26120)caicandong2023-07-251-1/+1
* Fix minor capitalization error in string (#26100)Panagiotis "Ivory" Vasilopoulos2023-07-251-1/+1
* Improve commit graph alignment and truncating (#26112)wxiaoguang2023-07-252-10/+15
* Fix wrong workflow status when rerun a job in an already finished workflow (#...yp053272023-07-251-1/+1
* Allow Organisations to have a E-Mail (#25082)JakobDev2023-07-2511-10/+48
* doc sync authentication.md to zh-cn (#26117)caicandong2023-07-251-1/+257
* Fix loading `LFS_JWT_SECRET` from wrong section (#26109)Jason Song2023-07-251-1/+1
* Avoid writing config file if not installed (#26107)wxiaoguang2023-07-251-1/+1
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-256-19/+127
* [skip ci] Updated translations via CrowdinGiteaBot2023-07-251-0/+43
* doc guide the user to create the appropriate level runner (#26091)caicandong2023-07-245-9/+17
* Fix handling of Debian files with trailing slash (#26087)KN4CK3R2023-07-244-50/+70
* fix Missing 404 swagger response docs for /admin/users/{username} (#26086)caicandong2023-07-242-0/+5
* Allow the use of alternative net.Listener implementations by downstreams (#25...idk2023-07-243-6/+18
* Add missing default value for some Bool cli flags (#26082)wxiaoguang2023-07-242-0/+8
* Reduce unnecessary DB queries for Actions tasks (#25199)sillyguodong2023-07-247-9/+174
* Use stderr as fallback if the log file can't be opened (#26074)wxiaoguang2023-07-241-1/+6
* Make organization redirect warning more clear (#26077)Panagiotis "Ivory" Vasilopoulos2023-07-241-2/+2
* Replace gogs/cron with go-co-op/gocron (#25977)Chongyi Zheng2023-07-246-22/+123
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-2311-128/+121
* Categorize admin settings sidebar panel (#26030)HesterG2023-07-242-26/+54
* [skip ci] Updated translations via CrowdinGiteaBot2023-07-241-1/+1
* Fix duplicated url prefix on issue context menu (#26066)Lunny Xiao2023-07-231-1/+1
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-2250-237/+209
* Fix branch list auth (#26041)Lunny Xiao2023-07-221-1/+1
* Fix the truncate and alignment problem for some admin tables (#26042)wxiaoguang2023-07-226-44/+16
* Update secrets.en-us.md (#26057)JonRB2023-07-221-1/+1
* Improve text for empty issue/pr description (#26047)silverwind2023-07-221-1/+1
* Add changelog for 1.20.1 (#26015)delvh2023-07-221-0/+28
* Fix version in rpm repodata/primary.xml.gz (#26009)Peter Verraedt2023-07-212-8/+8
* Serve pre-defined files in "public", add "security.txt", add CORS header for ...wxiaoguang2023-07-219-40/+50
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-2113-66/+218
* Remove commit status running and warning from the dashboard repo list (#26036)Yarden Shoham2023-07-212-2/+2
* Refactor to use urfave/cli/v2 (#25959)wxiaoguang2023-07-2141-643/+886
* Remove commit status running and warning to align GitHub (#25839)caicandong2023-07-219-44/+45
* Fix escape problems in the branch selector (#25875)yp053272023-07-211-4/+4
* Update README.md to fix the broken link of Hugo (#26008)Pavel2023-07-211-1/+1
* Support copy protected branch from template repository (#25889)Lunny Xiao2023-07-218-38/+86