Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Kill off HomeServer.get_ip_from_request() #9080

Merged
merged 4 commits into from
Jan 12, 2021
Merged

Commits on Jan 12, 2021

  1. Remove redundant clientip param from UIAuth methods

    since this is always `request.getClientIP()`, and we have the request, we may
    as well elide the separate param.
    richvdh committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    54f9df7 View commit details
    Browse the repository at this point in the history
  2. Inline remaining calls to get_ip_from_request

    This thing is redundant.
    richvdh committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    4812821 View commit details
    Browse the repository at this point in the history
  3. changelog

    richvdh committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    5e6deb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb016f7 View commit details
    Browse the repository at this point in the history