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
2013-11-15Merge pull request #5833 from owncloud/encryption_fixesBjörn Schießle
2013-11-14instead of writing etmp files we write the dummy file to data/user/cache to a...Bjoern Schiessle
2013-11-13Merge branch 'master' into encryption_fixesBjoern Schiessle
2013-11-13Merge pull request #5447 from owncloud/fixing-5117-masterVincent Petry
2013-11-12fixPartialFilePath() is now stripPartialFileExtension()Bjoern Schiessle
2013-11-12rename fixPartialFilePath() to stripPartialFileExtension(), this name describ...Bjoern Schiessle
2013-11-12only update file cache if the file is already indexed to avoid that we create...Bjoern Schiessle
2013-11-12make sure that we keep the correct timestamp and etag after encryoption/decry...Bjoern Schiessle
2013-11-12fixing tests for the new part file handlingBjoern Schiessle
2013-11-11let encryption app detect transfer id in path and handle it correctlyBjoern Schiessle
2013-10-25Fixed encryption migration when entry is missing in DBVincent Petry
2013-10-23files_encryption: Fix getFileSize()Markus Goetz
2013-10-22set the init status to "NOT_INITIALIZED" if the encryption app gets enabledBjoern Schiessle
2013-10-16Merge pull request #5329 from owncloud/enc_fix_unencrypted_sizeBjörn Schießle
2013-10-16revert last changesBjoern Schiessle
2013-10-15added another test, if unencrypted size and encrypted size are equal we can a...Bjoern Schiessle
2013-10-14check if we are writing to user/files, otherwise skip encryptionBjoern Schiessle
2013-10-14fix array keyBjoern Schiessle
2013-10-14try to fix unencrypted file size if it doesn't look plausibleBjoern Schiessle
2013-10-11block file access if share keys are missingBjoern Schiessle
2013-10-10don't cache if the encryption is enabled, this can lead to problems during un...Bjoern Schiessle
2013-10-09only encrypt file to users with encryption keysBjoern Schiessle
2013-10-04Merge pull request #4877 from owncloud/ocs_share_apiBjörn Schießle
2013-09-30Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle
2013-09-26check if encryption app is enabled before trying to calculate file sizeBjoern Schiessle
2013-09-25fix check if app is enabledBjoern Schiessle
2013-09-25check if key exists before reading itBjoern Schiessle
2013-09-23Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle
2013-09-18Merge pull request #4708 from owncloud/encryption_fixesBjörn Schießle
2013-09-16Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle
2013-09-13Merge pull request #4719 from owncloud/port_4701_masterThomas Müller
2013-09-06coding style fixesBjoern Schiessle
2013-09-06fix part file handling and real size calculation, this should also solve #4581Bjoern Schiessle
2013-09-06check shares for the real file and not for the .part fileBjoern Schiessle
2013-09-06first check if a extension exists before comparing itBjoern Schiessle
2013-09-06handle part files correctlyBjoern Schiessle
2013-09-06remove test codeBjoern Schiessle
2013-09-06no longer enforce log out, but provide useful errors/warnings insteadBjoern Schiessle
2013-09-05more is_resource checks before readdirArthur Schiwon
2013-09-03make sure that initial encryption also starts for a fresh installationBjoern Schiessle
2013-09-02This function doesn't cache anymore. Adjusted PHPDoc to suit.ringmaster
2013-09-02Don't cache the pkey, skip generation if the keyfile existsringmaster
2013-09-02Employ config option for OpenSSL config file, if provided.Owen Winkler
2013-09-02Start a branch for easier OpenSSL configuration.Owen Winkler
2013-09-02improved documentation of the methodsBjoern Schiessle
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-22Merge pull request #4537 from owncloud/no-realpathThomas Müller
2013-08-21Use __DIR__ instead of dirname(__FILE__).Andreas Fischer
2013-08-21Do not use realpath() on includes.Andreas Fischer