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

Bump chromedriver from 93.0.1 to 110.0.0 in /services/settings #101

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    33cc8d4 View commit details
    Browse the repository at this point in the history
  2. proxy: Fix archiver for public links

    Allows /archiver to be used the "public-token" auth middleware
    rhafer committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    863a4cb View commit details
    Browse the repository at this point in the history
  3. proxy: Clarify comment

    rhafer committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    c2fffee View commit details
    Browse the repository at this point in the history
  4. proxy: Avoid sorting endpoint for every request

    The endpoints are no longer hashed by path name in the directors map since
    that made iterating over the endpoints unstable. There are not store in a
    slice in the order in which the are defined in the configuration.
    
    Closes: owncloud#4497
    rhafer committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    f3262e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Bump chromedriver from 93.0.1 to 110.0.0 in /services/settings

    Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 93.0.1 to 110.0.0.
    - [Release notes](https://github.com/giggio/node-chromedriver/releases)
    - [Commits](giggio/node-chromedriver@93.0.1...110.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: chromedriver
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    de147c3 View commit details
    Browse the repository at this point in the history