Skip to content

QBox v1.0.x for Mac OS X released

Compare
Choose a tag to compare
@LanceGin LanceGin released this 05 Aug 09:47
· 74 commits to master since this release

Screenshots

Bucket Panel

bucket panel

Manage Panel

bucket panel

Upload Panel

bucket panel

Feature

Bucket Panel

  • Login by setting accessKey and secretKey.
  • Logout by clearing localStorage (include accessKey and secretKey).
  • List all buckets (include private).
  • Manage files in a bucket, that will open a new Manage Panel.

Manage Panel

  • List all files in a specified bucket.
  • List all files with pagination.
  • Sort by file name, file type, file size or modified time.
  • Preview image and media file.
  • Delete a existing file.
  • Delete a batch of files were checked.
  • Copy the outer link of a file.
  • Refresh the files in the bucket.
  • Download a existing file.(this feature will be put in preview modal)
  • Upload a single file.
  • Search filter.

功能

仓库面板

  • 通过本地设置 accessKeysecretKey获取管理权限。
  • 可清除本地token(包括 accessKeysecretKey)从而退出。
  • 获取所有的仓库(包含私有仓库)。
  • 新建一个专门的 管理面板 进行文件管理。

管理面板

  • 列出仓库中的所有文件。
  • 分页显示仓库中的文件,每次加载100条。
  • 可通过 文件名文件类型文件大小 或者 修改时间 进行排序。
  • 图片 以及 多媒体文件 预览功能。
  • 删除单个文件。
  • 批量删除文件。
  • 复制文件外链。
  • 刷新文件列表。
  • 下载单个文件。
  • 上传文件(支持拖拽)。
  • 文件名前缀搜索。