Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | added tests for the delete hooks if the trash bin is disabled | Bjoern Schiessle | 2014-02-01 | 3 | -65/+300 | |
| | | | | ||||||
* | | | | don't expect OC_FilesystemView, this is depreciated | Bjoern Schiessle | 2014-01-31 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | better error detection and don't use glob() | Bjoern Schiessle | 2014-01-31 | 1 | -12/+27 | |
| | | | | ||||||
* | | | | move unlink proxy to a hook which handles pre and post conditions | Bjoern Schiessle | 2014-01-31 | 3 | -41/+66 | |
| |_|/ |/| | | ||||||
* | | | only update file cache with the unenecrypted size when the file was written | Bjoern Schiessle | 2014-01-24 | 1 | -7/+24 | |
| | | | ||||||
* | | | fix infinite loop if folder and subfolder has the same name | Bjoern Schiessle | 2014-01-22 | 1 | -39/+13 | |
| | | | ||||||
* | | | Replaced time() with uniqid() to make sure the file name is unique | Vincent Petry | 2014-01-21 | 7 | -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 documentation | Bjoern Schiessle | 2014-01-17 | 1 | -0/+4 | |
| |/ |/| | ||||||
* | | updated description of the files encryption app | Bjoern Schiessle | 2014-01-17 | 1 | -1/+1 | |
| | | ||||||
* | | don't try to encrypt/decrypt cache chunks or files in the trash bin | Bjoern Schiessle | 2014-01-15 | 1 | -2/+2 | |
|/ | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-01-08 | 1 | -1/+36 | |
| | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-01-02 | 1 | -0/+44 | |
| | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-29 | 1 | -1/+19 | |
| | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-28 | 1 | -0/+10 | |
| | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-27 | 1 | -19/+24 | |
| | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-24 | 1 | -12/+12 | |
| | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-22 | 1 | -0/+8 | |
| | ||||||
* | Merge pull request #6507 from owncloud/enc_fix_getUser | Björn Schießle | 2013-12-19 | 3 | -1/+44 | |
|\ | | | | | [encryption] fix getUser Helper | |||||
| * | tests added | Bjoern Schiessle | 2013-12-19 | 3 | -1/+44 | |
| | | ||||||
| * | we can also have a path user/cache/... | Bjoern Schiessle | 2013-12-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #6517 from owncloud/fix_6510 | Björn Schießle | 2013-12-19 | 2 | -19/+45 | |
|\ \ | | | | | | | [encryption] fix rename of shared files | |||||
| * | | check if the old owner and the old path is available | Bjoern Schiessle | 2013-12-19 | 1 | -3/+10 | |
| | | | ||||||
| * | | fix rename of shared files | Bjoern Schiessle | 2013-12-19 | 2 | -19/+38 | |
| |/ | ||||||
* | | Merge pull request #6512 from owncloud/master-failingoracletests | Vincent Petry | 2013-12-19 | 1 | -29/+17 | |
|\ \ | | | | | | | Removed numRows usage from encryption app | |||||
| * | | Removed numRows usage from encryption app | Vincent Petry | 2013-12-19 | 1 | -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_fallback | Björn Schießle | 2013-12-19 | 5 | -10/+159 | |
|\ \ | |/ |/| | Added fseek fallback to the encryption app | |||||
| * | add test for the stream wrapper to read encrypted files from the system ↵ | Bjoern Schiessle | 2013-12-18 | 1 | -0/+39 | |
| | | | | | | | | folder /tmp | |||||
| * | test for isEncryptedPath() | Bjoern Schiessle | 2013-12-18 | 1 | -0/+35 | |
| | | ||||||
| * | extend the encryption stream wrapper to handle local files and add a fall ↵ | Bjoern Schiessle | 2013-12-18 | 3 | -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 wrapper | Bjoern Schiessle | 2013-12-18 | 1 | -1/+12 | |
| | | ||||||
| * | fall back to getLocalFile if storage doesn't support fseek | Bjoern Schiessle | 2013-12-17 | 1 | -2/+14 | |
| | | ||||||
* | | Merge pull request #6469 from owncloud/enc_cleanup | Thomas Müller | 2013-12-18 | 2 | -47/+1 | |
|\ \ | | | | | | | remove duplicated code | |||||
| * | | remove unused method tail() | Bjoern Schiessle | 2013-12-17 | 1 | -43/+0 | |
| | | | ||||||
| * | | remove duplicated code | Bjoern Schiessle | 2013-12-17 | 1 | -4/+1 | |
| | | | ||||||
* | | | Merge pull request #6474 from owncloud/enc_detect_encrypted_files | Björn Schießle | 2013-12-17 | 1 | -10/+12 | |
|\ \ \ | | |/ | |/| | reliable detect encrypted files | |||||
| * | | reliable detect encrypted files | Bjoern Schiessle | 2013-12-17 | 1 | -10/+12 | |
| |/ | ||||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-17 | 1 | -1/+2 | |
|/ | ||||||
* | Merge pull request #6183 from owncloud/enc_tests | Björn Schießle | 2013-12-16 | 3 | -20/+92 | |
|\ | | | | | enable more encryption tests | |||||
| * | update file cache for target file | Bjoern Schiessle | 2013-12-16 | 1 | -0/+9 | |
| | | ||||||
| * | only remove encryption keys if a real file gets deleted, skip this method if ↵ | Bjoern Schiessle | 2013-12-16 | 2 | -9/+67 | |
| | | | | | | | | a file outside of /data/user/files was deleted | |||||
| * | call set password hook because it doesn't get triggered during test ↵ | Bjoern Schiessle | 2013-12-16 | 1 | -3/+12 | |
| | | | | | | | | execution and fix paths | |||||
| * | enable more tests | Bjoern Schiessle | 2013-12-04 | 1 | -8/+4 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-13 | 1 | -0/+1 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-09 | 1 | -1/+21 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-07 | 2 | -10/+18 | |
| | | ||||||
* | | Merge pull request #6220 from owncloud/debug_oracle_errors | Björn Schießle | 2013-12-06 | 1 | -18/+21 | |
|\ \ | | | | | | | cherry-picks from #5884, just for debugging purpose | |||||
| * | | Don't try to encrypt a file when the temp file isn't created | Bart Visscher | 2013-12-06 | 1 | -18/+21 | |
| | | | ||||||
* | | | set unencrypted_size to 0 after decryption... so that the unencrypted_size ↵ | Bjoern Schiessle | 2013-12-06 | 1 | -1/+1 | |
|/ / | | | | | | | gets re-calculated if encryption was enabled again | |||||
* | | fix typo | Bjoern Schiessle | 2013-12-06 | 1 | -1/+1 | |
| | | ||||||
* | | only create new key on password change if a recovery key exists or if the ↵ | Bjoern Schiessle | 2013-12-06 | 1 | -23/+28 | |
| | | | | | | | | user don't have any private/public keys |