| Commit message (Expand) | Author | Age | Files | Lines |
* | Add doctor dbconsistency fix to delete repos with no owner (#27290) | 6543 | 2023-10-19 | 1 | -6/+9 |
* | Delete repos of org when purge delete user (#27273) | JakobDev | 2023-10-19 | 3 | -6/+44 |
* | Remove unnecessary parameter (#27671) | Lunny Xiao | 2023-10-18 | 5 | -22/+20 |
* | Replace more db.DefaultContext (#27628) | Lunny Xiao | 2023-10-15 | 1 | -1/+1 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 4 | -14/+15 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 2 | -2/+2 |
* | Add support for forking single branch (#25821) | Dmitry Sharshakov | 2023-09-29 | 1 | -6/+14 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 3 | -12/+3 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 3 | -3/+3 |
* | Updates to the API for archived repos (#27149) | JakobDev | 2023-09-21 | 3 | -0/+30 |
* | Search branches (#27055) | Lunny Xiao | 2023-09-17 | 1 | -1/+2 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 6 | -12/+14 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 4 | -19/+18 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 1 | -2/+2 |
* | Replace 'userxx' with 'orgxx' in all test files when the user type is org (#... | Nanguan Lin | 2023-09-14 | 1 | -2/+2 |
* | Move some functions to service layer (#26969) | Lunny Xiao | 2023-09-08 | 2 | -0/+75 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 8 | -14/+484 |
* | Move createrepository from module to service layer (#26927) | Lunny Xiao | 2023-09-06 | 4 | -4/+467 |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 8 | -26/+26 |
* | Move feed notification service layer (#26908) | Lunny Xiao | 2023-09-05 | 1 | -2/+2 |
* | Move web/api context related testing function into a separate package (#26859) | wxiaoguang | 2023-09-01 | 5 | -62/+62 |
* | Sync tags when adopting repos (#26816) | Zettat123 | 2023-08-31 | 1 | -0/+4 |
* | Fix some slice append usages (#26778) | Chongyi Zheng | 2023-08-29 | 1 | -3/+3 |
* | Add link to job details and tooltip to commit status in repo list in dashboar... | yp05327 | 2023-08-21 | 1 | -2/+3 |
* | Sync repo's IsEmpty status correctly (#26517) | wxiaoguang | 2023-08-17 | 1 | -1/+3 |
* | Show branches and tags that contain a commit (#25180) | delvh | 2023-07-27 | 1 | -0/+55 |
* | Fix bugs in LFS meta garbage collection (#26122) | Zettat123 | 2023-07-26 | 2 | -2/+67 |
* | Add context parameter to some database functions (#26055) | Lunny Xiao | 2023-07-22 | 1 | -3/+3 |
* | Support copy protected branch from template repository (#25889) | Lunny Xiao | 2023-07-21 | 1 | -0/+29 |
* | Fix bug when pushing to a pull request which enabled dismiss approval automat... | Lunny Xiao | 2023-07-20 | 1 | -2/+2 |
* | Refactor "Content" for file uploading (#25851) | wxiaoguang | 2023-07-18 | 1 | -11/+12 |
* | Do not "guess" the file encoding/BOM when using API to upload files (#25828) | wxiaoguang | 2023-07-12 | 1 | -102/+3 |
* | Simplify the LFS GC logger usage (#25717) | wxiaoguang | 2023-07-06 | 1 | -21/+17 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -2/+2 |
* | Fix branch commit message too long problem (#25588) | Lunny Xiao | 2023-06-30 | 1 | -1/+1 |
* | Sync branches into databases (#22743) | Lunny Xiao | 2023-06-29 | 7 | -22/+258 |
* | Add Adopt repository event and handler (#25497) | Lunny Xiao | 2023-06-26 | 1 | -11/+13 |
* | Refactor web package and context package (#25298) | wxiaoguang | 2023-06-18 | 5 | -12/+12 |
* | Fix profile render when the README.md size is larger than 1024 bytes (#25131) | yp05327 | 2023-06-13 | 1 | -1/+1 |
* | Remove duplicated functions when deleting a branch (#25128) | Lunny Xiao | 2023-06-08 | 2 | -9/+3 |
* | Use RepositoryList instead of []*Repository (#25074) | Lunny Xiao | 2023-06-05 | 1 | -1/+1 |
* | Update repo's default branch when adding new files in an empty one (#25017) | wxiaoguang | 2023-05-31 | 1 | -8/+8 |
* | API endpoint for changing/creating/deleting multiple files (#24887) | Denys Konovalov | 2023-05-29 | 3 | -368/+279 |
* | Improve queue and logger context (#24924) | wxiaoguang | 2023-05-26 | 2 | -9/+7 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 3 | -27/+18 |
* | Add status indicator on main home screen for each repo (#24638) | Yarden Shoham | 2023-05-13 | 2 | -0/+18 |
* | Improve avatar uploading / resizing / compressing, remove Fomantic card modul... | wxiaoguang | 2023-05-13 | 1 | -5/+2 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 2 | -15/+9 |
* | Fix unclear `IsRepositoryExist` logic (#24374) | wxiaoguang | 2023-04-28 | 1 | -1/+1 |
* | Support uploading file to empty repo by API (#24357) | wxiaoguang | 2023-04-26 | 1 | -0/+5 |