aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/ApplicationTest.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcherJoas Schilling2023-07-251-6/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Multiple fixesCarl Schwan2022-07-311-24/+23
| | | | | | | | | | | - Fix tests - Use non deprecated event stuff - Add a bit of type hinting to the new stuff - More safe handling of instanceOfStorage (share might not be the first wrapper) - Fix resharing Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix share attribute related tests + code styleVincent Petry2022-07-281-10/+9
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+238
Makes it possible to store download permission Signed-off-by: Vincent Petry <vincent@nextcloud.com>