summaryrefslogtreecommitdiffstats
path: root/lib/public/Share/IManager.php
Commit message (Expand)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Fix checkpassword undocummented null parameterCarl Schwan2022-10-171-1/+1
* Add argument to getSharesInFolder enable deep share lookupLouis Chemineau2022-07-261-9/+2
* Recursively fetch subsharesLouis Chemineau2022-07-261-0/+8
* Use email settings in DAV searchLouis Chemineau2022-04-191-1/+9
* Use share setting in DAV searchLouis Chemineau2022-04-191-0/+8
* Allow to disable password policy enforcement for selected groupsCarl Schwan2022-04-051-1/+3
* Clarify that some interface are not meant to be implementedCarl Schwan2022-03-041-1/+5
* Move common logic to share managerJoas Schilling2021-11-091-0/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* update public interface with new methodsRobin Appelman2021-05-121-0/+48
* Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-101-0/+8
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-0/+8
* Allow apps to register their share providers from outsideJulius Härtl2020-12-091-0/+6
* Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Expose enumeration config though share managerJulius Härtl2020-03-201-0/+16
* Update license headersChristoph Wurst2019-12-051-1/+4
* Allow to accept group sharesJoas Schilling2019-11-121-0/+12
* fixup! Get all shares as iterableDaniel Calviño Sánchez2019-10-301-0/+1
* Get all shares as iterableRoeland Jago Douma2019-10-301-0/+11
* implement federated group sharesBjoern Schiessle2018-07-111-0/+8
* Fix PHPDocMorris Jobke2018-07-051-1/+1
* getDeletedSharedWith methodJohn Molakvoæ (skjnldsv)2018-07-051-0/+14
* Add API to undelete delete group sharesRoeland Jago Douma2018-07-051-0/+15
* Update license headersMorris Jobke2017-11-061-0/+4
* Add exceptions to PHPDoc of interfaceLukas Reschke2017-09-101-0/+3
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-8/+23
* Fix returned paths for remote sharesJoas Schilling2017-04-131-1/+1
* Return the paths for the users without setting them all upJoas Schilling2017-04-131-2/+3
* Fix commentsRoeland Jago Douma2017-04-131-2/+3
* Added to public interfaceRoeland Jago Douma2017-04-131-0/+30
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-2/+2
* fix phpdocRobin Appelman2016-11-091-1/+1
* add method to check if a share provider for a given type is loadedBjoern Schiessle2016-11-011-0/+8
* Stricter signatureRoeland Jago Douma2016-10-311-2/+3
* Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-311-0/+11
* Fix othersJoas Schilling2016-07-211-2/+3
* Fix phpdocRoeland Jago Douma2016-05-101-2/+1
* Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-131-1/+11
* Migrate post_groupDelete hook to share manager (#23841)Roeland Douma2016-04-121-0/+9
* Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-041-0/+11
* Move OCP\Share over to PSR-4Roeland Jago Douma2016-03-301-0/+247