nodebb/public/src
Julian Lam dd8719a10e fix: upload modal error handler
The underlying API call was updated to v3 style (with standard status/response object in response body), so the existing code always falls back to the default error instead of showing the more specific error sent back by the backend.

Also, the fallback wasn't internationalized, so that's done to.
..
admin feat: display when an api key was last used, in ACP,
client fix: , update timestamp on lastpost button
installer Bootstrap5 ()
modules fix: upload modal error handler
ajaxify.js Bootstrap5 ()
app.js Bootstrap5 ()
client.js Bootstrap5 ()
overrides.js Bootstrap5 ()
service-worker.js fix: , dont use service worker for posts requests
sockets.js Bootstrap5 ()
utils.common.js Bootstrap5 ()
utils.js Bootstrap5 ()
widgets.js Bootstrap5 ()