Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | disable "deleted files" button if trash bin is empty | Björn Schießle | 2013-07-26 | 1 | -2/+10 | |
| |/ | ||||||
| * | finally remove the file size obfuscation as it had more disadvantages. I was ↵ | Jan-Christoph Borchardt | 2013-07-18 | 1 | -3/+1 | |
| | | | | | | | | wrong, sorry. | |||||
* | | merge conflicts ... | Georg Ehrke | 2013-07-10 | 1 | -150/+17 | |
|\| | ||||||
| * | Public upload feature | Roman Geber | 2013-06-25 | 1 | -148/+1 | |
| | | ||||||
| * | use json to encode user list | Robin Appelman | 2013-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | allow scanning files for multiple users | Robin Appelman | 2013-06-19 | 1 | -2/+16 | |
| | | ||||||
* | | properly encode path | Georg Ehrke | 2013-07-10 | 1 | -1/+1 | |
| | | ||||||
* | | implement preview loading after upload | Georg Ehrke | 2013-07-02 | 1 | -6/+13 | |
|/ | ||||||
* | small typo fix: added 2 whitespaces | davidak | 2013-05-24 | 1 | -2/+2 | |
| | ||||||
* | Files: set the proper mimetype when creating a new text file | Robin Appelman | 2013-05-06 | 1 | -2/+2 | |
| | ||||||
* | It's a class | Lukas Reschke | 2013-04-28 | 1 | -1/+1 | |
| | ||||||
* | Move onclick handler | Lukas Reschke | 2013-04-28 | 1 | -0/+5 | |
| | ||||||
* | Files: Fix XSS when creating dropshadow | Robin Appelman | 2013-04-22 | 1 | -3/+3 | |
| | ||||||
* | Merge pull request #2279 from owncloud/refactor_upload_js | Bart Visscher | 2013-04-06 | 1 | -240/+138 | |
|\ | | | | | Refactor upload js | |||||
| * | use css browser switch instead of deprecated jquery browser detection | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -7/+7 | |
| | | ||||||
| * | '#upload' is actually '#uploadprogresswrapper', fix css and js to show ↵ | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -5/+2 | |
| | | | | | | | | cancel button correctly | |||||
| * | use === to compare empty string '' | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -1/+1 | |
| | | ||||||
| * | don't update progress bar in ie < 10 | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -1/+3 | |
| | | ||||||
| * | refactor files.js, make proper use of fileupload events | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -237/+136 | |
| | | ||||||
* | | Translate 'Error' in core | kondou | 2013-04-06 | 1 | -4/+4 | |
| | | ||||||
* | | Fixed things in alert-messages | root | 2013-04-05 | 1 | -4/+4 | |
|/ | | | | | | Two parameters for OC.dialogs.alert, otherwise one will be "undefined". Also fixed missing translation. | |||||
* | Merge pull request #2575 from owncloud/fixing-1461-master | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -5/+25 | |
|\ | | | | | Fix upload progressbar in IE8 and IE9 | |||||
| * | fixes #1463 - file size is now displayed correctly in IE8 | Thomas Mueller | 2013-03-26 | 1 | -2/+6 | |
| | | ||||||
| * | fixes #1461 | Thomas Mueller | 2013-03-26 | 1 | -3/+19 | |
| | | ||||||
* | | prevent to fire delete ajax a second time. | Thomas Mueller | 2013-03-26 | 1 | -1/+1 | |
|/ | | | | Before the click on a single file delete icon fired two different handlers - one of them is for multiple deletion only | |||||
* | let public link download handle json encoded file lists | Björn Schießle | 2013-03-13 | 1 | -1/+1 | |
| | ||||||
* | json encode list of files | Björn Schießle | 2013-03-07 | 1 | -2/+3 | |
| | ||||||
* | fixed bug that prevented a newly created file to be opened with registered ↵ | Bernhard Posselt | 2013-02-25 | 1 | -1/+1 | |
| | | | | files actions | |||||
* | use distance option to delay dragging in sane browsers | Jörn Friedrich Dreyer | 2013-02-25 | 1 | -0/+4 | |
| | ||||||
* | Merge pull request #1833 from owncloud/fix_1465 | Thomas Müller | 2013-02-25 | 1 | -1/+1 | |
|\ | | | | | Fix 1465 | |||||
| * | IE8 does not support window.onclick | Jörn Friedrich Dreyer | 2013-02-21 | 1 | -1/+1 | |
| | | ||||||
* | | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -10/+10 | |
|/ | ||||||
* | Add Ability to the app to detect more details on the file | VicDeo | 2013-02-18 | 1 | -3/+4 | |
| | ||||||
* | count divs in actions instead of action div itself (is set to 100%) | Jörn Friedrich Dreyer | 2013-02-10 | 1 | -3/+4 | |
| | ||||||
* | remove unused code | Thomas Müller | 2013-02-08 | 1 | -6/+0 | |
| | ||||||
* | Merge pull request #1229 from owncloud/from_live_to_on | Thomas Müller | 2013-02-03 | 1 | -3/+3 | |
|\ | | | | | replace live() with on() in core js | |||||
| * | Merge branch 'master' into from_live_to_on | Thomas Mueller | 2013-01-31 | 1 | -46/+125 | |
| |\ | | | | | | | | | | | | | Conflicts: apps/files_external/js/google.js | |||||
| * | | attach on to filelist instead of individual td elements for file link behaviour | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | replace live() with on() in core js | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -3/+3 | |
| | | | ||||||
* | | | call ajax scan only if a user is logged in - otherwise we'll get a 500 | Thomas Mueller | 2013-01-31 | 1 | -0/+4 | |
| |/ |/| | ||||||
* | | fix merge conflict | Björn Schießle | 2013-01-31 | 1 | -46/+124 | |
|\ \ | ||||||
| * \ | merge master into filesystem | Robin Appelman | 2013-01-30 | 1 | -23/+109 | |
| |\ \ | ||||||
| | * | | use $.trim() for IE8 | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | reset checkbox after getting selected files instead of ofter dragging, speed ↵ | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -18/+13 | |
| | | | | | | | | | | | | | | | | up revert | |||||
| | * | | use post instead of get | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | add multselect dnd | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -21/+108 | |
| | |/ | ||||||
| | * | Merge pull request #1227 from owncloud/hideuploadprogresscancelinielt10 | Thomas Müller | 2013-01-30 | 1 | -0/+4 | |
| | |\ | | | | | | | | | hide upload progress bar and cancel action in IE < 10 | |||||
| | | * | hide upload progress bar and cancel action in IE < 10 | Jörn Friedrich Dreyer | 2013-01-18 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | merge master into filesystem | Robin Appelman | 2013-01-26 | 1 | -33/+42 | |
| |\| | | ||||||
| * | | | merge master into filesytem | Robin Appelman | 2013-01-20 | 1 | -1/+49 | |
| |\ \ \ |