aboutsummaryrefslogtreecommitdiffstats
path: root/modules/repository
Commit message (Expand)AuthorAgeFilesLines
* Avoid creating unnecessary temporary cat file sub process (#33942)Lunny Xiao13 hours1-1/+1
* Enable addtional linters (#34085)TheFox0x74 days1-4/+4
* Enable testifylint rules (#34075)TheFox0x75 days5-19/+19
* Use filepath.Join instead of path.Join for file system file operations (#33978)Lunny Xiao12 days2-4/+2
* Don't create duplicated functions for code repositories and wiki repositories...Lunny Xiao2025-03-191-1/+1
* Move hooks function to gitrepo and reduce expose repopath (#33890)Lunny Xiao2025-03-162-234/+1
* Refactor functions to reduce repopath expose (#33892)Lunny Xiao2025-03-162-11/+12
* Add abstraction layer to check if the repository exists on disk (#33874)Lunny Xiao2025-03-141-8/+8
* Trivial fixes (#33304)wxiaoguang2025-01-171-4/+0
* add submodule diff links (#33097)Rowan Bohde2025-01-081-0/+4
* Fix unittest and repo create bug (#33061)wxiaoguang2024-12-311-1/+1
* Fix repo avatar conflict (#32958)wxiaoguang2024-12-231-7/+2
* Fix various trivial problems (#32861)wxiaoguang2024-12-171-0/+3
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-3/+3
* Allow to fork repository into the same owner (#32819)wxiaoguang2024-12-142-1/+34
* disable gravatar in test (#32529)Rowan Bohde2024-11-211-7/+2
* Reduce integration test overhead (#32475)Rowan Bohde2024-11-141-2/+2
* Add new event commit status creation and webhook implementation (#27151)Lunny Xiao2024-11-071-4/+4
* Move AddCollabrator and CreateRepositoryByExample to service layer (#32419)Lunny Xiao2024-11-074-471/+1
* Make LFS http_client parallel within a batch. (#32369)Royce Remer2024-11-041-4/+5
* Fix created_unix for mirroring (#32342)Lunny Xiao2024-11-021-2/+3
* Support repo license (#24872)yp053272024-10-011-1/+1
* Distinguish LFS object errors to ignore missing objects during migration (#31...Jason Song2024-07-311-0/+5
* Fix adopt repository has empty object name in database (#31333)Lunny Xiao2024-06-121-0/+1
* Move database operations of merging a pull request to post receive hook and a...Lunny Xiao2024-05-071-0/+8
* Make "sync branch" also sync object format and add tests (#30878)wxiaoguang2024-05-062-0/+41
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* Add user blocking (#29028)KN4CK3R2024-03-042-1/+9
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-041-0/+6
* Move migration functions to services layer (#29497)Lunny Xiao2024-03-011-243/+0
* Move generate from module to service (#29465)Lunny Xiao2024-02-283-522/+0
* Ignore the linux anchor point to avoid linux migrate failure (#29295)Lunny Xiao2024-02-221-1/+3
* Always write proc-receive hook for all git versions (#29287)wxiaoguang2024-02-211-7/+5
* bump to use go 1.22 (#29119)techknowlogick2024-02-141-1/+1
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-121-1/+5
* Fix bug for generated repository object format (#28969)Lunny Xiao2024-01-281-16/+15
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-273-4/+7
* Don't remove all mirror repository's releases when mirroring (#28817)Lunny Xiao2024-01-262-6/+146
* Allow to sync tags from admin dashboard (#28045)JakobDev2024-01-241-0/+16
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-1/+2
* Make offline mode as default to no connect external avatar service by default...Lunny Xiao2023-12-211-1/+2
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-192-6/+5
* Adjust object format interface (#28469)Lunny Xiao2023-12-173-5/+5
* Abstract hash function usage (#28138)Adam Majer2023-12-134-9/+14
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-111-5/+3
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-072-10/+13
* Ignore "non-existing" errors when getDirectorySize calculates the size (#28276)wxiaoguang2023-11-291-15/+12
* Ignore temporary files for directory size (#28265)Earl Warren2023-11-281-1/+5
* Refactor system setting (#27000)wxiaoguang2023-10-051-8/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-032-2/+2