Commit Graph

54021 Commits

Author SHA1 Message Date
Nicolas Grekas
381e4679cb Merge branch '4.4' into 5.2
* 4.4:
  -
2021-06-27 14:33:44 +02:00
Nicolas Grekas
c6193bf85d - 2021-06-27 14:32:53 +02:00
Nicolas Grekas
6c5eb89035 Merge branch '4.4' into 5.2
* 4.4:
  -
2021-06-27 14:24:20 +02:00
Nicolas Grekas
decf443a20 - 2021-06-27 14:24:10 +02:00
Nicolas Grekas
08c27ede89 Merge branch '4.4' into 5.2
* 4.4:
  [gha] Define COLUMNS properly
  [travis] keep compiling sodium
2021-06-27 14:19:08 +02:00
Nicolas Grekas
058168e2ed [gha] Define COLUMNS properly
This reverts commit c2e4ac613c.
2021-06-27 14:18:17 +02:00
Nicolas Grekas
fdb8b9e64c [travis] keep compiling sodium 2021-06-27 14:10:14 +02:00
Nicolas Grekas
93ca6cfd57 Merge branch '4.4' into 5.2
* 4.4:
  -
2021-06-27 14:04:51 +02:00
Nicolas Grekas
0ef5ec8f81 - 2021-06-27 14:04:45 +02:00
Nicolas Grekas
639c913be0 Merge branch '4.4' into 5.2
* 4.4:
  -
  [travis] raise concurrency
2021-06-27 13:58:55 +02:00
Nicolas Grekas
c2e4ac613c - 2021-06-27 13:58:40 +02:00
Nicolas Grekas
2545205ea6 minor #41875 [travis] raise concurrency (nicolas-grekas)
This PR was merged into the 4.4 branch.

Discussion
----------

[travis] raise concurrency

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Commits
-------

aecaf6b49d [travis] raise concurrency
2021-06-27 13:53:23 +02:00
Nicolas Grekas
aecaf6b49d [travis] raise concurrency 2021-06-27 13:47:28 +02:00
Nicolas Grekas
1bbacd5c86 Fix CI 2021-06-27 13:43:47 +02:00
Wouter de Jong
e67587f3b9 bug #41242 [SecurityBundle] Change information label from red to yellow (94noni)
This PR was submitted for the 5.4 branch but it was merged into the 5.2 branch instead.

Discussion
----------

[SecurityBundle] Change information label from red to yellow

| Q             | A
| ------------- | ---
| Branch?       | 5.x
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | .
| License       | MIT
| Doc PR        | .

The red colour feels like an error, but being not authenticated is more like a warning (generally associated with yellow/orange) than an error (generally in red).
Feel free to close, cheers :)

Commits
-------

41ebc32373 [SecurityBundle] Change n/a information label from red to yellow
2021-06-27 13:37:11 +02:00
Antoine Makdessi
41ebc32373 [SecurityBundle] Change n/a information label from red to yellow 2021-06-27 13:37:03 +02:00
Nicolas Grekas
2fe4ffb82a Merge branch '4.4' into 5.2
* 4.4:
  Fix CI
  * validators.(ru|lt).xlf - wrong trans-unit ids
  Add new translation in Hungarian
  [Validator] Added missing spanish translation
2021-06-27 13:34:24 +02:00
Nicolas Grekas
bb59651e48 Fix CI 2021-06-27 13:30:21 +02:00
Fabien Potencier
8838f925ba minor #41870 [Validator] Added missing spanish translation (vallel)
This PR was merged into the 4.4 branch.

Discussion
----------

[Validator] Added missing spanish translation

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #41834
| License       | MIT
| Doc PR        |

Added missing spanish translation for validator

Commits
-------

beabf50137 [Validator] Added missing spanish translation
2021-06-27 12:19:50 +02:00
Fabien Potencier
aea9de43f6 minor #41871 [Validators] Add new translation in Hungarian (danielTiringer)
This PR was merged into the 4.4 branch.

Discussion
----------

[Validators] Add new translation in Hungarian

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #41821
| License       | MIT
| Doc PR        | N/A

This PR adds missing Hungarian translations.

Commits
-------

78745133b3 Add new translation in Hungarian
2021-06-27 12:16:08 +02:00
Fabien Potencier
cbaae666c7 minor #41872 * validators.(ru|lt).xlf - wrong trans-unit ids (StaffNowa)
This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

* validators.(ru|lt).xlf - wrong trans-unit ids

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | https://github.com/symfony/symfony/issues/41867
| License       | MIT

Hi, it is not a big issue, but validators.en.xlf vs validators.ru.xlf indexes not matched.

Commits
-------

9a20e25ba9 * validators.(ru|lt).xlf - wrong trans-unit ids
2021-06-27 12:13:29 +02:00
Vasilij Dusko
9a20e25ba9 * validators.(ru|lt).xlf - wrong trans-unit ids 2021-06-27 12:13:23 +02:00
Nicolas Grekas
021a0a2bfd - 2021-06-27 11:27:06 +02:00
Nicolas Grekas
b32ab9353e - 2021-06-27 11:20:13 +02:00
Nicolas Grekas
7b0c0e6c32 Merge branch '4.4' into 5.2
* 4.4:
  -
2021-06-27 11:17:40 +02:00
Nicolas Grekas
5b56d05ce1 - 2021-06-27 11:17:32 +02:00
Nicolas Grekas
b61b74c1ff Merge branch '4.4' into 5.2
* 4.4:
  -
  PHPUnit on GitHub Actions
2021-06-27 11:16:08 +02:00
Nicolas Grekas
ca4fd5b418 minor #41847 PHPUnit on GitHub Actions (derrabus, nicolas-grekas)
This PR was merged into the 4.4 branch.

Discussion
----------

PHPUnit on GitHub Actions

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

Continuing #41664

Commits
-------

fa5ed19ab8 -
b8182a8ecc PHPUnit on GitHub Actions
2021-06-27 11:12:34 +02:00
Nicolas Grekas
fa5ed19ab8 - 2021-06-26 23:56:04 +02:00
Daniel Tiringer
78745133b3 Add new translation in Hungarian 2021-06-26 22:36:12 +02:00
Vallel Blanco
beabf50137 [Validator] Added missing spanish translation 2021-06-26 11:34:46 -07:00
Alexander M. Turek
b8182a8ecc PHPUnit on GitHub Actions 2021-06-26 13:58:58 +02:00
Wouter de Jong
ab2aabdf3b Merge branch '4.4' into 5.2
* 4.4:
  [#41846] Revert change in closing tag
  Closing tag typo
  * validators.lt.xlf - added missing 100 message
  [Validator] Add missing translations for Russian
  [Validator] Add missing Czech translations
  [Validator] Missing translations for Brazilian Portuguese (pt_BR)
  Add missing translation for Polish
  (#41826) missing translations for portuguese
  Public responses without lifetime should not remove lifetime for the resulting response
  [Security]Added missing translations for Armenian (hy)
2021-06-26 13:19:55 +02:00
Wouter de Jong
6713ab3291 [#41846] Revert change in closing tag 2021-06-26 13:19:39 +02:00
Fabien Potencier
2281be4e87 minor #41846 [SecurityBundle] [5.3] Closing tag typo (PhilETaylor)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead.

Discussion
----------

[SecurityBundle] [5.3] Closing tag typo

| Q             | A
| ------------- | ---
| Branch?       | 5.3
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| License       | MIT

Quick fix, On code review the closing tag doesnt match the opening tag

```xml
<sec:config> ... </config>
```

Commits
-------

b91d488ce6 Closing tag typo
2021-06-26 09:39:41 +02:00
Phil E. Taylor
b91d488ce6 Closing tag typo 2021-06-26 09:39:34 +02:00
Fabien Potencier
c1e0c6084a minor #41808 [Security] Added missing translations for Armenian (hy) (mamikon)
This PR was merged into the 4.4 branch.

Discussion
----------

[Security] Added missing translations for Armenian (hy)

| Q             | A
| ------------- | ---
| Branch?       |  4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #41029
| License       | MIT

Add missing Armenian translations to Security component.

Commits
-------

9f6a9bbda2 [Security]Added missing translations for Armenian (hy)
2021-06-26 09:36:56 +02:00
Fabien Potencier
349a70077e minor #41841 [Validator] (#41826) missing translations for portuguese (Ana Raro)
This PR was merged into the 4.4 branch.

Discussion
----------

[Validator] (#41826) missing translations for portuguese

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #41826
| License       | MIT

Commits
-------

0c97c8ac84 (#41826) missing translations for portuguese
2021-06-26 09:35:28 +02:00
Fabien Potencier
db15863be5 minor #41848 [Validator] Add missing translation for Polish (Storkeus)
This PR was merged into the 4.4 branch.

Discussion
----------

[Validator] Add missing translation for Polish

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | Fix #41825 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT
| Doc PR        | N/A
<!--
Replace this notice by a short README for your feature/bugfix. This will help people
understand your PR and can be used as a start for the documentation.

Additionally (see https://symfony.com/releases):
 - Always add tests and ensure they pass.
 - Never break backward compatibility (see https://symfony.com/bc).
 - Bug fixes must be submitted against the lowest maintained branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too.)
 - Features and deprecations must be submitted against branch 5.x.
 - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
-->

Commits
-------

b244cc994e Add missing translation for Polish
2021-06-26 09:34:41 +02:00
Fabien Potencier
a1c17f07ad minor #41854 [Validator] Missing translations for Brazilian Portuguese (pt_BR) (rezehnde)
This PR was merged into the 4.4 branch.

Discussion
----------

[Validator] Missing translations for Brazilian Portuguese (pt_BR)

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Fixed tickets       | #41812
| License       | MIT

[Validator] Missing translations for Brazilian Portuguese (pt_BR)

Commits
-------

52807cbdfc [Validator] Missing translations for Brazilian Portuguese (pt_BR)
2021-06-26 09:33:30 +02:00
Fabien Potencier
8488fb76a2 minor #41861 [Validator] Add missing translations for Lithuania (StaffNowa)
This PR was merged into the 4.4 branch.

Discussion
----------

[Validator] Add missing translations for Lithuania

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | https://github.com/symfony/symfony/issues/41824
| License       | MIT

Added missing translation for Validator

Commits
-------

69781f764b * validators.lt.xlf - added missing 100 message
2021-06-26 09:32:14 +02:00
Fabien Potencier
ae7eb596e6 minor #41857 [Validator] Add missing Czech translations (petrduda)
This PR was merged into the 4.4 branch.

Discussion
----------

[Validator] Add missing Czech translations

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #41817
| License       | MIT
| Doc PR        | N/A

Commits
-------

e89b823c12 [Validator] Add missing Czech translations
2021-06-26 09:31:00 +02:00
Fabien Potencier
a3d2666dda minor #41860 [Validator] Add missing translations for Russian (zors1)
This PR was merged into the 4.4 branch.

Discussion
----------

[Validator] Add missing translations for Russian

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #41833
| License       | MIT
| Doc PR        | N/A

Added some missing translations for Russian (ru)

Commits
-------

e52ecc7590 [Validator] Add missing translations for Russian
2021-06-26 08:42:34 +02:00
Vasilij Dusko
69781f764b * validators.lt.xlf - added missing 100 message 2021-06-26 06:12:56 +03:00
zors1
e52ecc7590
[Validator] Add missing translations for Russian 2021-06-25 21:33:17 +03:00
Petr Duda
e89b823c12 [Validator] Add missing Czech translations 2021-06-25 18:48:41 +02:00
Marcos Rezende
52807cbdfc [Validator] Missing translations for Brazilian Portuguese (pt_BR) 2021-06-25 13:42:34 +01:00
Storkeus
b244cc994e
Add missing translation for Polish 2021-06-24 21:15:04 +02:00
Fabien Potencier
396bdcc08b bug #41665 [HttpKernel] Keep max lifetime also when part of the responses don't set it (mpdude)
This PR was merged into the 4.4 branch.

Discussion
----------

[HttpKernel] Keep max lifetime also when part of the responses don't set it

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

https://datatracker.ietf.org/doc/html/rfc7234#section-4.2.2 allows caches to assign a "heuristic expiration time" for responses that have no explicit expiration time set, but are explicitly marked as being cacheable by `public`. We can say that such responses are "more liberal" in what is allowed than a response with an explicit `max-age` or `s-maxage` header.

When merging responses in `ResponseCacheStrategy`, such `public` responses without explicit expiration time should  not cause the `max-age` or `s-maxage` values being dropped on the final response. The most restrictive settings from all responses involved should be used, and any given expiration time is more strict than not setting one when being `public`.

Commits
-------

ad1f057ce2 Public responses without lifetime should not remove lifetime for the resulting response
2021-06-24 12:44:38 +02:00
Ana Raro
0c97c8ac84 (#41826) missing translations for portuguese 2021-06-24 11:04:45 +01:00