aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
Commit message (Collapse)AuthorAgeFilesLines
...
| * | disable "deleted files" button if trash bin is emptyBjörn Schießle2013-07-261-2/+10
| |/
| * finally remove the file size obfuscation as it had more disadvantages. I was ↵Jan-Christoph Borchardt2013-07-181-3/+1
| | | | | | | | wrong, sorry.
* | merge conflicts ...Georg Ehrke2013-07-101-150/+17
|\|
| * Public upload featureRoman Geber2013-06-251-148/+1
| |
| * use json to encode user listRobin Appelman2013-06-191-1/+1
| |
| * allow scanning files for multiple usersRobin Appelman2013-06-191-2/+16
| |
* | properly encode pathGeorg Ehrke2013-07-101-1/+1
| |
* | implement preview loading after uploadGeorg Ehrke2013-07-021-6/+13
|/
* small typo fix: added 2 whitespacesdavidak2013-05-241-2/+2
|
* Files: set the proper mimetype when creating a new text fileRobin Appelman2013-05-061-2/+2
|
* It's a classLukas Reschke2013-04-281-1/+1
|
* Move onclick handlerLukas Reschke2013-04-281-0/+5
|
* Files: Fix XSS when creating dropshadowRobin Appelman2013-04-221-3/+3
|
* Merge pull request #2279 from owncloud/refactor_upload_jsBart Visscher2013-04-061-240/+138
|\ | | | | Refactor upload js
| * use css browser switch instead of deprecated jquery browser detectionJörn Friedrich Dreyer2013-03-281-7/+7
| |
| * '#upload' is actually '#uploadprogresswrapper', fix css and js to show ↵Jörn Friedrich Dreyer2013-03-281-5/+2
| | | | | | | | cancel button correctly
| * use === to compare empty string ''Jörn Friedrich Dreyer2013-03-281-1/+1
| |
| * don't update progress bar in ie < 10Jörn Friedrich Dreyer2013-03-281-1/+3
| |
| * refactor files.js, make proper use of fileupload eventsJörn Friedrich Dreyer2013-03-281-237/+136
| |
* | Translate 'Error' in corekondou2013-04-061-4/+4
| |
* | Fixed things in alert-messagesroot2013-04-051-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-masterJörn Friedrich Dreyer2013-03-281-5/+25
|\ | | | | Fix upload progressbar in IE8 and IE9
| * fixes #1463 - file size is now displayed correctly in IE8Thomas Mueller2013-03-261-2/+6
| |
| * fixes #1461Thomas Mueller2013-03-261-3/+19
| |
* | prevent to fire delete ajax a second time.Thomas Mueller2013-03-261-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 listsBjörn Schießle2013-03-131-1/+1
|
* json encode list of filesBjörn Schießle2013-03-071-2/+3
|
* fixed bug that prevented a newly created file to be opened with registered ↵Bernhard Posselt2013-02-251-1/+1
| | | | files actions
* use distance option to delay dragging in sane browsersJörn Friedrich Dreyer2013-02-251-0/+4
|
* Merge pull request #1833 from owncloud/fix_1465Thomas Müller2013-02-251-1/+1
|\ | | | | Fix 1465
| * IE8 does not support window.onclickJörn Friedrich Dreyer2013-02-211-1/+1
| |
* | Whitespace fixesBart Visscher2013-02-221-10/+10
|/
* Add Ability to the app to detect more details on the fileVicDeo2013-02-181-3/+4
|
* count divs in actions instead of action div itself (is set to 100%)Jörn Friedrich Dreyer2013-02-101-3/+4
|
* remove unused codeThomas Müller2013-02-081-6/+0
|
* Merge pull request #1229 from owncloud/from_live_to_onThomas Müller2013-02-031-3/+3
|\ | | | | replace live() with on() in core js
| * Merge branch 'master' into from_live_to_onThomas Mueller2013-01-311-46/+125
| |\ | | | | | | | | | | | | Conflicts: apps/files_external/js/google.js
| * | attach on to filelist instead of individual td elements for file link behaviourJörn Friedrich Dreyer2013-01-301-1/+1
| | |
| * | replace live() with on() in core jsJörn Friedrich Dreyer2013-01-301-3/+3
| | |
* | | call ajax scan only if a user is logged in - otherwise we'll get a 500Thomas Mueller2013-01-311-0/+4
| |/ |/|
* | fix merge conflictBjörn Schießle2013-01-311-46/+124
|\ \
| * \ merge master into filesystemRobin Appelman2013-01-301-23/+109
| |\ \
| | * | 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
| | | |
| * | | merge master into filesystemRobin Appelman2013-01-261-33/+42
| |\| |
| * | | merge master into filesytemRobin Appelman2013-01-201-1/+49
| |\ \ \