Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/files/js
AgeCommit message (Expand)Author
2012-01-15remove some of the flickering in operaRobin Appelman
2012-01-02removed data-read and fixed droppable logicTom Needham
2012-01-02Used data-read and data-wite when binding drag and drop eventsTom Needham
2012-01-01Fix merge conflictsTom Needham
2012-01-01Fix missing ;Tom Needham
2012-01-01Fix js errorTom Needham
2012-01-01Shared folder no longer draggable or droppableTom Needham
2011-12-28Keep the urls pretty, decode forward slashes for newly added directoriesMichael Gapczynski
2011-12-28Fix encoding again and update the link after renaming filesMichael Gapczynski
2011-12-27Keep the urls pretty, decode forward slashesMichael Gapczynski
2011-12-27Fix folder names with + characters in itMichael Gapczynski
2011-12-06Don't trigger file action when renaming, stupid fix for stupid firefox behaviourRobin Appelman
2011-11-24Fix file dropping on root (Files menu entry)Bart Visscher
2011-11-06Manage More special chars in file listings. ';' is still problematicBrice Maron
2011-11-06Fix broken upload since merge of new button branchBrice Maron
2011-11-06Fix another problem of the so-called 'fix-special chars' commit.Brice Maron
2011-11-05Do not use mix data/attr to retrieve filename ... data() will try to convert ...Brice Maron
2011-11-04fix mimeicon for new filesRobin Appelman
2011-11-04small styling fix for New buttonRobin Appelman
2011-11-04Merge branch 'master' into newbuttonRobin Appelman
2011-11-02Fix bug with spaces in file names.Brice Maron
2011-11-02attempt to manage some special chars in file listBrice Maron
2011-10-23'New' button, needs some css workRobin Appelman
2011-10-22Change javascript new folder from old icon to newMichael Gapczynski
2011-10-17Use notification to inform about errors in file list.Brice Maron
2011-10-13Merge branch 'master' into calendarGeorg Ehrke
2011-10-13mimetype icon improvementsRobin Appelman
2011-10-07Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham
2011-10-07fixes for the mimetype iconsRobin Appelman
2011-10-05move some code to where it belongs and remove duplicated editor appRobin Appelman
2011-10-04Added breadcrumb and control bar.Tom Needham
2011-10-02Editor now loads on top of files app.Tom Needham
2011-09-30escape file and directory names when downloading filesRobin Appelman
2011-09-29Changed theme. Editing is now default action for all supported types. Fixed s...Tom Needham
2011-09-29fix persistent playlist for media playerRobin Appelman
2011-09-28Implemented ace-edtior as an app. Basic file editing and saving supported.Tom Needham
2011-09-27Fixed table gap from appearing.Scott Barnett
2011-09-25Fixed minor issue.Scott Barnett
2011-09-25Fixed uploaded file hover issue.Scott Barnett
2011-09-23fix file uploads for IERobin Appelman
2011-08-28Fix newly uploaded files names being cut off if multiple '.'Michael Gapczynski
2011-08-28Shift+Click multiselect for filesMichael Gapczynski
2011-08-28Months for modified date need to be translatedMichael Gapczynski
2011-08-28Ctrl+Click on td.filename a selects file instead of default file actionMichael Gapczynski
2011-08-28Support translations for modified date column in filesMichael Gapczynski
2011-08-28Style changes for multiselect and add tipsy for file sizeMichael Gapczynski
2011-08-28Fix file actions broken in some browsers, rename delete to do_delete - Thanks...Michael Gapczynski
2011-08-25Get file extension using lastIndexOf instead of indexOf in case there is a '....Michael Gapczynski
2011-08-23Revert "hints for file actions"Jan-Christoph Borchardt
2011-08-22hints for file actionsBartek Przybylski