summaryrefslogtreecommitdiffstats
path: root/cmd (follow)
Commit message (Expand)AuthorAgeFilesLines
* enable linter testifylint on v7 (#4572)TheFox0x72024-07-306-49/+52
* test(dump): don't depend on directory listing orderemilylange2024-06-171-12/+12
* tests(cmd): add coverage for migrateActionsArtifactsEarl Warren2024-06-092-9/+68
* fix: allow actions artifacts storage migration to complete succesfully (#31251)Rowan Bohde2024-06-091-2/+16
* fix(cli): add missing quote in storage helpEarl Warren2024-05-251-1/+1
* Merge pull request '[gitea] week 2024-20-v7.0 cherry pick (release/v1.22 -> v...Earl Warren2024-05-162-8/+19
|\
| * Move database operations of merging a pull request to post receive hook and a...Lunny Xiao2024-05-141-0/+3
| * Fix missing migrate actions artifacts (#30874) (#30886)Giteabot2024-05-141-8/+16
* | fix: hook post-receive for sha256 reposoliverpool2024-05-151-8/+6
|/
* fix(cli): admin user create first user never require a password changeEarl Warren2024-04-251-1/+1
* Improve "must-change-password" logic and document (#30472)wxiaoguang2024-04-212-22/+29
* Clean up log messages (#30313)wxiaoguang2024-04-151-1/+1
* Add unit tests for update git hookGusted2024-04-062-22/+58
* [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