Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed re-share problems | Florin Peter | 2013-05-04 | 1 | -0/+19 | |
| | ||||||
* | Fixed recoveryadmin settings in user and admin settings pages (js, ↵ | Sam Tuke | 2013-05-01 | 1 | -27/+52 | |
| | | | | | | | | 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 | |||||
* | fixed re-share problems | Florin Peter | 2013-05-01 | 1 | -4/+11 | |
| | ||||||
* | fixed tests, now tests should work via autotest.sh | Florin Peter | 2013-04-30 | 1 | -1/+6 | |
| | | | | files_encryption app is now enabled in enable_all.php | |||||
* | improved file size | Florin Peter | 2013-04-27 | 1 | -17/+42 | |
| | ||||||
* | check if file exists before fixing file size | Florin Peter | 2013-04-27 | 1 | -1/+1 | |
| | ||||||
* | improved file size | Florin Peter | 2013-04-27 | 1 | -5/+65 | |
| | | | | created new method fixFileSize in Util so it can be used with files_trashbin | |||||
* | webdav fix for file chunking | Florin Peter | 2013-04-25 | 1 | -1/+1 | |
| | | | | | upload with big files should now work @samtuke and @schiesbn we need a solution for the cache files created by webdav | |||||
* | Development snapshot | Sam Tuke | 2013-04-23 | 1 | -24/+26 | |
| | | | | working on stream handling (large files) in Util->encryptAll() | |||||
* | Stream writing improved: working with dolphin + kate, gedit & nautilus give ↵ | Sam Tuke | 2013-04-23 | 1 | -1/+1 | |
| | | | | | | errors, suspect those issues are clientside .part file paths fixed in stream{} | |||||
* | Updated buglist | Sam Tuke | 2013-04-23 | 1 | -4/+0 | |
| | ||||||
* | Merge branch 'files_encryption' of https://github.com/owncloud/core into ↵ | Florin Peter | 2013-04-22 | 1 | -10/+5 | |
|\ | | | | | | | files_encryption | |||||
| * | fix encryption to owncloud user for public link shares | Björn Schießle | 2013-04-22 | 1 | -1/+1 | |
| | | ||||||
| * | fix comment, remove unused variable | Björn Schießle | 2013-04-22 | 1 | -7/+2 | |
| | | ||||||
| * | removed some leftover code; use already existing var for path to users file ↵ | Björn Schießle | 2013-04-22 | 1 | -2/+2 | |
| | | | | | | | | folder | |||||
* | | fix wrong file path in util | Florin Peter | 2013-04-22 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'files_encryption' of https://github.com/owncloud/core into ↵ | Florin Peter | 2013-04-22 | 1 | -51/+0 | |
|\| | | | | | | | files_encryption | |||||
| * | remove util::getPaths(), this function was broken and is replaced my ↵ | Björn Schießle | 2013-04-22 | 1 | -51/+0 | |
| | | | | | | | | util::getAllFiles(). When unsharing a folder only remove the share key for sub files if the user really no longer have access to the file. Can happen that a sub-file/-folder is shared to a group the user is a member of or explicitly once more to the same user | |||||
* | | improved handling for getSharingUsersArray | Florin Peter | 2013-04-22 | 1 | -2/+7 | |
|/ | ||||||
* | fix sharing of folders. First we need to collect all files. Than we need to ↵ | Björn Schießle | 2013-04-22 | 1 | -0/+20 | |
| | | | | find all users with access to the file because this can vary from file to file and than we can encrypt it for all recipients | |||||
* | getUsersSharingFile() no longer needed, use getSharingUsersArray() instead; ↵ | Björn Schießle | 2013-04-18 | 1 | -27/+3 | |
| | | | | fix filterShareReadyUsers() to return the correct results | |||||
* | necessary changes in util.php after the changes in ↵ | Björn Schießle | 2013-04-18 | 1 | -3/+6 | |
| | | | | \OCP\Share::getUsersSharingFile() (fe58e4b1a6a0f3b63afe74690986493facdad2c4) | |||||
* | rename $shareFilePath to $path to avoid confusions, it is not about paths to ↵ | Björn Schießle | 2013-04-18 | 1 | -8/+8 | |
| | | | | share files but about general path to files stored in ownCloud | |||||
* | return filename relative to users file dir and not relative to data dir | Björn Schießle | 2013-04-18 | 1 | -1/+1 | |
| | ||||||
* | Development snapshot | Sam Tuke | 2013-04-17 | 1 | -0/+3 | |
| | | | | Working on stream{} write | |||||
* | Working on stream{} writing | Sam Tuke | 2013-04-16 | 1 | -0/+39 | |
| | | | | Development snapshot | |||||
* | Fixed proxy class handing of read / write files | Sam Tuke | 2013-04-16 | 1 | -14/+56 | |
| | | | | Various work on other classes | |||||
* | fix some more paths | Björn Schießle | 2013-04-12 | 1 | -9/+12 | |
| | ||||||
* | fix some confusion about paths relative to the files dir and to the data dir | Björn Schießle | 2013-04-12 | 1 | -1/+1 | |
| | ||||||
* | fix stream wrapper to make initial encryption work | Björn Schießle | 2013-04-12 | 1 | -4/+7 | |
| | ||||||
* | add $view as parameter for getFileKey() call | Björn Schießle | 2013-04-10 | 1 | -1/+1 | |
| | ||||||
* | Development snapshot; | Sam Tuke | 2013-03-29 | 1 | -9/+47 | |
| | | | | | | 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); | |||||
* | move getUidAndFilename() tu util.php | Björn Schießle | 2013-03-26 | 1 | -0/+17 | |
| | ||||||
* | Added method for setting user keyfile recovery preference | Sam Tuke | 2013-03-20 | 1 | -10/+68 | |
| | | | | | | | | Fixed method for checking if keyfile recovery is enabled for a user Added unit test for above 2 methods Made proxy{} always use sharing Made proxy{} work regardless of sharing API enabled or not Implemented proxy-based sharing to admin if user keyfile recovery is enabled | |||||
* | Improved folder creation code | Sam Tuke | 2013-03-19 | 1 | -37/+31 | |
| | | | | | | Created stub method for checking user pwd recovery preference from db Added pwd recovery column to db Added comments | |||||
* | Fixed stream wrapper bugs | Sam Tuke | 2013-03-09 | 1 | -13/+65 | |
| | | | | | Switched encryptAll() to use stream-based instead of file-at-a-time encryption Development snapshot | |||||
* | Added notes where to reuse old keys instead of generating new ones | Sam Tuke | 2013-02-27 | 1 | -0/+1 | |
| | ||||||
* | Made proxy class reuse existing keyfiles not gen new ones; | Sam Tuke | 2013-02-27 | 1 | -17/+33 | |
| | | | | Added notes about reusing shareKeys | |||||
* | Deleting encrypted files with missing keyfiles/shareKeys now succeeds | Sam Tuke | 2013-02-27 | 1 | -3/+0 | |
| | ||||||
* | Started work on post unshare hook | Sam Tuke | 2013-02-26 | 1 | -1/+2 | |
| | | | | Development snapshot | |||||
* | Shared encrypted files now readable by both sharer and sharee | Sam Tuke | 2013-02-26 | 1 | -11/+26 | |
| | ||||||
* | Development snapshot | Sam Tuke | 2013-02-20 | 1 | -8/+161 | |
| | | | | | Added comments Added methods | |||||
* | Moved dependencies out of Crypt methods (encKeyfileToMultipleUsers)(DI) | Sam Tuke | 2013-02-19 | 1 | -0/+41 | |
| | | | | | | | Fixed bug preventing sharing with users other than 'ownCloud' Added comments Moved functionality into filterShareReadyUsers() Other changes | |||||
* | also find users with access to the file if a folder above the actual file ↵ | Björn Schießle | 2013-02-12 | 1 | -0/+14 | |
| | | | | was already shared | |||||
* | Fixed bug causing encrypted files to be doubly encrypted at login | Sam Tuke | 2013-02-06 | 1 | -8/+6 | |
| | | | | Added comments and docblocks | |||||
* | Removed debugging output | Sam Tuke | 2013-02-05 | 1 | -6/+0 | |
| | ||||||
* | Cleaned up path formatting with new method stripUserFilesPath() | Sam Tuke | 2013-02-05 | 1 | -11/+18 | |
| | ||||||
* | Recryption of legacy encrypted files now working on login | Sam Tuke | 2013-02-05 | 1 | -6/+12 | |
| | ||||||
* | Added debugging output relating to recrypting legacy files | Sam Tuke | 2013-02-01 | 1 | -2/+9 | |
| | ||||||
* | Improved support for detecting and recrypting legacy files. Bugs remain. | Sam Tuke | 2013-01-31 | 1 | -7/+28 | |
| |