Allow large uploads for admins #49264
Loading…
x
Reference in New Issue
Block a user
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?
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
Changed status to: 'Open'
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.This issue was referenced by
486686f1f9
Changed status from 'Open' to: 'Resolved'