summaryrefslogtreecommitdiffstats
path: root/modules/repository
Commit message (Expand)AuthorAgeFilesLines
* Only log error when tag sync fails (#29295) (#29327)Giteabot2024-02-221-1/+3
* Always write proc-receive hook for all git versions (#29287) (#29291)wxiaoguang2024-02-211-7/+5
* Don't remove all mirror repository's releases when mirroring (#28817) (#28939)Giteabot2024-01-312-6/+148
* Ignore "non-existing" errors when getDirectorySize calculates the size (#2827...wxiaoguang2023-11-301-11/+12
* Refactor system setting (#27000) (#27452)Giteabot2023-10-051-8/+1
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-09-252-11/+12
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-0/+5
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-4/+6
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-112-45/+21
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-068-454/+23
* Fix bug for ctx usage (#26762)Lunny Xiao2023-08-281-4/+4
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-0/+5
* Support copy protected branch from template repository (#25889)Lunny Xiao2023-07-211-11/+13
* Fix branch commit message too long problem (#25588)Lunny Xiao2023-06-301-4/+4
* Sync branches into databases (#22743)Lunny Xiao2023-06-293-1/+146
* Split lfs size from repository size (#22900)a10121127962023-06-281-1/+1
* Move some regexp out of functions (#25430)John Olheiser2023-06-211-3/+3
* Substitute variables in path names of template repos too (#25294)Kyle D2023-06-202-2/+41
* Remove stars when repo goes private (#19904)Wim2023-06-051-0/+4
* Use git command instead of the ini package to remove the `origin` remote (#25...Lunny Xiao2023-06-051-12/+9
* Refactor INI package (first step) (#25024)wxiaoguang2023-06-021-2/+2
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-262-35/+17
* Improve avatar uploading / resizing / compressing, remove Fomantic card modul...wxiaoguang2023-05-131-4/+3
* Replace placeholders in licenses (#24354)Jason Song2023-05-053-2/+301
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-1/+1
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-121-1/+1
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-103-50/+100
* Allow repo admins too to delete the repo (#23940)yp053272023-04-071-2/+2
* Fix pull request update showing too many commits with multiple branches (#22856)Brecht Van Lommel2023-03-091-18/+0
* Reduce duplicate and useless code in options (#23369)Jason Song2023-03-081-3/+3
* Add loading yaml label template files (#22976)Lauris BH2023-03-022-117/+20
* Avoid warning for system setting when start up (#23054)Lunny Xiao2023-02-241-1/+1
* Use `--message=%s` for git commit message (#23028)wxiaoguang2023-02-211-3/+2
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-183-5/+5
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-153-12/+13
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-082-3/+3
* Add Cargo package registry (#21888)KN4CK3R2023-02-051-0/+1
* Repositories: by default disable all units except code and pulls on forks (#2...techknowlogick2023-02-042-5/+9
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-5/+4
* Implement actions (#21937)Jason Song2023-01-311-0/+1
* Change use of Walk to WalkDir to improve disk performance (#22462)Felipe Leopoldo Sologuren GutiƩrrez2023-01-161-2/+2
* Fix error when calculate the repository size (#22392)Lunny Xiao2023-01-132-2/+40
* Improve utils of slices (#22379)Jason Song2023-01-111-3/+3
* Use context parameter in models/git (#22367)Jason Song2023-01-091-4/+4
* Always reuse transaction (#22362)Jason Song2023-01-081-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-103-36/+31
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-033-5/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2717-34/+17
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1