Commit Graph

65 Commits (5b1bd2ee49d8d46e97d89141cff11aaecadb4fbf)

Author SHA1 Message Date
nextcloud-command cbbbe5ac14 refactor: Apply rector changes 1 month ago
Stephen Cuppett e818f98196 fix(encryption): No need for default values to be explicitly specified. 2 months ago
Stephen Cuppett 5ee3cea4a7 fix(encryption): Assume boolValue for commands 2 months ago
Stephen Cuppett 1b2b4cb660 refactor(encryption): Migrate appconfig keys to typed bool IAppConfig with repair step 2 months ago
Côme Chilliet 1ab09ec753
chore: Apply new coding standard to all files 3 months ago
Ferdinand Thiessen 20acaf307e
chore: add missing `Override` attribute to core code 4 months ago
provokateurin f12cecb684
feat(rector): Enable SafeDeclareStrictTypesRector 6 months ago
Côme Chilliet a6184661bd feat(encryption): Support running decrypt-all when encryption is already disabled 8 months ago
yemkareems d134b236a4
fix: composer run cs:fix removed unused namespace 9 months ago
yemkareems bf23fbb7bb
fix: removed the runEncryption Method as it is not required 9 months ago
yemkareems 26e2ff9dca
fix: removed the -n option from options, added the check and made default answer to both questions true to support -n run directly 9 months ago
yemkareems 93c3079637
fix: added the option to support no-interaction and added a check to run encryption non-interactive only when -n option is present 9 months ago
yemkareems 7e546c8377
fix: support -n option to encrypt-all command to allow to run in non-interactive mode 9 months ago
Ferdinand Thiessen d5e2432bcd
fix: resolve invalid usage of `AppConfig::getValue` 1 year ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 1 year ago
provokateurin 82fb8f8508
refactor: Extend rector to core/ 1 year ago
Côme Chilliet 1d80351d4a fix: Show errors in encryption:migrate-key-storage-format and continue to other files 2 years ago
Côme Chilliet 6dfa09f36d chore: Improve typing in core/Command/Encryption/MigrateKeyStorage.php 2 years ago
Louis Chemineau 590b1e8698
feat: Warn about maintenance in EncryptAll command 2 years ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 2 years ago
Andy Scherzinger 5c49a54801
chore: Add SPDX header 2 years ago
Faraz Samapoor 90035e98c1 Update core/Command/Encryption/DecryptAll.php 3 years ago
Faraz Samapoor 9c2abae59c Update core/Command/Encryption/EncryptAll.php 3 years ago
Faraz Samapoor bcfbcbb91c Moves single constructor parameters to new lines. 3 years ago
Faraz Samapoor 2ace19fc54 Fixes php-cs error. 3 years ago
Faraz Samapoor f9a9ad50c3 Uses PHP8's constructor property promotion in core/Command/Encryption classes. 3 years ago
Faraz Samapoor 8f4b20aaa1
Refactors core/Command/Encryption/Enable.php to improve code readability. 3 years ago
Carl Schwan b70c6a128f Update core to PHP 7.4 standard 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 6 years ago
Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 6 years ago
Roeland Jago Douma 5340ab3a75
New SSE key format 6 years ago
Joas Schilling ab21d69903
Add return value to all commands 6 years ago
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst 44577e4345
Remove trailing and in between spaces 6 years ago
Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 6 years ago
Christoph Wurst 41b5e5923a
Use exactly one empty line after the namespace declaration 6 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 7 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 7 years ago
Ruben Homs 98047e8c1c
Stop decryption when maintenance mode is enabled, fixes #8311 7 years ago
Joas Schilling 0c77cd21f9
Make sure maintenance mode is always casted to bool 8 years ago
Evgeny Golyshev ec2f02f4a0 Check if TTY is invalid in encryption:encrypt-all and encryption:decrypt-all 8 years ago
Bjoern Schiessle 9259b8a90e
s/ownCloud/Nextcloud 9 years ago
Bjoern Schiessle 31397debaf
fix check and improve error message 9 years ago
Joas Schilling 5080080a36
Anything but true means it failed 9 years ago
Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses 9 years ago