summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing unit test cases and conditionsDaniel Calviño Sánchez2017-04-241-0/+49
* Extract updateSharePasswordIfNeeded functionDaniel Calviño Sánchez2017-04-241-22/+30
* Join if block to preceding if chainDaniel Calviño Sánchez2017-04-241-3/+2
* Add missing unit test for updateShare with email shareDaniel Calviño Sánchez2017-04-241-0/+75
* Add missing hook checkDaniel Calviño Sánchez2017-04-241-2/+13
* Fix double hashing of shared link passwordsDaniel Calviño Sánchez2017-04-242-1/+7
* Fix working icon not hidden when successfully setting a passwordDaniel Calviño Sánchez2017-04-242-0/+145
* Add acceptance tests for sharing password protected linksDaniel Calviño Sánchez2017-04-245-0/+289
* Add system to share data between acceptance test stepsDaniel Calviño Sánchez2017-04-242-3/+29
* Merge pull request #4434 from nextcloud/add-rate-limiting-to-solve-challenge-...Lukas Reschke2017-04-241-0/+2
|\
| * Add rate limit to TOTP solve challenge controllerLukas Reschke2017-04-221-0/+2
* | Merge pull request #4401 from nextcloud/caldav-carddav-nc-owner-displaynameRoeland Jago Douma2017-04-246-12/+77
|\ \
| * | add owner-displayname property to calendars and addressbooksGeorg Ehrke2017-04-236-12/+77
* | | Merge pull request #4444 from nextcloud/remove-unused-variablesRoeland Jago Douma2017-04-242-2/+0
|\ \ \
| * | | Remove unused variablesMorris Jobke2017-04-222-2/+0
* | | | [tx-robot] updated from transifexNextcloud bot2017-04-2436-4/+108
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2017-04-2362-236/+730
* | | Merge pull request #4435 from nextcloud/allow-at-maximum-10-reset-mails-reque...Lukas Reschke2017-04-222-1/+4
|\ \ \
| * | | Add at most 10 password reset requests per 5 minutes and IP rangeLukas Reschke2017-04-222-1/+4
| | |/ | |/|
* | | Merge pull request #4432 from nextcloud/fix-grammarLukas Reschke2017-04-221-4/+4
|\ \ \ | |/ / |/| |
| * | Fix grammarMorris Jobke2017-04-211-4/+4
| |/
* | [tx-robot] updated from transifexNextcloud bot2017-04-2290-142/+418
* | Merge pull request #4431 from nextcloud/acceptance-macosMorris Jobke2017-04-211-4/+30
|\ \ | |/ |/|
| * Run acceptance tests on macOSMorris Jobke2017-04-211-4/+30
|/
* Merge pull request #4208 from danxuliu/add-basic-acceptance-test-systemRoeland Jago Douma2017-04-2124-0/+2135
|\
| * Make test passwords valid for the password_policy appDaniel Calviño Sánchez2017-04-213-7/+7
| * Move acceptance tests from build/acceptance to tests/acceptanceDaniel Calviño Sánchez2017-04-2124-6/+7
| * Exclude data-autotest from the files copied to the containerDaniel Calviño Sánchez2017-04-211-1/+1
| * Add safety parameterDaniel Calviño Sánchez2017-04-213-4/+12
| * Remove no longer needed Docker helper and its related DockerfileDaniel Calviño Sánchez2017-04-212-278/+0
| * Change default configuration to use local helperDaniel Calviño Sánchez2017-04-212-29/+8
| * Run acceptance tests using the local helper instead of the Docker oneDaniel Calviño Sánchez2017-04-211-126/+49
| * Generalize names and descriptionsDaniel Calviño Sánchez2017-04-213-14/+14
| * Use PHP built-in web server instead of Apache in DroneDaniel Calviño Sánchez2017-04-213-230/+79
| * Replace downloaded Selenium server with Docker containerDaniel Calviño Sánchez2017-04-213-97/+70
| * Make possible to specify a subset of the acceptance tests to runDaniel Calviño Sánchez2017-04-191-2/+5
| * Add acceptance test steps to DroneDaniel Calviño Sánchez2017-04-192-0/+115
| * Add general multiplier for find timeoutsDaniel Calviño Sánchez2017-04-192-1/+48
| * Add the timeout in NoSuchElementException messagesDaniel Calviño Sánchez2017-04-191-1/+8
| * Add NextcloudTestServerHelper for Nextcloud servers in Drone servicesDaniel Calviño Sánchez2017-04-191-0/+272
| * Extract waiting for the server to start to the Utils classDaniel Calviño Sánchez2017-04-192-21/+32
| * Extract installation and configuration of the Nextcloud serverDaniel Calviño Sánchez2017-04-192-2/+32
| * Use NextcloudTestServerHelper in NextcloudTestServerContextDaniel Calviño Sánchez2017-04-191-31/+44
| * Extract NextcloudTestServerHelper interfaceDaniel Calviño Sánchez2017-04-192-11/+85
| * Reorganize method position inside classDaniel Calviño Sánchez2017-04-191-15/+15
| * Hide methods not needed outside the classDaniel Calviño Sánchez2017-04-191-4/+4
| * Remove no longer needed methodsDaniel Calviño Sánchez2017-04-191-28/+0
| * Move all Docker-related logic to NextcloudTestServerDockerHelperDaniel Calviño Sánchez2017-04-192-40/+79
| * Rename methods to something less tied to its implementationDaniel Calviño Sánchez2017-04-191-2/+2
| * Add acceptance tests related to access levelsDaniel Calviño Sánchez2017-04-192-3/+70