Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] dev from opf:dev #151

Merged
merged 113 commits into from
Mar 23, 2024
Merged

[pull] dev from opf:dev #151

merged 113 commits into from
Mar 23, 2024

Commits on Mar 7, 2024

  1. WP 53330, user from LDAP has now disabled name and email in Profile

    On backend, :user param may not arrive, added branch to PermittedParams#user.
    virgo47 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    771abc9 View commit details
    Browse the repository at this point in the history
  2. added explicit :: for Users::UpdateContract for better resolution

    During development, this resolved as OpenProject::Users... instead of
    ::Users on my end, :: helped and doesn't change the meaning.
    virgo47 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2f42a2a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    79acc78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db3d5a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    aa67a9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    289e789 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. remove unused default values

    toy committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    fc2645d View commit details
    Browse the repository at this point in the history
  2. check job count only with specific job_class

    Starting with 18:15 there is an extra Notifications::WorkflowJob created for
    Kathmandu time zone test which fails the change count test.
    toy committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a5b6425 View commit details
    Browse the repository at this point in the history
  3. rubocop

    toy committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b30fd5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01dfe0c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev' into bug/53394-oauth-flow-causes-loss-of-already-s…

    …elected-option-while-adding-a-storage-to-a-project
    ba1ash authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    25d01e4 View commit details
    Browse the repository at this point in the history
  6. Add X-Forwarded-{Host,Proto} to sample Nginx configuration

    This adds `X-Forwarded-Host` with value `$host:$server_port` and `X-Forwarded-Proto` with value `$scheme` to the sample Nginx configuration.
    samvv authored and oliverguenther committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    be3667a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a4dd7a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    f03f510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7880e4c View commit details
    Browse the repository at this point in the history
  3. build(deps): bump nokogiri from 1.16.2 to 1.16.3

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.3.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.16.2...v1.16.3)
    
    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9f40be9 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump rouge from 4.2.0 to 4.2.1

    Bumps [rouge](https://github.com/rouge-ruby/rouge) from 4.2.0 to 4.2.1.
    - [Release notes](https://github.com/rouge-ruby/rouge/releases)
    - [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
    - [Commits](rouge-ruby/rouge@v4.2.0...v4.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: rouge
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    aec66ec View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump rspec-rails from 6.1.1 to 6.1.2

    Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.1 to 6.1.2.
    - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
    - [Commits](rspec/rspec-rails@v6.1.1...v6.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: rspec-rails
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ab583f5 View commit details
    Browse the repository at this point in the history
  6. Update release notes

    oliverguenther committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6c3d308 View commit details
    Browse the repository at this point in the history
  7. Bumped version to 13.4.1

    [ci skip]
    oliverguenther committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d379807 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #15049 from opf/dependabot/bundler/dev/rspec-rails…

    …-6.1.2
    
    build(deps-dev): bump rspec-rails from 6.1.1 to 6.1.2
    klaustopher authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9bfa497 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #15048 from opf/dependabot/bundler/dev/rouge-4.2.1

    build(deps): bump rouge from 4.2.0 to 4.2.1
    klaustopher authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    58589b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a6d628 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #15047 from opf/dependabot/bundler/dev/nokogiri-1.…

    …16.3
    
    build(deps): bump nokogiri from 1.16.2 to 1.16.3
    klaustopher authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a8d9b4b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a727324 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a82020a View commit details
    Browse the repository at this point in the history
  14. Merge pull request #14998 from opf/feature/allow-override-of-static-a…

    …ttributes
    
    Allow administrators to override static attributes on work packages and projects
    oliverguenther authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5c816b3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    aee64b9 View commit details
    Browse the repository at this point in the history
  16. bump et-orbi & fog-aws

    ulferts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a42cbfc View commit details
    Browse the repository at this point in the history
  17. fix(docs): remove unused images

    as-op committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c2d0d02 View commit details
    Browse the repository at this point in the history
  18. fix(docs): spelling and typos

    as-op committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    19d66ff View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    77a1ca6 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #15051 from opf/docs/cleanup

    Cleanup docs
    as-op authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7e3fc69 View commit details
    Browse the repository at this point in the history
  21. bump google-apis-core

    ulferts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    af30c02 View commit details
    Browse the repository at this point in the history
  22. bump json-schema

    ulferts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8464f5e View commit details
    Browse the repository at this point in the history
  23. bump json_schemer

    ulferts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1df684c View commit details
    Browse the repository at this point in the history
  24. bump shoulda-matchers

    ulferts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    debba53 View commit details
    Browse the repository at this point in the history
  25. bump activerecord-import

    ulferts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3e7796a View commit details
    Browse the repository at this point in the history
  26. bump better_html

    ulferts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d52506e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d231c3b View commit details
    Browse the repository at this point in the history
  28. bump good_job

    ulferts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b00173d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9aaf8ca View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c88999f View commit details
    Browse the repository at this point in the history
  31. [#53368] added changes to oauth configurations

    - fixed unit tests for storage authentication
    - fixed client credentials strategy
    Kharonus committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9dbf6f6 View commit details
    Browse the repository at this point in the history
  32. #52284 bugfix added

    foxweb authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    86e02dc View commit details
    Browse the repository at this point in the history
  33. Merge pull request #15050 from opf/fix/bump_gems

    Fix/bump gems
    ulferts authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    acd9419 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #15052 from foxweb/patch-1

    #52284 bugfix added into release notes 13.4
    ulferts authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    691c2d6 View commit details
    Browse the repository at this point in the history
  35. 52284 bugfix added

    foxweb authored and ulferts committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e573ca0 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e7b8837 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #15040 from opf/flaky-schedule_date_alerts_notific…

    …ations_job_spec
    
    Flaky schedule date alerts notifications job spec
    toy authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2acc3ad View commit details
    Browse the repository at this point in the history
  38. [#53368] use active model validations in oauth config

    - use only class, not instance in error payload
    Kharonus committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    bf8882c View commit details
    Browse the repository at this point in the history
  39. Fix calender translations

    The translations need to be passed as options, otherwise the load order is not defined correctly.
    
    https://community.openproject.org/work_packages/53422
    oliverguenther committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    46ac2be View commit details
    Browse the repository at this point in the history
  40. Merge pull request #14954 from opf/implementation/53368-add-authentic…

    …ation-code-and-tests
    
    [#53368] add authentication for storage interaction
    Kharonus authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8996a6c View commit details
    Browse the repository at this point in the history
  41. [#53370] updated files query to use new authentication

    - added util method for nextcloud headers
    - removed nextcloud util tests
    Kharonus committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3200df2 View commit details
    Browse the repository at this point in the history
  42. [#53370] use webmock timeout in network error test

    - added linter improvements
    Kharonus committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b27f17e View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    8c720c9 View commit details
    Browse the repository at this point in the history
  44. Merge pull request #14941 from virgo47/feature/53330_disable_profile_…

    …fields_for_ldap_user
    
    Feature/53330 disable profile fields for ldap user
    oliverguenther authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    911099a View commit details
    Browse the repository at this point in the history
  45. Merge pull request #15044 from opf/bug/53394-oauth-flow-causes-loss-o…

    …f-already-selected-option-while-adding-a-storage-to-a-project
    
    [#53394] OAuth flow causes loss of already selected option while adding a storage to a project.
    ba1ash authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ba1b99b View commit details
    Browse the repository at this point in the history
  46. Merge pull request #14955 from opf/implementation/53370-use-authentic…

    …ation-in-files_query
    
    [#53370] updated files query to use new authentication
    Kharonus authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2082cb5 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    099bbf7 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    9e4934c View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    28f3ea1 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #15055 from opf/correcting-single-quotes

    Switch to double quotes all files not changed by current PRs
    toy authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8d8afce View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a901541 View commit details
    Browse the repository at this point in the history
  52. Revert "Merge branch 'dev' into release/13.4"

    This reverts commit a901541, reversing
    changes made to e573ca0.
    toy committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7787e45 View commit details
    Browse the repository at this point in the history
  53. Merge pull request #15058 from opf/revert-accidental-dev-merge

    Revert "Merge branch 'dev' into release/13.4"
    toy authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    465eb50 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    c35898c View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    caa8e58 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    386ab7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e37ae08 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump autoprefixer from 10.4.18 to 10.4.19 in /frontend

    Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.18 to 10.4.19.
    - [Release notes](https://github.com/postcss/autoprefixer/releases)
    - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
    - [Commits](postcss/autoprefixer@10.4.18...10.4.19)
    
    ---
    updated-dependencies:
    - dependency-name: autoprefixer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    905c22c View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump @types/jqueryui in /frontend

    Bumps [@types/jqueryui](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jqueryui) from 1.12.21 to 1.12.22.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jqueryui)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jqueryui"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    fc323b5 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump rdoc from 6.6.2 to 6.6.3.1

    Bumps [rdoc](https://github.com/ruby/rdoc) from 6.6.2 to 6.6.3.1.
    - [Release notes](https://github.com/ruby/rdoc/releases)
    - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc)
    - [Commits](ruby/rdoc@v6.6.2...v6.6.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: rdoc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    065be62 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump appsignal from 3.6.2 to 3.6.3

    Bumps [appsignal](https://github.com/appsignal/appsignal-ruby) from 3.6.2 to 3.6.3.
    - [Changelog](https://github.com/appsignal/appsignal-ruby/blob/main/CHANGELOG.md)
    - [Commits](appsignal/appsignal-ruby@v3.6.2...v3.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: appsignal
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2a84cb3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #15064 from opf/dependabot/bundler/dev/appsignal-3…

    ….6.3
    
    build(deps): bump appsignal from 3.6.2 to 3.6.3
    klaustopher authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    af065f8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #15063 from opf/dependabot/bundler/dev/rdoc-6.6.3.1

    build(deps): bump rdoc from 6.6.2 to 6.6.3.1
    klaustopher authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e87dcdb View commit details
    Browse the repository at this point in the history
  9. Use the lock_optimistically method instead of using the locking_colum…

    …n because the activerecord-import gem respects it.
    
    The zdennis/activerecord-import#822 got merged and released
    in the activerecord-import 1.6.0 which now respects the ActiveRecord::Base.lock_optimistically
    setting.
    dombesz authored and oliverguenther committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5ebe475 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #15062 from opf/dependabot/npm_and_yarn/frontend/d…

    …ev/types/jqueryui-1.12.22
    
    build(deps-dev): bump @types/jqueryui from 1.12.21 to 1.12.22 in /frontend
    ulferts authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bf296a8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #15061 from opf/dependabot/npm_and_yarn/frontend/d…

    …ev/autoprefixer-10.4.19
    
    build(deps): bump autoprefixer from 10.4.18 to 10.4.19 in /frontend
    ulferts authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b4c6cb1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    40b2bbe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    01ee19a View commit details
    Browse the repository at this point in the history
  14. Merge pull request #15066 from opf/fix/appsignal-reference

    Ensure we look for the global transaction
    cbliard authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    effe0b3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e492bf8 View commit details
    Browse the repository at this point in the history
  16. Revert "Merge remote-tracking branch 'origin/release/13.4' into dev"

    This reverts commit 40b2bbe, reversing
    changes made to b4c6cb1.
    ulferts committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3b2121f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e3af338 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b62a74b View commit details
    Browse the repository at this point in the history
  19. Merge pull request #15067 from opf/fix/add-appsignal-reference-unit-test

    Add unit test for appsignal fix
    cbliard authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8fa06c4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0386fce View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5eb8d11 View commit details
    Browse the repository at this point in the history
  22. [#53369] replace authorization state with auth check query

    - fixed unit test setup
    - removed old usages of connection manager
    Kharonus committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    66f51b6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a77b140 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #15069 from opf/chore/add-more-timeouts

    Set operation and request httpx timeouts.
    machisuji authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f9c3220 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    821c91c View commit details
    Browse the repository at this point in the history
  26. [#53369] fixed feature spec

    Kharonus committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5f5145d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    61b19b8 View commit details
    Browse the repository at this point in the history
  28. use git context for correct sha

    oliverguenther authored and machisuji committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e551472 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    08e05ca View commit details
    Browse the repository at this point in the history
  30. Remove double quotes

    oliverguenther authored and machisuji committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    664594c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7a51608 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    eda9bc8 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    fe2c495 View commit details
    Browse the repository at this point in the history
  34. [53584] Fix Portuguese languages mapping

    https://community.openproject.org/wp/53584
    https://community.openproject.org/wp/53586
    
    When making Portuguese Brazilian and Portuguese Portugal translations
    apart from each other in https://community.openproject.org/wp/53374, we
    missed that the root key in the `pt-BR.yml` and `pt-PT.yml` files is
    still `pt`. The backend is gracefully falling back to the `pt`
    translations but the frontend just fails to translate and falls back to
    the English strings, leading to mixed English and Portuguese in the user
    interface.
    
    A script fixes the root key in the `pt-BR.yml` and `pt-PT.yml` files.
    This script is executed each time the translations are updated from
    crowdin.
    cbliard committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d653ce6 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #15072 from opf/bug/53584-fix-pt-br-and-pt-pt-tran…

    …slations
    
    [53584] Fix Portuguese languages mapping
    cbliard authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a9fe3eb View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    1ae177c View commit details
    Browse the repository at this point in the history
  37. build(deps): bump webpack-dev-middleware in /frontend

    Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
    - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
    - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
    - [Commits](webpack/webpack-dev-middleware@v5.3.3...v5.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: webpack-dev-middleware
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1b44a61 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    00fc9df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a7e8fb View commit details
    Browse the repository at this point in the history
  3. build(deps): bump ox from 2.14.17 to 2.14.18

    Bumps [ox](https://github.com/ohler55/ox) from 2.14.17 to 2.14.18.
    - [Changelog](https://github.com/ohler55/ox/blob/develop/CHANGELOG.md)
    - [Commits](ohler55/ox@v2.14.17...v2.14.18)
    
    ---
    updated-dependencies:
    - dependency-name: ox
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bdc688e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #15075 from opf/dependabot/bundler/dev/ox-2.14.18

    build(deps): bump ox from 2.14.17 to 2.14.18
    ulferts authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2425a15 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #15074 from opf/dependabot/npm_and_yarn/frontend/w…

    …ebpack-dev-middleware-5.3.4
    
    build(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /frontend
    ulferts authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8971518 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d517ff View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14957 from opf/implementation/53369-replace-autho…

    …rization_state-with-new-code
    
    [#53369] replace authorization state with auth check query
    Kharonus authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5ce125d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    b23b803 View commit details
    Browse the repository at this point in the history