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 (Collapse)Author
2014-02-17don't block login forever if we are stuck in the middle of the initial ↵Bjoern Schiessle
encryption
2014-02-17catch errors during decryptionBjoern Schiessle
Conflicts: apps/files_encryption/tests/util.php
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
The cache isn't cleared properly because unlink() doesn't remove the cache entry which caused side-effects when reusing the same file name (which randomly happens when time() returns the same value) This fix first makes sure the unit tests don't fail any more. The unlink() case with the cache will be investigated separately. Backport of f09c19c to stable6
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
[stable6] Trying to fix failing encryption tests on Oracle
2013-12-19Removed numRows usage from encryption appVincent Petry
numRows on Oracle always seem to return 0. This fix removes numRows usage from the encryption and sharing app. This fixes unit tests and potentially the encryption app itself (migration status) when running on Oracle
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
a file outside of /data/user/files was deleted
2013-12-16call set password hook because it doesn't get triggered during test ↵Bjoern Schiessle
execution and fix paths
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 ↵Bjoern Schiessle
gets re-calculated if encryption was enabled again
2013-12-05fix typoBjoern Schiessle
2013-12-05only create new key on password change if a recovery key exists or if the ↵Bjoern Schiessle
user don't have any private/public keys
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 ↵Morris Jobke
(PHP 5.3.8)." This reverts commit efbf18652c6eef42e2ca2fda3572d74d2be022dd.
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
fix path reconstruction for reshares
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 ↵Bjoern Schiessle
we no longer need the extra parameter
2013-11-27Merge branch 'master' into encryption_enable_public_uploadBjoern Schiessle
Conflicts: apps/files_encryption/lib/helper.php apps/files_encryption/lib/keymanager.php apps/files_encryption/lib/stream.php apps/files_encryption/lib/util.php apps/files_encryption/tests/keymanager.php
2013-11-27Merge pull request #5976 from owncloud/encryption_work_with_public_galleryThomas Müller
Encryption work with public gallery
2013-11-27typo fixedBjoern Schiessle