summaryrefslogtreecommitdiffstats
path: root/lib/private/Share20/ProviderFactory.php
Commit message (Expand)AuthorAgeFilesLines
* Fix sharing creation insert and getJohn Molakvoæ (skjnldsv)2023-09-021-1/+2
* sharebymail: remove ILogger and upgrade to PHP 8 syntaxBenjamin Gaussorgues2023-08-301-1/+1
* Migrate federated file sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-071-4/+4
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-0/+2
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Fix PHP CSJoas Schilling2022-10-201-1/+0
* Also catch in getProviderJoas Schilling2022-10-201-3/+10
* Don't crash with outdated share providerJoas Schilling2022-10-201-4/+23
* Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu2022-04-111-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Merge pull request #25498 from Worteks/feat-federatedfilesharing-loggingMorris Jobke2021-03-221-0/+1
|\
| * fix(sahre20): missing ILogger param instantiating NotificationsSamuel2021-02-091-0/+1
* | Sharing link & mail parityJohn Molakvoæ (skjnldsv)2021-03-221-1/+3
|/
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Introduce deck share type to ShareAPIControllerJulius Härtl2020-12-091-0/+11
* Add share type for deckJulius Härtl2020-12-091-0/+2
* Allow apps to register their share providers from outsideJulius Härtl2020-12-091-0/+23
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+2
* Generate password by password_policy appDaniel Kesselberg2020-08-111-2/+1
* Move federated_share_added into a typed eventMorris Jobke2020-07-231-1/+3
* Update share type constant usageJoas Schilling2020-06-241-7/+8
* Fix language in share notes email for usersJoas Schilling2020-06-231-2/+3
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-8/+8
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+3
* Fix l10n in federated file sharingChristoph Wurst2019-09-191-1/+1
* Bye Spreed namespace, hello Talk!Joas Schilling2019-09-051-2/+2
* Add provider for room sharesDaniel Calviño Sánchez2018-08-081-0/+34
* add direct link to the file for user/group sharesBjoern Schiessle2018-07-211-1/+2
* allow to add a personal note to a shareBjoern Schiessle2018-07-211-1/+4
* fix selection of share providerBjoern Schiessle2018-07-121-1/+1
* implement federated group sharesBjoern Schiessle2018-07-111-2/+3
* use new API to send a federated share if possibleBjoern Schiessle2018-07-021-1/+3
* start implementing federated sharing 2.0Bjoern Schiessle2018-07-021-2/+2
* Update license headersMorris Jobke2017-11-061-0/+5
* Run phan over code baseLukas Reschke2017-07-191-0/+2
* upstreamMaxence Lange2017-07-111-5/+11
* add new config switched for the global scale architectureBjoern Schiessle2017-05-291-1/+3
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* respect password policy for auto generated passwordsBjoern Schiessle2017-04-201-1/+3
* allow admin to enforce password on mail sharesBjoern Schiessle2017-04-201-1/+2
* Add "Reply-To" on ShareByMailProvider mailsLukas Reschke2017-04-181-1/+3
* Do proper DIRoeland Jago Douma2017-04-111-1/+1
* remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-111-5/+1
* setting to disable sending password by mailBjoern Schiessle2017-04-031-3/+5
* shares-circlesMaxence Lange2017-03-171-4/+50
* Fix return type of share providerJoas Schilling2017-03-011-1/+1