summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
Commit message (Expand)AuthorAgeFilesLines
* don't check migration status if a file is accessed by a public linkBjoern Schiessle2013-12-091-20/+27
* remove unused variableBjoern Schiessle2013-10-301-2/+0
* if the database doesn't contain any information about the recovery mode than ...Bjoern Schiessle2013-10-301-1/+1
* make sure that hooks are only executed when the app is enabledBjoern Schiessle2013-10-291-17/+51
* Merge pull request #5145 from guruz/files_encryption_511_fix_chunk_calcBjörn Schießle2013-10-232-2/+37
|\
| * files_encryption: Fix getFileSize()Markus Goetz2013-10-212-2/+37
* | fix array keyBjoern Schiessle2013-10-221-1/+1
* | try to fix unencrypted file size if it doesn't look plausibleBjoern Schiessle2013-10-221-2/+19
|/
* don't cache if the encryption is enabled, this can lead to problems during un...Bjoern Schiessle2013-10-181-28/+1
* fix check if app is enabledBjoern Schiessle2013-10-181-3/+3
* check if key exists before reading itBjoern Schiessle2013-10-181-2/+5
* check if encryption app is enabled before trying to calculate file sizeBjoern Schiessle2013-10-181-1/+1
* only encrypt file to users with encryption keysBjoern Schiessle2013-10-112-3/+2
* set rememberlogin to false for the encryption appBjoern Schiessle2013-09-301-0/+1
* performance improvement, check configuration only if no private key existsBjoern Schiessle2013-09-181-16/+20
* check if stream wrapper is already registered to avoid warningBjoern Schiessle2013-09-181-1/+3
* Merge branch 'stable5' into fix_4533Bjoern Schiessle2013-09-061-1/+1
|\
| * improved error message to reflect the case when the app was re-eanbled during...Bjoern Schiessle2013-09-021-1/+1
* | coding style fixesBjoern Schiessle2013-09-051-1/+2
* | fix part file handling and real size calculation, this should also solve #4581Bjoern Schiessle2013-09-043-41/+20
* | check shares for the real file and not for the .part fileBjoern Schiessle2013-08-271-0/+5
* | first check if a extension exists before comparing itBjoern Schiessle2013-08-271-1/+1
* | handle part files correctlyBjoern Schiessle2013-08-221-6/+27
|/
* selective backport from https://github.com/owncloud/core/pull/4239; don't cha...Bjoern Schiessle2013-08-181-14/+18
* use __DIR__ instead of realpathBjoern Schiessle2013-08-151-1/+1
* provide correct path for require_onceBjoern Schiessle2013-08-151-1/+1
* Merge pull request #4268 from owncloud/encryption_check_configBjörn Schießle2013-08-073-3/+20
|\
| * more error messages which might be useful for the user to debug his server co...Bjoern Schiessle2013-08-012-2/+6
| * improved error message to refect openSSL PHP extension and stock openSSL conf...Bjoern Schiessle2013-08-011-1/+1
| * also write error message to the logBjoern Schiessle2013-08-011-0/+1
| * catch broken server config and disable encryption app.Bjoern Schiessle2013-08-012-1/+13
* | fix test and make warning translatableBjoern Schiessle2013-08-012-3/+9
* | cancel sharing if some users doesn't have a working encryption set-up.Bjoern Schiessle2013-08-011-9/+6
|/
* mark test as incomplete because I can't reproduce jenkins failureMorris Jobke2013-07-241-0/+3
* Removed the preview warning. This is only a simple text changeFrank Karlitschek2013-07-131-1/+1
* Merge pull request #3940 from owncloud/stable5_oracle_testsuite_fixesJörn Friedrich Dreyer2013-07-081-11/+13
|\
| * stable5 does not have execute audited yetJörn Friedrich Dreyer2013-07-041-1/+15
| * fix numRows usage in files_encryptionJörn Friedrich Dreyer2013-07-041-15/+3
* | remove unneeded bracket, was introduced by the last mergeBjörn Schießle2013-07-051-1/+0
* | added helper function to escape glob patternBjörn Schießle2013-07-053-5/+15
* | fix getUidAndFilename() testBjörn Schießle2013-07-051-1/+1
* | only check for external mount points if the external storage app is enabledBjörn Schießle2013-07-051-9/+12
* | only escape glob patternBjörn Schießle2013-07-052-4/+9
* | del share keys from correct locationBjörn Schießle2013-07-051-3/+16
* | always return normalized pathBjörn Schießle2013-07-051-1/+1
* | delete file keys from the correct locationBjörn Schießle2013-07-051-1/+8
* | handle rename correctly for system wide mountsBjörn Schießle2013-07-051-9/+16
* | move isSystemWideMountPoint() to util.phpBjörn Schießle2013-07-052-19/+19
* | some performance improvements, check for system wide mounts only once while w...Björn Schießle2013-07-051-40/+25
* | fix path to OC_Mount_ConfigBjörn Schießle2013-07-052-2/+2