Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only check if the key file exists to decide if it is an encrypted file or not. | Bjoern Schiessle | 2013-11-20 | 1 | -2/+1 |
| | | | | This solves problems with external storage which doesn't support fseek | ||||
* | rename fixPartialFilePath() to stripPartialFileExtension(), this name ↵ | Bjoern Schiessle | 2013-11-12 | 1 | -4/+4 |
| | | | | describes better what the method actually does | ||||
* | fixing tests for the new part file handling | Bjoern Schiessle | 2013-11-12 | 1 | -22/+6 |
| | |||||
* | let encryption app detect transfer id in path and handle it correctly | Bjoern Schiessle | 2013-11-11 | 1 | -32/+6 |
| | |||||
* | check if key exists before reading it | Bjoern Schiessle | 2013-09-25 | 1 | -1/+4 |
| | |||||
* | fix part file handling and real size calculation, this should also solve #4581 | Bjoern Schiessle | 2013-09-06 | 1 | -26/+2 |
| | | | | | Conflicts: apps/files_encryption/lib/stream.php | ||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | added helper function to escape glob pattern | Björn Schießle | 2013-07-05 | 1 | -3/+3 |
| | | | | | | Conflicts: apps/files_encryption/lib/helper.php | ||||
* | only escape glob pattern | Björn Schießle | 2013-07-05 | 1 | -3/+7 |
| | |||||
* | del share keys from correct location | Björn Schießle | 2013-07-05 | 1 | -3/+16 |
| | |||||
* | delete file keys from the correct location | Björn Schießle | 2013-07-05 | 1 | -1/+8 |
| | |||||
* | move isSystemWideMountPoint() to util.php | Björn Schießle | 2013-07-05 | 1 | -19/+4 |
| | |||||
* | some performance improvements, check for system wide mounts only once while ↵ | Björn Schießle | 2013-07-05 | 1 | -40/+25 |
| | | | | writing share keys | ||||
* | fix path to OC_Mount_Config | Björn Schießle | 2013-07-05 | 1 | -1/+1 |
| | |||||
* | handle system wide mount points | Björn Schießle | 2013-07-05 | 1 | -9/+40 |
| | |||||
* | added our own file extension .part will not work here if we use ↵ | Florin Peter | 2013-05-30 | 1 | -2/+2 |
| | | | | file_get_contents so we used our own extension '.etmp' | ||||
* | changed to public log api | Florin Peter | 2013-05-27 | 1 | -8/+8 |
| | |||||
* | replace == with === and replace != with !== | Florin Peter | 2013-05-27 | 1 | -2/+1 |
| | |||||
* | reformat code | Florin Peter | 2013-05-27 | 1 | -109/+118 |
| | |||||
* | fixes after review from @DeepDiver1975 | Florin Peter | 2013-05-23 | 1 | -122/+108 |
| | |||||
* | code clean up; nicer solution to solve the public link share problem if a ↵ | Björn Schießle | 2013-05-23 | 1 | -13/+5 |
| | | | | user is logged in | ||||
* | fix public link share if a user is logged in | Björn Schießle | 2013-05-23 | 1 | -5/+14 |
| | |||||
* | fixed finding encrypted files in subfolders and removed unused code | Florin Peter | 2013-05-22 | 1 | -57/+1 |
| | |||||
* | removed dead code for delShareKey | Florin Peter | 2013-05-20 | 1 | -17/+9 |
| | |||||
* | reformat code added and changed phpdoc | Florin Peter | 2013-05-20 | 1 | -251/+266 |
| | |||||
* | update phpdoc | Florin Peter | 2013-05-19 | 1 | -2/+4 |
| | |||||
* | disabled FileProxy in Keymanager::getPrivateKey | Florin Peter | 2013-05-15 | 1 | -2/+7 |
| | |||||
* | added handling for public file access via files_sharing link | Florin Peter | 2013-05-13 | 1 | -1/+1 |
| | |||||
* | Fixes to code formatting and indentation | Sam Tuke | 2013-05-09 | 1 | -67/+99 |
| | |||||
* | Fixed recoveryadmin settings in user and admin settings pages (js, ↵ | Sam Tuke | 2013-05-01 | 1 | -1/+1 |
| | | | | | | | | templates, ajax) Renamed recovery methods in Util{} for clarity Added note about bug causing slow page load and redundant keypair generation recoveryAdmin functionality not yet complete | ||||
* | fix reusing keys | Florin Peter | 2013-04-27 | 1 | -10/+66 |
| | | | | fix webdav part files | ||||
* | implement postRename | Florin Peter | 2013-04-25 | 1 | -22/+0 |
| | | | | | | @samtuke no need anymore for fixPartialFilePath this is now handled by rename share-keys are now handled properly webdav .part files are handled properly | ||||
* | fixed file_proxy handling | Florin Peter | 2013-04-25 | 1 | -19/+33 |
| | |||||
* | Development snapshot | Sam Tuke | 2013-04-23 | 1 | -1/+2 |
| | | | | working on stream handling (large files) in Util->encryptAll() | ||||
* | delete all share keys if a file gets deleted | Björn Schießle | 2013-04-22 | 1 | -1/+20 |
| | |||||
* | fix encryption to owncloud user for public link shares | Björn Schießle | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | make sure that all share keys get deleted if a file/folder gets unshared ↵ | Björn Schießle | 2013-04-19 | 1 | -12/+34 |
| | | | | from a user/group | ||||
* | some fixes to the keymanager class to identify the file owner and the owner ↵ | Björn Schießle | 2013-04-18 | 1 | -4/+7 |
| | | | | path correctly. | ||||
* | fix file sharing, sharing files works now; moved the identification of file ↵ | Björn Schießle | 2013-04-18 | 1 | -7/+10 |
| | | | | owner and the owner path in the keymanager functions so that other functions doesn't have to deal with it | ||||
* | Working on stream{} writing | Sam Tuke | 2013-04-16 | 1 | -0/+22 |
| | | | | Development snapshot | ||||
* | fix stream wrapper to make initial encryption work | Björn Schießle | 2013-04-12 | 1 | -8/+10 |
| | |||||
* | Development snapshot; | Sam Tuke | 2013-03-29 | 1 | -1/+3 |
| | | | | | | Fixed errors from Hooks::login(); Work on enable/disable recoveryAdmin for lost passwords in settings page (template, ajax, js); Work on fixing sharing files to users (still broken); | ||||
* | Merge branch 'master' into files_encryption | Sam Tuke | 2013-03-28 | 1 | -463/+463 |
|\ | | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php apps/files_encryption/lib/crypt.php apps/files_encryption/lib/keymanager.php | ||||
| * | cleanup - more to come after | Thomas Müller | 2013-02-09 | 1 | -60/+43 |
| | | |||||
* | | check for dir in deleteFileKey() and delShareKey(), to always handle all ↵ | Björn Schießle | 2013-03-26 | 1 | -22/+34 |
| | | | | | | | | share keys and file keys on delete | ||||
* | | also delete share keys if a different user than the owner deletes a shared file | Björn Schießle | 2013-03-26 | 1 | -5/+1 |
| | | |||||
* | | delete share keys if file gets deleted | Björn Schießle | 2013-03-26 | 1 | -10/+17 |
| | | |||||
* | | move getUidAndFilename() tu util.php | Björn Schießle | 2013-03-26 | 1 | -19/+7 |
| | | |||||
* | | get shared keys from new location | Björn Schießle | 2013-03-26 | 1 | -5/+4 |
| | | |||||
* | | new file structure for share keys; sub-folder need to be generated each by ↵ | Björn Schießle | 2013-03-26 | 1 | -9/+32 |
| | | | | | | | | one (we don't have a recursive mkdir) |