aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/proxy.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7176 from owncloud/styleLukas Reschke2014-02-181-1/+1
|\
| * Style fixesBart Visscher2014-02-121-1/+1
* | Merge pull request #6748 from owncloud/fileinfoicewind19912014-02-141-3/+3
|\ \ | |/ |/|
| * merge master into fileinfoRobin Appelman2014-01-291-7/+24
| |\
| * \ Merge branch 'master' into fileinfoRobin Appelman2014-01-171-2/+2
| |\ \
| * | | remove more is_array from encryptionRobin Appelman2014-01-171-2/+2
| * | | Don't use is_array on FileInfoRobin Appelman2014-01-171-2/+2
* | | | move unlink proxy to a hook which handles pre and post conditionsBjoern Schiessle2014-01-311-41/+0
| |_|/ |/| |
* | | only update file cache with the unenecrypted size when the file was writtenBjoern Schiessle2014-01-241-7/+24
| |/ |/|
* | don't try to encrypt/decrypt cache chunks or files in the trash binBjoern Schiessle2014-01-151-2/+2
|/
* remove duplicated codeBjoern Schiessle2013-12-171-4/+1
* 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-161-2/+5
* Merge branch 'master' into encryption_enable_public_uploadBjoern Schiessle2013-11-271-1/+1
|\
| * some small changes according to the review commentsBjoern Schiessle2013-11-271-1/+1
* | Merge branch 'encryption_work_with_public_gallery' into encryption_enable_pub...Bjoern Schiessle2013-11-211-0/+3
|\|
| * Merge branch 'master' into encryption_work_with_public_galleryBjoern Schiessle2013-11-211-0/+3
| |\
| | * Fix for extstorage + encryption where unencrypted size is not keptVincent Petry2013-11-201-0/+3
* | | public upload now also works with encryption enabledBjoern Schiessle2013-11-211-4/+3
|/ /
* / [wip] make encryption work with public gallery sharingBjoern Schiessle2013-11-201-3/+4
|/
* instead of writing etmp files we write the dummy file to data/user/cache to a...Bjoern Schiessle2013-11-141-3/+9
* fixing tests for the new part file handlingBjoern Schiessle2013-11-121-3/+3
* Merge pull request #5329 from owncloud/enc_fix_unencrypted_sizeBjörn Schießle2013-10-161-2/+19
|\
| * revert last changesBjoern Schiessle2013-10-161-3/+1
| * added another test, if unencrypted size and encrypted size are equal we can a...Bjoern Schiessle2013-10-151-1/+3
| * fix array keyBjoern Schiessle2013-10-141-1/+1
| * try to fix unencrypted file size if it doesn't look plausibleBjoern Schiessle2013-10-141-2/+19
* | check if we are writing to user/files, otherwise skip encryptionBjoern Schiessle2013-10-141-1/+2
|/
* don't cache if the encryption is enabled, this can lead to problems during un...Bjoern Schiessle2013-10-101-27/+1
* check if encryption app is enabled before trying to calculate file sizeBjoern Schiessle2013-09-261-1/+1
* fix check if app is enabledBjoern Schiessle2013-09-251-4/+3
* use path relative to data/Bjoern Schiessle2013-07-301-4/+1
* user interface to allow user to decrypt all his files once the encryption app...Björn Schießle2013-07-291-3/+3
* Merge branch 'master' into files_encryption_upgrade_fixFlorin Peter2013-05-311-99/+59
|\
| * added our own file extension .part will not work here if we use file_get_cont...Florin Peter2013-05-301-3/+3
| * fixed problems with file_get_contents and file_put_contents this problem was ...Florin Peter2013-05-301-99/+59
* | normalize path to prevent following split to failFlorin Peter2013-05-311-0/+2
|/
* Merge branch 'master' into remove_unused_varsFlorin Peter2013-05-291-5/+5
|\
| * fixed encryption session namespace to avoid problemsFlorin Peter2013-05-281-3/+3
| * Use the new session wrapperRobin Appelman2013-05-281-1/+1
* | changed to public log apiFlorin Peter2013-05-271-2/+2
* | replace == with === and replace != with !==Florin Peter2013-05-271-9/+9
* | Merge branch 'master' into remove_unused_varsBjörn Schießle2013-05-271-1/+1
|\|
| * make legacyDecrypt() private als always call legacyBlockDecrypt() from other ...Björn Schießle2013-05-271-1/+1
* | reformat codeFlorin Peter2013-05-271-97/+101
|/
* fixes after review from @DeepDiver1975Florin Peter2013-05-231-109/+95
* improved testsFlorin Peter2013-05-221-55/+0
* fixed finding encrypted files in subfolders and removed unused codeFlorin Peter2013-05-221-26/+24
* fixed postFileSizeFlorin Peter2013-05-211-11/+19
* fix path, needs to be relative to data/Björn Schießle2013-05-211-1/+1