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

Migrate to Actix 0.13 APIs, Tokio 1.x, and fix OGN device DB download #439

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    bb84b61 View commit details
    Browse the repository at this point in the history
  2. Fix OGN device database download

    The database exceeded the hardcoded 4 MiB limit.
    mologie committed May 6, 2023
    Configuration menu
    Copy the full SHA
    55fb694 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    b080701 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d02f63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17abad0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6441b1 View commit details
    Browse the repository at this point in the history
  5. Fix JSON field unused warning

    Good enough to keep the field for debug printing.
    mologie committed May 8, 2023
    Configuration menu
    Copy the full SHA
    1f77dd3 View commit details
    Browse the repository at this point in the history
  6. Cosmetics

    mologie committed May 8, 2023
    Configuration menu
    Copy the full SHA
    2a0cdb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    c4cf148 View commit details
    Browse the repository at this point in the history
  2. Fix CORS checks to allow WebSocket connections

    Actix' default CORS policy would reject any request with a Origin
    header. Updating dependencies thus broke the /api/live endpoint when
    used from a browser. This configures Actix to permit requests from a
    single configurable origin.
    mologie committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    4397a01 View commit details
    Browse the repository at this point in the history