Skip to content
Snippets Groups Projects
  1. Dec 05, 2019
  2. Nov 22, 2019
  3. Oct 17, 2018
  4. Jul 19, 2018
  5. Mar 19, 2018
  6. Jan 17, 2018
    • Morris Jobke's avatar
      Request->getHeader() should always return a string · 4ef302c0
      Morris Jobke authored
      
      PHPDoc (of the public API) says that this method returns string but it also returns null, which is not allowed in some method calls. This fixes that behaviour and returns an empty string and fixes all code paths that explicitly checked for null to be still compliant.
      
      Found while enabling the strict_typing for lib/private for the PHP7+ migration.
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      4ef302c0
  7. Nov 06, 2017
  8. May 10, 2017
  9. Mar 29, 2017
  10. Mar 28, 2017
    • Roeland Jago Douma's avatar
      Allow to gzip CSS/JS files · 54f9b35f
      Roeland Jago Douma authored
      
      Since in production the SCSS files are compiled once and the javascript
      files are combined once we can just as well gzip them aggresively.
      
      This means that once they are requested and the browser supports gzip we
      can just serve the gzipped file saving precious bandwidth.
      
      Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
      54f9b35f
  11. Mar 24, 2017
  12. Jan 06, 2017
Loading