Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge pull request #7190 from owncloud/appconfig-legacy-apps | Thomas Müller | 2014-02-18 | 3 | -10/+17 | |
| |\ | | | | | | | Remove usage of legacy OC_Appconfig | |||||
| | * | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 3 | -10/+17 | |
| | | | ||||||
| * | | Merge pull request #7176 from owncloud/style | Lukas Reschke | 2014-02-18 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | Some style fixes | |||||
| | * | | Style fixes | Bart Visscher | 2014-02-12 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | catch errors during decryption | Bjoern Schiessle | 2014-02-17 | 1 | -14/+26 | |
| | | | ||||||
| * | | catch errors during initial encryption | Bjoern Schiessle | 2014-02-17 | 1 | -18/+33 | |
| | | | ||||||
* | | | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-14 | 2 | -4/+4 | |
|\| | | | | | | | | | | | | | | Conflicts: lib/private/appconfig.php | |||||
| * | | Merge pull request #6748 from owncloud/fileinfo | icewind1991 | 2014-02-14 | 2 | -4/+4 | |
| |\ \ | | |/ | |/| | Add a FileInfo class which holds all info of a file ... | |||||
| | * | merge master into fileinfo | Robin Appelman | 2014-01-29 | 2 | -46/+37 | |
| | |\ | ||||||
| | * \ | Merge branch 'master' into fileinfo | Robin Appelman | 2014-01-17 | 1 | -2/+2 | |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: tests/lib/files/cache/cache.php | |||||
| | * | | | remove more is_array from encryption | Robin Appelman | 2014-01-17 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Don't use is_array on FileInfo | Robin Appelman | 2014-01-17 | 2 | -3/+3 | |
| | | | | | ||||||
* | | | | | Fix more documentation failes | Joas Schilling | 2014-02-08 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | Issue #7111 | |||||
* | | | | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 5 | -17/+22 | |
|/ / / / | ||||||
* | | | | add function to extract filename from sharekey name + tests | Bjoern Schiessle | 2014-02-03 | 1 | -1/+17 | |
| | | | | ||||||
* | | | | 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 | 2 | -41/+2 | |
| |_|/ |/| | | ||||||
* | | | 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 | |
| |/ |/| | ||||||
* | | don't try to encrypt/decrypt cache chunks or files in the trash bin | Bjoern Schiessle | 2014-01-15 | 1 | -2/+2 | |
|/ | ||||||
* | Merge pull request #6507 from owncloud/enc_fix_getUser | Björn Schießle | 2013-12-19 | 1 | -1/+1 | |
|\ | | | | | [encryption] fix getUser Helper | |||||
| * | tests added | Bjoern Schiessle | 2013-12-19 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | 1 | -0/+1 | |
|\ \ | | | | | | | [encryption] fix rename of shared files | |||||
| * | | fix rename of shared files | Bjoern Schiessle | 2013-12-19 | 1 | -0/+1 | |
| |/ | ||||||
* | | 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 | 3 | -10/+85 | |
|\ \ | |/ |/| | Added fseek fallback to the encryption app | |||||
| * | 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 | |
| | | ||||||
* | | reliable detect encrypted files | Bjoern Schiessle | 2013-12-17 | 1 | -10/+12 | |
|/ | ||||||
* | Merge pull request #6183 from owncloud/enc_tests | Björn Schießle | 2013-12-16 | 1 | -2/+14 | |
|\ | | | | | 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 | 1 | -2/+5 | |
| | | | | | | | | a file outside of /data/user/files was deleted | |||||
* | | 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 | |
| | | ||||||
* | | add method to check if users private/public key exists | Bjoern Schiessle | 2013-12-06 | 1 | -4/+13 | |
|/ | ||||||
* | Revert "Adjust files_encryption requirements to the new core requirement ↵ | Morris Jobke | 2013-12-04 | 1 | -1/+8 | |
| | | | | | | (PHP 5.3.8)." This reverts commit efbf18652c6eef42e2ca2fda3572d74d2be022dd. | |||||
* | Adjust files_encryption requirements to the new core requirement (PHP 5.3.8). | Andreas Fischer | 2013-11-29 | 1 | -8/+1 | |
| | ||||||
* | Merge branch 'master' into encryption_initial_enc_indicator | Bjoern Schiessle | 2013-11-27 | 5 | -94/+117 | |
|\ | ||||||
| * | Merge branch 'master' into encryption_enable_public_upload | Bjoern Schiessle | 2013-11-27 | 5 | -22/+18 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/helper.php apps/files_encryption/lib/keymanager.php apps/files_encryption/lib/stream.php apps/files_encryption/lib/util.php apps/files_encryption/tests/keymanager.php | |||||
| | * | typo fixed | Bjoern Schiessle | 2013-11-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | some small changes according to the review comments | Bjoern Schiessle | 2013-11-27 | 5 | -15/+16 | |
| | | |