aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Share20
Commit message (Expand)AuthorAgeFilesLines
* config.php setting to always accept internal sharesRoeland Jago Douma2019-12-161-43/+57
* Merge pull request #17725 from nextcloud/enh/share_exp_internalRoeland Jago Douma2019-11-281-1/+2
|\
| * Fix testsRoeland Jago Douma2019-11-271-1/+2
* | Mode to modern phpunitRoeland Jago Douma2019-11-275-173/+173
* | Fix more testsRoeland Jago Douma2019-11-271-2/+2
* | Make phpunit8 compatibleRoeland Jago Douma2019-11-275-6/+6
|/
* Add typed events for password_policyChristoph Wurst2019-11-271-25/+30
* Some php-cs fixesRoeland Jago Douma2019-11-225-14/+19
* Add unit tests for "getAllShares()"Daniel Calviño Sánchez2019-10-302-0/+216
* Fix permission check on incoming federated sharesJulius Härtl2019-07-311-0/+33
* Always set the display name for user sharesJulius Härtl2019-07-031-0/+9
* Unify the permission checking in one place onlyJoas Schilling2019-07-031-4/+9
* Better check reshare permissions when creating a shareJoas Schilling2019-07-031-0/+6
* Add event dispatcher to OCPChristoph Wurst2019-06-251-4/+3
* Correctly determinate the owner in case of shared external storagesJoas Schilling2019-02-181-16/+30
* Remove deprecated functions from SecureRandomRoeland Jago Douma2018-12-071-4/+0
* Fix typo in "incoming"Joas Schilling2018-12-051-1/+1
* Store "sendPasswordByTalk" property of link shares in the databaseDaniel Calviño Sánchez2018-11-021-0/+9
* Fix update share testsDaniel Calviño Sánchez2018-11-021-2/+50
* Add support for tokens in room sharesDaniel Calviño Sánchez2018-08-081-0/+50
* Honour "sendPasswordByTalk" property in mail sharesDaniel Calviño Sánchez2018-07-241-0/+436
* fix unit testsBjoern Schiessle2018-07-211-4/+48
* testsMaxence Lange2018-05-211-0/+17
* Fix risky tests without assertionsJoas Schilling2018-01-251-0/+11
* Fix current access list test and add one for $currentAccess === falseJoas Schilling2017-11-281-2/+113
* Use the language of the recipient for the share notificationJoas Schilling2017-09-081-0/+11
* Move pre_shared and post_shared events to EventDispatcherRoeland Jago Douma2017-08-032-86/+237
* Send an email once a file/folder is shared with a userMorris Jobke2017-07-281-7/+40
* Emit hook postUnshareFromSelf when the recipient of a share unshares itPauli Järvinen2017-07-202-0/+86
* Fix emitting of legacy hook post_unsharePauli Järvinen2017-07-161-1/+1
* Improve wording of various error messagesJan-Christoph Borchardt2017-06-211-22/+22
* Fix unknown share tokenJoas Schilling2017-06-131-0/+5
* Add missing unit test for updateShare with email shareDaniel Calviño Sánchez2017-04-241-0/+75
* Add missing hook checkDaniel Calviño Sánchez2017-04-241-2/+13
* Fix double hashing of shared link passwordsDaniel Calviño Sánchez2017-04-241-0/+6
* Get proper accesslist for userFolderRoeland Jago Douma2017-04-201-2/+1
* Add more tests for the share helperJoas Schilling2017-04-131-0/+111
* Activate the testJoas Schilling2017-04-131-1/+1
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-4/+12
* Fix share manager testJoas Schilling2017-04-131-13/+24
* Fix default share providerJoas Schilling2017-04-131-10/+10
* Fix tests for ShareHelperJoas Schilling2017-04-131-44/+70
* Add shareHelper testRoeland Jago Douma2017-04-131-0/+94
* Add mail element to access listRoeland Jago Douma2017-04-132-4/+0
* Offload acceslist creation to providersRoeland Jago Douma2017-04-132-41/+232
* Fix testsRoeland Jago Douma2017-04-131-0/+6
* Add owner to access listRoeland Jago Douma2017-04-131-1/+1
* Add getAccessList to ShareManagerRoeland Jago Douma2017-04-131-1/+82
* update unit testsBjoern Schiessle2017-04-071-7/+10
* Merge pull request #3844 from nextcloud/unshare_eventJoas Schilling2017-03-212-171/+189
|\