We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The configured file upload threshold should always be checked against all selected files and not only single files.
If you've set the upload limit to e.g. 2MB and select three files with a total size of 3MB the upload request will not be triggered.
OS: Linux 3.16.47 Web server: Apache2 2.4.26 Database: MariaDB 10.0.32 PHP version: 5.6.30 Nextcloud version: 12.0.3
Thunderbird version: 52.3.0 Nextcloud for Filelink version: 1.7 Operating system: Windows 7
The text was updated successfully, but these errors were encountered:
Merge branch 'Release-3.3' into 'master'
f372c9d
Release 3.3 Closes nextcloud#4, nextcloud#5, nextcloud#44, nextcloud#49, nextcloud#53, nextcloud#59, nextcloud#61 See merge request joendres/filelink-nextcloud!31
No branches or pull requests
Expected behavior
The configured file upload threshold should always be checked against all selected files and not only single files.
Current behavior
If you've set the upload limit to e.g. 2MB and select three files with a total size of 3MB the upload request will not be triggered.
Steps to reproduce
-> No upload request is triggered.
Environment
Server Configuration
OS: Linux 3.16.47
Web server: Apache2 2.4.26
Database: MariaDB 10.0.32
PHP version: 5.6.30
Nextcloud version: 12.0.3
Client Configuration
Thunderbird version: 52.3.0
Nextcloud for Filelink version: 1.7
Operating system: Windows 7
The text was updated successfully, but these errors were encountered: