aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/crypt.php
Commit message (Expand)AuthorAgeFilesLines
...
* | remove unused varaiblesBjörn Schießle2013-05-271-3/+1
|/
* fixes after review from @DeepDiver1975Florin Peter2013-05-231-133/+113
* fix path to 3rdparty appsBjörn Schießle2013-05-211-1/+2
* move 3rdparty dependencies to appBjörn Schießle2013-05-211-1/+1
* reformat code added and changed phpdocFlorin Peter2013-05-201-386/+441
* remove unused codeFlorin Peter2013-05-171-114/+9
* fix broken legacy testsFlorin Peter2013-05-171-2/+2
* fix migration to new encryptionBjörn Schießle2013-05-171-5/+16
* gremove unused codeBjörn Schießle2013-05-171-59/+9
* upgrade from old encryption to the new one needs to generate share keys tooBjörn Schießle2013-05-171-7/+25
* check if the user knows the correct recovery password before changing the rec...Björn Schießle2013-05-151-3/+7
* Fixed stream wrapper bugsSam Tuke2013-03-091-2/+2
* define key size in constructor, otherwise the key size will depend on the ser...Björn Schießle2013-03-041-2/+2
* Deleting encrypted files with missing keyfiles/shareKeys now succeedsSam Tuke2013-02-271-2/+0
* Shared encrypted files now readable by both sharer and shareeSam Tuke2013-02-261-0/+2
* Development snapshotSam Tuke2013-02-201-102/+0
* Moved dependencies out of Crypt methods (encKeyfileToMultipleUsers)(DI)Sam Tuke2013-02-191-46/+51
* Fixed wrong array key referenceSam Tuke2013-02-191-1/+1
* remove debug outputBjörn Schießle2013-02-191-1/+1
* create keypair for ownCloud with empty passphrase, will be used for public li...Björn Schießle2013-02-131-4/+1
* add post_unshareALll hook, update recursively all keyfiles if a folder was sh...Björn Schießle2013-02-131-1/+35
* add post_unshare hook, also add public link shares to the list of user with a...Björn Schießle2013-02-131-1/+3
* also find users with access to the file if a folder above the actual file was...Björn Schießle2013-02-121-2/+0
* use right location of the file is the source and not the target it is shared toBjörn Schießle2013-02-121-3/+3
* take group shares into account if we retrieve the list a all recipientsBjörn Schießle2013-02-121-3/+27
* - moved the enrcyption of the filekey ifg file gets shared from the post shar...Björn Schießle2013-02-111-0/+42
* Implementing sharing supportSam Tuke2013-02-111-11/+30
* Merge branch 'master' into files_encryption-style-fixesSam Tuke2013-02-091-693/+673
|\
| * Development snapshotSam Tuke2013-02-061-18/+0
| * Fixed bug causing encrypted files to be doubly encrypted at loginSam Tuke2013-02-061-6/+0
* | Merge branch 'master' into files_encryption-style-fixesSam Tuke2013-02-051-713/+745
|\|
| * Removed debugging outputSam Tuke2013-02-051-6/+0
| * Cleaned up path formatting with new method stripUserFilesPath()Sam Tuke2013-02-051-9/+4
| * Recryption of legacy encrypted files now working on loginSam Tuke2013-02-051-1/+8
| * Added debugging output relating to recrypting legacy filesSam Tuke2013-02-011-1/+7
| * Improved support for detecting and recrypting legacy files. Bugs remain.Sam Tuke2013-01-311-7/+6
| * Fixed incompatibilities with filecache rewrite mergeSam Tuke2013-01-311-3/+3
| * Fixed many coding guidelines issuesSam Tuke2013-01-241-24/+35
| * Work on util: findFiles() and encryptAll(); both close to workingSam Tuke2013-01-231-2/+2
| * Added creation of dir for shared file env encryption keysSam Tuke2013-01-141-0/+2
* | Fixed todos: undefined vars and unreachable codeSam Tuke2013-02-051-18/+0
* | first style fixes - @samtuke: I added some TODO regarding undefined variables...Thomas Mueller2013-01-301-367/+369
|/
* Removed misleading crypto gen commentSam Tuke2013-01-101-2/+0
* All in-use unit tests now passing after mergeSam Tuke2013-01-061-9/+1
* Development snapshotSam Tuke2013-01-051-1/+1
* Development snapshot, mocking out Session{} for crypt unit testsSam Tuke2013-01-021-1/+1
* Changing user login pwd now correctly changes encryption key passphraseSam Tuke2012-12-111-13/+6
* Revert "Revert "Development snapshot""Sam Tuke2012-12-111-11/+14
* Revert "Development snapshot"Sam Tuke2012-12-111-14/+11
* Development snapshotSam Tuke2012-12-051-11/+14