[PR #1133] [MERGED] Adds a default timeout of 60 seconds to dropzone. #5772

Closed
opened 2026-02-05 10:16:46 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1133
Author: @Abijeet
Created: 11/17/2018
Status: Merged
Merged: 12/22/2018
Merged by: @ssddanbrown

Base: masterHead: dropzone-timeout


📝 Commits (1)

  • d3d3e2a Added a default timeout of 60 seconds to dropzone.

📊 Changes

18 files changed (+26 additions, -3 deletions)

View changed files

📝 resources/assets/js/vues/components/dropzone.js (+7 -2)
📝 resources/lang/ar/errors.php (+1 -0)
📝 resources/lang/de/errors.php (+2 -0)
📝 resources/lang/en/errors.php (+1 -0)
📝 resources/lang/es/errors.php (+1 -0)
📝 resources/lang/es_AR/errors.php (+1 -0)
📝 resources/lang/fr/errors.php (+1 -0)
📝 resources/lang/it/errors.php (+1 -0)
📝 resources/lang/ja/errors.php (+1 -0)
📝 resources/lang/kr/errors.php (+1 -0)
📝 resources/lang/nl/errors.php (+1 -0)
📝 resources/lang/pl/errors.php (+1 -0)
📝 resources/lang/pt_BR/errors.php (+1 -0)
📝 resources/lang/ru/errors.php (+1 -0)
📝 resources/lang/sk/errors.php (+1 -0)
📝 resources/lang/sv/errors.php (+1 -0)
📝 resources/lang/zh_CN/errors.php (+2 -1)
📝 resources/lang/zh_TW/errors.php (+1 -0)

📄 Description

Fixes #876


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/1133 **Author:** [@Abijeet](https://github.com/Abijeet) **Created:** 11/17/2018 **Status:** ✅ Merged **Merged:** 12/22/2018 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `dropzone-timeout` --- ### 📝 Commits (1) - [`d3d3e2a`](https://github.com/BookStackApp/BookStack/commit/d3d3e2ad3e2ce2cfff2672df9109ca15bfcf14e4) Added a default timeout of 60 seconds to dropzone. ### 📊 Changes **18 files changed** (+26 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `resources/assets/js/vues/components/dropzone.js` (+7 -2) 📝 `resources/lang/ar/errors.php` (+1 -0) 📝 `resources/lang/de/errors.php` (+2 -0) 📝 `resources/lang/en/errors.php` (+1 -0) 📝 `resources/lang/es/errors.php` (+1 -0) 📝 `resources/lang/es_AR/errors.php` (+1 -0) 📝 `resources/lang/fr/errors.php` (+1 -0) 📝 `resources/lang/it/errors.php` (+1 -0) 📝 `resources/lang/ja/errors.php` (+1 -0) 📝 `resources/lang/kr/errors.php` (+1 -0) 📝 `resources/lang/nl/errors.php` (+1 -0) 📝 `resources/lang/pl/errors.php` (+1 -0) 📝 `resources/lang/pt_BR/errors.php` (+1 -0) 📝 `resources/lang/ru/errors.php` (+1 -0) 📝 `resources/lang/sk/errors.php` (+1 -0) 📝 `resources/lang/sv/errors.php` (+1 -0) 📝 `resources/lang/zh_CN/errors.php` (+2 -1) 📝 `resources/lang/zh_TW/errors.php` (+1 -0) </details> ### 📄 Description Fixes #876 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:16:46 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5772