summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-072-22/+40
* Add option to convert CRLF to LF line endings for sendmail (#18075)zeripath2022-01-061-2/+9
* Add replay of webhooks. (#18191)KN4CK3R2022-01-051-0/+12
* refactoring nits (#18188)65432022-01-054-20/+22
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-2/+0
* Increase Salt randomness (#18179)Gusted2022-01-041-1/+3
* Refactor auth package (#17962)Lunny Xiao2022-01-0228-143/+143
* Unify and simplify TrN for i18n (#18141)wxiaoguang2022-01-023-7/+0
* services/repository: fix ListUnadoptedRepositories incorrect total count (#17...singuliere2022-01-012-110/+156
* Reset the conflicted files list in testpatch (#18139)zeripath2021-12-311-0/+1
* Set HeadCommit when creating tags. (#18116)KN4CK3R2021-12-292-2/+15
* Add issue hyperlinks in the webhook of wechatwork (#18102)zjjhot2021-12-251-2/+2
* 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