aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Share
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* feat(files_sharing): reminder for link shares with expiration dateStefan Cherniakov2024-09-031-0/+16
* fix: Add `acceptShare` as an interfaceFerdinand Thiessen2024-07-303-13/+29
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-6/+7
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-1/+1
* fix: psalm, cs, autoloader and lintskjnldsv2024-07-122-2/+2
* feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-121-2/+2
* feat(files_sharing): implement IShareProviderWithNotification and refactor se...skjnldsv2024-07-122-2/+26
* chore: Add SPDX headerAndy Scherzinger2024-05-2419-376/+52
* fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-05-231-3/+21
* fix: Fix tiny phpdoc errors related to ShareCôme Chilliet2024-04-301-0/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* ShareByMailProvider: getAccessList: add token to returned arrayAdam Serbinski2024-03-211-4/+4
* ShareByMailProvider: getAccessList: return full list of recipientsAdam Serbinski2024-03-211-3/+6
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-1/+1
* feat(php,vue): Create a new parameterBaptiste Fotia2024-01-311-0/+9
* feat: public dav endpoint v2John Molakvoæ2024-01-091-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-3/+3
* Fix return type of IShare::getExpirationDateVarun Patil2023-10-181-1/+1
* feat!: Migrate Share accepted event to typed eventJoas Schilling2023-07-281-0/+50
* feat!: Migrate unShare events to typed eventsJoas Schilling2023-07-282-0/+100
* feat!: Migrate Sharing events to typed eventsJoas Schilling2023-07-281-0/+66
* 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