aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* Move to single share event. Just emit more if neededRoeland Jago Douma2020-12-231-1/+2
* +ShareDeletedEventMaxence Lange2020-12-231-0/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Dummy general share checks for deckJulius Härtl2020-12-091-0/+1
* Allow apps to register their share providers from outsideJulius Härtl2020-12-091-0/+4
* Fix default internal expiration dateDaniel Calviño Sánchez2020-11-161-3/+3
* use file name instead of path in 'not allowed to share' messageRobin Appelman2020-10-291-2/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Merge pull request #22234 from nextcloud/bugfix/noid/reshare-mountMorris Jobke2020-09-101-4/+12
|\
| * Use user mount with matching shared storage onlyJulius Härtl2020-08-131-4/+12
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+1
* | Allow to disable share emailsJoas Schilling2020-08-191-1/+2
|/
* Use the correct mountpoint to calculateRoeland Jago Douma2020-07-091-1/+8
* Use the new method everywhereJoas Schilling2020-07-031-1/+1
* Replace Share with IShare and add missing return.Daniel Kesselberg2020-06-261-3/+3
* Update share type constant usageJoas Schilling2020-06-241-84/+85
* Prevent harder to share your rootJoas Schilling2020-06-031-3/+1
* Fix disabling send password by Talk without new password in mail sharesDaniel Calviño Sánchez2020-05-291-4/+4
* Fix enabling send password by Talk with same password in mail sharesDaniel Calviño Sánchez2020-05-281-1/+11
* Fix enabling send password by Talk with empty password in link sharesDaniel Calviño Sánchez2020-05-281-0/+6
* Remove group from excluded_groups_list after deleteDaniel Kesselberg2020-05-171-0/+13
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke2020-04-271-5/+0
|\
| * Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl2020-04-211-5/+0
* | Allow specifying a default expiration dateRoeland Jago Douma2020-04-241-2/+12
|/
* Provide the proper language to the mailerRoeland Jago Douma2020-04-161-2/+2
* Merge pull request #19936 from nextcloud/bugfix/noid/handle-unset-owner-in-sh...Joas Schilling2020-04-141-2/+6
|\
| * Handle unset owner in sharingJoas Schilling2020-03-131-2/+6
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-101-16/+10
* | Use elseif instead of else ifChristoph Wurst2020-04-101-13/+13
* | 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