Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-22Some php-cs fixesRoeland Jago Douma
* Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-12Only restrict loading of group and user shares for nowJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-12Allow to accept group sharesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-12Respect the accepted flag for group and user sharesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-30fixup! Get all shares as iterableDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-10-30Get all shares as iterableRoeland Jago Douma
Sometimes we need all shares or rather a specific subset of shares but creating dedicated functions is a pain. This just returns an iterable object for all shares so we can loop over them without allocating all the memory on the system. It should not be used by any user called code. But in an occ command or background job it is fine IMO. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-29Having the contructor in the interface makes no sense...Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-26Merge pull request #16723 from nextcloud/fix/sharing/unshare-messageJoas Schilling
Add expiration event for shares
2019-08-23Make the sharing constants publicly availableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-21Add expiration event for sharesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-11-01allow to add labels to sharesBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-10-30Extend IShare to show hide download stateRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-24Add "sendPasswordByTalk" property to sharesDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-07-21allow to add a personal note to a shareBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-13Merge pull request #5280 from nextcloud/shared-with-display-nameMorris Jobke
sharedWithDisplayName & sharedWithAvatar
2018-07-11implement federated group sharesBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-05Fix PHPDocMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-05getDeletedSharedWith methodJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-05Add API to undelete delete group sharesRoeland Jago Douma
When a group share is deleted we keep track of this in the DB. Right now it is only possible for a recipient to get back the share by asking the sharer to delete it and to share it again. This doesn't scale. This endpoint makes it possible to get back the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-02replace \OCP\Federation\Exception\ShareNotFoundException with the generic ↵Bjoern Schiessle
\OCP\Share\Exception\ShareNotFound exception Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-02implement accept share notificationBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-05-21SharedWithDisplayName + SharedWithAvatarMaxence Lange
Signed-off-by: Maxence Lange <maxence@nextcloud.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-09-10Add exceptions to PHPDoc of interfaceLukas Reschke
Improves static code analysis here and also keeps expectations proper. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-08-01Replace wrong PHPDocsLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-06-21Improve wording of various error messagesJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-04-13Adjust docs and make !$currentAccess simplerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-13Fix returned paths for remote sharesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-13Return the paths for the users without setting them all upJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-04-13Fix commentsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-04-13Offload acceslist creation to providersRoeland Jago Douma
* This allows for effective queries. * Introduce currentAccess parameter to speciy if the users needs to have currently acces (deleted incomming group share). (For notifications) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-04-13Added to public interfaceRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-04-07update unit testsBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2016-11-17let the share backend get the node cacheentry to save queriesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-11-15@since 9.2.0 to @since 11.0.0Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-09fix phpdocRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-11-01add method to check if a share provider for a given type is loadedBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2016-10-31Stricter signatureRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-10-31Add getShareTypesInFolder to optimize folder listeningRobin Appelman
Signed-off-by: Robin Appelman <icewind@owncloud.com>
2016-07-21Fix othersJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-10Fix phpdocRoeland Jago Douma
2016-04-13Move post_removeFromGroup to shareManagerRoeland Jago Douma
The last sharing hook to be moved over. * Added unit tests * Removed old tests that relied on old behaviour * Removed old hooks.php
2016-04-12Migrate post_groupDelete hook to share manager (#23841)Roeland Douma
The hook now calls the share manager that will call the responsible shareProvider to do the proper cleanup. * Unit tests added Again nothing should change it is just to cleanup old code
2016-04-04Migrate post_userDelete hook to share managerRoeland Jago Douma
This makes the post_userDelete hook call the sharemanager. This will cleanup to and from this user. * All shares owned by this user * All shares with this user (user) * All custom group shares * All link share initiated by this user (to avoid invisible link shares) Unit tests are added for the defaultshare provider as well as the federated share provider
2016-03-30Move OCP\Share over to PSR-4Roeland Jago Douma
Touching the code so moving it over to PSR-4