Age | Commit message (Collapse) | Author |
|
Somehow user's locale could be an empty string, And empty string itself
are treated as true value.
|
|
|
|
|
|
- Change the maximum count of retry for web push notification (Default -> 5).
- In case of high load of subscribe server, the retries will be repeated many times.
- Because the retries occupy the default queue, maximum retry count should be reduced.
|
|
Add timeout of 10s to web push requests
|
|
- POST /api/v1/push/subscription
- PUT /api/v1/push/subscription
- DELETE /api/v1/push/subscription
- New OAuth scope: "push" (required for the above methods)
|