summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use the new session wrapperRobin Appelman2013-05-288-57/+57
|
* Abstract the session away in a classRobin Appelman2013-05-285-0/+221
|
* Merge pull request #3510 from owncloud/publicemitterFrank Karlitschek2013-05-271-0/+20
|\ | | | | Add PublicEmitter class
| * Add PublicEmitter classRobin Appelman2013-05-271-0/+20
|/
* legacyBlockDecryprt() needs to be publicBjörn Schießle2013-05-271-1/+1
|
* make legacyDecrypt() private als always call legacyBlockDecrypt() from other ↵Björn Schießle2013-05-274-6/+6
| | | | classes
* fix migration from old to new encryptionBjörn Schießle2013-05-272-3/+1
|
* Merge pull request #3506 from owncloud/fix_3320Björn Schießle2013-05-271-0/+2
|\ | | | | fix https://github.com/owncloud/core/issues/3320
| * add event.preventDefault to undelete functionGeorg Ehrke2013-05-271-0/+1
| |
| * fix https://github.com/owncloud/core/issues/3320Georg Ehrke2013-05-271-0/+1
| |
* | Merge pull request #3495 from owncloud/file_encryption_util_is_errorThomas Tanghus2013-05-271-310/+397
|\ \ | | | | | | added OC_DB::isError and logging for #3486
| * | Merge branch 'master' into file_encryption_util_is_errorFlorin Peter2013-05-27689-2005/+2383
| |\| | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/util.php
| * | added check by numRows()Florin Peter2013-05-271-335/+387
| | | | | | | | | | | | | | | changed to public api where it was possible reformat code to comply with the coding guidelines
| * | fixed error rising from fetchRowFlorin Peter2013-05-251-22/+27
| | |
| * | added OC_DB::isError and loggingFlorin Peter2013-05-251-2/+36
| | |
* | | Merge pull request #3412 from owncloud/fix_2013Michael Gapczynski2013-05-271-1/+4
|\ \ \ | |_|/ |/| | Don't set Content-Length header if size is unknown
| * | Don't set Content-Length header if size is unknownMichael Gapczynski2013-05-171-1/+4
| | |
* | | Merge pull request #3481 from owncloud/firsttime_encBjörn Schießle2013-05-271-23/+12
|\ \ \ | | | | | | | | fix first time encryption after app was enabled
| * | | fix first time encryption after app was enabledBjörn Schießle2013-05-241-23/+12
| | | |
* | | | Merge pull request #3496 from owncloud/file_encryption_testsFlorinPeter2013-05-279-574/+750
|\ \ \ \ | | | | | | | | | | improved tests for files_encryption
| * \ \ \ Merge branch 'master' into file_encryption_testsFlorin Peter2013-05-27551-1103/+1134
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-05-27551-1103/+1134
| | | | |
| * | | | added users for testsFlorin Peter2013-05-269-891/+1098
| | | | | | | | | | | | | | | | | | | | reformat code to meet coding guidelines
| * | | | improved testFlorin Peter2013-05-267-975/+944
|/ / / / | | | | | | | | | | | | | | | | | | | | - fixed testPermanentDeleteFile sometimes failed - speed optimization - reformat code
* | | / [tx-robot] updated from transifexJenkins for ownCloud2013-05-26664-1349/+1535
| |_|/ |/| |
* | | Merge pull request #3478 from davidak/masterMichael Gapczynski2013-05-251-2/+2
|\ \ \ | | | | | | | | small typo fix: added 2 whitespaces
| * | | small typo fix: added 2 whitespacesdavidak2013-05-241-2/+2
| |/ /
* | | Merge pull request #3388 from roha4000/masterMichael Gapczynski2013-05-252-2/+29
|\ \ \ | | | | | | | | Duplicate DB entries in filecache table when renaming folder in WebUI #2
| * | | New tests to assure that a move will not affect another users cache entriesRoland Hager2013-05-221-0/+27
| | | | | | | | | | | | | | | | Added a second storage and cache Object to simulate a second user.
| * | | Fixing UPDATE error in filecache table when renaming files by calling ↵Roland Hager2013-05-221-2/+2
| | | | | | | | | | | | | | | | move(). Add storage id to the where clause to avoid updating entries of other users.
* | | | Merge pull request #3493 from owncloud/bumpversionMichael Gapczynski2013-05-251-1/+1
|\ \ \ \ | | | | | | | | | | Bump version for files_encryption changes
| * | | | Bump version for files_encryption changesMichael Gapczynski2013-05-251-1/+1
| | | | |
* | | | | increase version and add warningFrank Karlitschek2013-05-252-2/+2
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-05-25931-4912/+10526
| | | | |
* | | | | improved trashbin test againFlorin Peter2013-05-241-0/+1
| | | | |
* | | | | improved trashbin testFlorin Peter2013-05-241-1/+1
| | | | |
* | | | | meanwhile phpunit is seq faulting with mysql as wellThomas Mueller2013-05-241-4/+4
| | | | |
* | | | | Merge pull request #3482 from owncloud/fix_helperThomas Müller2013-05-241-1/+1
|\ \ \ \ \ | | | | | | | | | | | | use the recoveryPassword var instead of accessing the POST array
| * | | | | no use the recoveryPassword var instead of accessing the POST arrayBjörn Schießle2013-05-241-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #3479 from owncloud/testing-oracle-on-masterThomas Müller2013-05-241-4/+55
|\ \ \ \ \ | |/ / / / |/| | | | adding Oracle support to autotest.sh
| * | | | adding Oracle support to autotest.shThomas Mueller2013-05-241-4/+55
|/ / / /
* | | | Merge pull request #3416 from owncloud/files_encryptionThomas Müller2013-05-2478-2750/+7481
|\ \ \ \ | | | | | | | | | | New files encryption app
| * | | | fixes after review from @DeepDiver1975Florin Peter2013-05-2313-876/+752
| | | | |
| * | | | added l10n support in apps/files_encryption/ajax/adminrecovery.phpFlorin Peter2013-05-231-2/+4
| | | | |
| * | | | code clean up; nicer solution to solve the public link share problem if a ↵Björn Schießle2013-05-232-25/+6
| | | | | | | | | | | | | | | | | | | | user is logged in
| * | | | fix public link share if a user is logged inBjörn Schießle2013-05-233-7/+32
| | | | |
| * | | | Merge branch 'master' into files_encryptionBjörn Schießle2013-05-2319-73/+85
| |\| | |
| * | | | added trash bin testsFlorin Peter2013-05-221-0/+269
| | | | |
| * | | | added static function registerHooks() for better unit tests handlingFlorin Peter2013-05-222-5/+12
| | | | |
| * | | | revert changes to .gitmodules, they were applied by accidentBjörn Schießle2013-05-221-1/+1
| | | | |