aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-222-42/+65
* Fix close issue but time watcher still running (#17643)Lunny Xiao2021-11-214-6/+510
* Extract constant names out for the ReverseProxy and Basic authentication meth...zeripath2021-11-202-2/+8
* Enable show more files in diff for git <2.31 (#17733)zeripath2021-11-203-31/+252
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-2011-131/+114
* Add settings to allow different SMTP envelope from address (#17479)zeripath2021-11-191-3/+14
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-195-15/+19
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-194-12/+8
* Move user/org deletion to services (#17673)KN4CK3R2021-11-197-5/+312
* Fix Migrate Description (#17692)99rgosse2021-11-181-0/+1
* Move task from modules to services (#17680)Lunny Xiao2021-11-182-0/+273
* Move user functions into user.go (#17659)Lunny Xiao2021-11-185-14/+18
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-172-22/+25
* Return 400 but not 500 when request archive with wrong format (#17691)Lunny Xiao2021-11-172-8/+23
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-176-4/+316
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-1711-2/+11
* Multiple Escaping Improvements (#17551)zeripath2021-11-167-24/+32
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-1622-1/+7603
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-1610-30/+1268
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-169-66/+57
* Remove unnecassary calls to `filepath.Join` (#17608)Gusted2021-11-151-2/+2
* Minor readability patch. (#17627)Michael Grigoryan2021-11-121-1/+1
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-1217-42/+51
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-113-4/+7
* Move oauth2 error to oauth2 service package (#17603)Lunny Xiao2021-11-111-2/+19
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-1021-130/+134
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-098-16/+23
* Make ParsePatch more robust (#17573)Gusted2021-11-072-1/+30
* Simplify Gothic to use our session store instead of creating a different stor...zeripath2021-11-032-18/+98
* Only allow webhook to send requests to allowed hosts (#17482)wxiaoguang2021-11-011-4/+22
* Properly determine CSV delimiter (#17459)Richard Mahn2021-10-301-4/+4
* Add appearance section in settings (#17433)qwerty2872021-10-271-1/+11
* Read expected buffer size (#17409)KN4CK3R2021-10-241-4/+3
* Add groups scope/claim to OIDC/OAuth2 Provider (#17367)Nico Schieder2021-10-221-0/+3
* Handle broken references in mirror sync (#17013)zeripath2021-10-211-13/+105
* Prevent NPE in CSV diff rendering when column removed (#17018)Richard Mahn2021-10-202-132/+322
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-1/+1
* Fix some lints (#17337)Lunny Xiao2021-10-172-3/+4
* Make the Mirror Queue a queue (#17326)zeripath2021-10-171-33/+65
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-153-11/+27
* Upgrade chi to v5 (#17298)Lunny Xiao2021-10-131-1/+1
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-101-0/+15
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-082-0/+51
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-1/+2
* Add specific event type to header (#17222)John Olheiser2021-10-051-3/+8
* Always set a unique Message-ID header. (#17206)KN4CK3R2021-10-012-13/+30
* Fix missing repo link in issue/pull assigned emails (#17183)zeripath2021-09-301-0/+6
* Kanban colored boards (#16647)Romain2021-09-291-0/+1
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-3/+3
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-273-6/+11