mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[PR #524] [MERGED] ResumableJS fault tolerant attachment upload #871
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#871
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cypht-org/cypht/pull/524
Author: @henrique-borba
Created: 10/24/2021
Status: ✅ Merged
Merged: 1/19/2022
Merged by: @jasonmunro
Base:
master← Head:resumablejs-attachments📝 Commits (10+)
8f99dacResumableJS fault tolerant attachment upload29b8859Minified ResumableJS, site settings chunk clear and bug fixese03bb4bFixed submission of finished drafts, correct SMTP account selection bug52c514aResumableJS code review changes1397ec6Chunk upload don't need the profile information829d206Make sure attachment chunks removal are actually chunks parts33807baMerge branch 'master' into resumablejs-attachmentsb519ed7If legacy load of profiles fails, just return an empty array. (PHP 8.1 don't like Exception so we use Throwable and make sure we still have compatibility with 5.45352b81Fixed wrong attachment directory used after file collision protection using smtp_idb60fb79A better and more secure way to remove chunks📊 Changes
10 files changed (+491 additions, -223 deletions)
View changed files
📝
composer.json(+2 -1)📝
lib/dispatch.php(+13 -1)📝
modules/core/output_modules.php(+1 -0)📝
modules/profiles/hm-profiles.php(+14 -1)📝
modules/smtp/modules.php(+315 -128)📝
modules/smtp/setup.php(+41 -24)📝
modules/smtp/site.css(+5 -1)📝
modules/smtp/site.js(+98 -67)📝
scripts/config_gen.php(+1 -0)➕
third_party/resumable.min.js(+1 -0)📄 Description
This PR aims to redo the attachment upload methods using ResumableJS.
Screen
Features
Important
Core Updates
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.