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 initial encryptionBjoern Schiessle
2014-02-10refuse login as long as the initial encryption is runningBjoern Schiessle
2014-02-05move unlink proxy to a hook which handles pre and post conditionsBjoern 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-05only create new key on password change if a recovery key exists or if the use...Bjoern Schiessle
2013-11-28fix path reconstruction for resharesBjoern Schiessle
2013-10-29backport of https://github.com/owncloud/core/pull/5513Bjoern Schiessle
2013-10-22remove debug outputBjoern Schiessle
2013-10-22set the init status to "NOT_INITIALIZED" if the encryption app gets enabledBjoern Schiessle
2013-10-09only encrypt file to users with encryption keysBjoern Schiessle
2013-09-23Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle
2013-09-17performance improvement, check configuration only if no private key existsBjoern Schiessle
2013-09-16Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle
2013-09-06no longer enforce log out, but provide useful errors/warnings insteadBjoern Schiessle
2013-09-03make sure that initial encryption also starts for a fresh installationBjoern Schiessle
2013-09-02Don't cache the pkey, skip generation if the keyfile existsringmaster
2013-09-02encryption error messages, distinguish between a re-enabled encryption app an...Bjoern Schiessle
2013-08-30improved error messaging, initial commitBjoern Schiessle
2013-08-17Merge branch 'master' into decrypt_files_againBjoern Schiessle
2013-08-17Merge pull request #4352 from owncloud/encryption_clean_upBjörn Schießle
2013-08-09remove old comments, TODos, etc.Bjoern Schiessle
2013-08-08improved error message to refect openSSL PHP extension and stock openSSL conf...Bjoern Schiessle
2013-08-08catch broken server config and disable encryption app.Bjoern Schiessle
2013-08-01fix test and make warning translatableBjoern Schiessle
2013-08-01cancel sharing if some users doesn't have a working encryption set-up.Bjoern Schiessle
2013-07-29working decrypt files methodBjoern Schiessle
2013-07-05added helper function to escape glob patternBjörn Schießle
2013-07-05only escape glob patternBjörn Schießle
2013-07-05handle rename correctly for system wide mountsBjörn Schießle
2013-07-04Merge pull request #3899 from owncloud/encryption_check_php_versionVicDeo
2013-07-04more verbose error messageBjörn Schießle
2013-07-02improved error messageBjörn Schießle
2013-07-01fix error stringBjörn Schießle
2013-07-01check php version, the encryption app needs php >= 5.3.3Björn Schießle
2013-06-27introduce pre-disable-app hook and use it for the encryption app to reset mig...Björn Schießle
2013-06-21Squashed commit of the following:Björn Schießle
2013-06-13Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle
2013-06-13Merge branch 'master' into files_encryption_upgrade_fixBjörn Schießle
2013-06-12Merge branch 'master' into files_encryption_upgrade_fixBjörn Schießle
2013-06-12use number of manipulated rows as idicator if it was possible to enter the mi...Björn Schießle
2013-06-11make sure that only one process can enter the migration modeBjörn Schießle
2013-06-10Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle
2013-06-06use pre_setPassword hook to update the encryption keys if the back-end doesn'...Björn Schießle
2013-06-03reformat codeFlorin Peter
2013-06-03$session->setPrivateKey expects only one parameterBjörn Schießle
2013-06-03introduce decryptPrivateKey() method which also checks if the result is a val...Björn Schießle
2013-05-31Merge branch 'master' into files_encryption_upgrade_fixFlorin Peter
2013-05-31allow the user to login but do not allow upload and show error message on the...Florin Peter