gnito-org
0c4bcd9104
[Notifier] Add SimpleTextin bridge
2022-12-05 14:29:55 -04: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
Fabien Potencier
719b22c5be
Update versions.json
2022-12-02 17:06:14 +01:00
Nicolas Grekas
a9510695dc
[Notifier] Add Twitter bridge
2022-12-02 15:38:26 +01:00
gnito-org
035a716376
Revert "Auxiliary commit to revert individual files from b583e8cff4f3c04b62631258cc28b0b72efa6cf0"
...
This reverts commit b00ad62cbd07e2d71dad7ca9323c1099a0d00da0.
2022-11-29 19:41:06 -04:00
gnito-org
52fb3e86b7
Revert "Auxiliary commit to revert individual files from 94ac008ffb24482d5d4c5ae797cfc306be7a36b2"
...
This reverts commit cd746e6c98d818c4633d3a595cb056b430988d90.
2022-11-29 19:40:48 -04:00
gnito-org
736757455b
Revert "Auxiliary commit to revert individual files from 5da74a6fce0a5a56c23a2eb9e2eef31beedacaf8"
...
This reverts commit c08a7050f56caf95143c4037bb7614631fb9a4c3.
2022-11-29 19:40:25 -04:00
gnito-org
3589b4c078
Revert "Auxiliary commit to revert individual files from 2eaedb2dfddccadc831acb5b322d5271474e5c3e"
...
This reverts commit 089de404d429a2bac1f6750b557bbb436334d710.
2022-11-29 19:38:30 -04: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
Fabien Potencier
7d80e94a0b
Update versions.json
2022-11-25 11:03:27 +01:00
Fabien Potencier and GitHub
65714dba32
Use PostgreSQL 14 everywhere ( #1151 )
2022-11-21 16:27:10 +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
Tobias Schultze and GitHub
6f6ffe214f
Put doctrine proxies in build dir for production
...
When auto_generate_proxy_classes: false is set, the proxies need to be pre-generated with the cache warmer. So in this case, the files are much better suited in the build dir. The build dir is the same as the cache dir by default. But for people trying to use the build dir properly, this makes much more sense. See https://github.com/symfony/symfony/issues/40827#issuecomment-820653578
2022-11-11 02:31:40 +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 and GitHub
aa968ffe21
Merge pull request #1138 from symfony/psr4-routing-loader
...
Fix syntax for the PSR4 routing loader
2022-10-22 08:09:03 +02: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
Fabien Bourigault and GitHub
52b78a5c16
Add generated public and private keys to .gitignore ( #1133 )
2022-10-20 09:56:02 +02:00
Fabien Potencier and GitHub
83b92233ae
Merge pull request #1137 from ker0x/patch-1
...
[Notifier] Update FreeMobile DSN
2022-10-20 08:36:25 +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
Robin Chalas and GitHub
b08a7ed11d
[league/oauth2-server-bundle] Add aliases ( #1132 )
2022-10-15 08:33:42 +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
Robin Chalas and GitHub
6f4230fd10
Add recipe for league/oauth2-server-bundle ( #1130 )
2022-10-06 18:42:31 +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
Antoine Bluchet and GitHub
f5c05df7d0
[api-platform/core] add 3.0 default configuration ( #1125 )
2022-09-13 18:30:27 +02:00
Fabien Potencier and GitHub
96d11c2e2e
Merge pull request #1122 from 94noni/patch-1
...
Doctrine Migration profiler disabled by default
2022-08-29 18:49:20 +02:00
Antoine Makdessi and GitHub
09525c4bef
Address reviews
2022-08-29 13:08:57 +01:00
Antoine Makdessi and GitHub
2c135cf86c
Doctrine Migration profiler disabled by default
2022-08-29 10:30:34 +02:00
Fabien Potencier and GitHub
c31b29c79d
Merge pull request #1121 from Ippey/add-chatwork-notifier
...
Add chatwork notifier
2022-08-26 10:18:33 +02:00
Fabien Potencier
ab21ff3ebc
Update versions.json
2022-08-26 10:10:43 +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
Kévin Dunglas and GitHub
b3395a2477
[doctrine-bundle] Upgrade to Postgres 14 and MySQL 8 ( #1115 )
2022-08-05 10:01:11 +02:00