aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Debian package registry (#24426)KN4CK3R2023-05-021-1/+1
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-281-1/+1
* Add Debian package registry (#22854)KN4CK3R2023-04-281-1/+1
* Refactor config provider (#24245)Lunny Xiao2023-04-251-4/+4
* Use more specific test methods (#24265)KN4CK3R2023-04-221-1/+1
* add CLI command to register runner tokens (#23762)techknowlogick2023-04-171-0/+56
* Support converting varchar to nvarchar for mssql database (#24105)Lunny Xiao2023-04-171-11/+16
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-122-99/+52
* Add --quiet option to gitea dump (#22969)Fredrik Eriksson2023-04-101-1/+17
* Refactor internal API for git commands, use meaningful messages instead of "I...wxiaoguang2023-03-298-242/+184
* Make minio package support legacy MD5 checksum (#23768)wxiaoguang2023-03-281-8/+19
* Check LFS/Packages settings in dump and doctor command (#23631)Zettat1232023-03-231-0/+4
* Move pidfile creation from setting to web cmd package (#23285)Lunny Xiao2023-03-161-3/+23
* add path prefix to ObjectStorage.Iterator (#23332)FuXiaoHei2023-03-131-3/+3
* Handle OpenID discovery URL errors a little nicer when creating/editing sourc...zeripath2023-03-101-1/+10
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-072-2/+2
* Close the temp file when dumping database to make the temp file can be delete...wxiaoguang2023-03-021-0/+1
* Make `gitea serv` respect git binary home (#23138)wxiaoguang2023-02-281-10/+15