| Conditions | 1 |
| Paths | 1 |
| Total Lines | 16 |
| Code Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 40 | public function getCapabilities(): array { |
||
| 41 | return [ |
||
| 42 | 'files_sharing' => |
||
| 43 | [ |
||
| 44 | 'sharebymail' => |
||
| 45 | [ |
||
| 46 | 'enabled' => true, |
||
| 47 | 'upload_files_drop' => [ |
||
| 48 | 'enabled' => true, |
||
| 49 | ], |
||
| 50 | 'password' => [ |
||
| 51 | 'enabled' => true, |
||
| 52 | 'enforced' => $this->manager->enforcePasswordProtection(), |
||
| 53 | ], |
||
| 54 | 'expire_date' => [ |
||
| 55 | 'enabled' => true, |
||
| 56 | ], |
||
| 62 |