mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
47227d7bd3
Changes: - Added a new config variable: `sails.config.custom.fleetSandboxWaitlistEnabled` - Added a new attribute to the website's `user` model: `inSandboxWaitlist` - Updated `signup.js` to create user accounts without a Fleet sandbox instance and `inSandboxWaitlist` set to true if `sails.config.custom.fleetSandboxWaitlistEnabled` is true. - Added /try-fleet/waitlist, a page that shows a message to users who have been added to the Fleet sandbox waitlist. - renamed`view-sandbox-teleporter-or-redirect-because-expired.js` to `view-sandbox-teleporter-or-redirect-because-expired-or-waitlist.js` and updated it to redirect users who are on the Fleet Sandbox waitlist to /try-fleet/waitlist Before this PR can be merged, we need to: - [x] Add `sails.config.custom.fleetSandboxWaitlistEnabled` config variable in Heroku. - [x] Add the new attribute to the user table in the website's database - [x] Update existing `user` records to have the new attribute (set to false) .. |
||
---|---|---|
.. | ||
env | ||
locales | ||
blueprints.js | ||
bootstrap.js | ||
custom.js | ||
datastores.js | ||
globals.js | ||
http.js | ||
i18n.js | ||
log.js | ||
models.js | ||
policies.js | ||
routes.js | ||
security.js | ||
session.js | ||
sockets.js | ||
views.js |