aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/util.php
Commit message (Expand)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
* 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
* 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
* 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
* 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
* Fix file upload to ext storage when recovery key is enabledVincent Petry2014-11-201-9/+21
* listen to the post_passwordReset hook, backup the old keys and create a new k...Bjoern Schiessle2014-11-171-0/+12
* 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
|\
| * 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 p...Bjoern Schiessle2014-06-271-1/+2
* 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
|\
| * 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
* 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 so that the userBjoern Schiessle2014-05-131-2/+2
* | 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 te...Bjoern Schiessle2014-04-231-95/+6
* 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 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