Fabien Potencier
6a986cb716
Add webhook recipe
2023-03-15 12:35:30 +01:00
Fabien Potencier
4f1f098fc1
Fix messenger erecipe for 5.4
2023-02-08 14:21:19 +01:00
Grégoire Pineau and GitHub
e0eb3d6549
Remove MESSENGER_TRANSPORT_DSN from webapp-pack and enable one in messenger ( #1175 )
2023-02-08 13:12:27 +01:00
seb-jean and GitHub
427f51cb8f
remove -config by --config
2023-01-24 12:50:28 +01:00
Maxime Doutreluingne and GitHub
f9a3384071
[Notifier] Add PagerDuty bridge ( #1167 )
2023-01-14 12:23:44 +01:00
Fabien Potencier and GitHub
c8cf4a788a
Merge pull request #889 from fancyweb/symfony/phpunit-bridge/umask-debug
...
symfony/phpunit-bridge: set umask(0000) when debug is true
2023-01-02 09:28:44 +01:00
Thomas Calvet
57e4d9ee96
symfony/phpunit-bridge: set umask(0000) when debug is true
2023-01-02 09:07:30 +01:00
Fabien Potencier and GitHub
dd39b8fa76
Merge pull request #1103 from ArnaudLier/patch-2
...
[symfony/mailer] follow string recommendations
2022-12-31 13:04:24 +01:00
Jenne van der Meer and GitHub
0b2fc1d5cb
[encore] Removed duplicate cache config comment ( #1164 )
...
The cache option is specified twice, feels like the one under `webpack_encore` https://github.com/symfony/recipes/blob/923757ec093b9b7831891af0462bd5dfb031f020/symfony/webpack-encore-bundle/1.10/config/packages/webpack_encore.yaml#L33-L35 was left over when `when@prod` was added while it should have been replaced.
2022-12-20 13:44:18 +01:00
Thomas Landauer and GitHub
3af4f6b49a
Fixing typo 3rg and minor rewording ( #1162 )
...
* Fixing typo and minor rewording
* Update webpack_encore.yaml
2022-12-11 19:08:44 +01:00
Fabien Potencier and GitHub
cdcf9bbdab
Merge pull request #1141 from qdequippe/mastodon-notifier
...
[Notifier] Add Mastodon Notifier recipe
2022-12-08 08:25:29 +01:00
Oskar Stark and GitHub
f43b837650
[Notifier] Add LINE Notify notifier ( #1158 )
2022-12-08 08:24:18 +01:00
Fabien Potencier and GitHub
556899196d
Merge pull request #1157 from symfony/twitter
...
[Notifier] Add Twitter bridge
2022-12-02 17:34:55 +01:00
Fabien Potencier and GitHub
ae6742e979
Merge pull request #1154 from gnito-org/plivo-notifier
...
[Notifier] Add Plivo bridge
2022-12-02 17:34:13 +01:00
Fabien Potencier and GitHub
089b73d1fc
Merge pull request #1153 from gnito-org/bandwidth-notifier
...
[Notifier] Add Bandwidth bridge
2022-12-02 17:32:48 +01:00
Fabien Potencier and GitHub
3fd2c78f01
Merge pull request #1155 from gnito-org/ring-central-notifier
...
[Notifier] Add RingCentral bridge
2022-12-02 17:28:37 +01:00
Fabien Potencier and GitHub
ca92dd44dd
Merge pull request #1156 from gnito-org/termii-notifier
...
[Notifier] Add Termii bridge
2022-12-02 17:24:53 +01:00
Fabien Potencier and GitHub
79b723cb3a
Merge pull request #1147 from leblanc-simon/features/notifier-isendpro
...
[Notifier] Add iSendPro bridge
2022-12-02 17:24:12 +01:00
Nicolas Grekas
a9510695dc
[Notifier] Add Twitter bridge
2022-12-02 15:38:26 +01:00
gnito-org
b583e8cff4
[Notifier] Add Termii bridge
2022-11-29 15:50:43 -04:00
gnito-org
94ac008ffb
[Notifier] Add RingCentral bridge
2022-11-29 15:19:13 -04:00
gnito-org
5da74a6fce
[Notifier] Add Plivo bridge
2022-11-29 13:15:24 -04:00
gnito-org
2eaedb2dfd
[Notifier] Add Bandwidth bridge
2022-11-29 10:11:12 -04:00
Fabien Potencier and GitHub
cb4ab5aaab
Merge pull request #1144 from weaverryan/ux-26-structure
...
[UX] New route file locations in 2 packages
2022-11-28 19:07:47 +01:00
Alexander M. Turek and GitHub
40cb22763e
Move UID configuration to a dedicated recipe ( #1149 )
2022-11-21 10:21:20 +01:00
Nicolas Grekas and GitHub
f65e09cf8f
Revert "Add example how to bind arguments to the services.yaml ( #1119 )" ( #1148 )
...
This reverts commit 09648ca9a6 .
2022-11-20 21:39:14 +01:00
Yannick Ihmels and GitHub
ace2f78a4d
Use UUID v7 as default for new projects ( #1145 )
...
Symfony 6.2 introduces support for UUID v7, which is to be preferred
over UUID v6 [according to the draft RFC][1]:
> Implementations SHOULD utilize UUID version 7 over UUID version 1 and
> 6 if possible.
In order not to change the UUID generation in existing projects, UUID v7
could be configured as default for new projects via this recipe.
[1]: https://www.ietf.org/archive/id/draft-peabody-dispatch-new-uuid-format-04.html#section-5.2-2
2022-11-20 21:35:07 +01:00
Simon Leblanc
34fc99a34e
[Notifier] Add iSendPro bridge
2022-11-20 18:19:40 +01:00
Ryan Weaver
88ca4f9d34
[UX] New route file locations in 2 packages
2022-11-14 13:18:12 +01:00
Shyim and GitHub
833082a082
use flock in default as it works out of the box ( #1142 )
2022-11-07 15:22:14 +01:00
Quentin Dequippe
0f28cd6fdf
Add Mastodon Notifier recipe
2022-11-04 09:14:31 +01:00
Fabien Potencier
9a3c792f80
Fix syntax
2022-10-22 08:07:49 +02:00
Alexander M. Turek and GitHub
dddc205ad9
Leverage PSR-4 routing ( #1136 )
2022-10-20 09:56:29 +02:00
Romain Monteil
0b83f44438
[Notifier] Update FreeMobile DSN
2022-10-19 23:01:15 +02:00
Nicolas Grekas
f24b8470eb
Rename to handle_all_throwables
2022-10-18 17:46:07 +02:00
8ffabc5e9a
Fix small typo in symfony/webpack-encore-bundle ( #1100 )
...
Co-authored-by: Arnaud Lier <arnaud@eclixo.com >
2022-10-08 10:35:09 +02:00
Andy Palmer and GitHub
85dc7cd2f0
Update babel preset-env config to use corejs 3.23 ( #1126 )
2022-09-15 09:26:27 -04:00
Hugo Alliaume and GitHub
3e33a50e78
symfony/webpack-encore: bump to ^4.0.0, add peer dependencies webpack, webpack-cli, @babel/core and @babel/preset-env ( #1123 )
...
* symfony/webpack-encore: bump to ^4.0.0, add peer dependencies webpack and webpack-cli
* symfony/webpack-encore: add @babel/core and @babel/preset-env as dev deps
2022-09-14 14:26:11 -04:00
Daniel West and GitHub
b603770240
Increase length of JWT secret to avoid errors in lcobucci/jwt ^4.2 ( #1124 )
...
* Increase length of JWT secret to avoid errors in lcobucci/jwt ^4.2
* Change secret to match patched Mercure version 0.14.1
| Q | A
| ------------- | ---
| License | MIT
| Doc issue/PR | n/a
2022-09-14 17:11:34 +02:00
Ippei Sumida
6f314608c1
Add chatwork notifier
2022-08-26 16:49:41 +09:00
Alexander Schranz and GitHub
09648ca9a6
Add example how to bind arguments to the services.yaml ( #1119 )
2022-08-18 10:18:41 +02:00
Alexander Schranz
b6af8d4aec
Fix version of engagespot-notifier
2022-07-29 00:45:18 +02:00
Benoit Galati
e76cb7c51d
Add symfony/infobip-mailer recipe
2022-07-26 11:13:09 +02:00
Joseph Bielawski
abcd9577e6
Add recipe for Symfony Zendesk Notifier
2022-07-11 09:33:31 +02:00
Ryan Weaver and GitHub
088a94b7cb
bumping encore to v3 and increasing some other dependencies ( #1107 )
2022-07-08 14:07:29 -04:00
Lukáš Holeczy
f8d7827751
Add symfony/mail-pace-mailer recipe
2022-06-26 15:52:22 +02:00
Fabien Potencier and GitHub
b2c8ba0f06
Merge pull request #1074 from 94noni/patch-1
...
Link best practice doc part to secret management
2022-06-26 15:08:45 +02:00
Fabien Potencier and GitHub
4ddf20213e
Merge pull request #1101 from gnito-org/fix-notifier-recipes
...
Fix broken & missing notifier recipes
2022-06-26 15:07:16 +02:00
Fabien Potencier and GitHub
518ea2014b
Merge pull request #1098 from Nyholm/throwables
...
[FramworkBundle] Added config framework.catch_all_throwables: true
2022-06-26 15:06:16 +02:00
Thibault Buathier
590733eb2e
[Notifier] Added SMSFactor bridge recipe
2022-06-24 10:22:25 +02:00