aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/stream.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* reformat code added and changed phpdocFlorin Peter2013-05-201-274/+288
* prevent of infinite loop with FileProxyFlorin Peter2013-05-151-3/+3
* fix for zero size filesFlorin Peter2013-05-141-2/+2
* added handling for public file access via files_sharing linkFlorin Peter2013-05-131-8/+8
* fix for webdavFlorin Peter2013-05-111-1/+1
* fix for wrong file infosFlorin Peter2013-05-071-2/+2
* fix file info put on streamFlorin Peter2013-05-061-1/+13
* speed improvementFlorin Peter2013-04-291-26/+39
* implement postRenameFlorin Peter2013-04-251-8/+2
* added unencrypted file size to file cacheFlorin Peter2013-04-251-6/+8
* Stream writing improved: working with dolphin + kate, gedit & nautilus give e...Sam Tuke2013-04-231-16/+6
* improved handling for getSharingUsersArrayFlorin Peter2013-04-221-7/+3
* improved rename and file size supportFlorin Peter2013-04-221-14/+17
* fixed incorrect filesize, download via web is now possibleFlorin Peter2013-04-181-1/+1
* Development snapshotSam Tuke2013-04-171-37/+43
* Working on stream{} writingSam Tuke2013-04-161-28/+55
* Fixed stream{} reading of encrypted files (stream_read())Sam Tuke2013-04-161-3/+5
* Merge pull request #2885 from FlorinPeter/files_encryptionSam Tuke2013-04-161-0/+5
|\
| * fix performance issuesFlorin Peter2013-04-111-0/+5
* | Fixed proxy class handing of read / write filesSam Tuke2013-04-161-1/+1
* | fix some confusion about paths relative to the files dir and to the data dirBjörn Schießle2013-04-121-6/+5
* | fix stream wrapper to make initial encryption workBjörn Schießle2013-04-121-9/+10
|/
* add $view as parameter for session constructorBjörn Schießle2013-04-101-1/+1
* Development snapshot;Sam Tuke2013-03-291-1/+1
* Merge branch 'master' into files_encryptionSam Tuke2013-03-281-3/+3
|\
| * cleanup - more to come afterThomas Müller2013-02-091-3/+3
* | Fixed stream wrapper bugsSam Tuke2013-03-091-36/+24
* | make sure that $this->userId is initialized before using it as a parameterBjörn Schießle2013-03-041-3/+3
* | Added notes where to reuse old keys instead of generating new onesSam Tuke2013-02-271-0/+1
|/