aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Expose enumeration config though share managerJulius Härtl2020-03-201-0/+9
* Update the target when it isempty after sharingRoeland Jago Douma2020-03-161-0/+5
* Strip of users home path from share api messageJoas Schilling2020-02-201-2/+4
* Accept shares when you open mailRoeland Jago Douma2020-01-061-1/+1
* config.php setting to always accept internal sharesRoeland Jago Douma2019-12-161-12/+19
* Merge pull request #17935 from nextcloud/feature/noid/public-auth-for-circlesRoeland Jago Douma2019-12-111-2/+3
|\
| * using IShare::Maxence Lange2019-12-051-3/+3
| * adding share type circlesMaxence Lange2019-12-051-1/+2
* | Update license headersChristoph Wurst2019-12-051-1/+4
|/
* Actualy return dataRoeland Jago Douma2019-11-271-8/+1
* Allow internal shares to have a default expiration dateRoeland Jago Douma2019-11-271-5/+131
* Add typed events for password_policyChristoph Wurst2019-11-271-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* The share manager knows which provider can accept sharesJoas Schilling2019-11-121-1/+1
* Allow to accept group sharesJoas Schilling2019-11-121-0/+24
* Merge pull request #17735 from tcoupin/fix-reshare-circleChristoph Wurst2019-11-041-0/+1
|\
| * Fix reshare with circleThibault Coupin2019-10-291-0/+1
* | Get all shares as iterableRoeland Jago Douma2019-10-301-0/+7
|/
* Add expiration event for sharesJohn Molakvoæ (skjnldsv)2019-08-211-2/+1
* Fix permission check on incoming federated sharesJulius Härtl2019-07-311-2/+3
* Unify the permission checking in one place onlyJoas Schilling2019-07-031-9/+12
* Better check reshare permissions when creating a shareJoas Schilling2019-07-031-3/+22
* Merge pull request #15832 from nextcloud/bugfix/noid/fulltext-search-groupfol...Roeland Jago Douma2019-06-251-0/+3
|\
| * Fix full text search for groupfoldersMorris Jobke2019-06-171-0/+3
* | Add event dispatcher to OCPChristoph Wurst2019-06-251-4/+4
|/
* Update lib/private/Share20/Manager.php Morris Jobke2019-03-201-1/+1
* Update lib/private/Share20/Manager.php Morris Jobke2019-03-201-1/+1
* groupname like username - allow share with bothChristian Aigner2019-03-201-2/+2
* Fix getting the access list on external storageRoeland Jago Douma2019-03-191-1/+7
* Cleanup some PHPDoc leftovers and unused variablesMorris Jobke2019-03-061-1/+1
* Correctly determinate the owner in case of shared external storagesJoas Schilling2019-02-181-2/+4
* Fix typos and unused return valuesChristoph Wurst2019-01-301-9/+9
* fix typoBjoern Schiessle2019-01-301-2/+2
* log full exceptionBjoern Schiessle2019-01-301-1/+1
* handle mail send error gracefullyBjoern Schiessle2019-01-301-2/+13
* Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling2018-10-091-4/+4
* tokens can't be valid local user namesRobin Appelman2018-08-161-0/+4
* Add support for tokens in room sharesDaniel Calviño Sánchez2018-08-081-0/+9
* Add support for room shares to the share managerDaniel Calviño Sánchez2018-08-081-0/+1
* Honour "sendPasswordByTalk" property in mail sharesDaniel Calviño Sánchez2018-07-241-1/+11
* implement federated group sharesBjoern Schiessle2018-07-111-0/+11
* getDeletedSharedWith methodJohn Molakvoæ (skjnldsv)2018-07-051-0/+19
* Add API to undelete delete group sharesRoeland Jago Douma2018-07-051-0/+8
* Fix existing usagesJoas Schilling2018-02-151-1/+1
* Use ::class statement instead of stringMorris Jobke2018-01-291-3/+4
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Only in case of $currentAccess the array uses the id as indexJoas Schilling2017-11-281-1/+7