summaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
Commit message (Collapse)AuthorAgeFilesLines
* Added missing var that messes up IE8Vincent Petry2014-04-081-1/+2
|
* Fixed various file name escaping issues in core appsVincent Petry2014-01-121-10/+12
| | | | | | | | | | - Refactored file tr lookup into FileList.findFileEl that uses filterAttr to avoid escaping issues in jQuery selectors - Fixed versions and sharing app to properly escape file names in attributes - Prevent uploading file name with invalid characters Backport to stable5 of 1042733
* fixing ajax call to getstoragestats.phpThomas Müller2013-12-021-1/+1
|
* Fixed storage stats to be based on current directoryVincent Petry2013-11-191-1/+2
| | | | | | | | | | Previously, the storage statistics were always for the root dir. This means that the upload button would always show the limit for the root dir, even when uploading to a shared dir or external storage. This fix adds a "dir" argument to getstoragestats.php. Partial backport of 31181e4348b9af2625cf4d6ad38cf4cd81db3c1f
* backport search scrollto & filter to stable5Jörn Friedrich Dreyer2013-11-181-0/+5
|
* use closest instead of parentJörn Friedrich Dreyer2013-10-311-1/+1
|
* allow dnd into folders starting with whitespaceJörn Friedrich Dreyer2013-10-311-1/+1
|
* Public upload featureRoman Geber2013-07-011-148/+1
| | | | | Conflicts: apps/files/js/filelist.js
* use css browser switch instead of deprecated jquery browser detectionJörn Friedrich Dreyer2013-07-011-7/+7
|
* '#upload' is actually '#uploadprogresswrapper', fix css and js to show ↵Jörn Friedrich Dreyer2013-07-011-5/+2
| | | | cancel button correctly
* use === to compare empty string ''Jörn Friedrich Dreyer2013-07-011-1/+1
|
* don't update progress bar in ie < 10Jörn Friedrich Dreyer2013-07-011-1/+3
|
* refactor files.js, make proper use of fileupload eventsJörn Friedrich Dreyer2013-07-011-237/+136
|
* use json to encode user listRobin Appelman2013-06-201-1/+1
|
* allow scanning files for multiple usersRobin Appelman2013-06-201-2/+16
|
* It's a classLukas Reschke2013-04-291-1/+1
|
* Move onclick handlerLukas Reschke2013-04-291-0/+5
|
* Files: Fix XSS when creating dropshadowRobin Appelman2013-04-281-3/+3
|
* fixes #1463 - file size is now displayed correctly in IE8Thomas Mueller2013-03-291-2/+6
|
* fixes #1461Thomas Mueller2013-03-291-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
| |\ \ \
| * \ \ \ merge master into filesystemRobin Appelman2013-01-161-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | merge master into filesystemRobin Appelman2013-01-151-43/+60
| |\ \ \ \
| * \ \ \ \ merge master into filesystemRobin Appelman2013-01-071-4/+16
| |\ \ \ \ \
| * \ \ \ \ \ merge master into filesystemRobin Appelman2012-12-251-13/+11
| |\ \ \ \ \ \