You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Reduce the cache ttl for public donations and total money collected.
The idea of the cache is to help in extreme scenarios when many requests are being fired.
One request every 2 seconds should be easy to handle by the backend.
* The expense original filenames are encoded in base64. This allows us to upload files with cyrilic names. But it adds a bit of complexity in the backend.
* Add support for making a donation invalid. Sometimes we can have a buggy stripe donation and we would like to sort of remove it.
This is allowed only if one has special credentials, of course.
* Refund payment should also be covered by the account-edit-financials-requests role.
* Rename the post /invalidate-stripe-payment/:id to a patch /:id/invalidate to match the REST guidelines better.
0 commit comments