nextcloud-libraries / nextcloud-dialogs

Nextcloud dialog helpers https://npmjs.org/@nextcloud/dialogs
https://nextcloud-libraries.github.io/nextcloud-dialogs/
GNU Affero General Public License v3.0
18 stars 9 forks source link

feat: Rate-limit image previews #1478

Closed susnux closed 1 week ago

susnux commented 2 weeks ago

Image preloading should be rate limited, to not overload the server. Now it is set to max. 5 requests at the same time.

susnux commented 2 weeks ago

/backport to stable5

susnux commented 2 weeks ago

Everything apart from rate-limiting looks and works fine 🙈

Should be fixed, somehow forgot to return the promise