aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
Commit message (Collapse)AuthorAgeFilesLines
* use $.trim() for IE8Jörn Friedrich Dreyer2013-01-301-2/+2
|
* reset checkbox after getting selected files instead of ofter dragging, speed ↵Jörn Friedrich Dreyer2013-01-301-18/+13
| | | | up revert
* use post instead of getJörn Friedrich Dreyer2013-01-301-2/+2
|
* add multselect dndJörn Friedrich Dreyer2013-01-301-21/+108
|
* Merge pull request #1227 from owncloud/hideuploadprogresscancelinielt10Thomas Müller2013-01-301-0/+4
|\ | | | | hide upload progress bar and cancel action in IE < 10
| * hide upload progress bar and cancel action in IE < 10Jörn Friedrich Dreyer2013-01-181-0/+4
| |
* | replace #notification with OC.Notification callThomas Mueller2013-01-191-2/+1
| |
* | Merge branch 'master' into fixing-998-masterThomas Mueller2013-01-191-1/+1
|\ \ | | | | | | | | | | | | Conflicts: apps/files/js/files.js
| * \ Merge pull request #1228 from owncloud/generating_zip_messageJan-Christoph Borchardt2013-01-191-1/+1
| |\ \ | | | | | | | | Make the ZIP download information friendlier
| | * | Change the second part of the notificationLukas Reschke2013-01-191-1/+1
| | | |
| | * | Make the message friendlierLukas Reschke2013-01-181-1/+1
| | |/
* | | update used space percent after each ajax call and display the notificationThomas Mueller2013-01-191-2/+10
| | |
* | | Merge branch 'master' into fixing-998-masterThomas Mueller2013-01-181-19/+68
|\| | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php apps/files/js/files.js
| * | Merge pull request #986 from owncloud/fixing-784-masterThomas Müller2013-01-181-0/+48
| |\ \ | | |/ | |/| the maximum upload size is now part of the response of the upload and de...
| | * fixing indentThomas Mueller2013-01-181-23/+23
| | |
| | * adding a ajax call to get the current file storage stats like free spaceThomas Mueller2013-01-111-0/+26
| | | | | | | | | | | | | | | logic to call it every 5 minutes make use of visibility API/jquery-visibility to perform the ajax call only if the browser is visible/in use
| | * Merge branch 'master' into fixing-784-masterThomas Mueller2013-01-111-41/+57
| | |\ | | | | | | | | | | | | | | | | Conflicts: apps/files/js/files.js
| | * \ Merge branch 'master' into fixing-784-masterThomas Mueller2013-01-061-4/+16
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php apps/files/js/files.js lib/helper.php
| | * | | the maximum upload size is now part of the response of the upload and delete ↵Thomas Müller2012-12-201-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | operation. the maximum upload size is updated within the browser once an upload or delete operation has been finished
| * | | | Whitespace cleanupBart Visscher2013-01-161-1/+1
| | | | |
| * | | | allow default click behaviourJörn Friedrich Dreyer2013-01-091-1/+2
| | |_|/ | |/| |
* | | | fixing indent - sorryy wrong setting on the IDE :-(Thomas Mueller2013-01-111-17/+15
| | | | | | | | | | | | | | | | replace missing calls to OC.Notification.show
* | | | adding accidentally removed line - THX @bartv2Thomas Mueller2013-01-111-0/+1
| | | |
* | | | Merge branch 'master' into fixing-998-masterThomas Mueller2013-01-111-39/+56
|\| | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/files.js
| * | | fixing string concatenation in javascriptThomas Mueller2013-01-081-1/+1
| | | | | | | | | | | | | | | | refs https://github.com/owncloud/core/commit/ae54364d7c8baf5138d166855db6431190963886
| * | | attach max upload tipsy to div instead of a to fix tooltip not showing due ↵Jörn Friedrich Dreyer2013-01-071-0/+4
| | | | | | | | | | | | | | | | to new z-index
| * | | remove aborted uploadsJörn Friedrich Dreyer2013-01-071-0/+3
| | | |
| * | | adapt to isFileNameValid, whitespace cleanupJörn Friedrich Dreyer2013-01-071-22/+18
| | | |
| * | | Merge branch 'master' into fix_minor_files_annoyancesThomas Mueller2013-01-061-4/+16
| |\ \ \ | | | |/ | | |/| | | | | | | | | Conflicts: apps/files/js/files.js
| * | | input/form switching cleanupJörn Friedrich Dreyer2013-01-021-2/+2
| | | |
| * | | enable enter in ie by using .submit()+form instead of .change(), use ↵Jörn Friedrich Dreyer2013-01-021-12/+25
| | | | | | | | | | | | | | | | notifications when name is empty
| * | | whitespace cleanupJörn Friedrich Dreyer2013-01-021-14/+14
| | |/ | |/|
* | | Merge branch 'master' into fixing-998-masterThomas Mueller2013-01-061-4/+14
|\ \ \ | | |/ | |/| | | | | | | Conflicts: apps/files/js/files.js
| * | rename containsInvalidCharacters() to isFileNameValid() - NOTE: semantic has ↵Thomas Mueller2013-01-061-4/+16
| |/ | | | | | | | | | | changed! adding file name checks and notifications to isFileNameValid() for . and empty file name
* | javascript notification functions have been moved to js.js for common useThomas Mueller2013-01-041-33/+12
| |
* | notifications are now shown/hidden using the js functions hideNotification ↵Thomas Mueller2013-01-021-20/+45
|/ | | | | | | and showNotification. storage warnings are displayed in a notification. as soon as a notification is hidden the storage warning will come back.
* Merge pull request #869 from owncloud/files-stylesJan-Christoph Borchardt2012-12-201-13/+5
|\ | | | | Files styles
| * move CSS from JS to CSSJan-Christoph Borchardt2012-12-201-10/+3
| |
| * bring back fixed multiselect bar so it’s visible when scrolled down, fix #746Jan-Christoph Borchardt2012-12-131-3/+2
| |
* | Trigger last action before continuing with creating a new file/folder/from linkMichael Gapczynski2012-12-161-0/+3
| |
* | Trigger the last action before continuing with a file upload, fixes issue #918Michael Gapczynski2012-12-161-0/+3
| |
* | fix mimetype icons for new filesRobin Appelman2012-12-131-1/+1
|/
* fix svg -> png replacement for android, cleanup and remove obsolete cssJörn Friedrich Dreyer2012-12-071-7/+1
|
* add IE9 CSS checkbox fixesJörn Friedrich Dreyer2012-12-071-7/+7
|
* upload button HTML, CSS & JS cleanupJörn Friedrich Dreyer2012-12-071-6/+0
|
* Merge pull request #640 from esthepiking/masterThomas Müller2012-12-061-0/+1
|\ | | | | Keyboard Shortcuts
| * no messageErik Sargent2012-11-281-1/+1
| |
| * initial setupErik Sargent2012-11-281-0/+1
| |
* | show drag shadow in firefox by using helper:'clone'Jörn Friedrich Dreyer2012-11-271-1/+1
|/
* all but the first parameter are introduced by &Arthur Schiwon2012-11-261-1/+1
|