summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to use latest phpunit - fixes #16669Thomas Müller2015-06-011-3/+8
* Disabled assert known to failVincent Petry2014-10-161-0/+3
* Remove FileInfo instance checkVincent Petry2014-10-151-1/+0
* Removed broken/unneeded fixFileSizeVincent Petry2014-10-151-2/+0
* Fix share key finding algorithm in various casesVincent Petry2014-10-159-107/+388
* add unit test for rename and copy operationBjoern Schiessle2014-10-141-0/+52
* make the versions and encryption app aware of the copy operationBjoern Schiessle2014-10-142-11/+40
* force loading of encryption appLukas Reschke2014-10-131-0/+3
* Reenable file proxy when renaming between mount pointsVincent Petry2014-09-231-1/+2
* first check if a private key exists, if not it is always a recovery szenarioBjoern Schiessle2014-09-231-6/+9
* create backup from all keys before recoveryBjoern Schiessle2014-09-223-0/+97
* add unit testsBjoern Schiessle2014-08-121-1/+48
* fix detection of system wide mount pointsBjoern Schiessle2014-08-121-9/+34
* clearify the use-case of this appLukas Reschke2014-08-091-1/+1
* make sure that we don't connect hooks multiple timesBjoern Schiessle2014-07-181-1/+1
* check that the file proxies are enabled after each testBjoern Schiessle2014-07-181-4/+5
* update keys recursively if a folder was movedBjoern Schiessle2014-07-183-25/+92
* Merge pull request #9250 from owncloud/enc_check_if_file_exists_oc6Björn Schießle2014-07-012-38/+237
|\
| * improved error messageBjoern Schiessle2014-06-301-7/+8
| * unit testsBjoern Schiessle2014-06-271-19/+192
| * 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
|/
* Merge pull request #9173 from owncloud/enc_always_use_oc_filesview_oc6Björn Schießle2014-06-265-70/+89
|\
| * always use a \OC\Files\ViewBjoern Schiessle2014-06-234-64/+58
| * always use oc filesystem for rename operationBjoern Schiessle2014-06-232-10/+35
* | always use '/' as dir seperatorBjoern Schiessle2014-06-241-1/+1
|/
* fix rename of encryption keysBjoern Schiessle2014-06-112-8/+9
* fix failing unit testThomas Müller2014-06-061-5/+2
* Continued flock work.ringmaster2014-06-054-13/+24
* don't expect depreciated OC_FilesystemViewBjoern Schiessle2014-05-231-2/+2
* only start migration if the encryption was initialized; allow to overwrite ke...Bjoern Schiessle2014-05-212-3/+49
* always encrypt files to ownerBjoern Schiessle2014-05-052-10/+9
* don't write file if opening a stream to encrypt the data failsBjoern Schiessle2014-03-281-0/+2
* Fixed warning when browsing Shared folderVincent Petry2014-03-211-1/+1
* Return unencrypted_size of folder when queriedVincent Petry2014-03-212-0/+27
* don't create files folder, let ownCloud core handle itBjoern Schiessle2014-03-051-1/+0
* Merge pull request #7464 from owncloud/enc_fseek_fallback_stable6Vincent Petry2014-03-045-10/+159
|\
| * add test for the stream wrapper to read encrypted files from the system folde...Bjoern Schiessle2014-02-271-0/+39
| * test for isEncryptedPath()Bjoern Schiessle2014-02-271-0/+35
| * extend the encryption stream wrapper to handle local files and add a fall bac...Bjoern Schiessle2014-02-273-8/+60
| * implement ftell stream wrapper and fix return value from fseek stream wrapperBjoern Schiessle2014-02-271-1/+12
| * fall back to getLocalFile if storage doesn't support fseekBjoern Schiessle2014-02-271-2/+14
* | remember original fopen access type in pre-proxy because sometimes they changeBjoern Schiessle2014-02-282-6/+28
* | Merge pull request #7468 from owncloud/stable6-enc-fixfieldnametypoVincent Petry2014-02-271-1/+1
|\ \ | |/ |/|
| * Fixed wrong field nameVincent Petry2014-02-271-1/+1
* | close encryption session after decryption was finishedBjoern Schiessle2014-02-272-0/+16
|/
* add test case if a file gets moved out from the shared folderBjoern Schiessle2014-02-252-1/+129
* don't overwrite keys if rename was done by a stream copyBjoern Schiessle2014-02-251-4/+13
* don't block login forever if we are stuck in the middle of the initial encryp...Bjoern Schiessle2014-02-175-10/+24
* catch errors during decryptionBjoern Schiessle2014-02-172-16/+105