summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable doctor logging on panic (#20847)zeripath2022-08-181-11/+42
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-163-35/+145
* Fix git.Init for doctor sub-command (#20782)wxiaoguang2022-08-141-6/+0
* Refactor legacy git init (#20376)wxiaoguang2022-08-091-3/+9
* Rework mailer settings (#18982)Clar Fon2022-08-021-4/+4
* Add Tar ZSTD support (#20493)Gusted2022-07-271-1/+1
* Improve pprof doc (#20463)wxiaoguang2022-07-241-1/+2
* Add two factor status to admin cmd display (#20401)Tyrone Yeh2022-07-191-2/+3
* Make sure `repo_dir` is an empty directory or doesn't exist before 'dump-repo...a10121127962022-07-141-1/+18
* Add option to purge users (#18064)zeripath2022-07-141-1/+5
* Fix various typos (#20338)luzpaz2022-07-121-1/+1
* Allow enable LDAP source and disable user sync via CLI (#20206)Steven Kriegler2022-07-042-0/+71
* Fix cli command restore-repo: "units" should be splitted to string slice, to ...wxiaoguang2022-07-012-6/+14
* Fix `dump-repo` git init, fix wrong error type for NullDownloader (#20182)wxiaoguang2022-07-011-0/+6
* Allow manager logging to set SQL (#20064)zeripath2022-06-241-0/+27
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Dump should only copy regular files and symlink regular files (#20015)v1.18.0-devwxiaoguang2022-06-181-3/+18
* Add fgprof pprof profiler (#20005)zeripath2022-06-181-0/+2
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-2/+2
* Don't buffer doctor logger (#19982)Gusted2022-06-161-1/+1
* Fix cli command restore-repo: "units" should be parsed as StringSlice (#19953)wxiaoguang2022-06-151-3/+3