Merge remote-tracking branch 'upstream/2023.09-rc' into channel-improvements
This commit is contained in:
commit
fce82deabc
200 changed files with 1215 additions and 1053 deletions
|
|
@ -302,11 +302,6 @@ return [
|
|||
['createClient', [], Dice::CHAIN_CALL],
|
||||
],
|
||||
],
|
||||
Factory\Api\Mastodon\Error::class => [
|
||||
'constructParams' => [
|
||||
$_SERVER
|
||||
],
|
||||
],
|
||||
ParsedLogIterator::class => [
|
||||
'constructParams' => [
|
||||
[Dice::INSTANCE => Util\ReversedFileReader::class],
|
||||
|
|
|
|||
|
|
@ -423,8 +423,8 @@ return [
|
|||
],
|
||||
|
||||
'/credits' => [Module\Credits::class, [R::GET]],
|
||||
'/delegation' => [Module\Delegation::class, [R::GET, R::POST]],
|
||||
'/dfrn_notify[/{nickname}]' => [Module\DFRN\Notify::class, [R::POST]],
|
||||
'/delegation' => [Module\User\Delegation::class, [R::GET, R::POST]],
|
||||
'/dfrn_notify[/{nickname}]' => [Module\DFRN\Notify::class, [ R::POST]],
|
||||
'/dfrn_poll/{nickname}' => [Module\DFRN\Poll::class, [R::GET]],
|
||||
'/dirfind' => [Module\Search\Directory::class, [R::GET]],
|
||||
'/directory' => [Module\Directory::class, [R::GET]],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue