- use better supported anonymous function syntax [WouterSioen]
- bump socket.io
- index: fix
import
order issue
- bump socket.io to 1.4.0 for sec advisory
- add deploy to Azure Button
- build: Update builds to use gulp and babel6 (Fixes #122)
- adds instructions for deploying to Cloud Foundry
- redirect signed up users to Slack
- fix --path option parsing
- package: bump
socket.io
to fix build issue
- fix rendering of badge in non-chrome
- fix inline badge styles
- badge: make badge work for users with lots of users
- splash: fix hover color – thank goodness
- relative path hosting support
- fix tests
- add support for codes of conduct
- use faster API methods: users.list to get presence
- fix polling interval increase
- allow hosting slackin under a path (eg: /slack)
- fix for deployment instructions
- add already registered link
- use SLACK_CHANNELS instead of SLACK_CHANNEL on Heroku
- standardize use of example host
- allow hosting at a subfolder
- added safety check for channels.
- fix counting deleted users
- allow for multiple guest channels [afeld]
- add important notes to README
- better error handling and tests [afeld]
- add Slack favicon and better title [frabrunelle]
- error when the token account is not an admin [martypenner]
- added Dockerfile [darron]
- use SVG Heroku button
- fixed svg dimensions issues
- exclude bots (and slackbot) from users count
- improve mobile zoom
- use
<input type="email">
- fix for single-channel guests invitation parameter name
- fix meta tags for mobile support
- update
babel
, fix all scenarios
- package: bump
socket.io
- bump socket.io
- support for custom css
- fix issue with 6to5 and
-g install
- fix single channel invites to be ultra restricted
- bump 6to5
- fixed heroku button
- fixed ability to
require('slackin')
- improved startup speed by leveraging pre-compilation
- improved CLI interface [buildkite]
- support for ENV vars [buildkite]
- deploy to heroku button [buildkite]
- fix bin name [brianloweswords]
- fix typo
- initial release