[PR #9] [CLOSED] changes 30/08/2018 #10

Closed
opened 2026-02-25 22:30:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dveselov/docsbox/pull/9
Author: @nunomsfranco
Created: 8/30/2018
Status: Closed

Base: masterHead: development


📝 Commits (1)

📊 Changes

6 files changed (+330 additions, -197 deletions)

View changed files

📝 README.md (+52 -85)
📝 docsbox/__init__.py (+8 -4)
📝 docsbox/docs/tasks.py (+45 -21)
📝 docsbox/docs/utils.py (+14 -6)
📝 docsbox/docs/views.py (+88 -37)
📝 docsbox/settings.py (+123 -44)

📄 Description

Changes done till 30/08/2018

  • Thumbnails are currently disabled, can be enabled in setings.py.
  • Upload and conversion are separated, messages are returned if file type needs to be converted or if can be uploaded without need of conversion (all of this can still be changed in settings.py).
  • There is a new request for checking a file type.
  • Checking the a task only returns the status and id, there is no return_url (if needed return may give the converted file name + extension).
  • New request to download file, needs task id, returns file not a zip
  • README.md was also updated with the new examples of request.

🔄 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/dveselov/docsbox/pull/9 **Author:** [@nunomsfranco](https://github.com/nunomsfranco) **Created:** 8/30/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `development` --- ### 📝 Commits (1) - [`43ac8ec`](https://github.com/dveselov/docsbox/commit/43ac8ec6b8d7493350904e7e82b51efbb662dbc2) changes 30/08/2018 ### 📊 Changes **6 files changed** (+330 additions, -197 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+52 -85) 📝 `docsbox/__init__.py` (+8 -4) 📝 `docsbox/docs/tasks.py` (+45 -21) 📝 `docsbox/docs/utils.py` (+14 -6) 📝 `docsbox/docs/views.py` (+88 -37) 📝 `docsbox/settings.py` (+123 -44) </details> ### 📄 Description Changes done till 30/08/2018 - Thumbnails are currently disabled, can be enabled in setings.py. - Upload and conversion are separated, messages are returned if file type needs to be converted or if can be uploaded without need of conversion (all of this can still be changed in settings.py). - There is a new request for checking a file type. - Checking the a task only returns the status and id, there is no return_url (if needed return may give the converted file name + extension). - New request to download file, needs task id, returns file not a zip - README.md was also updated with the new examples of request. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:30:15 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docsbox#10
No description provided.