| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable tenv and testifylint rules (#32852) | TheFox0x7 | 2024-12-15 | 1 | -3/+3 |
* | Allow to fork repository into the same owner (#32819) | wxiaoguang | 2024-12-14 | 2 | -1/+34 |
* | disable gravatar in test (#32529) | Rowan Bohde | 2024-11-21 | 1 | -7/+2 |
* | Reduce integration test overhead (#32475) | Rowan Bohde | 2024-11-14 | 1 | -2/+2 |
* | Add new event commit status creation and webhook implementation (#27151) | Lunny Xiao | 2024-11-07 | 1 | -4/+4 |
* | Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) | Lunny Xiao | 2024-11-07 | 4 | -471/+1 |
* | Make LFS http_client parallel within a batch. (#32369) | Royce Remer | 2024-11-04 | 1 | -4/+5 |
* | Fix created_unix for mirroring (#32342) | Lunny Xiao | 2024-11-02 | 1 | -2/+3 |
* | Support repo license (#24872) | yp05327 | 2024-10-01 | 1 | -1/+1 |
* | Distinguish LFS object errors to ignore missing objects during migration (#31... | Jason Song | 2024-07-31 | 1 | -0/+5 |
* | Fix adopt repository has empty object name in database (#31333) | Lunny Xiao | 2024-06-12 | 1 | -0/+1 |
* | Move database operations of merging a pull request to post receive hook and a... | Lunny Xiao | 2024-05-07 | 1 | -0/+8 |
* | Make "sync branch" also sync object format and add tests (#30878) | wxiaoguang | 2024-05-06 | 2 | -0/+41 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 1 | -1/+0 |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 2 | -1/+9 |
* | Enable/disable owner and repo projects independently (#28805) | Denys Konovalov | 2024-03-04 | 1 | -0/+6 |
* | Move migration functions to services layer (#29497) | Lunny Xiao | 2024-03-01 | 1 | -243/+0 |
* | Move generate from module to service (#29465) | Lunny Xiao | 2024-02-28 | 3 | -522/+0 |
* | Ignore the linux anchor point to avoid linux migrate failure (#29295) | Lunny Xiao | 2024-02-22 | 1 | -1/+3 |
* | Always write proc-receive hook for all git versions (#29287) | wxiaoguang | 2024-02-21 | 1 | -7/+5 |
* | bump to use go 1.22 (#29119) | techknowlogick | 2024-02-14 | 1 | -1/+1 |
* | Add merge style `fast-forward-only` (#28954) | Chris Copeland | 2024-02-12 | 1 | -1/+5 |
* | Fix bug for generated repository object format (#28969) | Lunny Xiao | 2024-01-28 | 1 | -16/+15 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 3 | -4/+7 |
* | Don't remove all mirror repository's releases when mirroring (#28817) | Lunny Xiao | 2024-01-26 | 2 | -6/+146 |
* | Allow to sync tags from admin dashboard (#28045) | JakobDev | 2024-01-24 | 1 | -0/+16 |
* | Move more functions to db.Find (#28419) | Lunny Xiao | 2024-01-15 | 1 | -1/+2 |
* | Make offline mode as default to no connect external avatar service by default... | Lunny Xiao | 2023-12-21 | 1 | -1/+2 |
* | Improve ObjectFormat interface (#28496) | Lunny Xiao | 2023-12-19 | 2 | -6/+5 |
* | Adjust object format interface (#28469) | Lunny Xiao | 2023-12-17 | 3 | -5/+5 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 4 | -9/+14 |
* | Second part of refactor `db.Find` (#28194) | Lunny Xiao | 2023-12-11 | 1 | -5/+3 |
* | Remove GetByBean method because sometimes it's danger when query condition pa... | Lunny Xiao | 2023-12-07 | 2 | -10/+13 |
* | Ignore "non-existing" errors when getDirectorySize calculates the size (#28276) | wxiaoguang | 2023-11-29 | 1 | -15/+12 |
* | Ignore temporary files for directory size (#28265) | Earl Warren | 2023-11-28 | 1 | -1/+5 |
* | Refactor system setting (#27000) | wxiaoguang | 2023-10-05 | 1 | -8/+1 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 2 | -2/+2 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -4/+1 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 2 | -11/+12 |
* | Add `RemoteAddress` to mirrors (#26952) | KN4CK3R | 2023-09-16 | 1 | -0/+5 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 1 | -4/+6 |
* | Fix context cache bug & enable context cache for dashabord commits' authors (... | Lunny Xiao | 2023-09-11 | 2 | -45/+21 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 1 | -0/+2 |
* | Move createrepository from module to service layer (#26927) | Lunny Xiao | 2023-09-06 | 8 | -454/+23 |
* | Fix bug for ctx usage (#26762) | Lunny Xiao | 2023-08-28 | 1 | -4/+4 |
* | Refactor and enhance issue indexer to support both searching, filtering and p... | Jason Song | 2023-07-31 | 1 | -0/+5 |
* | Support copy protected branch from template repository (#25889) | Lunny Xiao | 2023-07-21 | 1 | -11/+13 |
* | Fix branch commit message too long problem (#25588) | Lunny Xiao | 2023-06-30 | 1 | -4/+4 |
* | Sync branches into databases (#22743) | Lunny Xiao | 2023-06-29 | 3 | -1/+146 |
* | Split lfs size from repository size (#22900) | a1012112796 | 2023-06-28 | 1 | -1/+1 |