summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
Commit message (Expand)AuthorAgeFilesLines
* 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
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-283-1/+20
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-271-0/+5
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-232-1/+19
* Merge branch 'master' into parallel-autotest.sh-masterThomas Müller2013-07-223-8/+13
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2013-07-221-0/+2
| * mark test as incomplete because I can't reproduce jenkins failureMorris Jobke2013-07-211-0/+3
| * [tx-robot] updated from transifexJenkins for ownCloud2013-07-191-8/+8
* | don't rely on admin user but create a test user for Test_Encryption_KeymanagerThomas Müller2013-07-191-17/+15
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-181-1/+1
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-141-0/+3
* Removed the preview warning. This is only a simple text changeFrank Karlitschek2013-07-131-1/+1
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-122-1/+22
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-112-1/+35
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-092-0/+5
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-082-3/+7
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-072-0/+4
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-064-0/+28
* remove wrong closing bracketBjö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
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-0518-33/+1