summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/DefaultShareProvider.php
Commit message (Expand)AuthorAgeFilesLines
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
|/
* Make sure the default share provider does not execute for other thingsJoas Schilling2020-01-281-0/+3
* Update license headersChristoph Wurst2019-12-051-1/+5
* Allow internal shares to have a default expiration dateRoeland Jago Douma2019-11-271-0/+10
* Some php-cs fixesRoeland Jago Douma2019-11-221-11/+12
* FixesRoeland Jago Douma2019-11-181-0/+1
* Allow to accept group sharesJoas Schilling2019-11-121-26/+99
* Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-121-0/+1
* Respect the accepted flag for group and user sharesJoas Schilling2019-11-121-0/+3
* Get all shares as iterableRoeland Jago Douma2019-10-301-0/+26
* Always set the display name for user sharesJulius Härtl2019-07-031-0/+4
* Do not update child all child shares on group share updateRoeland Jago Douma2018-12-041-0/+1
* Merge pull request #12105 from nextcloud/using-resharing-right-to-display-sharesRoeland Jago Douma2018-11-041-6/+8
|\
| * revert testsMaxence Lange2018-11-021-5/+7
| * shares are displayed to users with resharing rightsMaxence Lange2018-11-021-11/+11
* | Store "sendPasswordByTalk" property of link shares in the databaseDaniel Calviño Sánchez2018-11-021-0/+4
|/
* allow to update lables for public link sharesBjoern Schiessle2018-11-011-0/+1
* allow to add labels to sharesBjoern Schiessle2018-11-011-1/+7
* Propegate hide download state in share providerRoeland Jago Douma2018-10-301-0/+2
* some small template fixesBjoern Schiessle2018-07-211-2/+2
* add a nice looking button as direct link to the sharreBjoern Schiessle2018-07-211-9/+7
* add direct link to the file for user/group sharesBjoern Schiessle2018-07-211-4/+18
* fix mail templatesBjoern Schiessle2018-07-211-3/+3
* add note to share object when reading it from the dbBjoern Schiessle2018-07-211-0/+1
* improve mail template and escape html codeBjoern Schiessle2018-07-211-12/+5
* allow to add a personal note to a shareBjoern Schiessle2018-07-211-1/+130
* Add API to undelete delete group sharesRoeland Jago Douma2018-07-051-0/+37
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Do not instantiate node when not neededRoeland Jago Douma2018-01-091-3/+3
* Proper handle null cases and default to trueLukas Reschke2017-11-271-1/+4
* Add support for `\OCP\Share\IShare::getMailSend` backLukas Reschke2017-11-271-1/+1
* Update license headersMorris Jobke2017-11-061-0/+6
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-1/+1
* Fix 500 Internal Server Error on writingJan-Philipp Litza2017-06-161-1/+1
* filter missing groups in share providerRobin Appelman2017-06-121-0/+2
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-1/+3
* Fix default share providerJoas Schilling2017-04-131-6/+7
* Return the paths for the users without setting them all upJoas Schilling2017-04-131-8/+46
* Add mail element to access listRoeland Jago Douma2017-04-131-1/+1
* Offload acceslist creation to providersRoeland Jago Douma2017-04-131-3/+73
* properly quota table names in getSharesInFolderRobin Appelman2017-04-101-1/+1
* update unit testsBjoern Schiessle2017-04-071-1/+1
* set expire date for all share typesBjoern Schiessle2017-04-031-0/+3
* add new password column to the share table in order to set passwords for shar...Bjoern Schiessle2017-04-031-3/+3
* Skip null groups in group manager (#26871) (#26956)Vincent Petry2017-03-171-0/+4