Skip to content
Snippets Groups Projects
  1. Mar 20, 2017
    • Felix Heidecke's avatar
      Add ignore_files to config, · 11f838f9
      Felix Heidecke authored
      
      test files against ignore_files list on upload
      
      fix typo and indentation
      
      Move blacklist declaration to lib/public/Files/FileInfo.php,
      
      Rename *ignored to *blacklisted
      
      Mocked blacklist_files for testing
      
      Mocked blacklist_files for testing
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      11f838f9
  2. Mar 16, 2017
  3. Feb 28, 2017
  4. Feb 08, 2017
  5. Feb 04, 2017
  6. Jan 23, 2017
  7. Dec 19, 2016
  8. Dec 01, 2016
  9. Nov 28, 2016
  10. Nov 24, 2016
  11. Nov 21, 2016
  12. Nov 18, 2016
  13. Nov 08, 2016
  14. Nov 07, 2016
  15. Nov 04, 2016
  16. Oct 24, 2016
  17. Oct 21, 2016
  18. Oct 20, 2016
  19. Oct 03, 2016
  20. Sep 16, 2016
    • Simon Eisenmann's avatar
      Fixup getURLParameter behavior · c80c5ad9
      Simon Eisenmann authored
      This commit further changes the behavior of getURLParmeter to handle
      encoded parameter values and returns the decoded string and improves
      behavior for parameters without value and multiple equals and other
      similar cases which did not work before. See the comments at
      http://stackoverflow.com/questions/1403888/get-escaped-url-parameter for
      a list of the issues handled by the updated implementation.
      
      This change does not change the general behavior of the function. Empty
      or non existing parameters still return an empty string ('').
      c80c5ad9
    • Simon Eisenmann's avatar
      Return '' instead of 'null' · 1e9d5230
      Simon Eisenmann authored
      This commit changes the behavior of getURLParameter(name) to return an
      empty string when the parameter is not set or has empty value. Before it
      returned 'null' as string.
      1e9d5230
  21. Sep 05, 2016
  22. Sep 01, 2016
  23. Aug 19, 2016
    • Thomas Pulzer's avatar
      Fixing infinite spinner animation · 58f9340d
      Thomas Pulzer authored
      setupMainMenu() & setupUserMenu():
      Changed click delegate to add the spinner animation only the primary mouse button was clicked without ctrl- or meta-key modifier
      Adding mouseup delegate to hide the menu if the middle mouse button was clicked.
      
      Redone #778
      58f9340d
  24. Aug 18, 2016
  25. Aug 11, 2016
Loading