aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/stream.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* only write keyfiles if it was a new file, otherwise nothing changedBjoern Schiessle2013-07-301-38/+45
* user interface to allow user to decrypt all his files once the encryption app...Björn Schießle2013-07-291-5/+9
* changed redirect handlingFlorin Peter2013-06-031-16/+9
* code optimized and cleaned up unused varsFlorin Peter2013-05-311-23/+47
* allow the user to login but do not allow upload and show error message on the...Florin Peter2013-05-311-3/+21
* check if the decrypted private key is valid on login and on read/write filesFlorin Peter2013-05-311-6/+15
* Merge branch 'master' into remove_unused_varsFlorin Peter2013-05-291-1/+1
|\
| * fixed encryption session namespace to avoid problemsFlorin Peter2013-05-281-1/+1
* | replace == with === and replace != with !==Florin Peter2013-05-271-7/+7
* | reformat codeFlorin Peter2013-05-271-71/+71
|/
* fixes after review from @DeepDiver1975Florin Peter2013-05-231-92/+78
* fixed finding encrypted files in subfolders and removed unused codeFlorin Peter2013-05-221-82/+31