Skip to content
Snippets Groups Projects
  1. May 14, 2015
  2. May 07, 2015
  3. May 06, 2015
  4. May 05, 2015
  5. May 04, 2015
  6. May 02, 2015
  7. Apr 28, 2015
  8. Apr 24, 2015
  9. Apr 23, 2015
  10. Apr 19, 2015
  11. Apr 16, 2015
  12. Apr 13, 2015
  13. Apr 01, 2015
  14. Mar 31, 2015
  15. Mar 30, 2015
  16. Mar 28, 2015
  17. Mar 27, 2015
  18. 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
  19. Mar 18, 2015
    • 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
  20. Mar 17, 2015
  21. Mar 16, 2015
  22. Mar 13, 2015
  23. Mar 12, 2015
  24. Mar 11, 2015
  25. Mar 03, 2015
    • Andreas Gohr's avatar
      send JavaScript with correct mimetype · 138a9500
      Andreas Gohr authored
      While Browsers (IE of course) still fail to accept the correct
      application/javascript mimetype in the type attribute of the script
      element, we should serve the scripts with the correct Content-Type
      header at least. This is especially important as the default
      configuration of mod_deflate expects application/javascript and will not
      compress text/javascript.
      138a9500
    • Sascha Klopp's avatar
      Two new authldap config options: 'userkey' denotes the LDAP · 6619ddf4
      Sascha Klopp authored
      attribute holding the username, 'modPass' allows to disable
      password changing by the user.
      6619ddf4
Loading