summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Fix CLI allowing creation of access tokens with existing name (#26071) (#26144)Giteabot2023-07-261-5/+16
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-044-9/+9
* Do not prepare oauth2 config if it is not enabled, do not write config in som...wxiaoguang2023-06-291-2/+2
* Fix sub-command log level (#25537) (#25553)wxiaoguang2023-06-286-7/+24
* Refactor path & config system (#25330) (#25416)wxiaoguang2023-06-229-72/+115
* Avoid polluting config file when "save" (#25395) (#25406)Giteabot2023-06-211-3/+9
* Fix all possible setting error related storages and added some tests (#23911)...Giteabot2023-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
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-2013-27/+37
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-192-2/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Add command to bulk set must-change-password (#22823)zeripath2023-02-148-406/+542
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-0/+17
* Add CLI option tenant ID for oauth2 source (#22769)Adi2023-02-051-0/+11
* add default user visibility to cli command "admin user create" (#22750)yp053272023-02-041-0/+4
* Allow setting access token scope by CLI (#22648)Lukas2023-02-021-2/+13
* Implement actions (#21937)Jason Song2023-01-311-0/+2
* Improve utils of slices (#22379)Jason Song2023-01-112-11/+2
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-0/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2729-58/+29
* Fix typos (#21947)KN4CK3R2022-11-271-4/+4
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Revert unrelated changes for SMTP auth (#21767)wxiaoguang2022-11-101-4/+4
* Add package registry quota limits (#21584)KN4CK3R2022-11-091-2/+3