Skip to content
Snippets Groups Projects
  1. Oct 16, 2018
  2. Oct 14, 2018
  3. Oct 12, 2018
  4. Oct 11, 2018
  5. Oct 08, 2018
  6. Sep 27, 2018
  7. Sep 20, 2018
  8. Sep 19, 2018
  9. Sep 15, 2018
  10. Sep 12, 2018
  11. Sep 11, 2018
  12. Sep 10, 2018
  13. Sep 08, 2018
  14. Sep 07, 2018
  15. Aug 28, 2018
  16. Aug 25, 2018
  17. Aug 24, 2018
  18. Aug 20, 2018
  19. Aug 17, 2018
    • Andreas Gohr's avatar
      fix #2466. Avoid caching half fetched files · 9ae1a5d1
      Andreas Gohr authored
      When a remote resource exceeds the fetchsize but the remote server does
      not return a Content-Length, we read only the fetchsize amount of bytes
      but failed to detect that this was a partial read, thus a partial
      resource got cached.
      
      This fix will read fetchsize+1, which will then be correctly determined
      as too big and thrown away.
      9ae1a5d1
    • Michael Braun's avatar
      Fix Locked-Page not showing page content · 1b0e85da
      Michael Braun authored
      
      While refactoring into inc/Action/Locked, the fall-through call
      to html_edit was missed.
      See 952acff9
      
      This removed the edit box from the locked page, which is needed
      for users to get the page source or by etherpad lite plugin.
      
      This change re-adds the call to html_edit for the locked action.
      
      Signed-off-by: default avatarMichael Braun <michael-dev@fami-braun.de>
      1b0e85da
  20. Aug 16, 2018
  21. Aug 10, 2018
  22. Aug 04, 2018
  23. Aug 01, 2018
  24. Jul 27, 2018
  25. Jul 02, 2018
  26. Jun 17, 2018
  27. Jun 14, 2018
  28. Jun 12, 2018
  29. Jun 11, 2018
Loading