summaryrefslogtreecommitdiffstats
path: root/lib/public/Share
Commit message (Expand)AuthorAgeFilesLines
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+5
* Pluggable share providerLouis Chemineau2023-02-022-0/+77
* composer run cs:fixCôme Chilliet2023-01-2011-11/+0
* Fix checkpassword undocummented null parameterCarl Schwan2022-10-171-1/+1
* Fix view-only code after code review commentsVincent Petry2022-07-281-2/+4
* Fix share attribute related tests + code styleVincent Petry2022-07-282-8/+8
* Add share attributes + prevent download permissionVincent Petry2022-07-282-1/+94
* Add argument to getSharesInFolder enable deep share lookupLouis Chemineau2022-07-262-10/+4
* 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
* Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu2022-04-111-0/+13
* 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
* Default message for ShareNotFound exceptionJohn Molakvoæ (skjnldsv)2021-08-181-0/+14
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0412-20/+11
* update public interface with new methodsRobin Appelman2021-05-121-0/+48
* Remove duplicated query for email sharesDaniel Calviño Sánchez2021-03-221-1/+1
* 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
* send share notification instead of erroring on duplicate shareRobin Appelman2021-03-091-0/+50
* Fix docblock return type for IShareProviderRoeland Jago Douma2021-03-021-1/+1
* Update license headersChristoph Wurst2020-12-301-0/+1
* Move to single share event. Just emit more if neededRoeland Jago Douma2020-12-231-21/+1
* cs fixMaxence Lange2020-12-231-3/+3
* +ShareDeletedEventMaxence Lange2020-12-231-0/+80
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-0/+2
* Address minor commentsJulius Härtl2020-12-091-1/+2
* Add internal DECK_USER type to allow unsharing for individual usersJulius Härtl2020-12-091-0/+5
* Add share type for deckJulius Härtl2020-12-091-0/+5
* Allow apps to register their share providers from outsideJulius Härtl2020-12-092-0/+12
* Remove @package annotations from public namespaceJulius Härtl2020-08-266-6/+0
* Remove wrongly annotated package namesJulius Härtl2020-08-261-1/+0
* Always sort shares in a reliable wayJoas Schilling2020-06-081-1/+1
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-4/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+3
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Expose enumeration config though share managerJulius Härtl2020-03-201-0/+16
* Allow to overwrite share target mountpointsJoas Schilling2020-02-171-0/+83
* Update license headers for 18Christoph Wurst2019-12-201-1/+3
* config.php setting to always accept internal sharesRoeland Jago Douma2019-12-161-0/+53
* Update license headersChristoph Wurst2019-12-058-8/+17
* Some php-cs fixesRoeland Jago Douma2019-11-224-1/+4
* Only restrict loading of group and user shares for nowJoas Schilling2019-11-121-0/+6
* Allow to accept group sharesJoas Schilling2019-11-122-0/+22
* Respect the accepted flag for group and user sharesJoas Schilling2019-11-121-0/+34