summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)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
| | | | | | | | | | 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
* 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
| | | | | | | | | | | | | | Creating new files, folders or uploading files now have their sharing icon updated accordingly. For this, the global share status list that is cached in OC.Share.statuses is reused for new files. In OC.Share, split loadIcons into loadIcons + updateIcons. Fixes #4977 Backport of 70c9652cdf6e00f1c62fb9a61d9dd4fb3e2c93c3
* Update file actions for newly created filesVincent Petry2013-10-171-0/+1
| | | | | | | | | The commit d53b603b8259e9c9fe498b4bd50b4dbedc0bf01b for the backport didn't contain code for the case where new files were created. This is because that code already existed in OC6 as part of another fix. This fix adds the missing call to update the file actions for newly created files.
* File actions are now updated after create/upload fileVincent Petry2013-10-141-0/+1
| | | | | | | | The file actions must explicitly be updated by calling FileActions.display() on the file element after creating or uploading a file. Backport of e98ea06890e87a67f2ae501b7daa55882d1d3a03 for #4971 and #4993
* 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
| | | | manual backport of f4ec5182bdeaa611d13648b50d24f80501d92acd
* Merge pull request #4357 from owncloud/fixing-4341-stable5Thomas Müller2013-08-271-29/+26
|\ | | | | Enable file upload to shared folder with create permission only
| * proper response in case the upload fails - e.g. in case permissions on ↵Thomas Müller2013-08-081-29/+26
| | | | | | | | shared folders are not enough
* | 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
| | | | Optimized CSS identifiers
* Public upload featureRoman Geber2013-07-012-151/+28
| | | | | 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 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
| | | | | | fix #2928 translation of string "Shared" has to be marked as located in "files" for the translation extractor
* 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
* 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 lists [oc5]
| * 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 #47 - Duplicate files create a (2) when multiples are uploaded
| * fix oc#47Georg Ehrke2013-03-011-18/+19
| |
* | fixed bug that prevented a newly created file to be opened with registered ↵Bernhard Posselt2013-02-251-1/+1
| | | | | | | | files actions
* | 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 it
| * | 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
|\ \ | |/ |/| Fix 1465
| * 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
|