| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "composer.lock" for acceptance tests to git | Daniel Calviño Sánchez | 2021-01-18 | 2 | -3/+2774 |
* | Add acceptance tests for reshares by link when resharing is disabled | Daniel Calviño Sánchez | 2020-11-11 | 2 | -0/+110 |
* | Add acceptance tests for reshares when resharing is disabled | Daniel Calviño Sánchez | 2020-11-11 | 3 | -0/+192 |
* | Merge pull request #23624 from nextcloud/backport/23614/stable19 | Morris Jobke | 2020-10-22 | 1 | -42/+43 |
|\ |
|
| * | Disable unreliable app-files-sharing.feature:108 | Morris Jobke | 2020-10-22 | 1 | -42/+43 |
* | | Disable unreliable app-files.feature:108 | Morris Jobke | 2020-10-22 | 1 | -6/+7 |
|/ |
|
* | Fix clicks on actions menu of non opaque file rows in acceptance tests | Daniel Calviño Sánchez | 2020-08-30 | 1 | -7/+37 |
* | Add acceptance test for disabling create permission after sharing | Daniel Calviño Sánchez | 2020-06-24 | 1 | -0/+43 |
* | Add acceptance test for sharing a folder without create permission | Daniel Calviño Sánchez | 2020-06-24 | 2 | -0/+75 |
* | Add acceptance test for sharing a file without edit permission | Daniel Calviño Sánchez | 2020-06-24 | 2 | -0/+75 |
* | Generalize functions to get locators for share permission checkboxes | Daniel Calviño Sánchez | 2020-06-24 | 1 | -9/+23 |
* | acceptence tests shall specify which branch to pick when cloning apps | Arthur Schiwon | 2020-06-19 | 1 | -1/+2 |
* | Merge pull request #20419 from nextcloud/dependabot/npm_and_yarn/various | John Molakvoæ | 2020-04-11 | 1 | -4/+4 |
|\ |
|
| * | Bump acceptance tests | John Molakvoæ (skjnldsv) | 2020-04-10 | 1 | -4/+4 |
* | | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 34 | -60/+7 |
* | | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
|/ |
|
* | Remove trailing whitespaces from comments | Christoph Wurst | 2020-04-09 | 4 | -6/+6 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 6 | -18/+18 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 2 | -13/+13 |
* | tests: fix failing header acceptance test | Azul | 2020-04-07 | 1 | -1/+1 |
* | Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-... | Roeland Jago Douma | 2020-04-04 | 2 | -0/+55 |
|\ |
|
| * | Add acceptance test for restricting user enumeration to groups | Daniel Calviño Sánchez | 2020-03-24 | 2 | -0/+55 |
* | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -1/+0 |
|\ \ |
|
| * | | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
| |/ |
|
* / | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 4 | -18/+18 |
|/ |
|
* | Add acceptance test for accepting an incoming share | Daniel Calviño Sánchez | 2020-03-20 | 2 | -0/+71 |
* | Fix timeout capping | Daniel Calviño Sánchez | 2020-03-20 | 1 | -1/+1 |
* | Revert (partially) "Accept incoming shares in acceptance tests" | Daniel Calviño Sánchez | 2020-03-20 | 2 | -23/+18 |
* | Force compatible dependency versions in acceptance tests | Daniel Calviño Sánchez | 2020-03-20 | 1 | -2/+2 |
* | fix the folder share | GretaD | 2019-12-19 | 1 | -4/+4 |
* | Move users management to multi line | Greta Doci | 2019-12-12 | 2 | -36/+73 |
* | Adjust tags acceptance tests to moved admin section | Julius Härtl | 2019-11-28 | 1 | -3/+3 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 2 | -2/+2 |
* | Accept incoming shares in acceptance tests | Daniel Calviño Sánchez | 2019-11-20 | 5 | -18/+128 |
* | Rename "Notification" to "Toast" | Daniel Calviño Sánchez | 2019-11-20 | 2 | -11/+11 |
* | Adjust acceptance tests to new OCA.Sidebar | John Molakvoæ (skjnldsv) | 2019-10-29 | 4 | -46/+53 |
* | Run acceptance tests on PHP 7.3 | Daniel Calviño Sánchez | 2019-10-22 | 1 | -1/+1 |
* | Fix tag acceptance tests after #16682 | John Molakvoæ (skjnldsv) | 2019-10-04 | 2 | -3/+19 |
* | Remove input id on login form | John Molakvoæ (skjnldsv) | 2019-09-28 | 1 | -1/+1 |
* | Adjust acceptance tests to changes in link share menu behaviour | Greta Doci | 2019-08-29 | 1 | -8/+0 |
* | Allow Context subclasses in acceptance tests to access parent actor | Daniel Calviño Sánchez | 2019-08-16 | 1 | -1/+1 |
* | Adjust acceptance tests to notifications based on toastify (#15938) | John Molakvoæ | 2019-06-13 | 1 | -2/+2 |
|\ |
|
| * | Adjust acceptance tests to notifications based on toastify | Daniel Calviño Sánchez | 2019-06-12 | 1 | -2/+2 |
* | | Add messages to assertFalse/True to clarify the failed assertion | Daniel Calviño Sánchez | 2019-06-12 | 1 | -3/+6 |
|/ |
|
* | Disable acceptance test which should fail anyway | Joas Schilling | 2019-04-11 | 1 | -8/+9 |
* | Add acceptance test for public folder navigation | Julius Härtl | 2019-04-10 | 1 | -0/+20 |
* | Adjust acceptance tests to changes of file names in file picker | Daniel Calviño Sánchez | 2019-04-03 | 1 | -1/+3 |
* | Revert "Temp disable bundle tests" | Roeland Jago Douma | 2019-04-01 | 1 | -8/+8 |
* | Temp disable bundle tests | Roeland Jago Douma | 2019-03-20 | 1 | -8/+8 |