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-01-21Replaced time() with uniqid() to make sure the file name is uniqueVincent Petry
2014-01-17add link to documentationBjoern Schiessle
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
2014-01-08[tx-robot] updated from transifexJenkins for ownCloud
2014-01-02[tx-robot] updated from transifexJenkins for ownCloud
2013-12-29[tx-robot] updated from transifexJenkins for ownCloud
2013-12-28[tx-robot] updated from transifexJenkins for ownCloud
2013-12-27[tx-robot] updated from transifexJenkins for ownCloud
2013-12-24[tx-robot] updated from transifexJenkins for ownCloud
2013-12-22[tx-robot] updated from transifexJenkins for ownCloud
2013-12-19Merge pull request #6507 from owncloud/enc_fix_getUserBjörn Schießle
2013-12-19tests addedBjoern Schiessle
2013-12-19Merge pull request #6517 from owncloud/fix_6510Björn Schießle
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 #6512 from owncloud/master-failingoracletestsVincent Petry
2013-12-19Merge pull request #6495 from owncloud/enc_fseek_fallbackBjörn Schießle
2013-12-19we can also have a path user/cache/...Bjoern Schiessle
2013-12-19Removed numRows usage from encryption appVincent Petry
2013-12-18add test for the stream wrapper to read encrypted files from the system folde...Bjoern Schiessle
2013-12-18test for isEncryptedPath()Bjoern Schiessle
2013-12-18extend the encryption stream wrapper to handle local files and add a fall bac...Bjoern Schiessle
2013-12-18implement ftell stream wrapper and fix return value from fseek stream wrapperBjoern Schiessle
2013-12-18Merge pull request #6469 from owncloud/enc_cleanupThomas Müller
2013-12-17Merge pull request #6474 from owncloud/enc_detect_encrypted_filesBjörn Schießle
2013-12-17remove unused method tail()Bjoern Schiessle
2013-12-17fall back to getLocalFile if storage doesn't support fseekBjoern Schiessle
2013-12-17reliable detect encrypted filesBjoern Schiessle
2013-12-17[tx-robot] updated from transifexJenkins for ownCloud
2013-12-17remove duplicated codeBjoern Schiessle
2013-12-16Merge pull request #6183 from owncloud/enc_testsBjörn Schießle
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-13[tx-robot] updated from transifexJenkins for ownCloud
2013-12-09[tx-robot] updated from transifexJenkins for ownCloud
2013-12-08[tx-robot] updated from transifexJenkins for ownCloud
2013-12-06Merge pull request #6220 from owncloud/debug_oracle_errorsBjörn Schießle
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-06fix typoBjoern Schiessle
2013-12-06only create new key on password change if a recovery key exists or if the use...Bjoern Schiessle
2013-12-06show change password form if key couldn't be decryptedBjoern Schiessle
2013-12-06add method to check if users private/public key existsBjoern Schiessle
2013-12-05[tx-robot] updated from transifexJenkins for ownCloud
2013-12-04enable more testsBjoern Schiessle
2013-12-04Revert "Adjust files_encryption requirements to the new core requirement (PHP...Morris Jobke
2013-12-03[tx-robot] updated from transifexJenkins for ownCloud
2013-11-29Adjust files_encryption requirements to the new core requirement (PHP 5.3.8).Andreas Fischer