Skip to content
Snippets Groups Projects
  1. Mar 13, 2020
  2. Dec 18, 2018
  3. Nov 29, 2018
  4. Nov 23, 2018
  5. Oct 18, 2018
  6. Sep 23, 2018
    • gfyoung's avatar
      Enable more frozen string in app/controllers/ · be42c050
      gfyoung authored
      Enables frozen string for the following:
      
      * app/controllers/dashboard/**/*.rb
      * app/controllers/explore/**/*.rb
      * app/controllers/google_api/**/*.rb
      * app/controllers/groups/**/*.rb
      * app/controllers/import/**/*.rb
      * app/controllers/instance_statistics/**/*.rb
      * app/controllers/ldap/**/*.rb
      * app/controllers/oauth/**/*.rb
      * app/controllers/profiles/**/*.rb
      
      Partially addresses #47424.
      be42c050
  7. Jul 09, 2018
  8. May 16, 2018
  9. Oct 31, 2017
  10. Sep 28, 2017
  11. Sep 15, 2017
  12. Sep 07, 2017
  13. Jun 06, 2017
  14. Mar 03, 2017
  15. Feb 21, 2017
  16. Jun 03, 2016
  17. Apr 15, 2016
  18. Mar 16, 2016
  19. Mar 03, 2016
  20. Apr 30, 2015
  21. Apr 20, 2015
  22. Feb 05, 2015
  23. Jun 26, 2014
  24. Mar 20, 2014
    • Dmitry Medvinsky's avatar
      Fix `/:username.keys` response content type · fefab474
      Dmitry Medvinsky authored
      Currently this method responds with `text/html`. It is kind of unusable
      if you open it in a browser. The browser thinks it is HTML and renders
      it as HTML, meaning new lines are dropped. So it's very hard to
      distinguish where the key starts and where it ends.
      
      This commit changes the content type header to `text/plain`.
      fefab474
  25. Feb 11, 2014
  26. Feb 06, 2014
  27. Dec 14, 2013
  28. Oct 03, 2013
  29. Oct 02, 2013
  30. Jun 24, 2013
  31. Aug 10, 2012
  32. Jan 29, 2012
  33. Dec 19, 2011
  34. Nov 02, 2011
Loading