aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Refactor LFS SSH and internal routers (#32473)wxiaoguang2024-11-121-8/+6
* chore: fix some function names in comment (#32300)wangjingcun2024-10-221-1/+1
* Make git push options accept short name (#32245)wxiaoguang2024-10-121-9/+4
* Add pure SSH LFS support (#31516)ConcurrentCrab2024-09-271-44/+85
* Fix panic when cloning with wrong ssh format. (#32076)Lunny Xiao2024-09-241-4/+7
* bump to go 1.23 (#31855)techknowlogick2024-09-101-2/+2
* Save initial signup information for users to aid in spam prevention (#31852)techknowlogick2024-09-091-1/+1
* Prevent update pull refs manually and will not affect other refs update (#31931)Lunny Xiao2024-09-021-0/+14
* fix: allow actions artifacts storage migration to complete succesfully (#31251)Rowan Bohde2024-06-051-2/+16
* Azure blob storage support (#30995)Lunny Xiao2024-05-301-1/+40
* Supports forced use of S3 virtual-hosted style (#30969)dicarne2024-05-151-0/+6
* Move database operations of merging a pull request to post receive hook and a...Lunny Xiao2024-05-071-0/+3
* Fix missing migrate actions artifacts (#30874)Lunny Xiao2024-05-071-8/+16
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-062-6/+3
* Add some tests to clarify the "must-change-password" behavior (#30693)wxiaoguang2024-04-275-12/+67
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+1
* Add --skip-db option to dump command (#30613)Kemal Zebari2024-04-211-24/+34
* chore: use errors.New to replace fmt.Errorf with no parameters will much bett...Cheng2024-04-217-11/+15
* Improve "must-change-password" logic and document (#30472)wxiaoguang2024-04-142-25/+27
* Performance optimization for git push (#30104)Lunny Xiao2024-04-091-13/+22
* Clean up log messages (#30313)wxiaoguang2024-04-071-1/+1
* Refactor "dump" sub-command (#30240)wxiaoguang2024-04-031-223/+63
* Move some asymkey functions to service layer (#28894)Lunny Xiao2024-03-041-2/+2
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-4/+4
* Refactor cmd setup and remove deadcode (#29313)wxiaoguang2024-02-222-13/+2
* Refactor JWT secret generating & decoding code (#29172)wxiaoguang2024-02-161-1/+1
* Fix push to create with capitalize repo name (#29090)Lunny Xiao2024-02-081-5/+7
* Unify user update methods (#28733)KN4CK3R2024-02-041-23/+21
* Add `must-change-password` cli parameter (#27626)KN4CK3R2024-02-031-1/+9
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Fix migrate storage bug (#28830)Lunny Xiao2024-01-201-0/+6
* Move doctor package from modules to services (#28856)Lunny Xiao2024-01-202-2/+2
* Return `responseText` instead of string in some functions (#28836)yp053272024-01-193-3/+3
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-2/+2
* Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662)wxiaoguang2024-01-101-2/+2
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-191-2/+2
* Improve CLI code and descriptions (#28482)wxiaoguang2023-12-158-28/+19
* Abstract hash function usage (#28138)Adam Majer2023-12-131-2/+5
* Improve doctor cli behavior (#28422)wxiaoguang2023-12-112-28/+56
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-1/+2
* fixed duplicate attachments on dump on windows (#28019)Anudeep Reddy2023-11-141-1/+1
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-031-1/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-115-31/+31
* make writing main test easier (#27270)Lunny Xiao2023-09-281-3/+1
* move the `gitea admin` subcommands into separate files (#27307)Nanguan Lin2023-09-277-619/+670
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-3/+4
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-152-3/+3
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-142-4/+4
* fix: typo (#27009)MomentQYC2023-09-111-1/+1