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 user last seen information #4765

Open
wants to merge 47 commits into
base: develop
Choose a base branch
from
Open

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    006ac0e View commit details
    Browse the repository at this point in the history
  2. Linting fixes

    luismulinari committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5fadcf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Code review suggestions

    luismulinari committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e122725 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Lockdown inactive users

    luismulinari committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6de9dd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    141bb9a View commit details
    Browse the repository at this point in the history
  3. Fix priority

    luismulinari committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e920989 View commit details
    Browse the repository at this point in the history
  4. Fix filter

    luismulinari committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5a4a93d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b5f8f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Apply suggestions from code review

    Co-authored-by: Mohammad Jangda <mo@automattic.com>
    luismulinari and mjangda authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    91fcbe1 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Mohammad Jangda <mo@automattic.com>
    luismulinari and mjangda authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    dd56cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf897f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    d8ba237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cf88fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df19032 View commit details
    Browse the repository at this point in the history
  4. Add unit tests

    luismulinari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    267e26f View commit details
    Browse the repository at this point in the history
  5. Linting fixes

    luismulinari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    26bdd27 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    d1bdbb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eef4ca2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5287197 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccdb6b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Code review suggestions

    luismulinari committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    bb49b0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c74c4bb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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

Commits on Sep 1, 2023

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

Commits on Sep 5, 2023

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

Commits on Sep 6, 2023

  1. Couple tweaks

    - Removed excess $this->is_block_action_enabled() call
    - Don’t lookup the option for ajax requests (which can be logged-out FE users)
    - VIP_SECURITY_CONSIDER_USERS_INACTIVE_AFTER_DAYS doesn’t have to be defined in order for the block action to be enabled. It defaults to 90 days.
    - Re-organized the capabilities (most common first, more or less). Uses user_can() so that filters have a say in the matter.
    WPprodigy committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d5adcb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7ef136 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    33ace77 View commit details
    Browse the repository at this point in the history
  2. Add tests; Fix linting

    Luis Henrique Mulinari authored and Luis Henrique Mulinari committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ed87a3e View commit details
    Browse the repository at this point in the history
  3. Fix linting

    luismulinari committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9cb737b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    5e37e4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dc2715 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e2d1b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

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

Commits on Oct 2, 2023

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

Commits on Oct 17, 2023

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

Commits on Oct 18, 2023

  1. Use the determine_current_user filter to record activity; Use the wp_…

    …is_application_passwords_available_for_user filter to block REST requests with application passwords
    luismulinari committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    24b1f82 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    182dc0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6831bd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

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

Commits on Jan 3, 2024

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

Commits on Jan 9, 2024

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

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    617ff07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37eb090 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Jun 28, 2024

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