Skip to content

Releases: horde/hordectl

1.0.0-beta2

28 Mar 10:40

Choose a tag to compare

1.0.0-beta2 Pre-release
Pre-release

feat: issue #9 Allow selection of bundle version and source when installing

1.0.0-beta1

27 Mar 07:36

Choose a tag to compare

1.0.0-beta1 Pre-release
Pre-release

feat: UX improvement for hordectl install process

1.0.0-alpha11

26 Mar 11:40

Choose a tag to compare

1.0.0-alpha11 Pre-release
Pre-release

style: php-cs-fixer
feat: usability improvements for the configure database command
feat: Use modern presentation layer for CLI
fix: don't commit hordectl.phar

1.0.0-alpha10

16 Mar 07:30

Choose a tag to compare

1.0.0-alpha10 Pre-release
Pre-release

feat(api): Convert hordectl from hook-in approach to REST API approacj

1.0.0-alpha9

13 Mar 05:06

Choose a tag to compare

1.0.0-alpha9 Pre-release
Pre-release

fix(cli): handle version command before Horde bootstrap

1.0.0-alpha8

13 Mar 05:05

Choose a tag to compare

1.0.0-alpha8 Pre-release
Pre-release

feat(cli): add version command for PHAR validation

1.0.0-alpha7

13 Mar 05:00

Choose a tag to compare

1.0.0-alpha7 Pre-release
Pre-release

feat: implement better help/feedback and a new test command
Update horde/phpconfigfile version constraint
fix(deps): allow PhpConfigFile ^0 for development compatibility
fix: Wrong version required of phpconfigfile
fix(configure): add getPositionalArgs() to support command aliases
fix(activate): add command name check to prevent auto-execution

Hordectl 1.0.0-alpha6

01 Mar 07:29
650bfe2

Choose a tag to compare

Hordectl 1.0.0-alpha6 Pre-release
Pre-release

This is a minor release.

refactor(configure): extract common helpers into ConfigureHelperTrait
feat(configure): implement Groups, Permissions, and Tokens subcommands
feat(configure): implement LDAP subcommand with ConfigHelper
feat(configure): implement SessionHandler subcommand with ConfigHelper
docs(examples): add database configuration demo script
feat(configure): implement Database subcommand with ConfigHelper
feat(config): add ConfigHelper class for config file manipulation
chore(deps): add horde/phpconfigfile dependency
feat(configure): add stubs for critical subsystem configuration
feat(configure): add configure command with database stub
feat(cli): show helpful usage instead of "No Module ran" error
fix(psr4): use PSR-4 class names for Argv\Parser instead of PEAR names
feat(hordectl): add activate command to copy preset config and reconfigure
feat(hordectl): add reconfigure command to minimal CLI
feat(cli): add minimal CLI fallback for incomplete Horde installations
refactor: migrate from PSR-0 Horde_Argv to PSR-4 Horde\Argv
refactor: migrate from PSR-0 Horde_Exception to PSR-4 Horde\Exception\HordeException
refactor: migrate from PSR-0 Horde_Injector to PSR-4 Horde\Injector\Injector
test: achieve 100% passing test suite with full PHPUnit 12 compatibility
refactor(yaml): migrate from PSR-0 to PSR-4 Horde\Yaml classes
feat: Give instructions on cli if not yet installed properly