aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split migrations folder (#21549)Lunny Xiao2022-11-021-1/+2
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-311-6/+6
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-245-14/+14
* dump: Add option to skip index dirs (#21501)Johan Van de Wauw2022-10-241-0/+9
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-021-1/+1
* Fix typo (#21201)naoki kuroda2022-09-181-1/+1
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-041-2/+1
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter GardfjÀll2022-08-291-5/+2
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-282-3/+5
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-18/+17
* Support Proxy protocol (#12527)zeripath2022-08-214-25/+23