summaryrefslogtreecommitdiffstats
path: root/lib/private/Encryption
Commit message (Collapse)AuthorAgeFilesLines
* Simplify ternary operator statementsMorris Jobke2018-01-261-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-067-1/+11
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* only collect detailed access list if it is really neededBjoern Schiessle2017-07-061-1/+9
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* don't try to encrypt/decrypt the certificate bundleBjoern Schiessle2017-06-131-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix translationsJoas Schilling2017-04-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Return the token as wellJoas Schilling2017-04-131-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Return the paths for the users without setting them all upJoas Schilling2017-04-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix commentsRoeland Jago Douma2017-04-131-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Port Encryption/file to new getAccessListRoeland Jago Douma2017-04-131-6/+27
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Don't add the Encryption Storage Wrapper if there are no encryption modulesRoeland Jago Douma2017-03-291-2/+5
| | | | | | | | | | | | | fixes #4125 If there is no encryption module enabled it makes no sense to setup the encryption wrapper (because we can't do anything anyway). This saves reading the header of files. Especialy on external storage/objectstore this should improve performance Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Ignore exception when deleting keys of deleted userVincent Petry2017-03-171-2/+16
| | | | | | | | Whenever a user was deleted for encryption where the keys are stored in the home, we can ignore user existence exceptions because it means the keys are already gone. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-1/+11
| | | | | | * basically a straight replacement of the wrapped code at the calling code parts Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-101-0/+35
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Ignore AppData in encryption wrapperRoeland Jago Douma2016-11-291-0/+1
| | | | | | Fixes part of #2407 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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 ↵Bjoern Schiessle2016-07-271-0/+4
| | | | shouldn't touch files owned by a different user.
* 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
|
* Update license headersLukas Reschke2016-05-2611-11/+11
|
* Move \OC\Encryption to PSR-4Roeland Jago Douma2016-04-2216-0/+2017