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

views: moderation: Add unit tests, proper response instead of "Yo", apiDoc clarifications #805

Merged
merged 11 commits into from
Mar 5, 2022

Commits on Feb 27, 2022

  1. isso: test_comments: Add moderate API test

    ix5 authored and fliiiix committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    3907704 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f150b7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8446a63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdbbeb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fe0217 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f0629a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be22545 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6379b87 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ad59386 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    24fb28c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. views: comments: Correct apiDoc params

    The "key" does _contain_ a base64-encoded list of
    '["unsubscribe","<email>"]' but also a signature.
    As such, remove the comment to avoid confusion (above, it is
    mentioned where the key is obtained from).
    
    Also add the "unsubscribe" part to the request URL that was
    missing.
    ix5 committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    d984012 View commit details
    Browse the repository at this point in the history