summaryrefslogtreecommitdiffstats
path: root/lib/private/Encryption
Commit message (Expand)AuthorAgeFilesLines
* Catch throwable instead of exceptionRoeland Jago Douma2021-01-071-1/+1
* dont apply encryption wrapper for root mountRobin Appelman2020-12-291-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-3/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-3/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* New SSE key formatRoeland Jago Douma2020-08-201-15/+131
* Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f...Morris Jobke2020-07-102-2/+2
* Update license headers for 19Christoph Wurst2020-04-293-0/+3
* Add visibility to all constantsChristoph Wurst2020-04-102-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1014-51/+9
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix multiline commentsChristoph Wurst2020-04-081-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-315-0/+6
* Use the short array syntax, everywhereChristoph Wurst2020-03-265-12/+12
* Keep the modification time during decryptFilesammo28282020-02-011-0/+1
* Update license headersChristoph Wurst2019-12-0516-19/+21
* Some php-cs fixesRoeland Jago Douma2019-11-229-13/+6
* list files which could not be decryptedBjoern Schiessle2018-12-141-0/+3
* Add interface to allow storages from opting out of encryptionRobin Appelman2018-11-291-3/+1
* skip already decrypted files on decrypt all commandBjoern Schiessle2018-10-241-0/+6
* Remove deprecated \OCP\User::userExistsRoeland Jago Douma2018-03-261-3/+4
* Remove deprecated \OCP\User::getUsersRoeland Jago Douma2018-03-251-2/+5
* this was a migration step to ownCloud 8.0 to restructure the encryption folde...Bjoern Schiessle2018-03-021-9/+0
* Simplify ternary operator statementsMorris Jobke2018-01-261-1/+1
* Update license headersMorris Jobke2017-11-067-1/+11
* only collect detailed access list if it is really neededBjoern Schiessle2017-07-061-1/+9
* don't try to encrypt/decrypt the certificate bundleBjoern Schiessle2017-06-131-0/+1
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Fix translationsJoas Schilling2017-04-181-2/+2
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-2/+2
* Return the token as wellJoas Schilling2017-04-131-1/+1
* Return the paths for the users without setting them all upJoas Schilling2017-04-131-2/+2
* Fix commentsRoeland Jago Douma2017-04-131-1/+1
* Port Encryption/file to new getAccessListRoeland Jago Douma2017-04-131-6/+27
* Don't add the Encryption Storage Wrapper if there are no encryption modulesRoeland Jago Douma2017-03-291-2/+5
* Ignore exception when deleting keys of deleted userVincent Petry2017-03-171-2/+16
* Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-1/+11
* create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-101-0/+35
* Ignore AppData in encryption wrapperRoeland Jago Douma2016-11-291-0/+1
* Fix shared storage namespace in DecryptAll classVincent Petry2016-10-201-1/+1
* Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-1/+1
* skip shared files, if files get decrypted only for a specific user we shouldn...Bjoern Schiessle2016-07-271-0/+4
* Fix othersJoas Schilling2016-07-2116-20/+40
* Use capped cache for encryption's user access listVincent Petry2016-06-101-0/+3
* Allow to decrypt user '0' files onlyJoas Schilling2016-06-071-2/+2
* Use isEncrpyted() insteadVincent Petry2016-05-301-1/+1
* Respect oc coding style guide.Christian Jürges2016-05-301-1/+1
* Check if file needs to decrypted or not for speed up large oc setups.Christian Jürges2016-05-301-3/+9