summaryrefslogtreecommitdiffstats
path: root/cmd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add unit tests for update git hookGusted2024-04-062-22/+58
* Merge pull request '[FEAT] Allow non-explicit push options' (#2984) from gust...Earl Warren2024-04-032-6/+23
|\
| * [FEAT] Allow non-explicit push optionsGusted2024-04-032-6/+23
* | Simplify delay writer CloseGusted2024-04-031-4/+3
|/
* [BUG] Make delay writer actually workGusted2024-04-032-7/+81
* [BUG] Allow to exclude files in dumpGusted2024-03-292-7/+128
* Merge pull request '[REFACTOR] PKT protocol' (#2868) from gusted/forgejo-refa...Earl Warren2024-03-293-55/+96
|\
| * [REFACTOR] PKT protocolGusted2024-03-293-55/+96
* | [BUG] Do not allow deletion of internal referencesGusted2024-03-271-2/+25
|/
* 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