aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Remove deadcode under models/issues (#28536)Nanguan Lin2023-12-191-1/+5
* Always enable caches (#28527)Lunny Xiao2023-12-191-5/+0
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-192-6/+4
* Update go dependencies (#28518)wxiaoguang2023-12-191-6/+12
* Bump google/go-github to v57 (#28514)Yevhen Pavlov2023-12-182-5/+5
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-172-6/+6
* Adjust object format interface (#28469)Lunny Xiao2023-12-1721-67/+57
* Abstract hash function usage (#28138)Adam Majer2023-12-1332-99/+147
* Fix possible nil pointer access (#28428)KN4CK3R2023-12-124-28/+14
* Deprecate query string auth tokens (#28390)Jack Hay2023-12-121-7/+13
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-112-14/+9
* Actually recover from a panic in cron task (#28409)Earl Warren2023-12-101-5/+7
* Also sync DB branches on push if necessary (#28361)Lunny Xiao2023-12-092-36/+66
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-075-8/+6
* Fix migration panic due to an empty review comment diff (#28334)Nanguan Lin2023-12-051-1/+1
* Fix RPM/Debian signature key creation (#28352)KN4CK3R2023-12-052-4/+3
* Fix missing issue search index update when changing status (#28325)Brecht Van Lommel2023-12-031-0/+22
* Make pushUpdate error verbose (#28263)Earl Warren2023-11-301-1/+3
* Fix required error for token name (#28267)Earl Warren2023-11-291-1/+1
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-14/+4
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-2417-32/+44
* add skip ci functionality (#28075)Denys Konovalov2023-11-181-0/+25
* Fix Matrix and MSTeams nil dereference (#28089)KN4CK3R2023-11-1711-6/+155
* Revert "packages: Calculate package size quota using package creator ID inste...Lunny Xiao2023-11-141-1/+3
* packages: Calculate package size quota using package creator ID instead of ow...Danila Fominykh2023-11-141-3/+1
* Fix missing mail reply address (#27997)KN4CK3R2023-11-131-3/+5
* Unify two factor check (#27915)KN4CK3R2023-11-061-2/+22
* Remove action runners on user deletion (#27902)Earl Warren2023-11-051-0/+2
* Fix DownloadFunc when migrating releases (#27887)Zettat1232023-11-032-6/+9
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-035-24/+44
* Clean up template locale usage (#27856)wxiaoguang2023-10-316-46/+15
* Fix package webhook (#27839)Lunny Xiao2023-10-3112-1/+92
* List all Debian package versions in `Packages` (#27786)KN4CK3R2023-10-291-7/+8
* Fix merge base commit for fast-forwarded GitLab PRs (#27825)Sebastian Brückner2023-10-291-1/+9
* Use GitLab's squash_commit_sha when available (#27824)Sebastian Brückner2023-10-291-1/+6
* Close all hashed buffers (#27787)KN4CK3R2023-10-253-0/+18
* Do not force creation of _cargo-index repo on publish (#27266)merlleu2023-10-242-5/+11
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-242-4/+2
* Fix incorrect ctx usage in defer function (#27740)wxiaoguang2023-10-221-4/+2
* Add doctor dbconsistency fix to delete repos with no owner (#27290)65432023-10-191-6/+9
* Delete repos of org when purge delete user (#27273)JakobDev2023-10-196-38/+64
* Remove unnecessary parameter (#27671)Lunny Xiao2023-10-186-23/+21
* Always delete existing scheduled action tasks (#27662)KN4CK3R2023-10-181-11/+8
* Support allowed hosts for webhook to work with proxy (#27655)Jason Song2023-10-182-18/+58
* Fix poster is not loaded in get default merge message (#27657)Lunny Xiao2023-10-171-0/+3
* Improve retrying index issues (#27554)Jason Song2023-10-152-9/+9
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-157-17/+18
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-1413-46/+48
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-143-0/+244
* Fix data-race bug when accessing task.LastRun (#27584)wxiaoguang2023-10-111-2/+1