mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 14:04:20 +01:00
* Improve event `ping`s to actually include data so that they show up in devtools * Improve Event publishers to take an `id` parameter that is sent to the browser * Add a `since_id` parameter to `GET /api/v1/notifications` to get Notifications that have happened since a specific ID * Add `HEAD /api/v1/notifications` to get a count of notifications that have happened. This also includes a `since_id` parameter to allow for a notification cursor.