Skip to content
Snippets Groups Projects
  1. Mar 16, 2020
  2. Feb 25, 2020
  3. Oct 01, 2019
  4. May 28, 2019
  5. May 14, 2019
  6. May 08, 2019
  7. Feb 20, 2019
  8. Jan 27, 2019
  9. Oct 08, 2018
  10. Jan 03, 2018
  11. Dec 26, 2017
  12. Dec 21, 2017
  13. Dec 14, 2017
    • Daniel Calviño Sánchez's avatar
      Fix drag shadow not visible when dragging a file on a narrow screen · 39c549fa
      Daniel Calviño Sánchez authored
      
      When a file from the file list is dragged a drag shadow (a copy of the
      file row that follows the cursor position) is created. The drag shadow
      element is created as a direct child of the body element, so it needs a
      higher "z-index" than the one used for the file list to be visible.
      
      In narrow screens the "#app-content" uses a "z-index" of 1000 in order
      to be visible over the "#navigation-bar" when they overlap, so the
      "z-index" of the drag shadow must be at least 1000 to be visible over
      the file list.
      
      Instead of updating the hardcoded "z-index" it was removed and replaced
      by CSS rules for ".dragshadow" elements to ease theming.
      
      Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
      39c549fa
  14. Nov 08, 2017
  15. Nov 06, 2017
  16. Jun 13, 2017
  17. Mar 23, 2017
    • noveens's avatar
      added quit option in commentstabview.js · 40228c0c
      noveens authored
      
      added quit option in notif in app.js
      
      added quit option in notif in file-upload.js
      
      added quit option in notif in fileinfomodel.js
      
      added quit option in notif in filelist.js
      
      added quit option in notif in filelist.js
      
      added quit option in notif in tagsplugin.js
      
      added quit option in notif in statusmanager.js
      
      added quit option in notif in external.js
      
      added quit option in notif in versionstabview.js
      
      added quit option in notif in notification.js
      
      changes according to the latest review.
      
      timeout removed since there is a button to close it
      
      translation capability added
      
      typo fixed
      
      test files updated
      
      small errors fixed
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      40228c0c
  18. Mar 20, 2017
  19. Nov 14, 2016
  20. Nov 02, 2016
  21. Oct 24, 2016
    • Vincent Petry's avatar
      Use Webdav PUT for uploads in the web browser · 59c5be1c
      Vincent Petry authored
      
      - uses PUT method with jquery.fileupload for regular and public file
        lists
      - for IE and browsers that don't support it, use POST with iframe
        transport
      - implemented Sabre plugin to handle iframe transport and redirect the
        embedded PUT request to the proper handler
      - added RFC5995 POST to file collection with "add-member" property to
        make it possible to auto-rename conflicting file names
      - remove obsolete ajax/upload.php and obsolete ajax routes
      
      Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
      59c5be1c
  22. Oct 10, 2016
  23. Aug 19, 2016
    • Vincent Petry's avatar
      Fix hidden files handling · f7deb2c2
      Vincent Petry authored
      Hidden files (dot files) are now always rendered in the DOM to make
      sure that all file operations and selection still work as expected.
      
      Their visibility is now toggled on CSS level.
      f7deb2c2
  24. May 13, 2016
  25. Jan 11, 2016
  26. Nov 28, 2015
  27. Nov 22, 2015
Loading