summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
Commit message (Expand)AuthorAgeFilesLines
* [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
| * | encrypt/decrypt file versionsBjoern Schiessle2013-07-301-3/+124
| * | only write keyfiles if it was a new file, otherwise nothing changedBjoern Schiessle2013-07-301-38/+45
| * | use path relative to data/Bjoern Schiessle2013-07-301-4/+1
| * | improved error handlingBjoern Schiessle2013-07-301-10/+26
| * | working decrypt files methodBjoern Schiessle2013-07-292-18/+97
| * | add ajax call to decrypt all filesBjörn Schießle2013-07-291-0/+4
| * | user interface to allow user to decrypt all his files once the encryption app...Björn Schießle2013-07-293-8/+39
* | | Merge pull request #4497 from owncloud/newlines_at_eof_kondouKondou2013-08-1812-12/+12
|\ \ \
| * | | Add _many_ newlines at the end of fileskondou2013-08-1812-12/+12
| | |/ | |/|
* | | Merge pull request #4483 from owncloud/compare-true-falseBart Visscher2013-08-181-1/+1
|\ \ \ | |/ / |/| |
| * | Compare result are already true/falseBart Visscher2013-08-171-1/+1
* | | Merge pull request #4352 from owncloud/encryption_clean_upBjörn Schießle2013-08-175-445/+50
|\ \ \ | |/ / |/| |
| * | change decryptUnknownKeyfile() to decryptKeyfile(), we always use openssl_sealBjoern Schiessle2013-08-121-30/+6
| * | Merge branch 'encryption_clean_up' of github.com:owncloud/core into encryptio...Bjoern Schiessle2013-08-092-7/+7
| |\ \
| | * | fixing typos and PHPDocThomas Müller2013-08-082-7/+7
| * | | remove old comments, TODos, etc.Bjoern Schiessle2013-08-092-66/+0
| |/ /
| * | remove todo itemBjoern Schiessle2013-08-081-4/+0
| * | adapt tests to the changes in crypt.phpBjoern Schiessle2013-08-082-244/+31
| * | make methods private which are not used from outsideBjoern Schiessle2013-08-081-101/+13
* | | remove ru_RU - fixes #3135Thomas Müller2013-08-171-5/+0
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-161-1/+1
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-152-0/+3
* | | Merge pull request #4393 from owncloud/fix_4326Andreas Fischer2013-08-141-1/+1
|\ \ \
| * | | use __DIR__ instead of realpathBjoern Schiessle2013-08-141-1/+1
| * | | provide correct path for require_onceBjoern Schiessle2013-08-121-1/+1
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-133-0/+8
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-119-0/+10
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-0959-80/+179
* | | more error messages which might be useful for the user to debug his server co...Bjoern Schiessle2013-08-082-2/+6
* | | improved error message to refect openSSL PHP extension and stock openSSL conf...Bjoern Schiessle2013-08-081-1/+1
* | | also write error message to the logBjoern Schiessle2013-08-081-0/+1
* | | catch broken server config and disable encryption app.Bjoern Schiessle2013-08-082-1/+13
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-073-16/+17
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-051-0/+1