summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Properly quote file names in listFiles query for GDrive"Lukas Reschke2015-03-311-18/+16
|
* Merge pull request #15215 from owncloud/ext-gdrivelistfilequotingFrank Karlitschek2015-03-311-16/+18
|\ | | | | Properly quote file names in listFiles query for GDrive
| * Properly quote file names in listFiles query for GDriveVincent Petry2015-03-261-16/+18
| |
* | Merge pull request #15169 from rullzer/fix_displayNamesInGroupMorris Jobke2015-03-301-3/+3
|\ \ | | | | | | Groupmanagers displayNamesInGroup should actually search in displaynames
| * | Fix unit testsRoeland Jago Douma2015-03-241-3/+3
| |/ | | | | | | Altough more are required to make sure this does not happen again
* | Add check for activated local memcacheLukas Reschke2015-03-282-8/+231
| | | | | | | | | | | | 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 pathRobin McCorkell2015-03-271-0/+19
| |
* | Merge pull request #15155 from owncloud/share-donotreturntrashedfilesMorris Jobke2015-03-271-0/+40
|\ \ | | | | | | Do not return shares for files outside "files"
| * | Add logout in share test to avoid nasty side effectsVincent Petry2015-03-271-0/+1
| | |
| * | Do not return shares for files outside "files"Vincent Petry2015-03-271-0/+39
| | |
* | | Merge pull request #13938 from owncloud/deprecate-iappconfigThomas Müller2015-03-271-4/+6
|\ \ \ | | | | | | | | Deprecated \OCP\IAppConfig - add missing methods to IConfig
| * | | fix failing unit testMorris Jobke2015-03-171-4/+6
| | | |
* | | | Merge pull request #15240 from owncloud/storage-wrapper-priorityThomas Müller2015-03-271-0/+27
|\ \ \ \ | | | | | | | | | | add priority to storage wrappers
| * | | | add priority to storage wrappersRobin Appelman2015-03-261-0/+27
| | | | |
* | | | | Merge pull request #15261 from owncloud/fix-14268-masterThomas Müller2015-03-271-9/+3
|\ \ \ \ \ | | | | | | | | | | | | use StreamResponse to download the log file
| * | | | | use StreamResponse to download the log file - fixes #14268Thomas Müller2015-03-271-9/+3
| | | | | |
* | | | | | Merge pull request #15265 from owncloud/enc2_fixesThomas Müller2015-03-271-0/+35
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | core improvements for Encryption 2.0
| * | | | | fix check if a file is excluded from encryption or notBjoern Schiessle2015-03-271-0/+35
| |/ / / /
* | | | | Merge pull request #15227 from owncloud/ocetag-headerVincent Petry2015-03-271-0/+43
|\ \ \ \ \ | |/ / / / |/| | | | Copy Etag header to OC-Etag for sabre calls
| * | | | Copy Etag header to OC-Etag for sabre callsVincent Petry2015-03-261-0/+43
| |/ / /
* | | | Merge pull request #15252 from ↵Thomas Müller2015-03-271-0/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/prevent-directory-characters-in-temporary-path Filter potential dangerous characters in path name
| * | | | Filter potential dangerous characters in path nameLukas Reschke2015-03-261-0/+13
| | | | | | | | | | | | | | | | | | | | We should not allow / or \ in the postfix here.
* | | | | Merge pull request #15255 from owncloud/test-namespacesforrepairtestsMorris Jobke2015-03-274-4/+7
|\ \ \ \ \ | |/ / / / |/| | | | Fix namespace for repair step tests
| * | | | Fix namespace for repair step testsVincent Petry2015-03-264-4/+7
| | | | |
* | | | | Merge pull request #13654 from oparoz/tmpfile-with-extensionVincent Petry2015-03-261-6/+6
|\ \ \ \ \ | |/ / / / |/| | | | Keep the extension in temp files
| * | | | Make the method compatible with all types of extensionsOlivier Paroz2015-03-191-6/+6
| | | | | | | | | | | | | | | | | | | | Fix existing tests
* | | | | Merge pull request #13802 from owncloud/share-partfilepermissionsMorris Jobke2015-03-261-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix share permission checks
| * | | | | Fix share permission related unit testsVincent Petry2015-03-201-2/+2
| | | | | |
* | | | | | Merge pull request #15234 from owncloud/encryption2_coreThomas Müller2015-03-263-0/+495
|\ \ \ \ \ \ | | | | | | | | | | | | | | core part of encryption 2.0
| * | | | | | implement basic encryption functionallity in core to enable multiple ↵Bjoern Schiessle2015-03-263-0/+495
| | | | | | | | | | | | | | | | | | | | | | | | | | | | encryption modules
* | | | | | | Merge pull request #14399 from owncloud/ignore-empty-pluralsLukas Reschke2015-03-262-20/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Ignore empty plurals just like with singulars
| * | | | | | | Revert "Correctly fallback to english, if the plural case is not translated"Joas Schilling2015-02-202-20/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cbad5c998b260040523ac8e6a2797591d0086938.
* | | | | | | | Merge pull request #15129 from owncloud/version-command-busLukas Reschke2015-03-261-1/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | expire versions in a background command
| * | | | | | | | Handle exceptions thrown during hooks when running unit testsRobin Appelman2015-03-261-0/+8
| | | | | | | | |
| * | | | | | | | Force test cases using background commands to handle setting up the filesystemRobin Appelman2015-03-261-1/+16
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #14665 from owncloud/fileid-incrementMorris Jobke2015-03-262-0/+94
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | SQLite autoincrement test
| * | | | | | | Add repair step to fix SQLite autoincrementVincent Petry2015-03-261-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Force Doctrine to generate alter table SQL statements for SQLite to make sure the code from OCSqlitePlatform is triggered.
| * | | | | | | SQLite autoincrement testVincent Petry2015-03-251-0/+13
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Revert "adding unit tests"Vincent Petry2015-03-261-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8d327c94a844804d0e7af057866e552bd5aafd17.
* | | | | | | Merge pull request #15168 from owncloud/oc-etag-masterVincent Petry2015-03-261-0/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | adding OC-ETag header
| * | | | | | | adding unit testsThomas Müller2015-03-261-0/+31
| |/ / / / / /
* / / / / / / Add wrapper for GuzzleLukas Reschke2015-03-256-26/+179
|/ / / / / /
* | | | | | Merge pull request #15153 from owncloud/uniquename-nodeLukas Reschke2015-03-241-0/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add `getNonExistingName()` to the node api
| * | | | | | Add `getNonExistingName()` to the node apiRobin Appelman2015-03-241-0/+36
| | | | | | |
* | | | | | | Merge pull request #15126 from owncloud/sabre-storagenotavailableMorris Jobke2015-03-241-1/+11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Soft fail in CustomPropertiesBackend whenever storage not available
| * | | | | | Soft fail in CustomPropertiesBackend whenever storage not availableVincent Petry2015-03-231-1/+11
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | When a storage is not available, it will not fail the whole call any more but still return a usable file list.
* / | | | | The iran timezone removed the DST handling which breaks the timezone libJoas Schilling2015-03-231-3/+1
|/ / / / /
* | | | | Introducing 3D images support (media type)Olivier Paroz2015-03-201-284/+250
| | | | | | | | | | | | | | | | | | | | | | | | | So that people with 3D images can at least see a 2D picture Full 3D support is possible via an app
* | | | | Merge pull request #14857 from owncloud/preview-provider-registration-in-managerThomas Müller2015-03-201-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Preview provider registration in manager
| * | | | | Create an interface for OC_Image and OCP\Image for the public APIJoas Schilling2015-03-161-0/+4
| | | | | |