summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9754 from owncloud/enc_support_aes_256Vincent Petry2014-08-137-60/+304
|\
| * update existing unit testsBjoern Schiessle2014-07-231-1/+1
| * support aes 256Bjoern Schiessle2014-07-237-60/+304
* | fix detection of system wide mount pointsBjoern Schiessle2014-08-121-8/+33
* | add logout hook to remove keys from sessionBjoern Schiessle2014-08-072-0/+9
* | make the versions and encryption app aware of the copy operationBjoern Schiessle2014-07-301-1/+3
|/
* introduce some encryption exceptions and catch additional error casesBjoern Schiessle2014-07-163-25/+69
* Kill legacy encryption migrationThomas Müller2014-07-084-187/+2
* Merge pull request #9453 from owncloud/enc_fix_wrong_file_sizeFrank Karlitschek2014-07-061-2/+2
|\
| * always take unencrypted sizeBjoern Schiessle2014-07-041-2/+2
* | add owner as parameter for delShareKeyBjoern Schiessle2014-07-041-6/+7
|/
* Merge pull request #9240 from owncloud/enc_check_if_file_existsBjörn Schießle2014-06-301-19/+45
|\
| * improved error messageBjoern Schiessle2014-06-301-7/+8
| * check if file exists before deleting keys, and add debug output for everyBjoern Schiessle2014-06-271-15/+40
* | normalize path before comparison to make sure that we always find the mount p...Bjoern Schiessle2014-06-271-1/+2
|/
* always use a \OC\Files\ViewBjoern Schiessle2014-06-252-44/+25
* always use oc filesystem for rename operationBjoern Schiessle2014-06-251-0/+24
* add unit testsBjoern Schiessle2014-06-241-1/+1
* always use '/' as directory seperatorBjoern Schiessle2014-06-241-1/+1
* remove unused codeBjoern Schiessle2014-06-181-1/+1
* Fix checking for external share in encryptionRobin Appelman2014-06-141-1/+4
* if file doesn't exist, check parent folderBjoern Schiessle2014-06-141-0/+6
* exclude mounted server-to-server shares from encryptionBjoern Schiessle2014-06-141-4/+28
* make sure to enable incognito mode when mounting a public link and update ini...Bjoern Schiessle2014-06-141-0/+2
* remove encryption keys if user unshares a fileBjoern Schiessle2014-06-061-0/+2
* adding unit tests for encryption data migrationThomas Müller2014-06-051-0/+50
* use oc_preferences instead of oc_encryption to store encyption settingsBjoern Schiessle2014-06-052-122/+18
* don't ask for fileInfo if we already have oneBjoern Schiessle2014-06-041-5/+4
* Merge pull request #8729 from owncloud/add-phpseclib-masterThomas Müller2014-06-031-1/+1
|\
| * use phpseclib from 3rdpartyThomas Müller2014-06-031-1/+1
* | 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-197-106/+106
* Fix whitespace issuesRobin McCorkell2014-05-162-2/+2
* Fix more missing or broken PHPDocRobin McCorkell2014-05-161-1/+1
* Fix PHPDoc in /appsRobin McCorkell2014-05-167-41/+39
* @returns -> @returnThomas Müller2014-05-132-11/+11
* 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-126-35/+35
* | remove legacy aka deprecated code: OC_FilesystemThomas Müller2014-05-123-5/+5
|/
* only update the values which really changedBjoern Schiessle2014-04-301-8/+6
* fix shouldEncrypt() method and improved decryptAll() unit testsBjoern Schiessle2014-04-281-1/+2
* 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 #7807 from sarciszewski/patch-1Lukas Reschke2014-04-111-2/+2
|\
| * Update crypt.phpScott Arciszewski2014-03-241-2/+2
| * Update crypt.phpScott Arciszewski2014-03-191-2/+2
* | Merge pull request #7978 from owncloud/enc_cleanupVincent Petry2014-04-021-45/+0
|\ \