aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | added tests for the delete hooks if the trash bin is disabledBjoern Schiessle2014-02-013-65/+300
| | | |
* | | | don't expect OC_FilesystemView, this is depreciatedBjoern Schiessle2014-01-311-1/+1
| | | |
* | | | better error detection and don't use glob()Bjoern Schiessle2014-01-311-12/+27
| | | |
* | | | move unlink proxy to a hook which handles pre and post conditionsBjoern Schiessle2014-01-313-41/+66
| |_|/ |/| |
* | | only update file cache with the unenecrypted size when the file was writtenBjoern Schiessle2014-01-241-7/+24
| | |
* | | fix infinite loop if folder and subfolder has the same nameBjoern Schiessle2014-01-221-39/+13
| | |
* | | Replaced time() with uniqid() to make sure the file name is uniqueVincent Petry2014-01-217-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | The cache isn't cleared properly because unlink() doesn't remove the cache entry which caused side-effects when reusing the same file name (which randomly happens when time() returns the same value) This fix first makes sure the unit tests don't fail any more. The unlink() case with the cache will be investigated separately.
* | | add link to documentationBjoern Schiessle2014-01-171-0/+4
| |/ |/|
* | updated description of the files encryption appBjoern Schiessle2014-01-171-1/+1
| |
* | don't try to encrypt/decrypt cache chunks or files in the trash binBjoern Schiessle2014-01-151-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-01-081-1/+36
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-01-021-0/+44
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-291-1/+19
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-281-0/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-271-19/+24
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-241-12/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-221-0/+8
|
* Merge pull request #6507 from owncloud/enc_fix_getUserBjörn Schießle2013-12-193-1/+44
|\ | | | | [encryption] fix getUser Helper
| * tests addedBjoern Schiessle2013-12-193-1/+44
| |
| * we can also have a path user/cache/...Bjoern Schiessle2013-12-191-1/+1
| |
* | Merge pull request #6517 from owncloud/fix_6510Björn Schießle2013-12-192-19/+45
|\ \ | | | | | | [encryption] fix rename of shared files
| * | check if the old owner and the old path is availableBjoern Schiessle2013-12-191-3/+10
| | |
| * | fix rename of shared filesBjoern Schiessle2013-12-192-19/+38
| |/
* | Merge pull request #6512 from owncloud/master-failingoracletestsVincent Petry2013-12-191-29/+17
|\ \ | | | | | | Removed numRows usage from encryption app
| * | Removed numRows usage from encryption appVincent Petry2013-12-191-29/+17
| |/ | | | | | | | | | | | | | | | | numRows on Oracle always seem to return 0. This fix removes numRows usage from the encryption and sharing app. This fixes unit tests and potentially the encryption app itself (migration status) when running on Oracle
* | Merge pull request #6495 from owncloud/enc_fseek_fallbackBjörn Schießle2013-12-195-10/+159
|\ \ | |/ |/| Added fseek fallback to the encryption app
| * add test for the stream wrapper to read encrypted files from the system ↵Bjoern Schiessle2013-12-181-0/+39
| | | | | | | | folder /tmp
| * test for isEncryptedPath()Bjoern Schiessle2013-12-181-0/+35
| |
| * extend the encryption stream wrapper to handle local files and add a fall ↵Bjoern Schiessle2013-12-183-8/+60
| | | | | | | | back for file size calculation if the storage doesn't support fseek
| * implement ftell stream wrapper and fix return value from fseek stream wrapperBjoern Schiessle2013-12-181-1/+12
| |
| * fall back to getLocalFile if storage doesn't support fseekBjoern Schiessle2013-12-171-2/+14
| |
* | Merge pull request #6469 from owncloud/enc_cleanupThomas Müller2013-12-182-47/+1
|\ \ | | | | | | remove duplicated code
| * | remove unused method tail()Bjoern Schiessle2013-12-171-43/+0
| | |
| * | remove duplicated codeBjoern Schiessle2013-12-171-4/+1
| | |
* | | Merge pull request #6474 from owncloud/enc_detect_encrypted_filesBjörn Schießle2013-12-171-10/+12
|\ \ \ | | |/ | |/| reliable detect encrypted files
| * | reliable detect encrypted filesBjoern Schiessle2013-12-171-10/+12
| |/
* / [tx-robot] updated from transifexJenkins for ownCloud2013-12-171-1/+2
|/
* Merge pull request #6183 from owncloud/enc_testsBjörn Schießle2013-12-163-20/+92
|\ | | | | enable more encryption tests
| * update file cache for target fileBjoern Schiessle2013-12-161-0/+9
| |
| * only remove encryption keys if a real file gets deleted, skip this method if ↵Bjoern Schiessle2013-12-162-9/+67
| | | | | | | | a file outside of /data/user/files was deleted
| * call set password hook because it doesn't get triggered during test ↵Bjoern Schiessle2013-12-161-3/+12
| | | | | | | | execution and fix paths
| * enable more testsBjoern Schiessle2013-12-041-8/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-131-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-091-1/+21
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-072-10/+18
| |
* | Merge pull request #6220 from owncloud/debug_oracle_errorsBjörn Schießle2013-12-061-18/+21
|\ \ | | | | | | cherry-picks from #5884, just for debugging purpose
| * | Don't try to encrypt a file when the temp file isn't createdBart Visscher2013-12-061-18/+21
| | |
* | | set unencrypted_size to 0 after decryption... so that the unencrypted_size ↵Bjoern Schiessle2013-12-061-1/+1
|/ / | | | | | | gets re-calculated if encryption was enabled again
* | fix typoBjoern Schiessle2013-12-061-1/+1
| |
* | only create new key on password change if a recovery key exists or if the ↵Bjoern Schiessle2013-12-061-23/+28
| | | | | | | | user don't have any private/public keys