aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/util.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-181-36/+67
|\
| * Merge pull request #7190 from owncloud/appconfig-legacy-appsThomas Müller2014-02-181-4/+8
| |\
| | * Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-4/+8
| * | catch errors during decryptionBjoern Schiessle2014-02-171-14/+26
| * | catch errors during initial encryptionBjoern Schiessle2014-02-171-18/+33
| |/
* / polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-2/+3
|/
* don't expect OC_FilesystemView, this is depreciatedBjoern Schiessle2014-01-311-1/+1
* fix infinite loop if folder and subfolder has the same nameBjoern Schiessle2014-01-221-39/+13
* Merge pull request #6512 from owncloud/master-failingoracletestsVincent Petry2013-12-191-29/+17
|\
| * Removed numRows usage from encryption appVincent Petry2013-12-191-29/+17