aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #986 from owncloud/fixing-784-masterThomas Müller2013-01-182-0/+80
|\ | | | | 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
| * adding jquery-visibilityThomas Mueller2013-01-111-0/+32
| | | | | | | | | | https://github.com/mathiasbynens/jquery-visibility MIT and GPL licensed
| * Merge branch 'master' into fixing-784-masterThomas Mueller2013-01-112-43/+65
| |\ | | | | | | | | | | | | Conflicts: apps/files/js/files.js
| * \ Merge branch 'master' into fixing-784-masterThomas Mueller2013-01-062-5/+17
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-162-8/+8
| | | |
* | | | allow default click behaviourJörn Friedrich Dreyer2013-01-091-1/+2
| |_|/ |/| |
* | | 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-072-28/+19
| | |
* | | Merge branch 'master' into fix_minor_files_annoyancesThomas Mueller2013-01-062-5/+17
|\ \ \ | | |/ | |/| | | | | | | Conflicts: apps/files/js/files.js
| * | rename containsInvalidCharacters() to isFileNameValid() - NOTE: semantic has ↵Thomas Mueller2013-01-062-5/+17
| | | | | | | | | | | | | | | | | | changed! adding file name checks and notifications to isFileNameValid() for . and empty file name
| * | Files: prevent people from renaming files to '.'Robin Appelman2013-01-051-1/+1
| |/
* | input/form switching cleanupJörn Friedrich Dreyer2013-01-021-2/+2
| |
* | abort rename on ESC keyupJörn Friedrich Dreyer2013-01-021-0/+7
| |
* | show notification when renaming a file to ''Jörn Friedrich Dreyer2013-01-021-0/+4
| |
* | 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 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
| |
* | Merge pull request #974 from owncloud/fixing-120-masterJan-Christoph Borchardt2012-12-201-12/+0
|\ \ | | | | | | setting the timezone is now part of the login process
| * | remove timezone.jsThomas Müller2012-12-201-12/+0
| | |
* | | Merge pull request #925 from owncloud/fix_issue_918Bart Visscher2012-12-201-0/+6
|\ \ \ | |/ / |/| | Trigger the last action before continuing with a file upload
| * | 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
| | |
* | | Merge pull request #842 from owncloud/restrict_keyboard_shortcutsThomas Müller2012-12-171-0/+3
|\ \ \ | |/ / |/| | prevent keyboardshortcuts from catching events outside the main doc - e....
| * | prevent keyboardshortcuts from catching events outside the main doc - e.g. ↵Thomas Mueller2012-12-121-0/+3
| |/ | | | | | | the share popup
* | Merge pull request #875 from owncloud/multiplefiles_jsonBart Visscher2012-12-141-1/+1
|\ \ | | | | | | use json when deleting multiply files instead of using ; as delimiter
| * | remove unneeded lineRobin Appelman2012-12-131-1/+0
| | |
| * | use json encoding when deleting multiply files instead of using ; as delimiterRobin Appelman2012-12-131-0/+1
| |/
* / 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-072-8/+0
|
* Merge pull request #640 from esthepiking/masterThomas Müller2012-12-062-0/+166
|\ | | | | Keyboard Shortcuts
| * Code clean upErik Sargent2012-12-051-203/+147
| |
| * Remove renameErik Sargent2012-12-041-4/+4
| |
| * event.ctrlKeyErik Sargent2012-11-301-1/+2
| |
| * event.ctrlKeyErik Sargent2012-11-301-3/+7
| |
| * ctrl issue fixErik Sargent2012-11-301-1/+1
| |
| * CleanupErik Sargent2012-11-291-26/+51
| |
| * documentationErik Sargent2012-11-291-10/+6
| |
| * cleanupErik Sargent2012-11-291-89/+123
| |
| * RenameErik Sargent2012-11-281-6/+44
| |
| * EnterErik Sargent2012-11-281-1/+11
| |
| * Arrow key navigationErik Sargent2012-11-281-10/+55
| |