summaryrefslogtreecommitdiffstats
path: root/services (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request '[TESTS] fail when log.Error is called' (#2657) from olive...Earl Warren2024-03-245-4/+27
|\
| * packages: skip error logging on duplicateoliverpool2024-03-241-2/+6
| * fix commit_statusoliverpool2024-03-242-2/+2
| * fix webhook fixturesoliverpool2024-03-241-0/+11
| * fix TestBranchActions error logoliverpool2024-03-241-0/+8
* | Merge pull request 'Allow users to hide all "Add more units..." hints' (#2533...Earl Warren2024-03-243-9/+21
|\ \
| * | Allow users to hide all "Add more units..." hintsGergely Nagy2024-03-213-9/+21
* | | Merge pull request '[PORT] Unify search boxes (gitea#29530)' (#2688) from sne...Earl Warren2024-03-241-1/+1
|\ \ \ | |_|/ |/| |
| * | Unify search boxes (#29530)Denys Konovalov2024-03-201-1/+1
| |/
* / Customizable "Open with" applications for repository clone (#29320)wxiaoguang2024-03-231-0/+1
|/
* Merge pull request '[BUG] Reflect Cargo index state in settings' (#2698) from...Earl Warren2024-03-201-2/+2
|\
| * [BUG] Reflect Cargo index state in settingsGusted2024-03-201-2/+2
* | Merge pull request '[PORT] add skip ci support for pull request title (#29774...Earl Warren2024-03-201-3/+7
|\ \
| * | add skip ci support for pull request title (#29774)Denys Konovalov2024-03-201-3/+7
| |/
* | Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-202-2/+27
* | Add a warning for disallowed email domains (#29658)Zettat1232024-03-201-6/+2
* | Use repo object format name instead of detecting from git repository (#29702)Lunny Xiao2024-03-203-9/+3
|/
* [BUG] Restore deleted branchesoliverpool2024-03-181-1/+1
* use gitRepo.GetCommit directlyoliverpool2024-03-181-1/+1
* Sync branches to DB immediately when handle git hook calling (gitea#29493)Jason Song2024-03-182-44/+82
* [Windows] prevent ? in testdata patholiverpool2024-03-1531-334/+334
* [BUG] Packagist webhook: support all eventsoliverpool2024-03-133-270/+61
* add test for webhook default methodoliverpool2024-03-111-4/+13
* Fix broken webhooks (#29690)Lunny Xiao2024-03-111-1/+6
* Replace more gt- with tw- (#29678)silverwind2024-03-111-1/+1
* Fix commit_status problem when testing (#29672)charles2024-03-111-1/+1
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-119-29/+21
* Make runs-on support variable expression (#29468)sillyguodong2024-03-111-1/+12
* Fixing the issue when status check per rule matches multiple actions (#29631)charles2024-03-112-7/+76
* Store webhook event in database (#29145)oliverpool2024-03-1122-1503/+1613
* Use strict protocol check when redirect (#29642)wxiaoguang2024-03-111-0/+47
* Cache repository default branch commit status to reduce query on commit statu...Lunny Xiao2024-03-112-48/+135
* Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (...ChristopherHX2024-03-112-0/+34
* Skip email domain check when admins edit user emails (#29609)Zettat1232024-03-112-6/+21
* Make "/user/login" page redirect if the current user has signed in (#29583)wxiaoguang2024-03-111-1/+2
* [PORT] Fix wrong line number in code search result (gitea#29260) (#2619)Shiny Nematoda2024-03-102-20/+43
* implement fixoliverpool2024-03-071-1/+1
* Add an trailing slash to dashboard links (#29555)wxiaoguang2024-03-061-2/+4
* Partial cherry-pick: a4859dcfea Improve user experience for outdated comments...Earl Warren2024-03-061-1/+12
* Fix workflow trigger event IssueChangeXXX bug (#29559)yp053272024-03-061-2/+14
* Add option to set language in admin user view (#28449)65432024-03-061-0/+1
* Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-061-1/+1
* Add support for API blob upload of release attachments (#29507)KN4CK3R2024-03-061-3/+3
* remove util.OptionalBool and related functions (#29513)65432024-03-0611-30/+29
* Make PR form use toast to show error message (#29545)wxiaoguang2024-03-061-4/+5
* Fix incorrect diff expander for deletion of last lines in a file (#29501)silverwind2024-03-061-1/+1
* Rename Str2html to SanitizeHTML and clarify its behavior (followup)Earl Warren2024-03-061-7/+7
* Fix workflow trigger event bugs (#29467)Zettat1232024-03-061-1/+7
* Move generate from module to service (#29465)Lunny Xiao2024-03-065-5/+542
* The job should always run when `if` is `always()` (#29464)Zettat1232024-03-062-1/+76