summaryrefslogtreecommitdiffstats
path: root/cmd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix must-change-password help dialogfamfo2024-03-171-7/+3
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-261-4/+4
* Refactor cmd setup and remove deadcode (#29313)wxiaoguang2024-02-262-13/+2
* Revert "[BUG] Initalize Git for hook regeneration"Earl Warren2024-02-261-7/+0
* [REFACTOR] cli: prepareWorkPathAndCustomConf is not just for actionsEarl Warren2024-02-252-24/+26
* [BUG] Initalize Git for hook regenerationGusted2024-02-201-0/+7
* [gitea] Fix push to create with capitalize repo name (#29090)Lunny Xiao2024-02-101-5/+7
* Merge branch 'rebase-forgejo-dependency' into wip-forgejoEarl Warren2024-02-051-1/+1
|\
| * [GITEA] Refactor generation of JWT secretGusted2024-02-051-1/+1
* | [BRANDING] Rebrand dump logRychart Redwerkz2024-02-051-7/+7
* | [BRANDING] alias {FORGEJO,GITEA}_{CUSTOM,WORK_DIR}Loïc Dachary2024-02-051-4/+4
* | [BRANDING] cosmetic s/Gitea/Forgejo/ in logs, messages, etc.TomZ2024-02-0511-34/+34
|/
* [CLI] implement forgejo-cliEarl Warren2024-02-053-1/+426
* Unify user update methods (#28733)KN4CK3R2024-02-041-23/+21
* Add `must-change-password` cli parameter (#27626)KN4CK3R2024-02-031-1/+9
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Fix migrate storage bug (#28830)Lunny Xiao2024-01-201-0/+6
* Move doctor package from modules to services (#28856)Lunny Xiao2024-01-202-2/+2
* Return `responseText` instead of string in some functions (#28836)yp053272024-01-193-3/+3
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-2/+2
* Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662)wxiaoguang2024-01-101-2/+2
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-191-2/+2
* Improve CLI code and descriptions (#28482)wxiaoguang2023-12-158-28/+19
* Abstract hash function usage (#28138)Adam Majer2023-12-131-2/+5
* Improve doctor cli behavior (#28422)wxiaoguang2023-12-112-28/+56
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-1/+2
* fixed duplicate attachments on dump on windows (#28019)Anudeep Reddy2023-11-141-1/+1
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-031-1/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-115-31/+31
* make writing main test easier (#27270)Lunny Xiao2023-09-281-3/+1
* move the `gitea admin` subcommands into separate files (#27307)Nanguan Lin2023-09-277-619/+670
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-3/+4
* 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-111-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-261-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-241-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