- index: add
/data
endpoint to get data through a JSON API
- add options cors support
- slack: improve error handling
- package: don't forget about assets
- package: fix broken
main
- package: fix usecase of
require('slackin')
- index: expose express app as
app
on the returned value ofslackin
- package: only publish
bin
anddist
- package: remove postinstall
- moving babel and gulp into dev deps [@rauchg]
- package: remove
start
as it requires ENV stuff [@rauchg]
- package: bump
socket.io
for security fixes
- Important bug fixes (#208) [@leo]
- Switch to args, lint code and clean up (#200) [@leo]
- Update docs with more clear token generation info
- Change heroku deploy to master
- Update Dockerfile to match Procfile
- issue #169, add turnary assignment for client sdk channels
- Change case on the "already invited" message
- Update Readme.md
- Fix TypeError when submitting w/o SLACK_CHANNELS config
- fix postMessage({}, '*') causes slackin to throw [@laughinghan]
- add IBM Bluemix Deploy badge [@kevinSuttle]
- add
?large
to/iframe
and/iframe/dialog
[@laughinghan] - convert dialog dimensions to em/rem for adjustability #prepwork [@laughinghan]
- fix redirecting already-registered users from iframe dialog [@laughinghan]
- add "or sign in" link to iframe too [@laughinghan]
- render a hidden form field for a single channel [@nickstenning]
- add .travis.yml [@jszwedko]
- fix test for successful invite [@jszwedko]
- update
babel-register
module name in mocha opts [@jszwedko] - update readme for babel 6 change [@danreeves]
- shorten already-invited message [@MaxWofford]
- add success message for already signed up users [@MaxWofford]
- fix max listeners warnings [Hardeep Shoker]
- 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