summaryrefslogtreecommitdiffstats
path: root/apps/encryption
Commit message (Expand)AuthorAgeFilesLines
* Fix Encryption tests with phpunit 5.2+Joas Schilling2016-07-012-7/+6
* fixed codeMorris Jobke2016-06-201-1/+1
* fix references in encryption appBjoern Schiessle2016-06-2073-217/+217
* don't fail on "bad signature" during login. Most likely this happens because ...Björn Schießle2016-05-301-0/+7
* Merge pull request #24131 from owncloud/dont-transfer-files-to-not-ready-user...Thomas Müller2016-04-222-0/+14
|\
| * Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-202-0/+14
* | we need to initialize the mount points of the given user before we recoverBjörn Schießle2016-04-192-10/+48
|/
* Backport translations to stable9Joas Schilling2016-03-226-6/+30
* Merge pull request #23271 from owncloud/backport-23192Thomas Müller2016-03-161-0/+7
|\
| * Fallback for crappy ancient distributionsLukas Reschke2016-03-151-0/+7
* | allow group shares, even if not all public keys are availableBjoern Schiessle2016-03-152-2/+42
|/
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-017-7/+0
* Update author informationLukas Reschke2016-03-013-0/+3
* Merge pull request #22727 from owncloud/decrypt_all_master_keyThomas Müller2016-03-013-27/+46
|\
| * make decrypt all work with the master keyBjoern Schiessle2016-02-293-27/+46
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-012-0/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-284-0/+8
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-2518-26/+108
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-154-0/+8
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-142-0/+4
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-122-0/+4
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-1116-0/+34
* remember signature version and only set it on update to make sure that otherBjoern Schiessle2016-02-102-12/+40
* use the version of the original file if we write the part file to have a prop...Bjoern Schiessle2016-02-101-15/+30
* Add tests for setVersionLukas Reschke2016-02-091-0/+40
* Use cache update instead of put for encryption versionVincent Petry2016-02-091-1/+1
* Use cache and add testsLukas Reschke2016-02-093-15/+39
* 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-093-11/+56
* 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-097-32/+131
* 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-092-26/+68
* Make sure encryption has a valid licence tagJoas Schilling2016-02-031-1/+1
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-262-0/+2
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-232-2/+2
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-202-0/+8
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-152-0/+2
* Merge pull request #21612 from owncloud/fix_21598Thomas Müller2016-01-132-16/+69
|\
| * only use master key ID if a user is logged in. Otherwise keep the public link...Björn Schießle2016-01-112-16/+69