Allow large uploads for admins #49264

Closed
opened 2016-09-06 01:08:23 +02:00 by Francesco Siddi · 5 comments

Currently file uploads larger than 1GB are not possible. The value is hardcoded in the frontend. Would be nice to control it with config.py

Currently file uploads larger than 1GB are not possible. The value is hardcoded in the frontend. Would be nice to control it with config.py
Sybren A. Stüvel was assigned by Francesco Siddi 2016-09-06 01:08:23 +02:00

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @fsiddi

Added subscriber: @fsiddi

The server-side logic is a bit different. There, users with role in {'subscriber', 'demo', 'admin'} have infinite uploads. The error message also indicates that they should subscribe for unlimited uploads. For now I'll follow the server-side code, and make the front-end consistent with it.

The server-side logic is a bit different. There, users with role in `{'subscriber', 'demo', 'admin'}` have infinite uploads. The error message also indicates that they should subscribe for unlimited uploads. For now I'll follow the server-side code, and make the front-end consistent with it.

This issue was referenced by 486686f1f9

This issue was referenced by 486686f1f9e40a329726161587b6756baaf965de

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: archive/pillar#49264
No description provided.