aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* feat(share): make sharelink token length configurableernolf/configurable_sharetoken_lengthernolf2024-09-281-7/+37
* fix(l10n): Rephrasing some exceptions to be translatedGit'Fellow2024-09-201-14/+13
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
* chore(i18n): Spelling of IDrakekniven2024-09-061-2/+2
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-2/+2
* fix: adjust sharing controller exceptions caseJohn Molakvoæ2024-09-041-2/+2
* fix(l10n): Translate all share exceptionsGit'Fellow2024-09-041-70/+63
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* fix: check for correct storage class when checking for link parentRobin Appelman2024-08-161-1/+2
* fix: Add `acceptShare` as an interfaceFerdinand Thiessen2024-07-301-3/+4
* feat(files_sharing): implement IShareProviderWithNotification and refactor se...skjnldsv2024-07-121-110/+11
* fix(files_sharing): Store the expiration date relative to the server's timezoneLouis Chemineau2024-06-261-10/+7
* fix(dav): also return shared-with-me shares dataskjnldsv2024-06-121-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-241-38/+4
* refactor(shareManager): Use constructor property promotionfenn-cs2024-05-231-75/+23
* fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-05-231-78/+89
* Merge pull request #44460 from nextcloud/remove-non-shallow-in-folderRobin Appelman2024-05-171-1/+4
|\
| * refactor: remove non-shallow getSharesInFolderRobin Appelman2024-05-011-1/+4
* | fix: cleanup logic for getting the max reshare permissionsRobin Appelman2024-05-031-49/+8
|/
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* ShareByMailProvider: getAccessList: recommended style changesAdam Serbinski2024-03-211-3/+3
* ShareByMailProvider: getAccessList: add token to returned arrayAdam Serbinski2024-03-211-2/+2
* ShareByMailProvider: getAccessList: return full list of recipientsAdam Serbinski2024-03-211-5/+9
* fix(share): use share owner to confirm reshareMaxence Lange2024-03-201-3/+9
* refactor: make share manager buildableRobin Appelman2024-03-061-2/+1
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-4/+2
* feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-221-10/+16
* fix: phpunitJohn Molakvoæ2024-02-131-2/+2
* feat: rename users to account or personVincent Petry2024-02-131-2/+2
* feat(php,vue): Create a new parameterBaptiste Fotia2024-01-311-1/+24
* fix(manager): removed dead codeEduardo Morales2023-12-181-7/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-6/+6
* Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-041-36/+5
|\
| * cleanup di for share permissions wrapperRobin Appelman2023-08-161-36/+5
* | Use nullsafe call syntax instead of additionnal checkCôme Chilliet2023-08-281-1/+1
* | Set files_sharing:hide_disabled_user_shares to 'yes' to hide shares from disa...Côme Chilliet2023-08-281-5/+19
|/
* fix: Remove legacy dispatcher from share managerJoas Schilling2023-07-281-6/+0
* feat!: Migrate Share accepted event to typed eventJoas Schilling2023-07-281-2/+4
* feat!: Migrate unShare events to typed eventsJoas Schilling2023-07-281-14/+11
* feat!: Migrate Sharing events to typed eventsJoas Schilling2023-07-281-8/+6
* fix: Move Sharing events to IEventDispatcherJoas Schilling2023-07-271-2/+2
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
* Fix types for reading and writing config valuesjld31032023-04-051-1/+1
* also set the node when re-using existing share on share createRobin Appelman2023-04-031-0/+4
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+1
* composer run cs:fixCôme Chilliet2023-01-201-2/+0
* Fix checkpassword undocummented null parameterCarl Schwan2022-10-171-1/+1
* don't reduce file public link permissions if public upload is not enabledJulien Veyssier2022-08-011-2/+2
* Fix share attribute related tests + code styleVincent Petry2022-07-281-14/+1
* Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+14