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 grouped_notifications API #494

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

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    b4dbbf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6cd365 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55db955 View commit details
    Browse the repository at this point in the history
  4. BREAKING: Add NotificationTypes MODERATION_WARNING+SEVERED_RELATIONSHIPS

    Breaking in case library consumers relied on Enum’s ordinal as new
    options were added in-between to keep alphabetical order.
    PattaFeuFeu committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c2a2cec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7460bd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a76225 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1fc2147 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5933279 View commit details
    Browse the repository at this point in the history
  9. Allow Pageable on single-page return

    Circumvents odd case where api/v2/notifications, despite supporting
    pagination, returns just a JSONObject and not a JSONArray
    
    See mastodon/mastodon#32594
    PattaFeuFeu committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d7b3bc3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    61f1bb8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7734796 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    de7e2f0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9bbbf2b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4d643c6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e7027b2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    274632d View commit details
    Browse the repository at this point in the history
  17. Add Rx implementation

    PattaFeuFeu committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8d03a77 View commit details
    Browse the repository at this point in the history