summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-034-18/+25
* Handle branch name with prefix in GitHub migration (#20357)Chongyi Zheng2022-11-031-1/+6
* Configure update checker on installation page (#21655)Gusted2022-11-011-0/+1
* Fix repository adoption on Windows (#21646)zeripath2022-10-312-9/+10
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-313-13/+5
* Revert "Do not send notifications for draft releases (#21451)" (#21594)v1.18.0-rc0techknowlogick2022-10-261-8/+7
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-2444-273/+273
* Record OAuth client type at registration (#21316)M Hickford2022-10-241-2/+3
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-2322-99/+109
* Link mentioned user in markdown only if they are visible to viewer (#21554)Yarden Shoham2022-10-232-10/+47
* Add link to user profile in markdown mention only if user exists (#21533)Yarden Shoham2022-10-233-0/+68
* Update milestone counters when issue is deleted (#21459)Ashley Nelson2022-10-221-0/+5
* Prevent Authorization header for presigned LFS urls (#21531)KN4CK3R2022-10-221-2/+9
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-213-96/+67
* Ignore error when retrieving changed PR review files (#21487)delvh2022-10-201-1/+6
* move invite by mail to services package (#21513)65432022-10-201-0/+23
* Add team member invite by email (#20307)KN4CK3R2022-10-192-1/+63
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+4
* Do not send notifications for draft releases (#21451)KN4CK3R2022-10-171-7/+8
* Fix incorrect notification commit url (#21479)wxiaoguang2022-10-171-4/+4
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-1710-32/+32
* Display total commit count in hook message (#21400)KN4CK3R2022-10-179-23/+24
* [refactor] Use const for wiki DefaultBranch (#21466)65432022-10-152-12/+17
* Add generic set type (#21408)KN4CK3R2022-10-127-34/+33
* Do DB update after merge in hammer context (#21401)zeripath2022-10-111-10/+12
* Stop logging CheckPath returns error: context canceled (#21064)zeripath2022-10-101-2/+0
* Fix formatted link for PR review notifications to matrix (#21319)Akshay Mankar2022-10-072-3/+3
* Refactor parseTreeEntries, speed up tree list (#21368)wxiaoguang2022-10-081-1/+1
* SessionUser protection against nil pointer dereference (#21358)Paweł Bogusławski2022-10-061-0/+4
* Foreign ID conflicts if ID is 0 for each item (#21271)techknowlogick2022-10-021-0/+4
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-021-1/+1
* Add support for authentication based on reverse proxy email (#19949)Hasnain Lakhani2022-09-281-8/+52
* Upgrade chroma to v2.3.0 (#21259)silverwind2022-09-261-3/+3
* Limit length of repo description and repo url input fields (#21119)JakobDev2022-09-161-4/+4
* Keep path when creating a new branch (#21153)JakobDev2022-09-151-0/+1
* Allow poster to choose reviewers (#21084)Jason Song2022-09-091-2/+5
* Move go-licenses to generate and separate generate into a frontend and backen...zeripath2022-09-051-1/+0
* Webhook for Wiki changes (#20219)Aaron F2022-09-0422-7/+470
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-041-10/+2
* Add more checks in migration code (#21011)zeripath2022-09-0414-233/+642
* Update a few go dependencies (#21022)zeripath2022-09-011-1/+1
* Go 1.19 format (#20758)John Olheiser2022-08-302-5/+8
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter Gardfjäll2022-08-291-10/+61
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-284-14/+10
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-251-4/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-2529-177/+253
* Double check CloneURL is acceptable (#20869)zeripath2022-08-213-5/+24
* Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpd...zeripath2022-08-181-0/+3
* Add proxy host into allow list (#20798)Lunny Xiao2022-08-161-0/+5
* auth/reverseproxy: Add support for full name (#20776)Will Norris2022-08-161-2/+8