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

API Access to Moderation Queue #1028

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

Commits on May 31, 2024

  1. views, comments: add /pending endpoint

    It works exactly like `/latest` but returns only posts waiting
    moderation.  The endpoint has to be explicitly enabled and requests must
    be authorized with the admin password.  The admin interface also has to
    be enabled to make sure that people have changed the password.
    gflohr committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f2f6aa0 View commit details
    Browse the repository at this point in the history
  2. views, API docs: clarify /latest vs. /pending

    It should be mentioned that the endpoint /latest only returns accepted
    comments.
    gflohr committed May 31, 2024
    Configuration menu
    Copy the full SHA
    91fa27d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2df0f36 View commit details
    Browse the repository at this point in the history
  4. views, comments: fix api version for /pending

    Version 0.13.0 is already released. . Change to the probably next
    version 0.13.1.
    gflohr committed May 31, 2024
    Configuration menu
    Copy the full SHA
    07a9e4f View commit details
    Browse the repository at this point in the history