Skip to content

Releases: Peergos/web-ui

Application sandbox and private websites

29 Jun 13:08
Compare
Choose a tag to compare

Changes:

  • implement htmlviewer app to view private websites
  • implement app sandbox using generated hostnames, COOP, COEP, CORP and CSP.
  • add app launcher, and folder shortcuts
  • implement needed calls for FUSE mount on MacOS
  • allow unblocking users
  • auto update current day in calendar
  • add creation time to search results
  • speed up building newsfeed
  • Speed up file deletion by 9X
  • Implement folder delete in shell rm command

Fixes:

  • thumbnail aware upload progress
  • make feed updates atomic
  • handle tabs in ascii mimetype detection
  • fix closing apps in secret link that auto opens
  • fix creating a new todo board in legacy accounts

Release commit:
web-ui/8a5614890aaac8da620d0f2d14ffebcdaa883780

v0.9.2 - Resumable uploads

06 May 08:17
Compare
Choose a tag to compare

Peergos v0.9.2

Implement resumable uploads.

Changes:

  • Failed uploads can be resumed.
  • Option to skip exisitng files during bulk upload
  • allow fuse mount to use a remote server
  • optimise GC delete phase
  • CLI put command has an additional optional parameter which is true or false
  • CLI put will automatically resume failed uploads

Fixes:

  • upload transaction files are now named as sha256(path) rather than String.hash(path)
  • fix serving index.html implicitly from subdir links in gateway
  • fix mimetype for aforementioned index.html in gateway

Release commit:
web-ui/a9bf20ddb848339ce3bfdb8179204ea411b5e674

v0.9.1

23 Apr 09:17
Compare
Choose a tag to compare

Implement folder upload via shell CLI command.

v0.9.0

21 Apr 11:20
Compare
Choose a tag to compare

Fix cleanup of failed uploads.

Changes:

  • Add creation time to file properties
  • Update FileUploadTransaction to be fixed size, and work correctly
  • Support nanoseconds in file creation and modification time
  • Update FUSE library

Fixes:

  • cleanup failed uploads was not removing chunks
  • Fix Mac OS arm64 install of ipfs
  • Fix timezone issue with BAT verification
  • Fix deletion of a folder where a descendant has different write access
  • Fix error handling in S3 auth read calls

Release commit:
web-ui/839dc95a3b24cff956cce9f6ef753e783099bd22

Fix CLI help formatting

14 Apr 18:28
Compare
Choose a tag to compare
v0.8.2

fix CLI help formatting

Self hosting with S3 fixes

14 Apr 18:00
Compare
Choose a tag to compare
  • Don't run a gateway on a public server.
  • Enable using S3 and IPFS in a single server setup.
  • Fix parsing config file path with custom PEERGOS_PATH
  • Add CLI version command

v0.8.0

12 Apr 15:47
Compare
Choose a tag to compare