summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Pause queues (#15928)zeripath2022-01-227-7/+14
* Add config options to hide issue events (#17414)qwerty2872022-01-214-3/+108
* Refactor jwt.StandardClaims to RegisteredClaims (#18344)zeripath2022-01-203-9/+6
* format with gofumpt (#18184)65432022-01-2066-307/+273
* Updated Chroma to v0.10.0 (#18270)Jelle Hulter2022-01-201-1/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1945-392/+446
* Stop trimming preceding and suffixing spaces from editor filenames (#18334)v1.16.0-rc1zeripath2022-01-191-1/+1
* Restore propagation of ErrDependenciesLeft (#18325)zeripath2022-01-193-6/+9
* Use indirect comparison when showing pull requests (#18313)zeripath2022-01-181-1/+1
* Correctly upload LFS files (#18316)zeripath2022-01-182-0/+2
* Fix CheckRepoStats and reuse it during migration (#18264)Aravinth Manivannan2022-01-171-0/+4
* Support webauthn (#17957)Lunny Xiao2022-01-145-10/+16
* Fix NPE on try to get tag reference via API (#18245)65432022-01-121-1/+1
* Fix various typos (#18219)luzpaz2022-01-108-10/+10
* 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