aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* clarify aspects of the dump command (#26887)JonRB2023-09-031-1/+1
* Expanded minimum RSA Keylength to 3072 (#26604)mainboarder2023-08-281-1/+1
* Handle base64 decoding correctly to avoid panic (#26483)wxiaoguang2023-08-141-2/+2
* Fix stderr usages (#26477)wxiaoguang2023-08-131-2/+1
* Refactor tests (#26464)wxiaoguang2023-08-121-2/+2
* Call git.InitSimple for runRepoSyncReleases (#26396)wxiaoguang2023-08-101-0/+4
* Fix incorrect CLI exit code and duplicate error message (#26346)wxiaoguang2023-08-052-16/+85
* Improve CLI and messages (#26341)wxiaoguang2023-08-052-52/+17
* Fix CLI allowing creation of access tokens with existing name (#26071)Yarden Shoham2023-07-251-5/+16
* Improve "gitea doctor" sub-command and fix "help" commands (#26072)wxiaoguang2023-07-253-27/+36
* Add missing default value for some Bool cli flags (#26082)wxiaoguang2023-07-242-0/+8
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-231-4/+5
* Serve pre-defined files in "public", add "security.txt", add CORS header for ...wxiaoguang2023-07-211-0/+16
* Refactor to use urfave/cli/v2 (#25959)wxiaoguang2023-07-2132-444/+832
* Bump github.com/golang-jwt/jwt to v5 (#25975)harryzcy2023-07-191-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-044-9/+9
* Do not prepare oauth2 config if it is not enabled, do not write config in som...wxiaoguang2023-06-281-2/+2
* Fix sub-command log level (#25537)wxiaoguang2023-06-286-7/+24
* Refactor path & config system (#25330)wxiaoguang2023-06-219-72/+115
* Avoid polluting config file when "save" (#25395)wxiaoguang2023-06-211-3/+9
* Refactor web package and context package (#25298)wxiaoguang2023-06-181-1/+1
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-143-17/+20
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-9/+9
* Fix install page context, make the install page tests really test (#24858)wxiaoguang2023-05-231-3/+1
* Add gitea manager reload-templates command (#24843)Brecht Van Lommel2023-05-221-0/+20
* Rewrite logger system (#24726)wxiaoguang2023-05-217-179/+76
* Support migrating storage for actions log via command line (#24679)Jason Song2023-05-121-1/+19
* Rewrite queue (#24505)wxiaoguang2023-05-081-2/+1
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-0410-24/+11