aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/ShareHelper.php
Commit message (Collapse)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | 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>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add samples to the docsJoas Schilling2017-04-131-0/+38
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Catch exceptions and use as many results as possibleJoas Schilling2017-04-131-24/+59
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix tests for ShareHelperJoas Schilling2017-04-131-0/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix returned paths for remote sharesJoas Schilling2017-04-131-20/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Also return the tokenJoas Schilling2017-04-131-5/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Return the paths for the users without setting them all upJoas Schilling2017-04-131-24/+94
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Added ShareHelperRoeland Jago Douma2017-04-131-0/+64
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>