aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
Commit message (Collapse)AuthorAgeFilesLines
* improve encryption messageMorris Jobke2013-11-271-1/+1
|
* some small js fixesBjoern Schiessle2013-11-271-2/+2
|
* add spinner to the template so that it can be loaded in timeBjoern Schiessle2013-11-271-1/+1
|
* switch to large spinnerBjoern Schiessle2013-11-271-2/+2
|
* switch from "name" attribute to "id"Bjoern Schiessle2013-11-271-2/+2
|
* Merge branch 'master' into encryption_initial_enc_indicatorBjoern Schiessle2013-11-277-101/+130
|\
| * Merge branch 'master' into encryption_enable_public_uploadBjoern Schiessle2013-11-2712-44/+71
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/helper.php apps/files_encryption/lib/keymanager.php apps/files_encryption/lib/stream.php apps/files_encryption/lib/util.php apps/files_encryption/tests/keymanager.php
| | * Merge pull request #5976 from owncloud/encryption_work_with_public_galleryThomas Müller2013-11-277-93/+123
| | |\ | | | | | | | | Encryption work with public gallery
| | | * typo fixedBjoern Schiessle2013-11-271-1/+1
| | | |
| | | * some small changes according to the review commentsBjoern Schiessle2013-11-277-18/+19
| | | |
| | | * Merge branch 'encryption_work_with_public_gallery' of ↵Bjoern Schiessle2013-11-253-19/+48
| | | |\ | | | | | | | | | | | | | | | github.com:owncloud/core into encryption_work_with_public_gallery
| | | | * Merge branch 'master' into encryption_work_with_public_galleryThomas Mueller2013-11-243-19/+48
| | | | |\
| | | * | | fix typo in commentBjoern Schiessle2013-11-251-1/+1
| | | |/ /
| * | | | Merge branch 'encryption_work_with_public_gallery' into ↵Bjoern Schiessle2013-11-211-4/+10
| |\ \ \ \ | | | | | | | | | | | | | | | | | | encryption_enable_public_upload
| | * | | | check HTTP Referer to check if we come from public.php or from a internal page.Bjoern Schiessle2013-11-211-4/+10
| | | |/ / | | |/| | | | | | | | | | | | Necessary to detect public access also if a user is logged in.
| * | | | Merge branch 'encryption_work_with_public_gallery' into ↵Bjoern Schiessle2013-11-211-1/+1
| |\| | | | | | | | | | | | | | | | | | encryption_enable_public_upload
| | * | | fix getFileKey() callBjoern Schiessle2013-11-211-1/+1
| | | | |
| * | | | Merge branch 'encryption_work_with_public_gallery' into ↵Bjoern Schiessle2013-11-214-13/+15
| |\| | | | | | | | | | | | | | | | | | encryption_enable_public_upload
| | * | | Merge branch 'master' into encryption_work_with_public_galleryBjoern Schiessle2013-11-214-13/+15
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/keymanager.php apps/files_encryption/lib/stream.php apps/files_encryption/lib/util.php apps/files_encryption/tests/crypt.php
| * | | | | Merge branch 'encryption_work_with_public_gallery' into ↵Bjoern Schiessle2013-11-212-29/+34
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | encryption_enable_public_upload Conflicts: apps/files_encryption/lib/stream.php
| | * | | | better distinction between userID and keyIdBjoern Schiessle2013-11-212-28/+32
| | | | | |
| * | | | | public upload now also works with encryption enabledBjoern Schiessle2013-11-215-23/+20
| |/ / / /
| * | | | adapt tests to the new codeBjoern Schiessle2013-11-201-9/+13
| | | | |
| * | | | make sure that we always use the correct user idBjoern Schiessle2013-11-203-11/+21
| | | | |
| * | | | fix some getShareKey() and getFileKey() callsBjoern Schiessle2013-11-201-3/+3
| | | | |
| * | | | [wip] make encryption work with public gallery sharingBjoern Schiessle2013-11-205-56/+65
| | | | |
* | | | | with the latest changes in master $this-userID is always the correct ID, so ↵Bjoern Schiessle2013-11-272-25/+21
| | | | | | | | | | | | | | | | | | | | we no longer need the extra parameter
* | | | | Merge branch 'master' into encryption_initial_enc_indicatorBjoern Schiessle2013-11-262-0/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2013-11-261-0/+1
| | | | |
| * | | | [tx-robot] updated from transifexJenkins for ownCloud2013-11-261-0/+1
| | |_|/ | |/| |
* | | | added a small version of the dark loading gif, looks nicer on the blue ↵Bjoern Schiessle2013-11-261-1/+1
| | | | | | | | | | | | | | | | background
* | | | use POST instead of GETBjoern Schiessle2013-11-262-3/+3
| | | |
* | | | fix typo in var nameBjoern Schiessle2013-11-261-1/+1
| | | |
* | | | remove debug outputBjoern Schiessle2013-11-251-1/+0
| | | |
* | | | show a message at the log-in screen if inital encryption take placeBjoern Schiessle2013-11-254-6/+70
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-11-241-1/+10
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-11-213-18/+38
| |/ |/|
* | Merge pull request #5967 from owncloud/encryption-extstorage-fixsizeresetVincent Petry2013-11-202-1/+5
|\ \ | | | | | | Fix for extstorage + encryption where unencrypted size is not kept
| * | Fix for extstorage + encryption where unencrypted size is not keptVincent Petry2013-11-202-1/+5
| |/ | | | | | | | | | | | | Fix for external storage with encryption where the unencrypted size is first written in the DB, then set back to zero, causing performance issue because the file needs to be reopened every time to find out the unencrypted size (and potentially needs a full redownload)
* | check if it is a cached file or a version to resolve the correct path to the ↵Bjoern Schiessle2013-11-201-1/+5
| | | | | | | | file key
* | only check if the key file exists to decide if it is an encrypted file or not.Bjoern Schiessle2013-11-204-25/+17
|/ | | | This solves problems with external storage which doesn't support fseek
* make sure that the owners home is mounted correctlyBjoern Schiessle2013-11-191-0/+4
|
* Merge pull request #5908 from owncloud/fix_errorpage_callVincent Petry2013-11-181-1/+1
|\ | | | | [encryption] fix redirectToErrorPage() call
| * call error page with session as parameterBjoern Schiessle2013-11-171-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-152-0/+2
| |
* | Merge pull request #5833 from owncloud/encryption_fixesBjörn Schießle2013-11-153-22/+83
|\ \ | | | | | | [encryption] preserve timestamps and etags during encryption/decryption
| * | remove debug outputBjoern Schiessle2013-11-141-6/+0
| | |
| * | test encryptAll() and decryptAll() to make sure that mtime and etag stay the ↵Bjoern Schiessle2013-11-141-0/+64
| | | | | | | | | | | | same
| * | Merge branch 'master' into encryption_fixesBjoern Schiessle2013-11-136-72/+107
| |\|
| * | fixPartialFilePath() is now stripPartialFileExtension()Bjoern Schiessle2013-11-121-1/+1
| | |