summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-174-8/+10
* Fix branch_protection api shows users/teams who has no readAccess (#30291)Edward Zhang2024-04-171-21/+35
* Refactor web routes (#30519)wxiaoguang2024-04-172-17/+12
* Update API to return 'source_id' for users (#29718)Tobias Balle-Petersen2024-04-161-0/+1
* Fix code owners will not be mentioned when a pull request comes from a forked...Lunny Xiao2024-04-151-4/+4
* Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453)silverwind2024-04-141-0/+1
* fix: Fix to delete cookie when AppSubURL is non-empty (#30375)Jonathan Tran2024-04-141-1/+2
* Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` (#30461)silverwind2024-04-131-1/+1
* Avoid losing token when updating mirror settings (#30429)Jason Song2024-04-131-2/+10
* Refactor cache and disable go-chi cache (#30417)wxiaoguang2024-04-137-48/+34
* Fix mirror error when mirror repo is empty (#30432)yp053272024-04-131-17/+23
* Fix commit status cache which missed target_url (#30426)Lunny Xiao2024-04-121-11/+41
* Change the default maxPerPage for gitbucket (#30392)Kazushi (Jam) Marukawa2024-04-111-0/+5
* Add commit status summary table to reduce query from commit status table (#30...Lunny Xiao2024-04-122-19/+49
* Check the token's owner and repository when registering a runner (#30406)Zettat1232024-04-112-0/+2
* Avoid user does not exist error when detecting schedule actions when the comm...yp053272024-04-111-6/+3
* Performance optimization for git push (#30104)Lunny Xiao2024-04-091-9/+17
* Fix missed doer (#30231)Lunny Xiao2024-04-085-34/+34
* Add optional doctor storage init (#30330)Michael Kriese2024-04-081-0/+11
* Avoid showing `Failed to change the default wiki branch` if repo has no wiki ...yp053272024-04-081-0/+4
* Fix oauth2 builtin application logic (#30304)wxiaoguang2024-04-083-11/+79
* Clean up log messages (#30313)wxiaoguang2024-04-076-14/+14
* Fix code block style for code preview (#30298)wxiaoguang2024-04-061-3/+3
* Commit-Dropdown: Show Author of commit if available (#30272)sebastian-sauer2024-04-051-4/+4
* Render embedded code preview by permlink in markdown (#30234)wxiaoguang2024-04-025-1/+204
* Remove scheduled action tasks if the repo is archived (#30224)Zettat1232024-04-012-2/+7
* Refactor DeleteInactiveUsers, fix bug and add tests (#30206)wxiaoguang2024-04-012-25/+45
* Add API for `Variables` (#29520)sillyguodong2024-03-281-0/+100
* Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-282-0/+81
* Put an edit file button on pull request files to allow a quick operation (#29...Lunny Xiao2024-03-271-0/+19
* Fix possible data race on tests (#30093)Lunny Xiao2024-03-261-1/+0
* Fix duplicate migrated milestones (#30102)yp053272024-03-261-2/+1
* Fix gitea doctor will remove repo-avatar files when execute command `storage-...yp053272024-03-261-1/+1
* Fix panic for `fixBrokenRepoUnits16961` (#30068)yp053272024-03-261-0/+6
* Fix Add/Remove WIP on pull request title failure (#29999)Lunny Xiao2024-03-252-21/+20
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-243-4/+4
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-225-16/+10
* Fix some pending problems (#29985)wxiaoguang2024-03-222-8/+7
* Fix bugs in rerunning jobs (#29955)Zettat1232024-03-222-0/+86
* Refactor external URL detection (#29973)wxiaoguang2024-03-221-0/+27
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-212-4/+5
* Refactor URL detection (#29960)wxiaoguang2024-03-211-3/+3
* Fix the bug that user may logout if he switch pages too fast (#29962)Lunny Xiao2024-03-211-17/+9
* Cancel previous runs of the same PR automatically (#29961)Jason Song2024-03-213-11/+11
* Fix loadOneBranch panic (#29938)wxiaoguang2024-03-201-4/+6
* Restore deleted branches when syncing (#29898)Jason Song2024-03-201-2/+2
* Fix invalid link of the commit status when ref is tag (#29752)yp053272024-03-191-3/+13
* Notify reviewers added via CODEOWNERS (#29842)Jimmy Praet2024-03-194-24/+75
* Fix missing error check of bufio.Scanner (#29882)coldWater2024-03-192-0/+8
* Upgrade Go 1.22 and upgrade dependency (#29869)wxiaoguang2024-03-171-1/+0