summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/proxy.php
Commit message (Expand)AuthorAgeFilesLines
* we also encrypt/decrypt files in the versions folder for previews and if encr...Bjoern Schiessle2014-10-061-3/+8
* make sure that we really catch the files folder onlyBjoern Schiessle2014-09-191-1/+1
* Remove passing by reference to allow for proper GCVincent Petry2014-09-121-1/+1
* Kill legacy encryption migrationThomas Müller2014-07-081-15/+0
* always take unencrypted sizeBjoern Schiessle2014-07-041-2/+2
* Fix checking for external share in encryptionRobin Appelman2014-06-141-1/+4
* if file doesn't exist, check parent folderBjoern Schiessle2014-06-141-0/+6
* exclude mounted server-to-server shares from encryptionBjoern Schiessle2014-06-141-4/+28
* don't ask for fileInfo if we already have oneBjoern Schiessle2014-06-041-5/+4
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-3/+3
* Fix more missing or broken PHPDocRobin McCorkell2014-05-161-1/+1
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-8/+8
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-5/+5
* remove legacy aka deprecated code: OC_FilesystemThomas Müller2014-05-121-3/+3
* only update the values which really changedBjoern Schiessle2014-04-301-8/+6
* fix shouldEncrypt() method and improved decryptAll() unit testsBjoern Schiessle2014-04-281-1/+2
* Merge pull request #7978 from owncloud/enc_cleanupVincent Petry2014-04-021-45/+0
|\
| * there is no need to re-calculate the shares after a touchBjoern Schiessle2014-03-311-45/+0
* | Merge pull request #7912 from owncloud/enc_move_checks_to_pre_hookBjörn Schießle2014-04-011-60/+32
|\ \ | |/ |/|
| * move check if a file should be encrypted to the pre hookBjoern Schiessle2014-03-311-60/+32
* | don't write file if opening a stream to encrypt the data failsBjoern Schiessle2014-03-281-0/+2
|/
* Fixed warning when browsing Shared folderVincent Petry2014-03-101-1/+1
* Return unencrypted_size of folder when queriedVincent Petry2014-03-071-0/+7
* Merge pull request #7454 from owncloud/enc_remember_fopen_modeBjörn Schießle2014-02-281-6/+26
|\
| * remember original fopen access type in pre-proxy because sometimes they changeBjoern Schiessle2014-02-271-6/+26
* | Fixed wrong field nameVincent Petry2014-02-271-1/+1
|/
* 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