Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-16Disabled assert known to failVincent Petry
2014-10-15Remove FileInfo instance checkVincent Petry
2014-10-15Removed broken/unneeded fixFileSizeVincent Petry
2014-10-15Fix share key finding algorithm in various casesVincent Petry
2014-10-14add unit test for rename and copy operationBjoern Schiessle
2014-10-14make the versions and encryption app aware of the copy operationBjoern Schiessle
2014-10-13force loading of encryption appLukas Reschke
2014-09-23Reenable file proxy when renaming between mount pointsVincent Petry
2014-09-23first check if a private key exists, if not it is always a recovery szenarioBjoern Schiessle
2014-09-22create backup from all keys before recoveryBjoern Schiessle
2014-08-12add unit testsBjoern Schiessle
2014-08-12fix detection of system wide mount pointsBjoern Schiessle
2014-08-10clearify the use-case of this appLukas Reschke
2014-07-18make sure that we don't connect hooks multiple timesBjoern Schiessle
2014-07-18check that the file proxies are enabled after each testBjoern Schiessle
2014-07-18update keys recursively if a folder was movedBjoern Schiessle
2014-07-01Merge pull request #9250 from owncloud/enc_check_if_file_exists_oc6Björn Schießle
2014-06-30improved error messageBjoern Schiessle
2014-06-28unit testsBjoern Schiessle
2014-06-28check if file exists before deleting keys, and add debug output for everyBjoern Schiessle
2014-06-27normalize path before comparison to make sure that we always find the mount p...Bjoern Schiessle
2014-06-26Merge pull request #9173 from owncloud/enc_always_use_oc_filesview_oc6Björn Schießle
2014-06-24always use '/' as dir seperatorBjoern Schiessle
2014-06-24always use a \OC\Files\ViewBjoern Schiessle
2014-06-23always use oc filesystem for rename operationBjoern Schiessle
2014-06-11fix rename of encryption keysBjoern Schiessle
2014-06-06fix failing unit testThomas Müller
2014-06-05Continued flock work.ringmaster
2014-05-23don't expect depreciated OC_FilesystemViewBjoern Schiessle
2014-05-21only start migration if the encryption was initialized; allow to overwrite ke...Bjoern Schiessle
2014-05-05always encrypt files to ownerBjoern Schiessle
2014-03-28don't write file if opening a stream to encrypt the data failsBjoern Schiessle
2014-03-21Fixed warning when browsing Shared folderVincent Petry
2014-03-21Return unencrypted_size of folder when queriedVincent Petry
2014-03-05don't create files folder, let ownCloud core handle itBjoern Schiessle
2014-03-04Merge pull request #7464 from owncloud/enc_fseek_fallback_stable6Vincent Petry
2014-02-28remember original fopen access type in pre-proxy because sometimes they changeBjoern Schiessle
2014-02-28Merge pull request #7468 from owncloud/stable6-enc-fixfieldnametypoVincent Petry
2014-02-27Fixed wrong field nameVincent Petry
2014-02-27add test for the stream wrapper to read encrypted files from the system folde...Bjoern Schiessle
2014-02-27test for isEncryptedPath()Bjoern Schiessle
2014-02-27extend the encryption stream wrapper to handle local files and add a fall bac...Bjoern Schiessle
2014-02-27implement ftell stream wrapper and fix return value from fseek stream wrapperBjoern Schiessle
2014-02-27fall back to getLocalFile if storage doesn't support fseekBjoern Schiessle
2014-02-27close encryption session after decryption was finishedBjoern Schiessle
2014-02-25add test case if a file gets moved out from the shared folderBjoern Schiessle
2014-02-25don't overwrite keys if rename was done by a stream copyBjoern Schiessle
2014-02-17don't block login forever if we are stuck in the middle of the initial encryp...Bjoern Schiessle
2014-02-17catch errors during decryptionBjoern Schiessle
2014-02-17catch errors during initial encryptionBjoern Schiessle