Permalink
Commits on Jun 1, 2017
  1. Release 0.14.0

    committed Jun 1, 2017
  2. Implement reCAPTCHA for abuse prevention (#311)

    * Implement reCAPTCHA for abuse prevention
    
    * Update the README
    whit537 committed with Jun 1, 2017
Commits on May 19, 2017
  1. Update README.md

    committed on GitHub May 19, 2017
Commits on Feb 21, 2017
  1. Update README.md

    committed on GitHub Feb 21, 2017
Commits on Feb 10, 2017
  1. Update README.md

    committed on GitHub Feb 10, 2017
Commits on Feb 9, 2017
  1. Include dist in deploy. Fix #221. (#223)

    committed on GitHub Feb 9, 2017
Commits on Jan 5, 2017
  1. Release 0.13.1

    committed Jan 5, 2017
  2. Show better error when slack subdomain isn't correctly set (#261)

    e.g when `SLACK_SUBDOMAIN="<zeit-community>"` following error would show up:
    ```
    /home/nowuser/src/dist/slack.js:53
            (res.body.channels || []).forEach(function (channel) {
                ^
    TypeError: Cannot read property 'body' of undefined
    ```
    
    When really err is populated and contains real error.
    jamo committed with Jan 5, 2017
  3. Directions for Now might change

    leo committed Jan 5, 2017
Commits on Nov 30, 2016
  1. Nooow it's perfect, baby!

    leo committed on GitHub Nov 30, 2016
  2. Oh, another quick leo

    leo committed on GitHub Nov 30, 2016
  3. Another quick leo

    leo committed on GitHub Nov 30, 2016
  4. Quick leo

    leo committed on GitHub Nov 30, 2016
  5. Update README.md

    evilrabbit committed on GitHub Nov 30, 2016
  6. Update README.md

    evilrabbit committed on GitHub Nov 30, 2016
  7. Delete DOCS.md

    evilrabbit committed on GitHub Nov 30, 2016
  8. Update README.md

    evilrabbit committed on GitHub Nov 30, 2016
  9. Update DOCS.md

    evilrabbit committed on GitHub Nov 30, 2016
  10. Update README.md

    evilrabbit committed on GitHub Nov 30, 2016
  11. Update README.md

    evilrabbit committed on GitHub Nov 30, 2016
  12. Create DOCS.md

    evilrabbit committed on GitHub Nov 30, 2016
  13. Update README.md

    evilrabbit committed on GitHub Nov 30, 2016
Commits on Nov 28, 2016
  1. New repo banner

    leo committed Nov 28, 2016
  2. Cleaned up README

    leo committed on GitHub Nov 28, 2016
Commits on Nov 26, 2016
  1. Upload gulpfile to now

    leo committed Nov 26, 2016
  2. Update package.json

    committed on GitHub Nov 26, 2016
  3. Update package.json

    committed on GitHub Nov 26, 2016
  4. Update package.json

    committed on GitHub Nov 26, 2016
  5. Update package.json

    committed on GitHub Nov 26, 2016
  6. Update package.json

    committed on GitHub Nov 26, 2016
  7. Update package.json

    committed on GitHub Nov 26, 2016
Commits on Oct 22, 2016
  1. Switch from pure document.body for badge flyout Firefox compatibility. (

    #226)
    
    * update from document.body to document.documentElement for Firefox compatibility. fixes #182.
    
    * document.documentElement is no more cross-browser than .body. Switching to window.scrollY, with a fallback to docbody for IE.
    egid committed with Oct 22, 2016
  2. Update README.md (#235)

    mattburman committed with Oct 22, 2016