summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-2436-175/+974
|\
| * unit test adjustmentRoger Szabo2017-04-073-23/+35
| * lower case for attributesRoger Szabo2017-04-061-7/+7
| * blizzz comments 03.04.2017 with cachingRoger Szabo2017-04-061-2/+7
| * blizzz comments 03.04.2017Roger Szabo2017-04-065-22/+26
| * usertest adjustmentRoger Szabo2017-03-311-1/+1
| * usertest adjustmentRoger Szabo2017-03-311-11/+11
| * remove redundant tabsRoger Szabo2017-03-311-4/+4
| * restore ldap_password_renew_prRoger Szabo2017-03-3134-163/+941
* | Merge pull request #4443 from nextcloud/cleanup-unused-importsJoas Schilling2017-04-2496-164/+1
|\ \
| * | Remove unused use statementsMorris Jobke2017-04-2296-164/+1
* | | 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