| Commit message (Expand) | Author | Age | Files | Lines |
* | services/repository: fix ListUnadoptedRepositories incorrect total count (#17... | singuliere | 2022-01-01 | 2 | -110/+156 |
* | Reset the conflicted files list in testpatch (#18139) | zeripath | 2021-12-31 | 1 | -0/+1 |
* | Set HeadCommit when creating tags. (#18116) | KN4CK3R | 2021-12-29 | 2 | -2/+15 |
* | Add issue hyperlinks in the webhook of wechatwork (#18102) | zjjhot | 2021-12-25 | 1 | -2/+2 |
* | Do not read or write git reference files directly (#18079) | zeripath | 2021-12-23 | 1 | -2/+1 |
* | Add List-Unsubscribe header (#17804) | mscherer | 2021-12-21 | 2 | -1/+2 |
* | Reset Session ID on login (#18018) | zeripath | 2021-12-20 | 2 | -1/+16 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 11 | -17/+16 |
* | Abort merge if head has been updated before pressing merge (#18032) | zeripath | 2021-12-20 | 3 | -4/+19 |
* | Add support for ssh commit signing (#17743) | Wim | 2021-12-19 | 1 | -6/+7 |
* | Improve TestPatch to use git read-tree -m and implement git-merge-one-file fu... | zeripath | 2021-12-19 | 2 | -5/+372 |
* | Fix rename notification bug (#18008) | Lunny Xiao | 2021-12-17 | 1 | -0/+4 |
* | Prevent hang in git cat-file if repository is not a valid repository and othe... | zeripath | 2021-12-16 | 1 | -1/+2 |
* | Add Reindex buttons to repository settings page (#17494) | zeripath | 2021-12-16 | 1 | -1/+2 |
* | Refactor HTTP request context (#17979) | wxiaoguang | 2021-12-15 | 1 | -0/+1 |
* | Add missing `X-Total-Count` and fix some related bugs (#17968) | qwerty287 | 2021-12-15 | 5 | -3/+6 |
* | Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi... | zeripath | 2021-12-14 | 7 | -21/+93 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 16 | -27/+257 |
* | Prevent services/mailer/mailer_test.go tests from deleteing data directory (#... | zeripath | 2021-12-10 | 1 | -7/+6 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 16 | -30/+605 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 62 | -247/+287 |
* | Improve checkBranchName (#17901) | zeripath | 2021-12-08 | 2 | -29/+26 |
* | allways set a message-id on mails (#17900) | Garionion | 2021-12-08 | 2 | -0/+55 |
* | Move repo archiver to models/repo (#17913) | Lunny Xiao | 2021-12-06 | 5 | -42/+79 |
* | Add migrate from Codebase (#16768) | KN4CK3R | 2021-12-02 | 3 | -0/+807 |
* | Refactor various strings (#17784) | mscherer | 2021-12-02 | 5 | -9/+9 |
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 1 | -0/+5 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 12 | -39/+39 |
* | Make Co-committed-by and co-authored-by trailers optional (#17848) | zeripath | 2021-11-29 | 1 | -1/+1 |
* | Move more model into models/user (#17826) | Lunny Xiao | 2021-11-28 | 4 | -14/+14 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 3 | -9/+12 |
* | Fix code formating (#17830) | mscherer | 2021-11-27 | 1 | -3/+3 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 83 | -326/+399 |
* | Move repofiles from modules/repofiles to services/repository/files (#17774) | Lunny Xiao | 2021-11-24 | 17 | -5/+2638 |
* | Use new OneDev /milestones endpoint (#17782) | KN4CK3R | 2021-11-23 | 1 | -2/+18 |
* | Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568) | zeripath | 2021-11-22 | 2 | -17/+60 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 5 | -8/+78 |
* | Improvements to content history (#17746) | Jimmy Praet | 2021-11-22 | 1 | -5/+16 |
* | Allow Loading of Diffs that are too large (#17739) | zeripath | 2021-11-22 | 2 | -42/+65 |
* | Fix close issue but time watcher still running (#17643) | Lunny Xiao | 2021-11-21 | 4 | -6/+510 |
* | Extract constant names out for the ReverseProxy and Basic authentication meth... | zeripath | 2021-11-20 | 2 | -2/+8 |
* | Enable show more files in diff for git <2.31 (#17733) | zeripath | 2021-11-20 | 3 | -31/+252 |
* | Use `hostmatcher` to replace `matchlist`, improve security (#17605) | wxiaoguang | 2021-11-20 | 11 | -131/+114 |
* | Add settings to allow different SMTP envelope from address (#17479) | zeripath | 2021-11-19 | 1 | -3/+14 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 5 | -15/+19 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 4 | -12/+8 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 7 | -5/+312 |
* | Fix Migrate Description (#17692) | 99rgosse | 2021-11-18 | 1 | -0/+1 |
* | Move task from modules to services (#17680) | Lunny Xiao | 2021-11-18 | 2 | -0/+273 |
* | Move user functions into user.go (#17659) | Lunny Xiao | 2021-11-18 | 5 | -14/+18 |