summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4967 from owncloud/dont_remember_login_if_enc_enabledThomas Müller2013-09-301-0/+1
|\
| * set rememberlogin to false for the encryption appBjoern Schiessle2013-09-261-0/+1
* | [tx-robot] updated from transifexJenkins for ownCloud2013-09-291-0/+1
* | fix check if app is enabledBjoern Schiessle2013-09-251-4/+3
* | check if key exists before reading itBjoern Schiessle2013-09-251-1/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-09-185-0/+93
* Merge pull request #4708 from owncloud/encryption_fixesBjörn Schießle2013-09-183-18/+26
|\
| * performance improvement, check configuration only if no private key existsBjoern Schiessle2013-09-171-7/+12
| * check if stream wrapper is already registered to avoid warningBjoern Schiessle2013-09-031-1/+3
| * make sure that initial encryption also starts for a fresh installationBjoern Schiessle2013-09-032-11/+12
* | [tx-robot] updated from transifexJenkins for ownCloud2013-09-161-1/+2
* | [tx-robot] updated from transifexJenkins for ownCloud2013-09-131-1/+23
* | Merge pull request #4719 from owncloud/port_4701_masterThomas Müller2013-09-121-60/+61
|\ \
| * | more is_resource checks before readdirArthur Schiwon2013-09-051-60/+61
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-101-1/+11
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-081-1/+2
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-071-0/+2
* | | coding style fixesBjoern Schiessle2013-09-061-1/+2
* | | fix part file handling and real size calculation, this should also solve #4581Bjoern Schiessle2013-09-063-45/+24
* | | check shares for the real file and not for the .part fileBjoern Schiessle2013-09-061-0/+5
* | | first check if a extension exists before comparing itBjoern Schiessle2013-09-061-1/+1
* | | handle part files correctlyBjoern Schiessle2013-09-061-6/+27
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-09-051-0/+2
|/ /
* / [tx-robot] updated from transifexJenkins for ownCloud2013-09-032-1/+15
|/
* This function doesn't cache anymore. Adjusted PHPDoc to suit.ringmaster2013-09-021-1/+1
* Don't cache the pkey, skip generation if the keyfile existsringmaster2013-09-022-13/+11
* Employ config option for OpenSSL config file, if provided.Owen Winkler2013-09-022-6/+20
* Start a branch for easier OpenSSL configuration.Owen Winkler2013-09-022-1/+12
* [tx-robot] updated from transifexJenkins for ownCloud2013-08-301-0/+10
* kill zh_CN.GB2312Thomas Müller2013-08-271-6/+0
* Merge pull request #4537 from owncloud/no-realpathThomas Müller2013-08-228-76/+76
|\
| * Use __DIR__ instead of dirname(__FILE__).Andreas Fischer2013-08-218-76/+76
| * Also remove other unnecessary realpath() calls.Andreas Fischer2013-08-213-14/+14
| * Do not use realpath() on includes.Andreas Fischer2013-08-218-62/+62
* | [tx-robot] updated from transifexJenkins for ownCloud2013-08-191-0/+2
* | Merge pull request #4239 from owncloud/decrypt_files_againBjörn Schießle2013-08-1810-114/+393
|\ \
| * | don't change the etags if a file gets encrypted/decrypted to avoid that the s...Bjoern Schiessle2013-08-181-24/+32
| * | Merge branch 'master' into decrypt_files_againBjoern Schiessle2013-08-1767-549/+350
| |\|
| * | remove whitespaces and some leftover code from testingBjoern Schiessle2013-08-151-1/+1
| * | preserve mtime if file gets encrypted/decryptedBjoern Schiessle2013-08-121-1/+13
| * | fix array declarationBjoern Schiessle2013-08-121-1/+1
| * | don't know why it works locally but not on the build server... let's keep it ...Bjoern Schiessle2013-07-311-0/+3
| * | use OC\Files\View to read encrypted file, so that it also works with external...Bjoern Schiessle2013-07-311-4/+7
| * | this hopefully fixes testRecoveryForUser(), works locallyBjoern Schiessle2013-07-311-7/+10
| * | this test works locally, let's see what out build server says...Bjoern Schiessle2013-07-311-3/+0
| * | fixing some unit testsBjoern Schiessle2013-07-302-6/+6
| * | we need to use the path relative to data/Bjoern Schiessle2013-07-301-4/+1
| * | handle error if we can't handle the given pathBjoern Schiessle2013-07-302-2/+7
| * | remove unused method, the right one is in util.phpBjoern Schiessle2013-07-301-4/+0
| * | adapt unit tests to the modified stream wrapperBjoern Schiessle2013-07-305-35/+35