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

support for private instances #4259

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 13, 2023

  1. support for private instances

    This is a modification of PR iv-org#3728. And addresses iv-org#446
    
    Server admins can set the instance to be private. Which means it is only accessible with a registered user account.
    
    The endpoints `/api/v1/popular` and `/api/v1/trending` are whitelisted because some clients expect them to be open.
    stonerl committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ad3f035 View commit details
    Browse the repository at this point in the history
  2. addressed linting issues

    stonerl committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5a967a7 View commit details
    Browse the repository at this point in the history
  3. fix linting once and for all

    stonerl committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a563aab View commit details
    Browse the repository at this point in the history
  4. removed redirect_login

    stonerl committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    0e98711 View commit details
    Browse the repository at this point in the history