Commits on Feb 5, 2017
-
Remove Sandstorm for Work paywall.
Sandstorm for Work features will now be available to all users. The "for Work" product is no more.
kentonv committedFeb 5, 2017
Commits on Dec 23, 2016
-
Implement SessionContext.fulfillRequest().
kentonv committedDec 23, 2016 -
Server-side support for opening powerbox request sessions.
These call UiView.newRequestSession() instead of newSession().
kentonv committedDec 23, 2016 -
Allow powerbox queries to show grains owned by the user that claim to…
… host objects that match. This only makes them show in the list. Selecting such a grain will still (incorrectly) return the grain's UiView capability; fixing that will happen in later commits. This commit only shows grains owned by the user. A subsequent commit will support shared grains.
kentonv committedDec 23, 2016
Commits on Nov 20, 2016
Commits on Nov 19, 2016
-
-
Add experiment that gives unlimited grains to 10% of new free users, …
…including demo users. We want to see if this makes users more likely to "get hooked" and become paying users or refer their friends.
Commits on Nov 18, 2016
Commits on Nov 12, 2016
-
Merge pull request #2746 from jparyani/add-saml-logout
Add SAML logout
Commits on Nov 8, 2016
-
Improve check for SAML idenitity for logout
jparyani committedNov 8, 2016 -
Initial working version of SAML logout
This doesn't handle incoming logout requests from the IDP (yet).
jparyani committedNov 8, 2016
Commits on Nov 4, 2016
Commits on Oct 15, 2016
-
Pass parent origin to openSessionFromApiToken.
This eliminates the only case where we had to look up the standalone domain for a token.
kentonv committedOct 15, 2016
Commits on Oct 11, 2016
-
Properly handle CSP/frame headers for standalone domains
jparyani committedOct 11, 2016 -
Add proper check for if tokens are standalone
jparyani committedOct 11, 2016 -
jparyani committed
Oct 11, 2016
Commits on Oct 1, 2016
-
Merge pull request #2610 from jparyani/fix-issue-2592
Allow for ldap self signed certs
kentonv committedOct 1, 2016
Commits on Sep 30, 2016
Commits on Sep 28, 2016
-
Don't count trashed grains against grain quota.
Users find this confusing. A better solution would be to automatically delete trashed grains as needed when the user is running up against quota limits, but that would be trickier to implement, and as a result we haven't done it. In the meantime, this stopgap is much better than nothing. Technically a user could abuse this by swapping grains in and out of their trash, but whatever.
Commits on Sep 24, 2016
-
-
Actually fix that preinstalled app package IDs could become outdated.
The previous fix was incorrect.
-
Merge pull request #2583 from sandstorm-io/fix-preinstall-outdated
Fix that the preinstalled app package IDs could become outdated.
Commits on Sep 23, 2016
-
-
-
Fix that the preinstalled app package IDs could become outdated.
When an app update is discovered through an app index refresh, if the newer version of the app was already installed (for example, because someone had gone to the app market and installed it manually before the index update landed), then the preinstall package ID was never updated. This means the old version continued to be preinstalled and also broke appdemos of the particular app.
Commits on Sep 15, 2016
Commits on Sep 10, 2016
Commits on Sep 9, 2016
-
-
Implement bell menu notifications for feature key expiration.
I refactored admin notifications a bit. We were not using the text stored in the database, so I stopped setting it -- it's best not to store such messages to the database since it will make localization harder.
kentonv committedSep 9, 2016 -
Store a 'renewal problem' along-side the feature key, and display on …
…the feature key page. The renewal code introduced in a later commit will store a renewal problem when renewal fails.
kentonv committedSep 9, 2016 -
Add a method to observe changes to the feature key.
kentonv committedSep 9, 2016
Commits on Sep 7, 2016
-
-
db.js: use this.collections.* instead of the globals
An exception is made for Meteor.users because I haven't convinced myself that's worth untangling.
zarvox committedSep 7, 2016 -
server: lift asset token cleanup into startup
zarvox committedSep 7, 2016