summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix typo in error message Morris Jobke2020-08-191-1/+1
| * Harden key generationJulius Härtl2020-08-143-34/+77
* | Add legacy scanning commandRoeland Jago Douma2020-08-191-0/+140
* | Make legacy cipher opt inRoeland Jago Douma2020-08-191-1/+16
* | Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-2/+1
|/
* SSE enhancementRoeland Jago Douma2020-08-111-2/+8
* Encryption is ready if master key is enabledJulius Härtl2020-07-211-0/+3
* Also always return in app commandsJoas Schilling2020-06-263-6/+11
* Update license headers for 19Christoph Wurst2020-04-2913-0/+13
* Format code according to PSR2Christoph Wurst2020-04-101-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-103-10/+10
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1023-96/+28