aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/service/backendservicetest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-241-211/+0
|
* Add tests for backend/auth mechanism providersRobin McCorkell2016-05-111-0/+76
|
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
|
* Happy new year!Thomas Müller2016-01-121-2/+3
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-0/+5
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* Revert "Implement more fine-grained external storage permissions model"Robin McCorkell2015-09-231-3/+3
| | | | | | This reverts commit 0b97a05e7bd631d66de1c2aee115113ada8a5f63. This reverts commit d2e3c17c0000bc0020f1ff641190452f370434de. This reverts commit cc88c5f4b84da57c425cbdb7dc8b391b1942b503.
* Implement more fine-grained external storage permissions modelRobin McCorkell2015-08-281-25/+3
| | | | | | | | | | | | | | VisibilityTrait -> PermissionsTrait PermissionsTrait stores two sets of data, $permissions and $allowedPermissions (analogous to $visibility and $allowedVisibility of VisibilityTrait). Each set is a map of user type ('admin' or 'personal') to permissions (mounting permission, create permission). The result is that a backend can now be restricted for creation, while still allowing it to be mounted. This is useful for deprecating backends or auth mechanisms, preventing new storages being created, while still allowing existing storages to be mounted.
* Unit tests for new backend APIRobin McCorkell2015-08-191-0/+152