summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Collapse)AuthorAgeFilesLines
* Master is now 24Joas Schilling2021-11-111-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update to composer 2.1.11Carl Schwan2021-11-042-2/+15
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2021-11-022-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-272-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-232-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-202-102/+108
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Bump autoloaderJoas Schilling2021-10-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update app versions for 23Vincent Petry2021-09-281-1/+1
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update generated composer files to latest formatChristoph Wurst2021-09-223-19/+110
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2021-09-112-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-09-102-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix encrypted version to 0 when finding unencrypted fileVincent Petry2021-08-262-1/+68
| | | | | | | | | | | | Whenever the command is run and a "legacy cipher" seems to be detected when the legacy option is disabled, it's highly likely that the file is actually unencrypted but the database contains a encrypted version higher than 0 for some reason. The command now detects this case and automatically sets the encrypted version to 0 so that the file can be read again. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-242-16/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Add missing files for Composer v2Christoph Wurst2021-08-134-0/+383
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2021-08-132-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-102-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-042-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-026-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #27860 from J0WI/alphanumeric-rndJoas Schilling2021-07-161-1/+1
|\ | | | | Introduce ISecureRandom::CHAR_ALPHANUMERIC
| * Generate strong, human readable OTPJ0WI2021-07-081-1/+1
| | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-07-112-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-07-092-0/+6
|/
* [tx-robot] updated from transifexNextcloud bot2021-07-082-0/+6
|
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
| | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Merge pull request #27638 from nextcloud/enh/noid/fix-encrypted-versionJulius Härtl2021-06-305-0/+635
|\
| * Prevent running FixEncryptedVersion without master keyVincent Petry2021-06-292-1/+64
| | | | | | | | | | | | | | Return an error when running occ encryption:fix-encrypted-version when master key encryption is not enabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Fix FixEncryptedVersionTest testVincent Petry2021-06-292-158/+85
| | | | | | | | | | | | | | Fixed setup to use EncryptionTrait like other existing tests. Fix expectations to not rely on side effects from previous test cases. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Fix warnings in FixEncryptedVersion commandVincent Petry2021-06-291-13/+26
| | | | | | | | | | | | Fixed code warnings Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Detect disabled signature check when reparingVincent Petry2021-06-291-1/+13
| | | | | | | | | | | | | | | | | | When running occ encryption:fix-encrypted-version, detect whether the setting 'encryption_skip_signature_check' is set and abort if it is, because the repair cannot detect version mismatch errors with it enabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Downstream FixEncryptedVersionTestVincent Petry2021-06-291-0/+373
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Downstream encryption:fix-encrypted-versionVincent Petry2021-06-294-0/+247
| | | | | | | | | | | | For fixing "Bad signature" errors. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Remember current cipherJ0WI2021-06-291-4/+23
|/ | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-06-282-2/+2
|
* Bump app versionJoas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 23Joas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-06-242-2/+2
|
* Merge pull request #26323 from J0WI/crypt-constblizzz2021-06-231-26/+24
|\ | | | | Use constant for supported formats
| * Use constant for supported formatsJ0WI2021-03-261-26/+24
| | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | Update AutoloaderLouis Chemineau2021-06-211-1/+3
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | [tx-robot] updated from transifexNextcloud bot2021-06-202-12/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-162-0/+4
| |
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0445-56/+13
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2021-06-044-18/+24
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-312-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-254-0/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-236-2/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-2210-2/+22
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-21124-252/+252
| |
* | Fix testMorris Jobke2021-05-201-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | l10n: Unify spellingValdnet2021-05-201-3/+3
| | | | | | Spelling unification in Nextcloud applications.