aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/stream.php
Commit message (Collapse)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-071-700/+0
|
* Update license headersJenkins for ownCloud2015-03-261-15/+18
|
* againjknockaert2015-02-191-36/+0
|
* try againjknockaert2015-02-191-0/+36
|\
| * Merge remote-tracking branch 'origin/master'jknockaert2015-02-191-1/+9
| |\ | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/stream.php
| | * OC8 versionjknockaert2015-02-191-196/+170
| | |
| | * update enc streamjknockaert2014-12-171-136/+161
| | |
| * | backjknockaert2015-02-191-35/+34
| |/
* | new tryjknockaert2015-02-191-130/+160
| |
* | fix typo of blog -> changed to blockMorris Jobke2015-01-191-1/+1
| | | | | | | | * fixes #13460
* | if we download a public shared file we need to retrieve the user from the pathBjoern Schiessle2015-01-131-2/+4
| |
* | make versions of shared files downloadableBjoern Schiessle2015-01-091-34/+31
|/
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-091-11/+12
|
* Fix namespace of files_encryption classes and autoload themJoas Schilling2014-12-091-1/+1
|
* Merge pull request #12218 from owncloud/issue/10991-fixesMorris Jobke2014-11-171-0/+1
|\ | | | | Issue/10991 Make unit tests pass on windows
| * Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling2014-11-171-0/+1
| |
* | Merge pull request #12027 from owncloud/cleanup_exceptionsVincent Petry2014-11-101-10/+12
|\ \ | | | | | | [encryption] clean up encryption exceptions
| * | clean up encryption exceptionsBjoern Schiessle2014-11-071-10/+12
| | |
* | | only set the values we need and make sure that we write the file info for bothBjoern Schiessle2014-11-071-3/+7
|/ / | | | | | | | | the real file and the part file, because some information from the part file might be needed later
* / throw exception if private key is missingBjoern Schiessle2014-11-051-0/+5
|/
* support aes 256Bjoern Schiessle2014-07-231-14/+77
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-5/+5
| | | | * test case added to avoid adding them later
* Fix whitespace issuesRobin McCorkell2014-05-161-1/+1
|
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-10/+10
|
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-1/+1
|
* Merge pull request #7977 from owncloud/fix_enc_if_sharing_is_disabledMorris Jobke2014-04-021-1/+1
|\ | | | | always encrypt files to owner
| * always encrypt files to ownerBjoern Schiessle2014-03-311-1/+1
| |
* | don't call getFileInfo() to avoid to open the same file twiceBjoern Schiessle2014-03-311-12/+16
|/
* remember original fopen access type in pre-proxy because sometimes they changeBjoern Schiessle2014-02-271-0/+3
| | | | during the fopen call, e.g. 'r' becomes 'r+' if we open an URL
* Don't use is_array on FileInfoRobin Appelman2014-01-171-1/+1
|
* extend the encryption stream wrapper to handle local files and add a fall ↵Bjoern Schiessle2013-12-181-6/+19
| | | | 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
|
* Merge branch 'master' into encryption_enable_public_uploadBjoern Schiessle2013-11-271-2/+2
|\ | | | | | | | | | | | | | | | | 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
| * some small changes according to the review commentsBjoern Schiessle2013-11-271-2/+2
| |
* | Merge branch 'encryption_work_with_public_gallery' into ↵Bjoern Schiessle2013-11-211-1/+2
|\| | | | | | | encryption_enable_public_upload
| * Merge branch 'master' into encryption_work_with_public_galleryBjoern Schiessle2013-11-211-1/+2
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/keymanager.php apps/files_encryption/lib/stream.php apps/files_encryption/lib/util.php apps/files_encryption/tests/crypt.php
| | * Merge pull request #5967 from owncloud/encryption-extstorage-fixsizeresetVincent Petry2013-11-201-1/+2
| | |\ | | | | | | | | Fix for extstorage + encryption where unencrypted size is not kept
| | | * Fix for extstorage + encryption where unencrypted size is not keptVincent Petry2013-11-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for external storage with encryption where the unencrypted size is first written in the DB, then set back to zero, causing performance issue because the file needs to be reopened every time to find out the unencrypted size (and potentially needs a full redownload)
| | * | only check if the key file exists to decide if it is an encrypted file or not.Bjoern Schiessle2013-11-201-1/+1
| | |/ | | | | | | | | | This solves problems with external storage which doesn't support fseek
* | | Merge branch 'encryption_work_with_public_gallery' into ↵Bjoern Schiessle2013-11-211-16/+15
|\| | | | | | | | | | | | | | | | | | | | encryption_enable_public_upload Conflicts: apps/files_encryption/lib/stream.php
| * | better distinction between userID and keyIdBjoern Schiessle2013-11-211-15/+13
| | |
* | | public upload now also works with encryption enabledBjoern Schiessle2013-11-211-7/+7
|/ /
* | make sure that we always use the correct user idBjoern Schiessle2013-11-201-3/+9
| |
* | [wip] make encryption work with public gallery sharingBjoern Schiessle2013-11-201-2/+4
|/
* Merge pull request #5908 from owncloud/fix_errorpage_callVincent Petry2013-11-181-1/+1
|\ | | | | [encryption] fix redirectToErrorPage() call
| * call error page with session as parameterBjoern Schiessle2013-11-171-1/+1
| |
* | Merge pull request #5833 from owncloud/encryption_fixesBjörn Schießle2013-11-151-11/+14
|\ \ | | | | | | [encryption] preserve timestamps and etags during encryption/decryption
| * | fixPartialFilePath() is now stripPartialFileExtension()Bjoern Schiessle2013-11-121-1/+1
| | |
| * | only update file cache if the file is already indexed to avoid that we ↵Bjoern Schiessle2013-11-121-11/+14
| |/ | | | | | | create a incomplete file cache entry
* / instead of writing etmp files we write the dummy file to data/user/cache to ↵Bjoern Schiessle2013-11-141-1/+1
|/ | | | avoid that etmp files show up in the users files list