summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
Commit message (Expand)AuthorAgeFilesLines
* Updated UI messages relating to the encryption functionalityMatthew Setter2017-03-221-1/+1
* always throw a encryption exceptionBjoern Schiessle2017-03-141-5/+4
* create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-102-24/+45
* check if session is initializedBjoern Schiessle2016-11-233-3/+18
* init Session/privateKeys on Master KeyMaxence Lange2016-11-221-0/+3
* Move console command registration to info.xml for encryption as well as files...Thomas Müller2016-10-121-9/+8
* Fix encryption appJoas Schilling2016-09-121-1/+0
* rename IAdmin to ISettings, the interface is not bound to a specific settings...Arthur Schiwon2016-08-111-2/+2
* fixes, improvements, and another app:Arthur Schiwon2016-08-112-1/+127
* More casingJoas Schilling2016-08-081-3/+3
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-2123-28/+52
* fix stringsMorris Jobke2016-06-201-1/+1
* Update license headersLukas Reschke2016-05-2619-26/+26
* don't fail on "bad signature" during login. Most likely this happens becauseBjörn Schießle2016-05-251-0/+7
* Move Encryption app to PSR-4 (#24524)Joas Schilling2016-05-1223-0/+1295
* if we don't have a encrypted file key we can return a empty string right awayBjoern Schiessle2016-04-261-5/+8
* don't create a private-/public-key pair for each user if the master key is en...Bjoern Schiessle2016-04-261-21/+60
* Merge pull request #22791 from owncloud/enc_master_key_improvementsVincent Petry2016-04-212-17/+17
|\
| * replaceUserKeys() actually deletes the users keys -> update method name and d...Bjoern Schiessle2016-03-181-1/+3
| * only create and update user specific key if no master key is enabledBjoern Schiessle2016-03-182-16/+14
* | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-152-0/+14
|/
* Merge pull request #23192 from owncloud/make-ancient-users-happy-with-totally...Thomas Müller2016-03-161-0/+7
|\
| * Fallback for crappy ancient distributionsLukas Reschke2016-03-121-0/+7
* | allow group shares, even if not all public keys are availableBjoern Schiessle2016-03-151-1/+5
|/
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-015-5/+0
* Update author informationLukas Reschke2016-03-011-0/+1
* make decrypt all work with the master keyBjoern Schiessle2016-02-292-24/+35
* remember signature version and only set it on update to make sure that otherBjoern Schiessle2016-02-101-12/+21
* use the version of the original file if we write the part file to have a prop...Bjoern Schiessle2016-02-101-15/+30
* Use cache update instead of put for encryption versionVincent Petry2016-02-091-1/+1
* Use cache and add testsLukas Reschke2016-02-092-15/+12
* don't decrease ->version for part files but only a local variable, otherwise ...Bjoern Schiessle2016-02-091-4/+8
* realPath should contain the path to the file we want to read, e.g. the versio...Bjoern Schiessle2016-02-091-1/+1
* Use database for keeping track of the versionLukas Reschke2016-02-092-5/+31
* Use number of chunk for HMAC as wellLukas Reschke2016-02-092-14/+16
* Keep track of file versionLukas Reschke2016-02-093-13/+53
* Clarify documentationLukas Reschke2016-02-091-0/+2
* Use hash with appended "a" of the original password for the authenticationLukas Reschke2016-02-091-3/+4
* fixing unit testsBjörn Schießle2016-02-091-1/+1
* Use random_bytes instead OpenSSLLukas Reschke2016-02-091-8/+1
* meta data are at the end of the fileBjörn Schießle2016-02-091-1/+1
* always use default cipher for write operations, no matter how the file was en...Björn Schießle2016-02-091-3/+3
* make it backward compatible to work with signed and un-signed filesBjörn Schießle2016-02-092-10/+19
* sign all encrypted blocks and check signature on decryptBjörn Schießle2016-02-092-27/+117
* Add note about the addPadding functionLukas Reschke2016-02-091-0/+4
* Use an actual 16 byte long IVLukas Reschke2016-02-091-17/+2
* Use AES-256-CTR as defaultLukas Reschke2016-02-091-22/+38
* Merge pull request #21612 from owncloud/fix_21598Thomas Müller2016-01-131-4/+5
|\
| * only use master key ID if a user is logged in. Otherwise keep the public link...Björn Schießle2016-01-111-4/+5