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

Fix password-protected page template #222

Merged
merged 6 commits into from
Dec 18, 2019
Merged

Commits on Dec 7, 2019

  1. Fix broken password-collection template

    Fixed "user-supsended" to "user-suspended"
    thebaer committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    acb8f5f View commit details
    Browse the repository at this point in the history
  2. Update "account silenced" alert on edit-meta

    Use "silenced" phrasing instead of "suspended"
    thebaer committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    0b701c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Return 404 for suspended pass-protected colls

    Previously, any password-protected collection on a suspended account
    would prompt visitors for a password, and *then* take them to the "not
    found" page. This fixes that.
    thebaer committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    6f6204a View commit details
    Browse the repository at this point in the history
  2. Remove "silenced" warning on password-collection.tmpl

    Logged-in users never see this particular page, so it's not needed here.
    thebaer committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    aa405bc View commit details
    Browse the repository at this point in the history
  3. 404 for protected posts when previously authorized

    a user who had previously authenticated on a protected collection would
    still see the post after the owner was silenced, with a banner meant for
    the owner displayed.
    Rob Loranger committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    4c0e4d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Fix whitespace

    thebaer committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    6afafa4 View commit details
    Browse the repository at this point in the history