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-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
2014-02-10refuse login as long as the initial encryption is runningBjoern Schiessle
2014-02-07name users after testBjoern Schiessle
2014-02-05add function to extract filename from sharekey name + testsBjoern Schiessle
2014-02-05added tests for the delete hooks if the trash bin is disabledBjoern Schiessle
2014-02-05don't expect OC_FilesystemView, this is depreciatedBjoern Schiessle
2014-02-05better error detection and don't use glob()Bjoern Schiessle
2014-02-05move unlink proxy to a hook which handles pre and post conditionsBjoern Schiessle
2014-01-27only update file cache with the unenecrypted size when the file was writtenBjoern Schiessle
2014-01-24add link to documentationBjoern Schiessle
2014-01-23fix infinite loop if folder and subfolder has the same nameBjoern Schiessle
2014-01-21Replaced time() with uniqid() to make sure the file name is uniqueVincent Petry
2014-01-17updated description of the files encryption appBjoern Schiessle
2014-01-15don't try to encrypt/decrypt cache chunks or files in the trash binBjoern Schiessle
2013-12-19tests addedBjoern Schiessle
2013-12-19we can also have a path user/cache/...Bjoern Schiessle
2013-12-19check if the old owner and the old path is availableBjoern Schiessle
2013-12-19fix rename of shared filesBjoern Schiessle
2013-12-19Merge pull request #6498 from owncloud/stable6-oracleencryptiontestfixVincent Petry
2013-12-19Removed numRows usage from encryption appVincent Petry
2013-12-17reliable detect encrypted filesBjoern Schiessle
2013-12-16update file cache for target fileBjoern Schiessle
2013-12-16only remove encryption keys if a real file gets deleted, skip this method if ...Bjoern Schiessle
2013-12-16call set password hook because it doesn't get triggered during test execution...Bjoern Schiessle
2013-12-16enable more testsBjoern Schiessle
2013-12-14Removed comments in database schema of encryption appVincent Petry
2013-12-06Don't try to encrypt a file when the temp file isn't createdBart Visscher
2013-12-06set unencrypted_size to 0 after decryption... so that the unencrypted_size ge...Bjoern Schiessle
2013-12-05fix typoBjoern Schiessle
2013-12-05only create new key on password change if a recovery key exists or if the use...Bjoern Schiessle
2013-12-05show change password form if key couldn't be decryptedBjoern Schiessle
2013-12-05add method to check if users private/public key existsBjoern Schiessle
2013-12-04Revert "Adjust files_encryption requirements to the new core requirement (PHP...Morris Jobke
2013-11-29Adjust files_encryption requirements to the new core requirement (PHP 5.3.8).Andreas Fischer
2013-11-29[tx-robot] updated from transifexJenkins for ownCloud
2013-11-28loginname is not necessarily usernameArthur Schiwon
2013-11-28Merge pull request #6094 from owncloud/enc_fix_resharesVincent Petry
2013-11-28fix path reconstruction for resharesBjoern Schiessle
2013-11-28improve encryption messageMorris Jobke
2013-11-28some small js fixesBjoern Schiessle
2013-11-28add spinner to the template so that it can be loaded in timeBjoern Schiessle
2013-11-28switch to large spinnerBjoern Schiessle
2013-11-27switch from "name" attribute to "id"Bjoern Schiessle
2013-11-27Merge branch 'master' into encryption_initial_enc_indicatorBjoern Schiessle
2013-11-27with the latest changes in master $this-userID is always the correct ID, so w...Bjoern Schiessle
2013-11-27Merge branch 'master' into encryption_enable_public_uploadBjoern Schiessle
2013-11-27Merge pull request #5976 from owncloud/encryption_work_with_public_galleryThomas Müller
2013-11-27typo fixedBjoern Schiessle