summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixing js error in case the file name is a numberThomas Müller2013-11-181-1/+1
* backport search scrollto & filter to stable5Jörn Friedrich Dreyer2013-11-182-0/+36
* 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
* Fixed sharing status update for new/uploaded filesVincent Petry2013-10-173-5/+15
* Update file actions for newly created filesVincent Petry2013-10-171-0/+1
* File actions are now updated after create/upload fileVincent Petry2013-10-141-0/+1
* no file actions during uploadThomas Müller2013-09-191-1/+0
* remove file action elements before recreating themThomas Müller2013-09-191-0/+5
* store the permissions retrieved via ajax within the dom elementThomas Müller2013-09-191-0/+6
* Workaround for IE 9 & 10 for clicking filelist after adding new itemThomas Müller2013-09-101-1/+4
* Merge pull request #4357 from owncloud/fixing-4341-stable5Thomas Müller2013-08-271-29/+26
|\
| * proper response in case the upload fails - e.g. in case permissions on shared...Thomas Müller2013-08-081-29/+26
* | fix #2711 using a custom event, also use css selectors over filterAttrJörn Friedrich Dreyer2013-08-151-2/+3
|/
* fix detection of public upload in filelist.jsRobin Appelman2013-07-011-1/+1
* Added file-upload to GIT repoRoman Geber2013-07-011-0/+343
* Public upload featureRoman Geber2013-07-012-151/+28
* 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 cancel...Jörn Friedrich Dreyer2013-07-011-5/+2
* use local variable to walk DOM only onceJörn Friedrich Dreyer2013-07-011-4/+5
* 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
* return created table row, use as context in fileupload eventsJörn Friedrich Dreyer2013-07-011-11/+153
* 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
* Files: fix the order fileactions are computed for a fileRobin Appelman2013-04-241-7/+7
* fix wrong shared icon descriptionMorris Jobke2013-04-241-0/+1
* 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
* Merge pull request #2272 from owncloud/fix_json_encoded_pubic_download_oc5Thomas Müller2013-03-261-1/+1
|\
| * let public link download handle json encoded file listsBjörn Schießle2013-03-131-1/+1
* | don't show share action for the Shared folder, approved pull request #2265Björn Schießle2013-03-131-1/+1
|/
* json encode list of filesBjörn Schießle2013-03-071-2/+3
* Merge pull request #2034 from owncloud/fix_bug47Michael Gapczynski2013-03-031-18/+19
|\
| * fix oc#47Georg Ehrke2013-03-011-18/+19
* | fixed bug that prevented a newly created file to be opened with registered fi...Bernhard Posselt2013-02-251-1/+1
* | Merge pull request #1892 from owncloud/files_remove_row_on_deleteBjörn Schießle2013-02-251-1/+1
|\ \
| * | delete table row if file was deleted instead of just hide itBjörn Schießle2013-02-251-1/+1
* | | 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
|\ \ | |/ |/|
| * IE8 does not support window.onclickJörn Friedrich Dreyer2013-02-211-1/+1
* | Whitespace fixesBart Visscher2013-02-222-17/+17
|/
* replaced for in loops with normal enumerating loops to fix #1803Bernhard Posselt2013-02-201-2/+2