aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/util.php
Commit message (Collapse)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-071-1700/+0
|
* Update license headersJenkins for ownCloud2015-03-261-15/+23
|
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+16
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-16/+24
|
* make sure that we always create a public share key for remote sharesBjoern Schiessle2015-01-291-1/+1
|
* Add class attribute types in encryption Util classVincent Petry2015-01-191-0/+51
|
* Skip stray part files during initial encryptionVincent Petry2015-01-191-0/+4
|
* adapt decrypt all and restore/delete key backups to the new folder structure ↵Bjoern Schiessle2015-01-131-7/+52
| | | | for encryption key introduced with OC8
* make versions of shared files downloadableBjoern Schiessle2015-01-091-0/+4
|
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-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 itselfJoas Schilling2014-12-091-10/+10
|
* Fix namespace of files_encryption classes and autoload themJoas Schilling2014-12-091-1/+1
|
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-5/+15
| | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
* upgrade to new folder structureBjoern Schiessle2014-12-021-1/+1
|
* change private/public key names for consistency reasonsBjoern Schiessle2014-11-261-22/+10
|
* harmonize copyright noticeBjoern Schiessle2014-11-261-4/+5
|
* new folder structure for keysBjoern Schiessle2014-11-261-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 enabledVincent Petry2014-11-201-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 Schiessle2014-11-171-0/+12
| | | | key pair for the user
* clean up encryption exceptionsBjoern Schiessle2014-11-071-1/+1
|
* initialisation of cipherjknockaert2014-10-281-1/+1
|
* small fixjknockaert2014-10-201-0/+1
|
* bugfixesjknockaert2014-10-201-5/+6
|
* ok; still some bugs that had to be fixedjknockaert2014-10-201-39/+35
|
* small fixjknockaert2014-10-191-1/+2
|
* rework getFileSizejknockaert2014-10-191-28/+45
|
* create backup from all keys before recoveryBjoern Schiessle2014-09-191-0/+16
|
* Merge pull request #9754 from owncloud/enc_support_aes_256Vincent Petry2014-08-131-7/+38
|\ | | | | [encryption] support aes 256
| * support aes 256Bjoern Schiessle2014-07-231-7/+38
| |
* | fix detection of system wide mount pointsBjoern Schiessle2014-08-121-8/+33
|/
* introduce some encryption exceptions and catch additional error casesBjoern Schiessle2014-07-161-9/+16
|
* Kill legacy encryption migrationThomas Müller2014-07-081-50/+2
|
* normalize path before comparison to make sure that we always find the mount ↵Bjoern Schiessle2014-06-271-1/+2
| | | | point
* use oc_preferences instead of oc_encryption to store encyption settingsBjoern Schiessle2014-06-051-122/+17
|
* Merge pull request #8676 from owncloud/encryption_improvementsMorris Jobke2014-06-021-124/+79
|\ | | | | cleanup encryption code, improved return codes
| * ceanup encryption code, improved return codesBjoern Schiessle2014-06-021-124/+79
| |
* | get mount point from mount managerBjoern Schiessle2014-05-281-2/+3
|/
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-33/+33
| | | | * test case added to avoid adding them later
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-6/+5
|
* Merge pull request #8398 from owncloud/enc_backup_keysBjörn Schießle2014-05-131-2/+2
|\ | | | | backup the encryption key after the encryption was disabled
| * backup the encryption key after the encryption was disabled so that the userBjoern Schiessle2014-05-131-2/+2
| | | | | | | | can restore them if needed
* | remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-4/+4
| |
* | remove legacy aka deprecated code: OC_FilesystemThomas Müller2014-05-121-1/+1
|/
* some fixes to make the gallery work, this made it necessary to adjust some ↵Bjoern Schiessle2014-04-231-95/+6
| | | | tests and the encryption code
* fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-231-3/+2
|
* Merge pull request #7977 from owncloud/fix_enc_if_sharing_is_disabledMorris Jobke2014-04-021-9/+7
|\ | | | | always encrypt files to owner
| * always encrypt files to ownerBjoern Schiessle2014-03-311-9/+7
| |
* | move check if a file should be encrypted to the pre hookBjoern Schiessle2014-03-311-15/+18
|/
* don't create files folder, let ownCloud core handle itBjoern Schiessle2014-03-051-1/+0
|
* close encryption session after decryption was finishedBjoern Schiessle2014-02-261-0/+8
|