Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old encryption app | Bjoern Schiessle | 2015-04-07 | 1 | -1700/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -15/+23 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -24/+16 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -16/+24 |
| | |||||
* | make sure that we always create a public share key for remote shares | Bjoern Schiessle | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | Add class attribute types in encryption Util class | Vincent Petry | 2015-01-19 | 1 | -0/+51 |
| | |||||
* | Skip stray part files during initial encryption | Vincent Petry | 2015-01-19 | 1 | -0/+4 |
| | |||||
* | adapt decrypt all and restore/delete key backups to the new folder structure ↵ | Bjoern Schiessle | 2015-01-13 | 1 | -7/+52 |
| | | | | for encryption key introduced with OC8 | ||||
* | make versions of shared files downloadable | Bjoern Schiessle | 2015-01-09 | 1 | -0/+4 |
| | |||||
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -7/+1 |
| | | | | | | | | | | | | | | Beside some small improvements and bug fixes this will probably the final state for OC8. To test this you need to set up two ownCloud instances. Let's say: URL: myPC/firstOwnCloud user: user1 URL: myPC/secondOwnCloud user: user2 Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud". The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined. If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him. | ||||
* | Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself | Joas Schilling | 2014-12-09 | 1 | -10/+10 |
| | |||||
* | Fix namespace of files_encryption classes and autoload them | Joas Schilling | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 1 | -5/+15 |
| | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container | ||||
* | upgrade to new folder structure | Bjoern Schiessle | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | change private/public key names for consistency reasons | Bjoern Schiessle | 2014-11-26 | 1 | -22/+10 |
| | |||||
* | harmonize copyright notice | Bjoern Schiessle | 2014-11-26 | 1 | -4/+5 |
| | |||||
* | new folder structure for keys | Bjoern Schiessle | 2014-11-26 | 1 | -47/+27 |
| | | | | | | all keys are now in files_encryption/key/path_to_file/filename/ share keys are named: user.shareKey file key is named: fileKey | ||||
* | Fix file upload to ext storage when recovery key is enabled | Vincent Petry | 2014-11-20 | 1 | -9/+21 |
| | | | | | | | | Fixes an issue when uploading files to external storage when recovery keys are enabled The Util class only works with real users, so instantiating it with the virtual recovery key user or public key user can cause issues. | ||||
* | listen to the post_passwordReset hook, backup the old keys and create a new ↵ | Bjoern Schiessle | 2014-11-17 | 1 | -0/+12 |
| | | | | key pair for the user | ||||
* | clean up encryption exceptions | Bjoern Schiessle | 2014-11-07 | 1 | -1/+1 |
| | |||||
* | initialisation of cipher | jknockaert | 2014-10-28 | 1 | -1/+1 |
| | |||||
* | small fix | jknockaert | 2014-10-20 | 1 | -0/+1 |
| | |||||
* | bugfixes | jknockaert | 2014-10-20 | 1 | -5/+6 |
| | |||||
* | ok; still some bugs that had to be fixed | jknockaert | 2014-10-20 | 1 | -39/+35 |
| | |||||
* | small fix | jknockaert | 2014-10-19 | 1 | -1/+2 |
| | |||||
* | rework getFileSize | jknockaert | 2014-10-19 | 1 | -28/+45 |
| | |||||
* | create backup from all keys before recovery | Bjoern Schiessle | 2014-09-19 | 1 | -0/+16 |
| | |||||
* | Merge pull request #9754 from owncloud/enc_support_aes_256 | Vincent Petry | 2014-08-13 | 1 | -7/+38 |
|\ | | | | | [encryption] support aes 256 | ||||
| * | support aes 256 | Bjoern Schiessle | 2014-07-23 | 1 | -7/+38 |
| | | |||||
* | | fix detection of system wide mount points | Bjoern Schiessle | 2014-08-12 | 1 | -8/+33 |
|/ | |||||
* | introduce some encryption exceptions and catch additional error cases | Bjoern Schiessle | 2014-07-16 | 1 | -9/+16 |
| | |||||
* | Kill legacy encryption migration | Thomas Müller | 2014-07-08 | 1 | -50/+2 |
| | |||||
* | normalize path before comparison to make sure that we always find the mount ↵ | Bjoern Schiessle | 2014-06-27 | 1 | -1/+2 |
| | | | | point | ||||
* | use oc_preferences instead of oc_encryption to store encyption settings | Bjoern Schiessle | 2014-06-05 | 1 | -122/+17 |
| | |||||
* | Merge pull request #8676 from owncloud/encryption_improvements | Morris Jobke | 2014-06-02 | 1 | -124/+79 |
|\ | | | | | cleanup encryption code, improved return codes | ||||
| * | ceanup encryption code, improved return codes | Bjoern Schiessle | 2014-06-02 | 1 | -124/+79 |
| | | |||||
* | | get mount point from mount manager | Bjoern Schiessle | 2014-05-28 | 1 | -2/+3 |
|/ | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -33/+33 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -6/+5 |
| | |||||
* | Merge pull request #8398 from owncloud/enc_backup_keys | Björn Schießle | 2014-05-13 | 1 | -2/+2 |
|\ | | | | | backup the encryption key after the encryption was disabled | ||||
| * | backup the encryption key after the encryption was disabled so that the user | Bjoern Schiessle | 2014-05-13 | 1 | -2/+2 |
| | | | | | | | | can restore them if needed | ||||
* | | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -4/+4 |
| | | |||||
* | | remove legacy aka deprecated code: OC_Filesystem | Thomas Müller | 2014-05-12 | 1 | -1/+1 |
|/ | |||||
* | some fixes to make the gallery work, this made it necessary to adjust some ↵ | Bjoern Schiessle | 2014-04-23 | 1 | -95/+6 |
| | | | | tests and the encryption code | ||||
* | fix encryption tests after the removal of the shared folder | Bjoern Schiessle | 2014-04-23 | 1 | -3/+2 |
| | |||||
* | Merge pull request #7977 from owncloud/fix_enc_if_sharing_is_disabled | Morris Jobke | 2014-04-02 | 1 | -9/+7 |
|\ | | | | | always encrypt files to owner | ||||
| * | always encrypt files to owner | Bjoern Schiessle | 2014-03-31 | 1 | -9/+7 |
| | | |||||
* | | move check if a file should be encrypted to the pre hook | Bjoern Schiessle | 2014-03-31 | 1 | -15/+18 |
|/ | |||||
* | don't create files folder, let ownCloud core handle it | Bjoern Schiessle | 2014-03-05 | 1 | -1/+0 |
| | |||||
* | close encryption session after decryption was finished | Bjoern Schiessle | 2014-02-26 | 1 | -0/+8 |
| |