summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove workarounds specific to 7.4Côme Chilliet2023-01-201-4/+3
* Fix psalm issues related to signature changes from PHP 8.0Côme Chilliet2022-12-291-1/+1
* Merge pull request #34724 from nextcloud/encryption-read-before-cacheVincent Petry2022-12-201-0/+8
|\
| * clear is-encrypted cache when trying to fix encrypted versionRobin Appelman2022-12-011-0/+8
* | Merge pull request #35108 from nextcloud/encryption-fix-versions-allVincent Petry2022-12-161-13/+38
|\ \
| * | allow running encryption:fix-encrypted-version for all usersRobin Appelman2022-11-291-13/+38
* | | Replace getSystemValue in encryption appJ0WI2022-12-052-4/+4
| |/ |/|
* | add migration for encryption keys in wrong locationRobin Appelman2022-11-281-0/+186
|/
* skip files that cant be opened for FixEncryptedVersionRobin Appelman2022-11-221-0/+5
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Fix encryption:fix-encrypted-version command when encrypted is set to 0Côme Chilliet2022-08-021-0/+16
* Improve typing in FixEncryptedVersion commandCôme Chilliet2022-08-021-23/+13
* Save encrypted files in binary formatplumbeo2022-05-042-26/+71
* Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-124-6/+6
* Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet2021-12-161-4/+1
* Fix encrypted version to 0 when finding unencrypted fileVincent Petry2021-08-261-1/+28
* Generate strong, human readable OTPJ0WI2021-07-081-1/+1
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* Merge pull request #27638 from nextcloud/enh/noid/fix-encrypted-versionJulius Härtl2021-06-301-0/+286
|\
| * Prevent running FixEncryptedVersion without master keyVincent Petry2021-06-291-1/+18
| * Fix FixEncryptedVersionTest testVincent Petry2021-06-291-5/+5
| * Fix warnings in FixEncryptedVersion commandVincent Petry2021-06-291-13/+26
| * Detect disabled signature check when reparingVincent Petry2021-06-291-1/+13
| * Downstream encryption:fix-encrypted-versionVincent Petry2021-06-291-0/+244
* | Remember current cipherJ0WI2021-06-291-4/+23
|/
* Merge pull request #26323 from J0WI/crypt-constblizzz2021-06-231-26/+24
|\
| * Use constant for supported formatsJ0WI2021-03-261-26/+24
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0427-37/+12
* | l10n: Unify spellingValdnet2021-05-201-3/+3
* | Merge pull request #26219 from nextcloud/relative-path-nullRoeland Jago Douma2021-03-302-2/+2
|\ \
| * | getStorage can also return nullRobin Appelman2021-03-242-2/+2
| |/
* / Drop OpenSSL 0.9.8 workaroundJ0WI2021-03-261-7/+0
|/
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Harden EncryptAll check for empty emailRoeland Jago Douma2021-02-151-1/+1
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-114-24/+24
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-165-3/+5
* FIXME use default RC4 methodRoeland Jago Douma2020-12-071-2/+2
* Fix encryption testRoeland Jago Douma2020-12-071-1/+2
* Merge pull request #24288 from nextcloud/techdebt/noid/encryption-setup-depen...Morris Jobke2020-11-231-28/+3
|\
| * Remove unused dependencies in encryption app setupMorris Jobke2020-11-231-28/+3
* | [encryption] Remove dependency fetching inside the constructor and move them ...Morris Jobke2020-11-221-15/+6
* | Auto-wire remaining encryption app services that depend on ViewMorris Jobke2020-11-221-54/+0
|/
* Auto-wire as much as possible in the encryption appMorris Jobke2020-11-201-93/+0
* Update ScanLegacyFormat.phpessys2020-11-201-1/+1
* Change to full class names for the encryption app DI in preparation of auto-w...Morris Jobke2020-11-111-44/+44
* The encryption decrypt position can be int or stringChristoph Wurst2020-10-132-2/+2
* Migrate encryption to the PSR containerChristoph Wurst2020-10-071-74/+77
* Format code to a single space around binary operatorsChristoph Wurst2020-10-054-6/+6
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2410-1/+11
* Merge pull request #22018 from nextcloud/bugfix/noid/harden-key-generationMorris Jobke2020-08-193-34/+77
|\