aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/Manager.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for `\OCP\Share\IShare::getMailSend` backLukas Reschke2017-11-271-17/+22
* Fix accesslist when a user has an ID only containting 0-9Joas Schilling2017-11-141-1/+1
* Update license headersMorris Jobke2017-11-061-0/+10
* Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-011-1/+1
|\
| * Doc: Fix phpDoc issuesJulius Härtl2017-10-231-1/+1
* | AutoCompletion backendArthur Schiwon2017-10-221-1/+1
|/
* Set the data from the templateJoas Schilling2017-10-181-3/+1
* Set the subject with the email template to allow themingJoas Schilling2017-10-181-2/+2
* do not show hyphen after instance name in emails if slogan does not existStephan Müller2017-09-251-1/+1
* Improve sharing paginationRoeland Jago Douma2017-09-151-0/+5
* Use the language of the recipient for the share notificationJoas Schilling2017-09-081-8/+18
* Merge setMetaData into constructorJoas Schilling2017-09-041-2/+1
* Add shareWith to email template metadataMorris Jobke2017-08-291-0/+1
* Allow the expiration date to be set to nullMorris Jobke2017-08-281-2/+2
* Merge pull request #6255 from nextcloud/email-meta-dataMorris Jobke2017-08-261-2/+11
|\
| * Add meta information to emails for better customisationJoas Schilling2017-08-241-2/+11
* | link to getShareByTokenMaxence Lange2017-08-201-0/+9
|/
* Move pre_shared and post_shared events to EventDispatcherRoeland Jago Douma2017-08-031-38/+8
* Use IUserLukas Reschke2017-08-021-0/+1
* Send an email once a file/folder is shared with a userMorris Jobke2017-07-281-1/+100
* Merge pull request #5797 from paulijar/share20-postUnshareFromSelfMorris Jobke2017-07-211-0/+2
|\
| * Emit hook postUnshareFromSelf when the recipient of a share unshares itPauli Järvinen2017-07-201-0/+2