summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
* Make Co-committed-by and co-authored-by trailers optional (#17848)zeripath2021-11-291-1/+1
* Move more model into models/user (#17826)Lunny Xiao2021-11-284-14/+14
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-283-9/+12
* Fix code formating (#17830)mscherer2021-11-271-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-2483-326/+399
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-2417-5/+2638
* Use new OneDev /milestones endpoint (#17782)KN4CK3R2021-11-231-2/+18
* Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568)zeripath2021-11-222-17/+60
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-225-8/+78
* Improvements to content history (#17746)Jimmy Praet2021-11-221-5/+16
* 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