| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #4816 from nextcloud/Ardinis-quota-files_external | Morris Jobke | 2017-05-12 | 1 | -3/+3 |
|\ |
|
| * | fix quota tests for external storage | Morris Jobke | 2017-05-12 | 1 | -3/+3 |
* | | Merge pull request #4809 from nextcloud/downstream-27676 | Lukas Reschke | 2017-05-12 | 1 | -15/+7 |
|\ \ |
|
| * | | Disable the API endpoints as well | Joas Schilling | 2017-05-11 | 1 | -15/+7 |
| |/ |
|
* | | Merge pull request #4825 from nextcloud/add-timeout-appstore | Lukas Reschke | 2017-05-12 | 1 | -1/+5 |
|\ \ |
|
| * | | Fix failed assertions | Joas Schilling | 2017-05-12 | 1 | -1/+5 |
| |/ |
|
* / | Fix unit tests | Joas Schilling | 2017-05-12 | 3 | -2/+12 |
|/ |
|
* | Automatic injection into the Fetchers | Joas Schilling | 2017-05-10 | 3 | -3/+18 |
* | Automatic creation of Identity manager | Joas Schilling | 2017-05-10 | 1 | -3/+14 |
* | Automatic injection for CssController | Joas Schilling | 2017-05-10 | 1 | -3/+10 |
* | Automatic injection for JsController | Joas Schilling | 2017-05-10 | 1 | -1/+9 |
* | Merge pull request #4718 from nextcloud/handle-stalled-or-invisible-elements-... | Morris Jobke | 2017-05-08 | 3 | -78/+493 |
|\ |
|
| * | Add automatic handling of common command failures of Mink elements | Daniel Calviño Sánchez | 2017-05-06 | 3 | -2/+315 |
| * | Extract element finding to a command object | Daniel Calviño Sánchez | 2017-05-06 | 2 | -78/+178 |
| * | Make internal find methods static | Daniel Calviño Sánchez | 2017-05-06 | 1 | -8/+10 |
| * | Add missing type hints | Daniel Calviño Sánchez | 2017-05-06 | 1 | -3/+3 |
* | | Increase device password entropy. Use lower- and upper-case characters and di... | Fabrizio Steiner | 2017-05-08 | 1 | -3/+3 |
|/ |
|
* | Make cache tests a bit more clear | Morris Jobke | 2017-05-04 | 2 | -12/+44 |
* | Update login flow redirection | Mario Danic | 2017-05-04 | 1 | -2/+2 |
* | Merge pull request #4682 from nextcloud/try-to-start-browser-sessions-again-w... | Morris Jobke | 2017-05-04 | 4 | -11/+96 |
|\ |
|
| * | Add option to acceptance test runners to set a custom timeout multiplier | Daniel Calviño Sánchez | 2017-05-03 | 2 | -1/+48 |
| * | Try again to start browser sessions when they fail | Daniel Calviño Sánchez | 2017-05-03 | 1 | -1/+27 |
| * | Generalize attribute name | Daniel Calviño Sánchez | 2017-05-03 | 1 | -8/+8 |
| * | Fix exponential increase of timeout when finding ancestor elements | Daniel Calviño Sánchez | 2017-05-03 | 1 | -1/+13 |
* | | Merge pull request #4662 from nextcloud/remove-named-selectors-from-acceptanc... | Morris Jobke | 2017-05-02 | 6 | -30/+33 |
|\ \ |
|
| * | | Replace "named" Mink selectors with "named_exact" Mink selectors | Daniel Calviño Sánchez | 2017-05-02 | 1 | -14/+14 |
| * | | Remove "content" locator from acceptance tests | Daniel Calviño Sánchez | 2017-05-02 | 6 | -16/+19 |
| |/ |
|
* | | Merge pull request #4665 from nextcloud/enable-redis | Morris Jobke | 2017-05-02 | 1 | -0/+12 |
|\ \ |
|
| * | | Add redis support to our CI jobs | Morris Jobke | 2017-05-02 | 1 | -0/+12 |
* | | | Merge pull request #4620 from nextcloud/preview-error-handling | Roeland Jago Douma | 2017-05-02 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | fix preview tests | Robin Appelman | 2017-05-02 | 1 | -0/+3 |
* | | | | Merge pull request #4659 from nextcloud/fix/ignore-empty-email-contacts-menu | Lukas Reschke | 2017-05-02 | 1 | -0/+24 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Do not show an email action for contacts with emtpy email addresses | Christoph Wurst | 2017-05-02 | 1 | -0/+24 |
| | |/
| |/| |
|
* / | | Fix test | Roeland Jago Douma | 2017-05-02 | 1 | -20/+10 |
|/ / |
|
* | | Fix and update tests | Roeland Jago Douma | 2017-05-02 | 1 | -65/+116 |
* | | Add missing space | Lukas Reschke | 2017-05-01 | 1 | -1/+1 |
* | | Mark IP as whitelisted if brute force protection is disabled | Lukas Reschke | 2017-05-01 | 1 | -8/+51 |
|/ |
|
* | Rename “Server settings” to “Basic settings” | Marius Blüm | 2017-04-29 | 1 | -2/+2 |
* | consolidate setEnabled method | Arthur Schiwon | 2017-04-29 | 1 | -12/+16 |
* | UserManager can now count disabled users | Arthur Schiwon | 2017-04-29 | 1 | -0/+25 |
* | fix unit tests | Morris Jobke | 2017-04-29 | 1 | -16/+6 |
* | use proper return codes and handle failure cases | Morris Jobke | 2017-04-29 | 1 | -4/+8 |
* | Improve wording of error messages | Morris Jobke | 2017-04-29 | 1 | -6/+6 |
* | fix unit tests | Morris Jobke | 2017-04-29 | 1 | -24/+13 |
* | add unit tests for enable method | Morris Jobke | 2017-04-29 | 1 | -1/+221 |
* | add unit tests for disable method | Morris Jobke | 2017-04-29 | 1 | -1/+219 |
* | adjust tests to have at least one disabled user | Morris Jobke | 2017-04-29 | 1 | -2/+13 |
* | Fix unit tests | Roeland Jago Douma | 2017-04-29 | 1 | -1/+59 |
* | Fix unit tests | Morris Jobke | 2017-04-29 | 1 | -4/+4 |
* | fix unit test | Bjoern Schiessle | 2017-04-28 | 1 | -21/+24 |