Skip to content
Snippets Groups Projects
  1. Sep 30, 2017
  2. Sep 27, 2016
  3. Sep 01, 2016
  4. Jul 12, 2016
  5. Apr 01, 2016
  6. Mar 24, 2016
  7. Dec 21, 2015
  8. Jul 28, 2015
  9. Jun 12, 2015
  10. May 18, 2015
  11. May 14, 2015
  12. May 13, 2015
  13. Apr 18, 2015
    • Reed Loden's avatar
      SSL/TLSize all the things! (convert http:// to https:// where appropriate) · 3e8951e8
      Reed Loden authored
      Update links to use https:// where it is supported. There's probably a lot
      more that could be fixed, but these are the core ones I found (especially
      the download links in order to prevent MITM attacks). Note that there are
      some fb.me links that will redirect to http:// even while accessed over
      https://, but this seemed like the best way to fix those for now.
      
      NOTE: Only non-third-party files were modified. There are references to
      http:// URLs in vendored/third-party files, but seems appropriate to fix
      upstream for those rather than editing the files.
      
      Also, copy one image locally to the blog, as it was hotlinking to a site
      that did not support https://.
      
      Last, use youtube-nocookie.com instead of youtube.com for video embeds,
      as the former doesn't try to set a cookie on load (privacy enhancement).
      3e8951e8
  14. Feb 20, 2015
  15. Feb 11, 2015
  16. Feb 10, 2015
  17. Dec 15, 2014
  18. Nov 06, 2014
    • Jim Sproch's avatar
      Using semicolon instead of "and" conjunction · dbe16a35
      Jim Sproch authored
      The use of the conjunction "and" leads to an improper assertion about what should/shouldn't be done.  Using a semicolon resolves this by indicating the contrasting alternative.
      dbe16a35
  19. Oct 10, 2014
  20. Jul 30, 2014
  21. Mar 28, 2014
  22. Feb 03, 2014
    • Ben Ripkens's avatar
      fix(ServerRendering): execution should be sync · cd2aecc3
      Ben Ripkens authored
      The documentation states that React.renderComponentToString
      'uses a callback API to keep the API async', but the
      implementation is actually synchronous. In order to maintain
      this contract the callback should always be called
      asynchronously or be change to a synchronous API.
      
      As per the discussion of pull request 982, the API should
      be changed to a synchronous one.
      cd2aecc3
  23. May 29, 2013
Loading