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

Handle ip behind proxies #914

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Handle ip behind proxies #914

wants to merge 21 commits into from

Commits on Jul 10, 2021

  1. Configuration menu
    Copy the full SHA
    fc33876 View commit details
    Browse the repository at this point in the history
  2. replace (almost) all REMOTE_ADDR with getClientIP(), so that it conti…

    …nues to work behind a proxy
    michield committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    98ad57f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

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

Commits on Oct 20, 2021

  1. cache the ip address found

    michield committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    8676f77 View commit details
    Browse the repository at this point in the history
  2. tidy up

    michield committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    02faef6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. detect proxy in hostname

    michield committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    dcff53c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb458e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Allow config to set ADMIN_WWWROOT and USER_WWWROOT to bypass the URL …

    …detection and hard code the admin and frontend locations.
    michield committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    27c00fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3771d43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a26eccf View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    0b472cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5a17ad View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    b7e3265 View commit details
    Browse the repository at this point in the history
  2. keep the URL config method as before, but override the config when fe…

    …tched for application URLs
    michield committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d853540 View commit details
    Browse the repository at this point in the history
  3. use new global adminBaseUrl

    michield committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    da74e1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66a1a78 View commit details
    Browse the repository at this point in the history
  5. use new global adminBaseUrl

    michield committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7a36207 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    6cbfdec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1e9bc3 View commit details
    Browse the repository at this point in the history
  3. remove obsolete line

    michield committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    0b36b40 View commit details
    Browse the repository at this point in the history
  4. fix typo

    michield committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    0dadc39 View commit details
    Browse the repository at this point in the history