summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
Commit message (Expand)AuthorAgeFilesLines
* 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
* | handle system wide mount pointsBjörn Schießle2013-07-052-17/+62
* | more verbose error messageBjörn Schießle2013-07-041-1/+1
* | improved error messageBjörn Schießle2013-07-041-1/+1
* | no ?> at the end of a fileThomas Müller2013-07-041-1/+0
* | typoThomas Müller2013-07-041-3/+3
* | cast result to boolBjörn Schießle2013-07-041-1/+1
* | fix error stringBjörn Schießle2013-07-041-1/+1
* | add correct php versionBjörn Schießle2013-07-041-1/+1
* | check php version, the encryption app needs php >= 5.3.3Björn Schießle2013-07-043-7/+22
|/
* add openssl_error_string() output to the owncloud.logBjörn Schießle2013-07-021-6/+5
* fix function documentationBjörn Schießle2013-07-021-1/+1
* introduce pre-disable-app hook and use it for the encryption app to reset mig...Björn Schießle2013-07-023-0/+25
* improved error messageBjörn Schießle2013-07-021-1/+1
* encryption is LDAP compatibleBjörn Schießle2013-06-211-1/+1
* check openssl dependency for the encryption appBjörn Schießle2013-06-212-19/+27
* always have a defined return valueBjörn Schießle2013-06-201-4/+4