Skip to content

Commits on Feb 5, 2017

  1. Remove Sandstorm for Work paywall.

    Sandstorm for Work features will now be available to all users. The "for Work" product is no more.
    kentonv committed Feb 5, 2017

Commits on Dec 23, 2016

  1. Server-side support for opening powerbox request sessions.

    These call UiView.newRequestSession() instead of newSession().
    kentonv committed Dec 23, 2016
  2. 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 committed Dec 23, 2016

Commits on Nov 20, 2016

  1. add newline to pass stylecheck

    dwrensha committed Nov 20, 2016

Commits on Nov 19, 2016

  1. Record experiment info in DeleteStats.

    kentonv committed Nov 19, 2016
  2. 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.
    kentonv committed Nov 19, 2016

Commits on Nov 18, 2016

  1. don't bother setting grainInfo.icon if there is no icon

    dwrensha committed Nov 18, 2016

Commits on Nov 12, 2016

  1. Merge pull request #2746 from jparyani/add-saml-logout

    Add SAML logout
    kentonv committed Nov 12, 2016

Commits on Nov 8, 2016

  1. Initial working version of SAML logout

    This doesn't handle incoming logout requests from the IDP (yet).
    jparyani committed Nov 8, 2016

Commits on Nov 4, 2016

  1. Add option to hide "About Sandstorm"

    Fixes #2720
    jparyani committed Nov 4, 2016

Commits on Oct 15, 2016

  1. Pass parent origin to openSessionFromApiToken.

    This eliminates the only case where we had to look up the standalone domain for a token.
    kentonv committed Oct 15, 2016

Commits on Oct 11, 2016

  1. Fix typos

    jparyani committed Oct 11, 2016

Commits on Oct 1, 2016

  1. Merge pull request #2610 from jparyani/fix-issue-2592

    Allow for ldap self signed certs
    kentonv committed Oct 1, 2016

Commits on Sep 30, 2016

  1. Add LDAP self signed cert option

    Fixes #2592
    jparyani committed Sep 30, 2016

Commits on Sep 28, 2016

  1. 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.
    kentonv committed Sep 28, 2016

Commits on Sep 24, 2016

  1. Don't use globalDb in a method of SandstormDb.

    kentonv committed Sep 24, 2016
  2. Actually fix that preinstalled app package IDs could become outdated.

    The previous fix was incorrect.
    kentonv committed Sep 24, 2016
  3. Merge pull request #2583 from sandstorm-io/fix-preinstall-outdated

    Fix that the preinstalled app package IDs could become outdated.
    kentonv committed Sep 24, 2016

Commits on Sep 23, 2016

  1. Clarify comments per @zarvox's request.

    kentonv committed Sep 23, 2016
  2. Correctly handle activity from anonymous users.

    kentonv committed Sep 23, 2016
  3. 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.
    kentonv committed Sep 23, 2016

Commits on Sep 15, 2016

  1. fix broken 'this' reference

    dwrensha committed Sep 15, 2016

Commits on Sep 10, 2016

  1. Fix bugs introduced in #2511 and audit db.js for use of non-arrow lam…

    …bdas.
    kentonv committed Sep 10, 2016

Commits on Sep 9, 2016

  1. jscs --fix

    kentonv committed Sep 9, 2016
  2. 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 committed Sep 9, 2016
  3. 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 committed Sep 9, 2016

Commits on Sep 7, 2016

  1. Remove references to globalDb from db.js

    zarvox committed Sep 7, 2016
  2. 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 committed Sep 7, 2016
Older
You can’t perform that action at this time.