summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Provide the ability to set password hash algorithm parameters (#22942) (#22943)zeripath2023-02-192-2/+2
* Add command to bulk set must-change-password (#22823) (#22928)zeripath2023-02-168-396/+531
* add default user visibility to cli command "admin user create" (#22750) (#22760)Yarden Shoham2023-02-081-0/+4
* Revert unrelated changes for SMTP auth (#21767) (#21768)wxiaoguang2022-11-101-4/+4
* 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
* fix: some typos (#19956)yutotnh2022-06-131-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-122-4/+4
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-23/+37
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+3
* Set Setpgid on child git processes (#19865)zeripath2022-06-031-0/+2
* docs: update the ROOT documentation and error messages (#19832)singuliere2022-05-311-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* [doctor] update the help with fix capabilities (#19762)silentcodeg2022-05-201-2/+2
* Update go deps (#19665)65432022-05-101-1/+1
* Move some helper files out of models (#19355)Lunny Xiao2022-05-082-29/+30
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-022-2/+0
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-021-1/+1
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-3/+17
* Allow package dump skipping (#19506)KN4CK3R2022-04-261-23/+35
* When dumping trim the standard suffices instead of a random suffix (#19440)zeripath2022-04-201-2/+7
* Warn on SSH connection for incorrect configuration (#19317)Gusted2022-04-051-0/+9