All Versions
219
Latest Version
Avg Release Cycle
27 days
Latest Release
606 days ago

Changelog History
Page 22

  • v0.91 Changes

    June 20, 2015
    • ๐Ÿ› Bug: The first bug in v0.90 was not fully fixed: query parameters and fragments were still being dropped. This is blocking a thing, so we're pushing another fix. Sorry.
  • v0.90 Changes

    June 20, 2015
    • ๐Ÿ› Bug: Share links with paths would lose the path if the user was logged in and consumed the link (redirecting them to /grain/whatever). The path is now preserved in this redirect.
    • ๐Ÿ› Bug: The API by which apps set paths did the wrong thing when viewing anonymously via a share link: it would overwrite the URL with a /grain URL, which would lead to an unauthorized error if the user refreshed.
    • ๐Ÿ› Bug: On server restart/upgrade, logged in users viewing grains not owned by them had their view force-reloaded. Buggy code perceived the user's permissions to be changing.
    • ๐Ÿ› Bug: On server restart/upgrade, anonymous users viewing share links would not be force-reloaded, but would find that the iframed app stopped working and started giving 404s instead. This is because session hosts were not restored correctly for anonymous users.
  • v0.89 Changes

    June 20, 2015
    • "Incognito" sharing: Sandstorm will now ask you whether you want to reveal your identity when visiting a share link from someone you haven't interacted with before.
    • When you have no grains, a big green arrow will now suggest that you install an app or create a grain. (Helps users get through the demo.)
    • Apps can now receive callbacks from Github webhooks via the API endpoint.
    • Share links can now include paths (e.g. to make them go to a specific page on MediaWiki).
    • ๐Ÿ›  Fixed unexpected page refreshes when using apps that support paths (like MediaWiki).
    • โฑ "Admin alert" feature lets you define a banner to show to all users, possibly including a time and countdown, e.g. to announce scheduled downtime.
    • Various Admin panel usability improvements.
  • v0.88 Changes

    June 18, 2015
    • ๐Ÿ›  Fix real-time activity stats not being displayed (in admin settings).
    • ๐Ÿ›  Fix issue on Oasis where worker could get into a bad state and refuse to start grains.
  • v0.87 Changes

    June 13, 2015
    • โšก๏ธ Emergency fix to race condition which caused the login control to claim no login services were configured when communicating with a server far-away on the network. This wasn't caught in testing because we usually test against localhost servers. The fix is to make the list of enabled services reactive, where it wasn't before. This update should entirely resolve the problem.
  • v0.86 Changes

    June 13, 2015
    • ๐Ÿ†• New API allows apps to stay running in the background. The user is notified and can cancel the background processing to avoid expending resources. A notifications box has been added to the UI; eventually, other notifications will arrive here too, but for now it's just for background processing.
    • ๐Ÿ†• New API allows apps to render an "offer template", which is a chunk of instructional text containing an embedded API token suitable for copy/pasting e.g. into a shell. This will be used, for example, to improve the UX for Gitweb and Gitlab so that you can set up your git client by copy/pasting sample commands. The app can display such a template without ever getting direct access to the API token text, which would otherwise be a violation of confinement.
    • โช Backup/restore functions now go through the backend API rather than having the front-end directly operate on the filesystem. The zip and unzip processes are additionally more tightly sandboxed than before.
    • ๐ŸŒฒ Admin panel now includes usage stats and a view of the server log file.
    • spk pack now avoids creating excessive numbers of mmap()s (which vbox shared folders don't like).
    • Admin user list now shows the email address or invite notes under which the user was invited.
    • Various installer UX improvements, especially in failure cases.
  • v0.85 Changes

    June 01, 2015
    • โž• Added this change log, and made it appear on the "about" page.
    • โšก๏ธ Updated to latest Meteor.
    • ๐Ÿ‘Œ Improved spk pack performance by using multiple compression threads.
    • ๐Ÿ›  Bugfix: Sending invides in admin settings now works with emergency admin token login.
    • ๐Ÿ›  Bugfix: Don't display irrelevant webkey button to users who can't use it.
    • ๐Ÿ›  Bugfix: When testing SMTP, use the newly-input configuration rather than the saved configuration.
    • ๐Ÿ›  Bugfix: Fix permissions on various disk directories so that the sandstorm group can access them.
  • v0.84 Changes

    May 24, 2015
    • ๐Ÿ›  Fix admin-token ownership; when created as root
    • ๐Ÿ‘Œ Support standalone spk binary
  • v0.1-v0.83 Changes

    • ๐Ÿš€ Change logs were not kept, but you can inspect the release tags in git.