summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* | [tx-robot] updated from transifexNextcloud bot2021-05-2014-0/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-19116-232/+232
| |
* | Merge pull request #26896 from nextcloud/Valdnet-patch-8Roeland Jago Douma2021-05-181-1/+1
|\ \ | | | | | | l10n: Replace the apostrophe with double quotation
| * | l10n: Replace the apostrophe with double quotationValdnet2021-05-061-1/+1
| | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-05-072-2/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-04-302-0/+128
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-172-2/+2
| |
* | Merge pull request #26219 from nextcloud/relative-path-nullRoeland Jago Douma2021-03-302-2/+2
|\ \ | | | | | | getRelativePath can return null
| * | getStorage can also return nullRobin Appelman2021-03-242-2/+2
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / Drop OpenSSL 0.9.8 workaroundJ0WI2021-03-261-7/+0
|/ | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-03-242-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-03-222-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-03-212-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-03-092-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-03-042-4/+4
|
* Update autoloader filesRoeland Jago Douma2021-03-021-2/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-02-282-28/+28
|