summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/Share.php
Commit message (Collapse)AuthorAgeFilesLines
* only use share cacheentry when availableRobin Appelman2021-03-151-2/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* adjust testsRobin Appelman2021-03-151-1/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix search in nested jailsRobin Appelman2021-03-151-2/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+3
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
| | | | | | | | | | | * 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>
* Respect the accepted flag for group and user sharesJoas Schilling2019-11-121-0/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add expiration event for sharesJohn Molakvoæ (skjnldsv)2019-08-211-0/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* allow to add labels to sharesBjoern Schiessle2018-11-011-0/+17
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Extend IShare to show hide download stateRoeland Jago Douma2018-10-301-0/+13
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add "sendPasswordByTalk" property to sharesDaniel Calviño Sánchez2018-07-241-0/+17
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* allow 'note' to be nullBjoern Schiessle2018-07-211-1/+4
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* allow to add a personal note to a shareBjoern Schiessle2018-07-211-0/+17
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* SharedWithDisplayName + SharedWithAvatarMaxence Lange2018-05-211-0/+40
| | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* let the share backend get the node cacheentry to save queriesRobin Appelman2016-11-171-0/+18
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Always unlock node after trying to create a shareRobin Appelman2016-10-121-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Update license headersLukas Reschke2016-05-261-0/+1
|
* use share initiator as fall back to access the fileBjörn Schießle2016-05-201-4/+13
| | | | | in case of federated re-shares the owner can be a remote user. Therefore we can't always use to owner to access the local file
* Add setId and setProviderID to the public interfaceRoeland Jago Douma2016-03-301-2/+23
| | | | | | Fixes #23337 We only allow the id to be set once!
* Move (new) sharing over to composer autoloaderRoeland Jago Douma2016-03-201-0/+389