Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #12748 from owncloud/redis_cache | Morris Jobke | 2014-12-19 | 1 | -0/+29 |
|\ | | | | | Add Redis cache implementation, prefer over memcached, tests & config sample doc | ||||
| * | Add Redis cache implementation, prefer over memcached, tests & config sample | Jörn Friedrich Dreyer | 2014-12-10 | 1 | -0/+29 |
| | | |||||
* | | Merge pull request #12879 from owncloud/mountconfig | Morris Jobke | 2014-12-18 | 6 | -13/+13 |
|\ \ | | | | | | | Add mount specific options | ||||
| * | | Add getMountPoint to FileInfo | Robin Appelman | 2014-12-17 | 6 | -13/+13 |
| | | | |||||
* | | | Merge pull request #12870 from owncloud/send-mail-new-user | Thomas Müller | 2014-12-18 | 1 | -0/+70 |
|\ \ \ | | | | | | | | | Send mail for new users | ||||
| * | | | add unit tests for new user create mail | Morris Jobke | 2014-12-16 | 1 | -0/+70 |
| | | | | |||||
* | | | | Merge pull request #12168 from owncloud/docker-webdav | Thomas Müller | 2014-12-17 | 1 | -0/+36 |
|\ \ \ \ | | | | | | | | | | | Setup a docker container that holds a webdav instance to test files_exte... | ||||
| * | | | | Setup a docker container that holds a webdav instance to test files_external | Morris Jobke | 2014-12-17 | 1 | -0/+36 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | document docker parameter and use random host port fix typo copy autotest.sh to autotest-external.sh adds ability to add start* and stop* scripts in env in external tests run files_external WebDAV tests against ownCloud instance introduce executor number to be able to shut down the correct docker container fetch docker images in advance - this also fetches latest versions of the docker images add second argument to autotest-external.sh which can specify a single test to run print out the explicit test run change naming schema of files_external setup scripts | ||||
* | | | | add isAdmin and isInGroup methods for the group manager | Bernhard Posselt | 2014-12-17 | 1 | -0/+72 |
| | | | | |||||
* | | | | fix tests | Bernhard Posselt | 2014-12-17 | 1 | -4/+2 |
| | | | | |||||
* | | | | use two tests instead of one | Bernhard Posselt | 2014-12-17 | 1 | -4/+18 |
| | | | | |||||
* | | | | add a isLoggedIn method to the usersession and deprecate the isLoggedIn ↵ | Bernhard Posselt | 2014-12-17 | 1 | -0/+28 |
|/ / / | | | | | | | | | | method on the api | ||||
* / / | Move timezone logic out of server.php | Joas Schilling | 2014-12-16 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #12846 from owncloud/fix-searchbytags-test | Morris Jobke | 2014-12-15 | 1 | -2/+6 |
|\ \ | | | | | | | Sort results to make sure assert work on consistent order | ||||
| * | | Sort results to make sure assert work on consistent order | Vincent Petry | 2014-12-15 | 1 | -2/+6 |
| | | | |||||
* | | | Merge pull request #12625 from owncloud/app-dependencies-libs-and-commands | Bernhard Posselt | 2014-12-15 | 4 | -14/+246 |
|\ \ \ | |/ / |/| | | adding dependencies for command line tools and php libraries | ||||
| * | | adding unit tests for PlatformRepository::normalizeVersion() | Thomas Müller | 2014-12-12 | 1 | -0/+65 |
| | | | |||||
| * | | rework api of DependencyAnalyzer | Thomas Müller | 2014-12-12 | 1 | -18/+13 |
| | | | |||||
| * | | fix unit tests | Thomas Müller | 2014-12-11 | 1 | -1/+1 |
| | | | |||||
| * | | single dependencies will not be represented as an array + fix unit tests | Thomas Müller | 2014-12-11 | 1 | -3/+5 |
| | | | |||||
| * | | adding dependency to owncloud version - with fallback to requiremin and ↵ | Thomas Müller | 2014-12-11 | 3 | -1/+40 |
| | | | | | | | | | | | | requiremax | ||||
| * | | adding dependencies for supported platforms | Thomas Müller | 2014-12-11 | 3 | -1/+31 |
| | | | |||||
| * | | adding supported libraries - including min and max version | Thomas Müller | 2014-12-11 | 3 | -1/+63 |
| | | | |||||
| * | | adding dependencies for command line tools | Thomas Müller | 2014-12-11 | 1 | -2/+41 |
| | | | |||||
* | | | Merge pull request #12726 from owncloud/add-filter-for-backend-to-rest-index | Morris Jobke | 2014-12-13 | 2 | -3/+97 |
|\ \ \ | | | | | | | | | Add filter for backend to rest index | ||||
| * | | | Use array key instead of value | Lukas Reschke | 2014-12-12 | 1 | -3/+14 |
| | | | | |||||
| * | | | Add test for user without backend | Lukas Reschke | 2014-12-12 | 1 | -0/+16 |
| | | | | |||||
| * | | | Add filter for 'backend' to user REST route | Lukas Reschke | 2014-12-10 | 2 | -0/+67 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a "backend" type filter to the index REST route which is a pre-requisite for https://github.com/owncloud/core/issues/12620 For example when calling `index.php/settings/users/users?offset=0&limit=10&gid=&pattern=&backend=OC_User_Database` only users within the backend `OC_User_Database` would be shown. (requires sending a CSRF token as well) Depends upon https://github.com/owncloud/core/pull/12711 | ||||
* | | | | Merge pull request #12806 from owncloud/display-backend-in-usermgnt | Vincent Petry | 2014-12-12 | 1 | -2/+12 |
|\ \ \ \ | | | | | | | | | | | Show user backend in user management | ||||
| * | | | | Show user backend in user management | Morris Jobke | 2014-12-12 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add switch to settings to show user backend * user classes for headers and rows to unify the show/hide statement * add user backend to response of user create request * proper markup in settings area | ||||
* | | | | | Merge pull request #12778 from owncloud/searchbytags2 | Vincent Petry | 2014-12-12 | 4 | -24/+155 |
|\ \ \ \ \ | |/ / / / |/| | | | | Added searchByTags to view, storage and cache | ||||
| * | | | | Make $userId mandatory for searchByTags | Vincent Petry | 2014-12-12 | 1 | -0/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $userId is now a mandatory parameter for searchByTags. Also fixed some places in the code where the argument was missing (Node API and View) | ||||
| * | | | | Added searchByTags to view, storage and cache | Vincent Petry | 2014-12-11 | 1 | -0/+57 |
| | | | | | |||||
| * | | | | Add user parameter to tag manager | Vincent Petry | 2014-12-11 | 1 | -24/+38 |
| | | | | | |||||
| * | | | | Add login/logout to TestCase base class | Vincent Petry | 2014-12-10 | 1 | -0/+21 |
| | | | | | |||||
* | | | | | Merge pull request #12808 from owncloud/add-special-parameterlist-to-manager | Joas Schilling | 2014-12-12 | 1 | -0/+20 |
|\ \ \ \ \ | | | | | | | | | | | | | Add special parameterlist to manager | ||||
| * | | | | | Add test for getSpecialParameterList() | Joas Schilling | 2014-12-11 | 1 | -0/+20 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #12781 from owncloud/jenkins-curl-open-basedir | Morris Jobke | 2014-12-11 | 1 | -0/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | [Jenkins only] curl open basedir | ||||
| * | | | | | Check if open_basedir is set | Lukas Reschke | 2014-12-11 | 1 | -0/+9 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | The file:// protocol does not work with curl when an open_basedir is set. This fixes https://github.com/owncloud/core/issues/12016 | ||||
* | | | | | Merge pull request #12780 from owncloud/make-datetimeformattertest-reliable | Joas Schilling | 2014-12-11 | 1 | -4/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Use a fixed timestamp so we dont switch days/years with the getTimestampAgo | ||||
| * | | | | | Use a fixed timestamp so we dont switch days/years with the getTimestampAgo | Joas Schilling | 2014-12-11 | 1 | -4/+2 |
| |/ / / / | |||||
* / / / / | Correctly fallback to english, if the plural case is not translated | Joas Schilling | 2014-12-11 | 2 | -1/+20 |
|/ / / / | |||||
* | | | | Merge pull request #12746 from owncloud/skip-longpath-test-again | Thomas Müller | 2014-12-10 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | skip testLongPath() | ||||
| * | | | skip testLongPath() | Thomas Müller | 2014-12-10 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #12750 from owncloud/cache-numericstorageidfix | Robin Appelman | 2014-12-10 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Fix numeric storage id for cache wrapper | ||||
| * | | | Fix numeric storage id for cache wrapper | Vincent Petry | 2014-12-10 | 1 | -0/+4 |
| |/ / | |||||
* | | | Merge pull request #12485 from owncloud/jenkins-12383 | Joas Schilling | 2014-12-10 | 3 | -12/+201 |
|\ \ \ | |/ / |/| | | New DateTimeFormatter class for dates in other timezones and languages | ||||
| * | | Deprecate Util::formatDate() | Joas Schilling | 2014-12-10 | 2 | -12/+24 |
| | | | | | | | | | | | | Make DateTimeFormatter a service and adjust tests that have been inaccurate | ||||
| * | | Add sometests and copy tests from Util::formatDate to new class | Joas Schilling | 2014-12-09 | 1 | -0/+177 |
| | | | |||||
* | | | Merge pull request #12711 from owncloud/add-backend-to-rest-index | Lukas Reschke | 2014-12-10 | 3 | -38/+87 |
|\ \ \ | |_|/ |/| | | Expose backend type via REST API |