summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/stream.php
Commit message (Expand)AuthorAgeFilesLines
* fix typo of blog -> changed to blockMorris Jobke2015-01-191-1/+1
* 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
|\
| * 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
|\ \
| * | 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
|/ /
* / 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
* 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 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
* 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 bac...Bjoern Schiessle2013-12-181-6/+19
* 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
|\
| * some small changes according to the review commentsBjoern Schiessle2013-11-271-2/+2
* | Merge branch 'encryption_work_with_public_gallery' into encryption_enable_pub...Bjoern Schiessle2013-11-211-1/+2
|\|
| * Merge branch 'master' into encryption_work_with_public_galleryBjoern Schiessle2013-11-211-1/+2
| |\
| | * Merge pull request #5967 from owncloud/encryption-extstorage-fixsizeresetVincent Petry2013-11-201-1/+2
| | |\
| | | * Fix for extstorage + encryption where unencrypted size is not keptVincent Petry2013-11-201-1/+2
| | * | only check if the key file exists to decide if it is an encrypted file or not.Bjoern Schiessle2013-11-201-1/+1
| | |/
* | | Merge branch 'encryption_work_with_public_gallery' into encryption_enable_pub...Bjoern Schiessle2013-11-211-16/+15
|\| |
| * | 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
|\
| * 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
|\ \
| * | fixPartialFilePath() is now stripPartialFileExtension()Bjoern Schiessle2013-11-121-1/+1
| * | only update file cache if the file is already indexed to avoid that we create...Bjoern Schiessle2013-11-121-11/+14
| |/
* / instead of writing etmp files we write the dummy file to data/user/cache to a...Bjoern Schiessle2013-11-141-1/+1
|/
* block file access if share keys are missingBjoern Schiessle2013-10-111-4/+8
* only encrypt file to users with encryption keysBjoern Schiessle2013-10-091-1/+2
* Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle2013-09-161-1/+3
|\
| * fix part file handling and real size calculation, this should also solve #4581Bjoern Schiessle2013-09-061-17/+19
* | remove test codeBjoern Schiessle2013-09-061-1/+1
* | no longer enforce log out, but provide useful errors/warnings insteadBjoern Schiessle2013-09-061-1/+1
* | encryption error messages, distinguish between a re-enabled encryption app an...Bjoern Schiessle2013-09-021-1/+1
* | improved error messaging, initial commitBjoern Schiessle2013-08-301-17/+17
|/
* handle error if we can't handle the given pathBjoern Schiessle2013-07-301-0/+5