Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MultinetInteractive/eduadmin-booking
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.0
Choose a base ref
...
head repository: MultinetInteractive/eduadmin-booking
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.0
Choose a head ref
  • 5 commits
  • 30 files changed
  • 1 contributor

Commits on Nov 4, 2024

  1. chore: versionbump

    Chris Gårdenberg committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8b8a658 View commit details
    Browse the repository at this point in the history
  2. chore: Remove lega online-tag from plugin source.

    Chris Gårdenberg committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    07f22cc View commit details
    Browse the repository at this point in the history
  3. chore: Add Patchstack-disclaimer for reporting security issues.

    Chris Gårdenberg committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5f619db View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. feat: Handle API being down/blocked, instead of making the site hang …

    …until the configured timeout happens.
    
    We now have a configured timeout for the API client as the following:
    - Connection timeout: 0.5 seconds at most
    - Response timeout: 5 seconds at most (yes, if the API is slow, we will consider it down)
    
    And in the plugin, we have also implemented a check that has a timeout of 0.25 seconds (but always goes for 1 second anyway for some reason), and if we decide that the API is not responding fast enough, a warning saying that the plugin cannot connect to the API will be shown.
    
    In the admin pages, an error will be shown, with the suggestion to contact the EduAdmin Support for help.
    
    Fixed another possible injection in template variables in course list view.
    
    fixes #153
    Chris Gårdenberg committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a1a5104 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.3.0

    Chris Gårdenberg committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    74d8aa5 View commit details
    Browse the repository at this point in the history
Loading