Skip to content
Snippets Groups Projects
  1. Apr 24, 2015
  2. Apr 23, 2015
  3. Apr 20, 2015
  4. Apr 19, 2015
  5. Apr 17, 2015
  6. Apr 16, 2015
  7. Apr 14, 2015
  8. Apr 13, 2015
  9. Apr 12, 2015
  10. Apr 09, 2015
  11. Apr 08, 2015
  12. Apr 07, 2015
  13. Apr 04, 2015
  14. Apr 02, 2015
  15. Apr 01, 2015
  16. Mar 31, 2015
  17. Mar 30, 2015
  18. Mar 28, 2015
  19. Mar 27, 2015
  20. Mar 25, 2015
  21. Mar 24, 2015
  22. Mar 21, 2015
    • chang-zhao's avatar
      Update toolbar.js · e738f3a7
      chang-zhao authored
      When the picker button is near the border of the screen, then an opening panel of picker buttons can go over the screen edge. That's not convenient. So we should add a check in a `function pickerToggle()` and shift picker buttons position if needed.
      e738f3a7
    • chang-zhao's avatar
      Merge pull request #1 from splitbrain/master · 04b2c4dc
      chang-zhao authored
      Test
      04b2c4dc
  23. Mar 19, 2015
  24. Mar 18, 2015
    • Andreas Gohr's avatar
      corrupted the gz test file more · 8599a179
      Andreas Gohr authored
      it seems that different zlib versions behave different with corrupted files.
      Some return false, some return whatever they still can read from the
      file. the file now should no longer be readable by any version.
      8599a179
    • Andreas Gohr's avatar
      SECURITY escape user properties in user manager #1081 · f23f9594
      Andreas Gohr authored
      The user properties (login, real name, etc) where not properly escaped
      in the user manager's edit form. This allowed a XSS attack on the
      superuser by registered users.
      
      Thanks to Filippo Cavallarin from www.segment.technology for discovering
      this bug.
      f23f9594
    • Andreas Gohr's avatar
      fixed HTTPS proxy tests, our tests now run on httpbin.org · 6abea1c0
      Andreas Gohr authored
      This also reverses the order of crypto protocols tried again. Using TLS
      first again. related to #915
      6abea1c0
    • Andreas Gohr's avatar
      correct error checking for bz2 file reading · d387bf5e
      Andreas Gohr authored
      The code reading .bz2 compressed files did not correctly check for
      possible read errors. In case of a corrupted file this could have led to
      an infinite loop.
      
      Thanks to Filippo Cavallarin from www.segment.technology for dicovering
      this bug.
      d387bf5e
Loading