Skip to content

3.0.0

Compare
Choose a tag to compare
@r-hannuschka r-hannuschka released this 27 Oct 16:34
· 1045 commits to master since this release
4f71098
  • implement upload storages which holds all upload requests
  • implement upload queue, that means that by default only 5 uploads can run concurrently all others will pending until we have more space
  • add new icons and customize view
  • add new upload state: PENDING
  • rename upload state QUEUED to IDLE
  • all upload states are now numeric instead of strings, before UploadState.INVALID = 'invalid' after UploadState.INVALID = 1
  • add new pipe stateToString to convert UploadState to string value
  • Library exported now UploadApi, use in template with public uploadStates = UploadApi.UploadState, in template uploadStates.IDL