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-12-09don't check migration status if a file is accessed by a public linkBjoern Schiessle
2013-10-30remove unused variableBjoern Schiessle
2013-10-30if the database doesn't contain any information about the recovery mode than ...Bjoern Schiessle
2013-10-29make sure that hooks are only executed when the app is enabledBjoern Schiessle
2013-10-23Merge pull request #5145 from guruz/files_encryption_511_fix_chunk_calcBjörn Schießle
2013-10-22fix array keyBjoern Schiessle
2013-10-22try to fix unencrypted file size if it doesn't look plausibleBjoern Schiessle
2013-10-21files_encryption: Fix getFileSize()Markus Goetz
2013-10-18don't cache if the encryption is enabled, this can lead to problems during un...Bjoern Schiessle
2013-10-18fix check if app is enabledBjoern Schiessle
2013-10-18check if key exists before reading itBjoern Schiessle
2013-10-18check if encryption app is enabled before trying to calculate file sizeBjoern Schiessle
2013-10-11only encrypt file to users with encryption keysBjoern Schiessle
2013-09-30set rememberlogin to false for the encryption appBjoern Schiessle
2013-09-18performance improvement, check configuration only if no private key existsBjoern Schiessle
2013-09-18check if stream wrapper is already registered to avoid warningBjoern Schiessle
2013-09-06Merge branch 'stable5' into fix_4533Bjoern Schiessle
2013-09-05coding style fixesBjoern Schiessle
2013-09-04fix part file handling and real size calculation, this should also solve #4581Bjoern Schiessle
2013-09-02improved error message to reflect the case when the app was re-eanbled during...Bjoern Schiessle
2013-08-27check shares for the real file and not for the .part fileBjoern Schiessle
2013-08-27first check if a extension exists before comparing itBjoern Schiessle
2013-08-22handle part files correctlyBjoern Schiessle
2013-08-18selective backport from https://github.com/owncloud/core/pull/4239; don't cha...Bjoern Schiessle
2013-08-15use __DIR__ instead of realpathBjoern Schiessle
2013-08-15provide correct path for require_onceBjoern Schiessle
2013-08-08Merge pull request #4268 from owncloud/encryption_check_configBjörn Schießle
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-08-01more error messages which might be useful for the user to debug his server co...Bjoern Schiessle
2013-08-01improved error message to refect openSSL PHP extension and stock openSSL conf...Bjoern Schiessle
2013-08-01also write error message to the logBjoern Schiessle
2013-08-01catch broken server config and disable encryption app.Bjoern Schiessle
2013-07-24mark test as incomplete because I can't reproduce jenkins failureMorris Jobke
2013-07-13Removed the preview warning. This is only a simple text changeFrank Karlitschek
2013-07-08Merge pull request #3940 from owncloud/stable5_oracle_testsuite_fixesJörn Friedrich Dreyer
2013-07-05remove unneeded bracket, was introduced by the last mergeBjörn Schießle
2013-07-05added helper function to escape glob patternBjörn Schießle
2013-07-05fix getUidAndFilename() testBjörn Schießle
2013-07-05only check for external mount points if the external storage app is enabledBjörn Schießle
2013-07-05only escape glob patternBjörn Schießle
2013-07-05del share keys from correct locationBjörn Schießle
2013-07-05always return normalized pathBjörn Schießle
2013-07-05delete file keys from the correct locationBjörn Schießle
2013-07-05handle rename correctly for system wide mountsBjörn Schießle
2013-07-05move isSystemWideMountPoint() to util.phpBjörn Schießle
2013-07-05some performance improvements, check for system wide mounts only once while w...Björn Schießle
2013-07-05fix path to OC_Mount_ConfigBjörn Schießle
2013-07-05handle system wide mount pointsBjörn Schießle
2013-07-04stable5 does not have execute audited yetJörn Friedrich Dreyer