Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing unit test execution related to trashbin | Thomas Müller | 2015-04-07 | 2 | -0/+27 |
| | |||||
* | fixing unit tests | Thomas Müller | 2015-04-07 | 1 | -1/+7 |
| | |||||
* | fixing unit test execution - test dummy module was behaving wrong | Thomas Müller | 2015-04-07 | 2 | -2/+2 |
| | |||||
* | fixing unit test execution | Thomas Müller | 2015-04-07 | 1 | -7/+12 |
| | |||||
* | add unit tests to the keystorage | Bjoern Schiessle | 2015-04-07 | 1 | -40/+45 |
| | |||||
* | implement webdav copy | Bjoern Schiessle | 2015-04-07 | 1 | -0/+76 |
| | |||||
* | Properly set size and unencrypted size in the stream unit tests | Thomas Müller | 2015-04-07 | 1 | -9/+8 |
| | |||||
* | Adding unit test for read and write of big file | Thomas Müller | 2015-04-07 | 1 | -0/+16 |
| | |||||
* | Fixing encryption storage wrapper tests | Thomas Müller | 2015-04-07 | 2 | -5/+66 |
| | |||||
* | fixing unit tests for encryption stream wrapper seek | Thomas Müller | 2015-04-07 | 1 | -0/+13 |
| | |||||
* | fixing unit tests for stream wrapper | Thomas Müller | 2015-04-07 | 1 | -10/+42 |
| | |||||
* | update unit tests after ctor signature change of \OC\Encryption\Util | Thomas Müller | 2015-04-07 | 2 | -2/+8 |
| | |||||
* | kill OC_FileProxy :boom: | Thomas Müller | 2015-04-07 | 3 | -13/+0 |
| | |||||
* | Removing files_encryption left overs | Thomas Müller | 2015-04-07 | 3 | -23/+0 |
| | |||||
* | remove unencrypted_size from the cache, size will contain the unencrypted size | Bjoern Schiessle | 2015-04-07 | 2 | -8/+5 |
| | |||||
* | adding unit tests for stream wrapper | Thomas Müller | 2015-04-07 | 1 | -0/+41 |
| | |||||
* | various fixes & start to unit test the encryption storage wrapper | Thomas Müller | 2015-04-07 | 2 | -4/+50 |
| | |||||
* | fix unit test execution | Thomas Müller | 2015-04-07 | 1 | -5/+13 |
| | |||||
* | Comment duplicate test methods | Thomas Müller | 2015-04-07 | 1 | -57/+57 |
| | |||||
* | fix encryption manager to handle more than one encryption module | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | Initial commit | Clark Tomlinson | 2015-04-07 | 1 | -0/+58 |
| | |||||
* | Select the timezone on the right timestamp and assert it | Joas Schilling | 2015-04-07 | 1 | -8/+11 |
| | |||||
* | Introducing media types for yml, yaml, cnf, conf | Olivier Paroz | 2015-04-02 | 1 | -4/+49 |
| | |||||
* | Adjust tests and check whether clear() is called | Joas Schilling | 2015-04-01 | 2 | -102/+82 |
| | |||||
* | Properly quote file names in listFiles query for GDrive | Vincent Petry | 2015-03-31 | 1 | -16/+18 |
| | |||||
* | Revert "Properly quote file names in listFiles query for GDrive" | Lukas Reschke | 2015-03-31 | 1 | -18/+16 |
| | |||||
* | Merge pull request #15215 from owncloud/ext-gdrivelistfilequoting | Frank Karlitschek | 2015-03-31 | 1 | -16/+18 |
|\ | | | | | Properly quote file names in listFiles query for GDrive | ||||
| * | Properly quote file names in listFiles query for GDrive | Vincent Petry | 2015-03-26 | 1 | -16/+18 |
| | | |||||
* | | Merge pull request #15169 from rullzer/fix_displayNamesInGroup | Morris Jobke | 2015-03-30 | 1 | -3/+3 |
|\ \ | | | | | | | Groupmanagers displayNamesInGroup should actually search in displaynames | ||||
| * | | Fix unit tests | Roeland Jago Douma | 2015-03-24 | 1 | -3/+3 |
| |/ | | | | | | | Altough more are required to make sure this does not happen again | ||||
* | | Add check for activated local memcache | Lukas Reschke | 2015-03-28 | 1 | -8/+0 |
| | | | | | | | | | | | | Also used the opportunity to refactor it into an AppFramework controller so that we can unit test it. Fixes https://github.com/owncloud/core/issues/14956 | ||||
* | | Check for relative datadirectory path | Robin McCorkell | 2015-03-27 | 1 | -0/+19 |
| | | |||||
* | | Merge pull request #15155 from owncloud/share-donotreturntrashedfiles | Morris Jobke | 2015-03-27 | 1 | -0/+40 |
|\ \ | | | | | | | Do not return shares for files outside "files" | ||||
| * | | Add logout in share test to avoid nasty side effects | Vincent Petry | 2015-03-27 | 1 | -0/+1 |
| | | | |||||
| * | | Do not return shares for files outside "files" | Vincent Petry | 2015-03-27 | 1 | -0/+39 |
| | | | |||||
* | | | Merge pull request #13938 from owncloud/deprecate-iappconfig | Thomas Müller | 2015-03-27 | 1 | -4/+6 |
|\ \ \ | | | | | | | | | Deprecated \OCP\IAppConfig - add missing methods to IConfig | ||||
| * | | | fix failing unit test | Morris Jobke | 2015-03-17 | 1 | -4/+6 |
| | | | | |||||
* | | | | Merge pull request #15240 from owncloud/storage-wrapper-priority | Thomas Müller | 2015-03-27 | 1 | -0/+27 |
|\ \ \ \ | | | | | | | | | | | add priority to storage wrappers | ||||
| * | | | | add priority to storage wrappers | Robin Appelman | 2015-03-26 | 1 | -0/+27 |
| | | | | | |||||
* | | | | | Merge pull request #15265 from owncloud/enc2_fixes | Thomas Müller | 2015-03-27 | 1 | -0/+35 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | core improvements for Encryption 2.0 | ||||
| * | | | | fix check if a file is excluded from encryption or not | Bjoern Schiessle | 2015-03-27 | 1 | -0/+35 |
| | | | | | |||||
* | | | | | Merge pull request #15227 from owncloud/ocetag-header | Vincent Petry | 2015-03-27 | 1 | -0/+43 |
|\ \ \ \ \ | |/ / / / |/| | | | | Copy Etag header to OC-Etag for sabre calls | ||||
| * | | | | Copy Etag header to OC-Etag for sabre calls | Vincent Petry | 2015-03-26 | 1 | -0/+43 |
| |/ / / | |||||
* | | | | Merge pull request #15252 from ↵ | Thomas Müller | 2015-03-27 | 1 | -0/+13 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/prevent-directory-characters-in-temporary-path Filter potential dangerous characters in path name | ||||
| * | | | | Filter potential dangerous characters in path name | Lukas Reschke | 2015-03-26 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | We should not allow / or \ in the postfix here. | ||||
* | | | | | Merge pull request #15255 from owncloud/test-namespacesforrepairtests | Morris Jobke | 2015-03-27 | 4 | -4/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix namespace for repair step tests | ||||
| * | | | | Fix namespace for repair step tests | Vincent Petry | 2015-03-26 | 4 | -4/+7 |
| | | | | | |||||
* | | | | | Merge pull request #13654 from oparoz/tmpfile-with-extension | Vincent Petry | 2015-03-26 | 1 | -6/+6 |
|\ \ \ \ \ | |/ / / / |/| | | | | Keep the extension in temp files | ||||
| * | | | | Make the method compatible with all types of extensions | Olivier Paroz | 2015-03-19 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | Fix existing tests | ||||
* | | | | | Merge pull request #13802 from owncloud/share-partfilepermissions | Morris Jobke | 2015-03-26 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix share permission checks |