Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add integration tests for searching users in contacts menu | Daniel Calviño Sánchez | 2021-04-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Make integration tests work with both PHP 7.3 and 7.4 | Daniel Calviño Sánchez | 2020-12-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | The "Trashbin" and "WebDav" traits were using each other in a circular dependency ("WebDav" -> "Sharing" -> "Provisioning" -> "BasicStructure" -> "Trashbin" -> "WebDav"). In PHP 7.3 this worked fine, but in PHP 7.4 the fatal error "Trait 'WebDav' not found in .../Trashbin.php" was thrown. To solve this now the "TrashBin" trait no longer explicitly uses "WebDav". However, due to this change, the class using "TrashBin" is now expected to also use "WebDav". As the "Trashbin" trait was not needed by most contexts using the "BasicStructure" trait "Trashbin" was removed from it and added only to those contexts that actually need it. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add integration tests for searching files by comments | Daniel Calviño Sánchez | 2018-07-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -1/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -0/+21 |
| | |||||
* | Fix WebDav | Joas Schilling | 2016-03-11 | 1 | -1/+0 |
| | |||||
* | Remove unnecessary imports | Joas Schilling | 2016-03-11 | 1 | -2/+0 |
| | |||||
* | Fix the use of traits | Joas Schilling | 2016-03-11 | 1 | -2/+0 |
| | |||||
* | Restructured FeatureContext to reuse some parts and run two servers in parallel | Sergio Bertolin | 2015-11-26 | 1 | -1047/+5 |
| | |||||
* | Making webdav path configurable | Sergio Bertolin | 2015-11-20 | 1 | -3/+13 |
| | |||||
* | modified makedavrequest to return response | Sergio Bertolin | 2015-11-20 | 1 | -3/+4 |
| | |||||
* | added test about resharing | Sergio Bertolin | 2015-11-19 | 1 | -2/+2 |
| | |||||
* | Added test and logic for deleting all group shares | Sergio Bertolin | 2015-11-19 | 1 | -2/+11 |
| | |||||
* | Added test for shared_with_me parameter | Sergio Bertolin | 2015-11-19 | 1 | -1/+12 |
| | |||||
* | Added some requirements for first test case | Sergio Bertolin | 2015-11-19 | 1 | -8/+100 |
| | |||||
* | Delete when it is a directory... | Joas Schilling | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | Fix doc blocks | Joas Schilling | 2015-11-18 | 1 | -34/+42 |
| | |||||
* | Added a test including all the fields of the share update and checking output | Sergio Bertolin | 2015-11-11 | 1 | -2/+49 |
| | |||||
* | Added a test and logic for checking answer of public shares | Sergio Bertolin | 2015-11-11 | 1 | -9/+69 |
| | |||||
* | Added test to get info of a specific share id | Sergio Bertolin | 2015-11-10 | 1 | -2/+27 |
| | | | | | | Check fields of the share response Added missing fields to check if their values are numbers | ||||
* | Added tests about getting shares of a file and a test for deleting a user ↵ | Sergio Bertolin | 2015-11-06 | 1 | -3/+20 |
| | | | | from a group which doesn't exist | ||||
* | Added changes in the verification of sharing get responses | Sergio Bertolin | 2015-11-05 | 1 | -1/+25 |
| | |||||
* | added test for deleting a share | Sergio Bertolin | 2015-11-04 | 1 | -1/+10 |
| | |||||
* | Added general function to create shares in preconditions. | Sergio Bertolin | 2015-11-04 | 1 | -7/+78 |
| | |||||
* | enhancements to pre and post conditions | Sergio Bertolin | 2015-11-03 | 1 | -0/+60 |
| | |||||
* | Upgrade behat to 3.0.x and use @BeforeScenario and @AfterScenario to clean ↵ | Thomas Müller | 2015-10-29 | 1 | -13/+23 |
| | | | | up users | ||||
* | added sharing feature file | Sergio Bertolin | 2015-10-29 | 1 | -28/+210 |
| | | | | | | | | | | added logic necessary for preconditions and postconditions of sharing tests Added sharing by link tests and sharing with group Added test which reproduces issue 19950 (adding expiration date) refactored given and then statements to be preconditions and not operations | ||||
* | added tests for apps | Sergio Bertolin | 2015-10-22 | 1 | -0/+57 |
| | |||||
* | added test for getting users of a group being subadmin | Sergio Bertolin | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | using canonize in assertEquals for arrays | Sergio Bertolin | 2015-10-21 | 1 | -15/+5 |
| | |||||
* | Added more tests and fixed a problem with asort which was returning false ↵ | Sergio Bertolin | 2015-10-20 | 1 | -4/+134 |
| | | | | positives | ||||
* | Fix whitespace issues in integration tests | Morris Jobke | 2015-10-08 | 1 | -15/+15 |
| | |||||
* | changing indentation, vertical elements and previous existance of users and ↵ | Sergio Bertolin | 2015-10-07 | 1 | -20/+20 |
| | | | | groups | ||||
* | ordering arrays before comparing | Sergio Bertolin | 2015-10-07 | 1 | -2/+2 |
| | |||||
* | checking users and groups | Sergio Bertolin | 2015-10-07 | 1 | -9/+15 |
| | |||||
* | lists getting ready | Sergio Bertolin | 2015-10-06 | 1 | -0/+37 |
| | |||||
* | [Intergration] Throw error if exception not thrown | Roeland Jago Douma | 2015-10-06 | 1 | -17/+2 |
| | |||||
* | restored assertions in existance of users and groups | Sergio Bertolin | 2015-10-06 | 1 | -12/+14 |
| | |||||
* | Being explicit between http and ocs return codes | Sergio Bertolin | 2015-10-06 | 1 | -12/+22 |
| | |||||
* | Return the actual ocs return codes and check it | Sergio Bertolin | 2015-10-06 | 1 | -11/+29 |
| | |||||
* | added some deletion logic | Sergio Bertolin | 2015-10-06 | 1 | -1/+0 |
| | |||||
* | added some group logic | Sergio Bertolin | 2015-10-06 | 1 | -0/+49 |
| | |||||
* | Support different server ports - defined by EXECUTOR_NUMBER | Thomas Müller | 2015-09-29 | 1 | -0/+6 |
| | |||||
* | Test user creation | Thomas Müller | 2015-09-29 | 1 | -45/+95 |
| | |||||
* | require autoload.php | Thomas Müller | 2015-09-29 | 1 | -6/+1 |
| | |||||
* | Adding missing files | Thomas Müller | 2015-09-29 | 1 | -0/+91 |