Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #986 from owncloud/fixing-784-master | Thomas Müller | 2013-01-18 | 1 | -0/+48 |
|\ | | | | | the maximum upload size is now part of the response of the upload and de... | ||||
| * | fixing indent | Thomas Mueller | 2013-01-18 | 1 | -23/+23 |
| | | |||||
| * | adding a ajax call to get the current file storage stats like free space | Thomas Mueller | 2013-01-11 | 1 | -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-master | Thomas Mueller | 2013-01-11 | 1 | -41/+57 |
| |\ | | | | | | | | | | | | | Conflicts: apps/files/js/files.js | ||||
| * \ | Merge branch 'master' into fixing-784-master | Thomas Mueller | 2013-01-06 | 1 | -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üller | 2012-12-20 | 1 | -2/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | operation. the maximum upload size is updated within the browser once an upload or delete operation has been finished | ||||
* | | | | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | allow default click behaviour | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -1/+2 |
| |_|/ |/| | | |||||
* | | | fixing string concatenation in javascript | Thomas Mueller | 2013-01-08 | 1 | -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 Dreyer | 2013-01-07 | 1 | -0/+4 |
| | | | | | | | | | | | | to new z-index | ||||
* | | | remove aborted uploads | Jörn Friedrich Dreyer | 2013-01-07 | 1 | -0/+3 |
| | | | |||||
* | | | adapt to isFileNameValid, whitespace cleanup | Jörn Friedrich Dreyer | 2013-01-07 | 1 | -22/+18 |
| | | | |||||
* | | | Merge branch 'master' into fix_minor_files_annoyances | Thomas Mueller | 2013-01-06 | 1 | -4/+16 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: apps/files/js/files.js | ||||
| * | | rename containsInvalidCharacters() to isFileNameValid() - NOTE: semantic has ↵ | Thomas Mueller | 2013-01-06 | 1 | -4/+16 |
| |/ | | | | | | | | | | | changed! adding file name checks and notifications to isFileNameValid() for . and empty file name | ||||
* | | input/form switching cleanup | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -2/+2 |
| | | |||||
* | | enable enter in ie by using .submit()+form instead of .change(), use ↵ | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -12/+25 |
| | | | | | | | | notifications when name is empty | ||||
* | | whitespace cleanup | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -14/+14 |
|/ | |||||
* | Merge pull request #869 from owncloud/files-styles | Jan-Christoph Borchardt | 2012-12-20 | 1 | -13/+5 |
|\ | | | | | Files styles | ||||
| * | move CSS from JS to CSS | Jan-Christoph Borchardt | 2012-12-20 | 1 | -10/+3 |
| | | |||||
| * | bring back fixed multiselect bar so it’s visible when scrolled down, fix #746 | Jan-Christoph Borchardt | 2012-12-13 | 1 | -3/+2 |
| | | |||||
* | | Trigger last action before continuing with creating a new file/folder/from link | Michael Gapczynski | 2012-12-16 | 1 | -0/+3 |
| | | |||||
* | | Trigger the last action before continuing with a file upload, fixes issue #918 | Michael Gapczynski | 2012-12-16 | 1 | -0/+3 |
| | | |||||
* | | fix mimetype icons for new files | Robin Appelman | 2012-12-13 | 1 | -1/+1 |
|/ | |||||
* | fix svg -> png replacement for android, cleanup and remove obsolete css | Jörn Friedrich Dreyer | 2012-12-07 | 1 | -7/+1 |
| | |||||
* | add IE9 CSS checkbox fixes | Jörn Friedrich Dreyer | 2012-12-07 | 1 | -7/+7 |
| | |||||
* | upload button HTML, CSS & JS cleanup | Jörn Friedrich Dreyer | 2012-12-07 | 1 | -6/+0 |
| | |||||
* | Merge pull request #640 from esthepiking/master | Thomas Müller | 2012-12-06 | 1 | -0/+1 |
|\ | | | | | Keyboard Shortcuts | ||||
| * | no message | Erik Sargent | 2012-11-28 | 1 | -1/+1 |
| | | |||||
| * | initial setup | Erik Sargent | 2012-11-28 | 1 | -0/+1 |
| | | |||||
* | | show drag shadow in firefox by using helper:'clone' | Jörn Friedrich Dreyer | 2012-11-27 | 1 | -1/+1 |
|/ | |||||
* | all but the first parameter are introduced by & | Arthur Schiwon | 2012-11-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #480 from owncloud/fix_435_and_437 | Thomas Müller | 2012-11-23 | 1 | -3/+13 |
|\ | | | | | Also reject names with \ in the name | ||||
| * | introduce Files.containsInvalidCharacters(), use when creating or renaming files | Jörn Friedrich Dreyer | 2012-11-22 | 1 | -11/+16 |
| | | |||||
| * | some more invalid characters have been added | Thomas Mueller | 2012-11-22 | 1 | -6/+11 |
| | | |||||
| * | Also reject names with \ in the name | Bart Visscher | 2012-11-22 | 1 | -2/+2 |
| | | | | | | | | fixes issues #435 and #437 | ||||
* | | Merge pull request #482 from eMerzh/fix_prevent_shared_folder | blizzz | 2012-11-22 | 1 | -0/+4 |
|\ \ | |/ |/| | Show error message to prevent adding a shared folder in the root dir fix... | ||||
| * | Show error message to prevent adding a shared folder in the root dir fix #468 | Brice Maron | 2012-11-16 | 1 | -0/+4 |
| | | |||||
* | | adding comments on the form array indexes | Thomas Mueller | 2012-11-16 | 1 | -0/+3 |
| | | |||||
* | | refs #461 - drag'n'drop upload to a sub folder is working now | Thomas Mueller | 2012-11-16 | 1 | -3/+14 |
|/ | |||||
* | add i18n for cancel button | Jörn Friedrich Dreyer | 2012-11-12 | 1 | -2/+5 |
| | |||||
* | Revert "fix blocking drag & drop upload of folders" | Robin Appelman | 2012-11-07 | 1 | -2/+2 |
| | | | | | | Fixes #150 This reverts commit 5b2f3c7f72a002b38da31a6748c0de22cb335203. | ||||
* | Merge pull request #306 from owncloud/crumb_drop_fix | Björn Schießle | 2012-11-07 | 1 | -1/+1 |
|\ | | | | | extract the right file name for drag&drop. | ||||
| * | get the right file name for drag&drop. This was necessary after the switch ↵ | Björn Schießle | 2012-11-07 | 1 | -1/+1 |
| | | | | | | | | to css to show/hide file actions, otherwise the actions where part of the extracted file name. | ||||
* | | Moved relative_modified_date from file/js to core/js | Alessandro Cosentino | 2012-11-06 | 1 | -21/+0 |
|/ | |||||
* | use css to show/hide fileactions | Robin Appelman | 2012-10-28 | 1 | -8/+0 |
| | |||||
* | Merge pull request #39 from scambra/date-l10n-fixes | Thomas Müller | 2012-10-18 | 1 | -5/+4 |
|\ | | | | | Date l10n fixes | ||||
| * | Translate modification date when file is created/uploaded, use same strings ↵ | scambra | 2012-10-16 | 1 | -5/+4 |
| | | | | | | | | as lib/template.php | ||||
* | | use interpolation for some translations in js | scambra | 2012-10-16 | 1 | -8/+8 |
|/ | |||||
* | Whitespace cleanup | Bart Visscher | 2012-10-14 | 1 | -1/+1 |
| | |||||
* | fix blocking drag & drop upload of folders | Robin Appelman | 2012-10-12 | 1 | -2/+2 |
| |