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

Add support for third-party services #1303

Merged
merged 11 commits into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. fix: form validation when changing mention type from highlight to oth…

    …er types
    
    refactor: show modals after the open flag is set to true in order to populate the default form data on load.
    dmijatovic authored and cmeessen committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a16405b View commit details
    Browse the repository at this point in the history
  2. chore(release): update citation file

    jmaassen authored and cmeessen committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    dd7b5fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f8f695 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7758c82 View commit details
    Browse the repository at this point in the history
  5. feat: add syntax highlighting in documentation

    For json, typescript, nginx, bash
    cmeessen committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    fb233b7 View commit details
    Browse the repository at this point in the history
  6. feat: plugin documentation

    cmeessen committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    030fd88 View commit details
    Browse the repository at this point in the history
  7. refactor: get plugins configuration

    refactor: user menu hook moved inside component
    fix: create license files
    tests: create svg component test and fix muiSnackbar test
    refactor: update plugin config url
    dmijatovic authored and cmeessen committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b891aae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2ca7b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c28a5a View commit details
    Browse the repository at this point in the history
  10. fix: listen to main server block by default

    Listen to main server block so that requests to port 80 that do not match server_names are not handled by the first block
    cmeessen committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9f597f6 View commit details
    Browse the repository at this point in the history
  11. feat: support for absolute urls in plugin configuration

    BREAKING: adds a new environment variable RSD_REVERSE_PROXY url that is
    required by the frontend container to construct the plugin base url when
    running it in the same docker network.
    cmeessen committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c0e9d0c View commit details
    Browse the repository at this point in the history