summaryrefslogtreecommitdiffstats
path: root/lib/public/Share
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixup! Get all shares as iterableDaniel Calviño Sánchez2019-10-302-0/+2
* Get all shares as iterableRoeland Jago Douma2019-10-302-0/+19
* Having the contructor in the interface makes no sense...Roeland Jago Douma2019-10-291-7/+0
* Merge pull request #16723 from nextcloud/fix/sharing/unshare-messageJoas Schilling2019-08-261-0/+8
|\
| * Add expiration event for sharesJohn Molakvoæ (skjnldsv)2019-08-211-0/+8
* | Make the sharing constants publicly availableJoas Schilling2019-08-231-0/+57
|/
* allow to add labels to sharesBjoern Schiessle2018-11-011-0/+17
* Extend IShare to show hide download stateRoeland Jago Douma2018-10-301-0/+21
* Add "sendPasswordByTalk" property to sharesDaniel Calviño Sánchez2018-07-241-0/+23
* allow to add a personal note to a shareBjoern Schiessle2018-07-211-0/+18
* Merge pull request #5280 from nextcloud/shared-with-display-nameMorris Jobke2018-07-131-0/+34
|\
| * SharedWithDisplayName + SharedWithAvatarMaxence Lange2018-05-211-0/+34
* | implement federated group sharesBjoern Schiessle2018-07-111-0/+8
* | Fix PHPDocMorris Jobke2018-07-051-1/+1