summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Do not read or write git reference files directly (#18079)zeripath2021-12-231-2/+1
* Add List-Unsubscribe header (#17804)mscherer2021-12-212-1/+2
* Reset Session ID on login (#18018)zeripath2021-12-202-1/+16
* Simplify parameter types (#18006)Gusted2021-12-2011-17/+16
* Abort merge if head has been updated before pressing merge (#18032)zeripath2021-12-203-4/+19
* Add support for ssh commit signing (#17743)Wim2021-12-191-6/+7
* Improve TestPatch to use git read-tree -m and implement git-merge-one-file fu...zeripath2021-12-192-5/+372
* Fix rename notification bug (#18008)Lunny Xiao2021-12-171-0/+4
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-1/+2
* Add Reindex buttons to repository settings page (#17494)zeripath2021-12-161-1/+2
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-0/+1
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-155-3/+6
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-147-21/+93
* Some repository refactors (#17950)Lunny Xiao2021-12-1216-27/+257
* Prevent services/mailer/mailer_test.go tests from deleteing data directory (#...zeripath2021-12-101-7/+6
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-1016-30/+605
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-1062-247/+287
* Improve checkBranchName (#17901)zeripath2021-12-082-29/+26
* allways set a message-id on mails (#17900)Garionion2021-12-082-0/+55
* Move repo archiver to models/repo (#17913)Lunny Xiao2021-12-065-42/+79
* Add migrate from Codebase (#16768)KN4CK3R2021-12-023-0/+807
* Refactor various strings (#17784)mscherer2021-12-025-9/+9
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-0/+5
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-3012-39/+39
* 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