Skip to content

Releases: LanceGin/QBox

Add: Tray icon

20 Oct 07:34
Compare
Choose a tag to compare

add tray icon on mac OS X, and forbidden dragging and open a resource with the basic browser event.

Add: Create Bucket And Drop Bucket Features

16 Aug 06:51
Compare
Choose a tag to compare

Release MAS version

Download

ADD

  1. create a new bucket.
  2. drop an exist bucket (include the files inside).

发布MAS版本

下载

新增

  1. 创建新仓库
  2. 删除已有仓库(包括其中文件)

Submit to Mac App Store

11 Aug 09:40
Compare
Choose a tag to compare

Update

  1. QBox has been submit to MAS, it will be released in less than a week.
  2. keyup-enter has been bind to search box.
  3. Windows and Linux versions are on the way.

更新

  1. QBox已经提交了MAS审核,近几天审核通过就可以直接在MAS中下载。
  2. 搜索框加入了回车键响应。
  3. windows和Linux版本正在编译中,编译完成将上传附件,

QBox v1.0.x for Mac OS X released

05 Aug 09:47
Compare
Choose a tag to compare

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条。
  • 可通过 文件名文件类型文件大小 或者 修改时间 进行排序。
  • 图片 以及 多媒体文件 预览功能。
  • 删除单个文件。
  • 批量删除文件。
  • 复制文件外链。
  • 刷新文件列表。
  • 下载单个文件。
  • 上传文件(支持拖拽)。
  • 文件名前缀搜索。