Commit Graph
1697 Commits
Author SHA1 Message Date
Alexander Schranz 77ccabf37d Use own manifest file 2022-12-17 22:20:17 +01:00
Alexander Schranz 33ab880dce Add recipe for php-cs-fixer/shim 2022-12-17 22:20:17 +01:00
Thomas LandauerandGitHub 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 6bd197c545 Bump Github action versions 2022-12-08 08:28:57 +01:00
Fabien PotencierandGitHub cdcf9bbdab Merge pull request #1141 from qdequippe/mastodon-notifier
[Notifier] Add Mastodon Notifier recipe
2022-12-08 08:25:29 +01:00
Oskar StarkandGitHub f43b837650 [Notifier] Add LINE Notify notifier (#1158) 2022-12-08 08:24:18 +01:00
Fabien Potencier a16d6d32c0 Update versions.json 2022-12-08 08:14:00 +01:00
Fabien PotencierandGitHub 556899196d Merge pull request #1157 from symfony/twitter
[Notifier] Add Twitter bridge
2022-12-02 17:34:55 +01:00
Fabien PotencierandGitHub ae6742e979 Merge pull request #1154 from gnito-org/plivo-notifier
[Notifier] Add Plivo bridge
2022-12-02 17:34:13 +01:00
Fabien PotencierandGitHub 089b73d1fc Merge pull request #1153 from gnito-org/bandwidth-notifier
[Notifier] Add Bandwidth bridge
2022-12-02 17:32:48 +01:00
Fabien PotencierandGitHub 3fd2c78f01 Merge pull request #1155 from gnito-org/ring-central-notifier
[Notifier] Add RingCentral bridge
2022-12-02 17:28:37 +01:00
Fabien PotencierandGitHub ca92dd44dd Merge pull request #1156 from gnito-org/termii-notifier
[Notifier] Add Termii bridge
2022-12-02 17:24:53 +01:00
Fabien PotencierandGitHub 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 PotencierandGitHub 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 PotencierandGitHub 65714dba32 Use PostgreSQL 14 everywhere (#1151) 2022-11-21 16:27:10 +01:00
Alexander M. TurekandGitHub 40cb22763e Move UID configuration to a dedicated recipe (#1149) 2022-11-21 10:21:20 +01:00
Nicolas GrekasandGitHub 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 IhmelsandGitHub 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
ShyimandGitHub 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 PotencierandGitHub 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. TurekandGitHub dddc205ad9 Leverage PSR-4 routing (#1136) 2022-10-20 09:56:29 +02:00
Fabien BourigaultandGitHub 52b78a5c16 Add generated public and private keys to .gitignore (#1133) 2022-10-20 09:56:02 +02:00
Fabien PotencierandGitHub 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 ChalasandGitHub 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 ChalasandGitHub 6f4230fd10 Add recipe for league/oauth2-server-bundle (#1130) 2022-10-06 18:42:31 +02:00
Andy PalmerandGitHub 85dc7cd2f0 Update babel preset-env config to use corejs 3.23 (#1126) 2022-09-15 09:26:27 -04:00
Hugo AlliaumeandGitHub 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 WestandGitHub 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 BluchetandGitHub f5c05df7d0 [api-platform/core] add 3.0 default configuration (#1125) 2022-09-13 18:30:27 +02:00
Fabien PotencierandGitHub 96d11c2e2e Merge pull request #1122 from 94noni/patch-1
Doctrine Migration profiler disabled by default
2022-08-29 18:49:20 +02:00
Antoine MakdessiandGitHub 09525c4bef Address reviews 2022-08-29 13:08:57 +01:00
Antoine MakdessiandGitHub 2c135cf86c Doctrine Migration profiler disabled by default 2022-08-29 10:30:34 +02:00