summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Unify two factor check (#27915) (#27939)KN4CK3R2023-11-062-28/+22
* Fix DownloadFunc when migrating releases (#27887) (#27889)Giteabot2023-11-032-6/+9
* Fix package webhook (#27839) (#27854)Giteabot2023-10-3112-1/+92
* Support allowed hosts for webhook to work with proxy (#27655) (#27674)Giteabot2023-10-182-18/+58
* Fix poster is not loaded in get default merge message (#27657) (#27665)Giteabot2023-10-171-0/+3
* Fix attachment download bug (#27486) (#27570)Giteabot2023-10-116-21/+21
* Avoid run change title process when the title is same (#27467) (#27557)yp053272023-10-101-0/+4
* Allow get release download files and lfs files with oauth2 token format (#264...Giteabot2023-10-011-1/+3
* Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203) (#27249)Giteabot2023-09-251-0/+1
* Fix release URL in webhooks (#27182) (#27184)Giteabot2023-09-219-9/+9
* Fix successful return value for `SyncAndGetUserSpecificDiff` (#27152) (#27156)Giteabot2023-09-211-1/+1
* services/wiki: Close() after error handling (#27129) (#27137)Giteabot2023-09-191-2/+2
* Improve LDAP group config documentation (#21227) (#26921)techknowlogick2023-09-051-4/+5
* Sync tags when adopting repos (#26816) (#26834)Giteabot2023-08-311-0/+4
* check blocklist for emails when adding them to account (#26812) (#26831)Giteabot2023-08-311-26/+3
* Fix some slice append usages (#26778) (#26798)Giteabot2023-08-291-3/+3
* Fix bug for ctx usage (#26763)Lunny Xiao2023-08-281-2/+2
* Add `branch_filter` to hooks API endpoints (#26599) (#26632)Giteabot2023-08-211-0/+1
* Sync repo's IsEmpty status correctly (#26517) (#26560)Giteabot2023-08-171-1/+3
* Use `object-fit: contain` for oauth2 custom icons (#26493) (#26498)Giteabot2023-08-141-1/+1
* Add ThreadID parameter for Telegram webhooks (#25996) (#26480)Giteabot2023-08-142-0/+2
* Add transaction when creating pull request created dirty data (#26259) (#26437)Lunny Xiao2023-08-114-73/+107
* Add pull request review request webhook event (#26401) (#26407)Giteabot2023-08-091-0/+4
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) (#26405)Giteabot2023-08-092-7/+13
* Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde...Giteabot2023-08-071-1/+1
* Display human-readable text instead of cryptic filemodes (#26352) (#26358)delvh2023-08-061-0/+17
* Fix API leaking Usermail if not logged in (#25097) (#26350)wxiaoguang2023-08-061-1/+1
* Prevent newline errors with Debian packages (#26332) (#26342)Giteabot2023-08-051-1/+1
* Fix pull request check list is limited (#26179) (#26245)Giteabot2023-07-313-3/+3
* Warn instead of reporting an error when a webhook cannot be found (#26039) (#...Giteabot2023-07-291-1/+6
* Fix bug when pushing to a pull request which enabled dismiss approval automat...Lunny Xiao2023-07-272-9/+63
* Fix bugs in LFS meta garbage collection (#26122) (#26157)Giteabot2023-07-262-2/+67
* Fix version in rpm repodata/primary.xml.gz (#26009) (#26048)Giteabot2023-07-211-3/+3
* Fix SSPI auth panic (#25955) (#25969)Giteabot2023-07-181-2/+2
* fix incorrect repo url when changed the case of ownername (#25733) (#25881)Giteabot2023-07-151-1/+1
* Fix the error message when the token is incorrect (#25701) (#25836)Giteabot2023-07-122-24/+41
* For API attachments, use API URL (#25639) (#25814)Giteabot2023-07-108-22/+69
* Avoid amending the Rebase and Fast-forward merge if there is no message templ...Giteabot2023-07-101-0/+5
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-0421-56/+56
* Log the real reason when authentication fails (but don't show the user) (#254...Giteabot2023-07-031-2/+37
* Fix content holes in Actions task logs file (#25560) (#25566)Giteabot2023-06-281-4/+12
* Add Adopt repository event and handler (#25497) (#25518)Giteabot2023-06-261-11/+13
* Move some regexp out of functions (#25430) (#25445)John Olheiser2023-06-221-2/+3
* Fix `Permission` in API returned repository struct (#25388) (#25441)Giteabot2023-06-229-111/+126
* Change default email domain for LDAP users (#25425) (#25434)Giteabot2023-06-222-2/+2
* Show outdated comments in files changed tab (#24936) (#25428)sebastian-sauer2023-06-222-4/+14
* Use "utf8mb4" for MySQL by default (#25432)wxiaoguang2023-06-221-1/+0
* Use the new download domain replace the old (#25405) (#25409)Giteabot2023-06-211-1/+1
* Fix LDAP sync when Username Attribute is empty (#25278) (#25379)Giteabot2023-06-201-30/+32
* Fix profile render when the README.md size is larger than 1024 bytes (#25270)yp053272023-06-151-1/+1