| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move some regexp out of functions (#25430) | John Olheiser | 2023-06-21 | 1 | -3/+3 |
* | Substitute variables in path names of template repos too (#25294) | Kyle D | 2023-06-20 | 2 | -2/+41 |
* | Remove stars when repo goes private (#19904) | Wim | 2023-06-05 | 1 | -0/+4 |
* | Use git command instead of the ini package to remove the `origin` remote (#25... | Lunny Xiao | 2023-06-05 | 1 | -12/+9 |
* | Refactor INI package (first step) (#25024) | wxiaoguang | 2023-06-02 | 1 | -2/+2 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 2 | -35/+17 |
* | Improve avatar uploading / resizing / compressing, remove Fomantic card modul... | wxiaoguang | 2023-05-13 | 1 | -4/+3 |
* | Replace placeholders in licenses (#24354) | Jason Song | 2023-05-05 | 3 | -2/+301 |
* | Fix unclear `IsRepositoryExist` logic (#24374) | wxiaoguang | 2023-04-28 | 1 | -1/+1 |
* | Use a general approach to access custom/static/builtin assets (#24022) | wxiaoguang | 2023-04-12 | 1 | -1/+1 |
* | Make label templates have consistent behavior and priority (#23749) | wxiaoguang | 2023-04-10 | 3 | -50/+100 |
* | Allow repo admins too to delete the repo (#23940) | yp05327 | 2023-04-07 | 1 | -2/+2 |
* | Fix pull request update showing too many commits with multiple branches (#22856) | Brecht Van Lommel | 2023-03-09 | 1 | -18/+0 |
* | Reduce duplicate and useless code in options (#23369) | Jason Song | 2023-03-08 | 1 | -3/+3 |
* | Add loading yaml label template files (#22976) | Lauris BH | 2023-03-02 | 2 | -117/+20 |
* | Avoid warning for system setting when start up (#23054) | Lunny Xiao | 2023-02-24 | 1 | -1/+1 |
* | Use `--message=%s` for git commit message (#23028) | wxiaoguang | 2023-02-21 | 1 | -3/+2 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 3 | -5/+5 |