summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use elseif instead of else ifChristoph Wurst2020-04-103-3/+3
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Remove spaces after method or function callChristoph Wurst2020-04-092-3/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0917-17/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-314-0/+4
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-5/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-5/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-264-13/+13
|/
* Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must be an in...Daniel Kesselberg2019-12-092-4/+0
* Update license headersChristoph Wurst2019-12-0526-26/+47
* Some php-cs fixesRoeland Jago Douma2019-11-2219-23/+19
* Fix wrongly mixed mock objects in encryption testsJoas Schilling2019-09-152-33/+19
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-1/+1
* improve variable namingBjoern Schiessle2018-11-301-4/+4
* in case 'encryption_skip_signature_check' was set to true we accept if the fi...Bjoern Schiessle2018-11-271-1/+3
* Allow to disable the signature checkBjoern Schiessle2018-11-271-1/+7
* skip already encrypted files on encrypt all commandBjoern Schiessle2018-10-241-0/+6
* Adding a check to see if keyFileContents is empty:Stefan Weiberg2018-08-211-0/+4
* add occ command to recover encrypted files in case of password lostBjoern Schiessle2018-08-162-2/+134
* Merge pull request #10397 from nextcloud/encryption-s3-fixBjörn Schießle2018-08-081-1/+0
|\