Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing ajax call to getstoragestats.php | Thomas Müller | 2013-12-02 | 1 | -1/+1 |
| | |||||
* | Fixed storage stats to be based on current directory | Vincent Petry | 2013-11-19 | 1 | -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 number | Thomas Müller | 2013-11-18 | 1 | -1/+1 |
| | |||||
* | backport search scrollto & filter to stable5 | Jörn Friedrich Dreyer | 2013-11-18 | 2 | -0/+36 |
| | |||||
* | use closest instead of parent | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | allow dnd into folders starting with whitespace | Jörn Friedrich Dreyer | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | Fixed sharing status update for new/uploaded files | Vincent Petry | 2013-10-17 | 3 | -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 files | Vincent Petry | 2013-10-17 | 1 | -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 file | Vincent Petry | 2013-10-14 | 1 | -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 upload | Thomas Müller | 2013-09-19 | 1 | -1/+0 |
| | |||||
* | remove file action elements before recreating them | Thomas Müller | 2013-09-19 | 1 | -0/+5 |
| | |||||
* | store the permissions retrieved via ajax within the dom element | Thomas Müller | 2013-09-19 | 1 | -0/+6 |
| | |||||
* | Workaround for IE 9 & 10 for clicking filelist after adding new item | Thomas Müller | 2013-09-10 | 1 | -1/+4 |
| | | | | manual backport of f4ec5182bdeaa611d13648b50d24f80501d92acd | ||||
* | Merge pull request #4357 from owncloud/fixing-4341-stable5 | Thomas Müller | 2013-08-27 | 1 | -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üller | 2013-08-08 | 1 | -29/+26 |
| | | | | | | | | shared folders are not enough | ||||
* | | fix #2711 using a custom event, also use css selectors over filterAttr | Jörn Friedrich Dreyer | 2013-08-15 | 1 | -2/+3 |
|/ | |||||
* | fix detection of public upload in filelist.js | Robin Appelman | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | Added file-upload to GIT repo | Roman Geber | 2013-07-01 | 1 | -0/+343 |
| | | | | Optimized CSS identifiers | ||||
* | Public upload feature | Roman Geber | 2013-07-01 | 2 | -151/+28 |
| | | | | | Conflicts: apps/files/js/filelist.js | ||||
* | use css browser switch instead of deprecated jquery browser detection | Jörn Friedrich Dreyer | 2013-07-01 | 1 | -7/+7 |
| | |||||
* | '#upload' is actually '#uploadprogresswrapper', fix css and js to show ↵ | Jörn Friedrich Dreyer | 2013-07-01 | 1 | -5/+2 |
| | | | | cancel button correctly | ||||
* | use local variable to walk DOM only once | Jörn Friedrich Dreyer | 2013-07-01 | 1 | -4/+5 |
| | |||||
* | use === to compare empty string '' | Jörn Friedrich Dreyer | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | don't update progress bar in ie < 10 | Jörn Friedrich Dreyer | 2013-07-01 | 1 | -1/+3 |
| | |||||
* | return created table row, use as context in fileupload events | Jörn Friedrich Dreyer | 2013-07-01 | 1 | -11/+153 |
| | |||||
* | refactor files.js, make proper use of fileupload events | Jörn Friedrich Dreyer | 2013-07-01 | 1 | -237/+136 |
| | |||||
* | use json to encode user list | Robin Appelman | 2013-06-20 | 1 | -1/+1 |
| | |||||
* | allow scanning files for multiple users | Robin Appelman | 2013-06-20 | 1 | -2/+16 |
| | |||||
* | It's a class | Lukas Reschke | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | Move onclick handler | Lukas Reschke | 2013-04-29 | 1 | -0/+5 |
| | |||||
* | Files: Fix XSS when creating dropshadow | Robin Appelman | 2013-04-28 | 1 | -3/+3 |
| | |||||
* | Files: fix the order fileactions are computed for a file | Robin Appelman | 2013-04-24 | 1 | -7/+7 |
| | |||||
* | fix wrong shared icon description | Morris Jobke | 2013-04-24 | 1 | -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 IE8 | Thomas Mueller | 2013-03-29 | 1 | -2/+6 |
| | |||||
* | fixes #1461 | Thomas Mueller | 2013-03-29 | 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 | ||||
* | Merge pull request #2272 from owncloud/fix_json_encoded_pubic_download_oc5 | Thomas Müller | 2013-03-26 | 1 | -1/+1 |
|\ | | | | | let public link download handle json encoded file lists [oc5] | ||||
| * | let public link download handle json encoded file lists | Björn Schießle | 2013-03-13 | 1 | -1/+1 |
| | | |||||
* | | don't show share action for the Shared folder, approved pull request #2265 | 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 |
| | |||||
* | Merge pull request #2034 from owncloud/fix_bug47 | Michael Gapczynski | 2013-03-03 | 1 | -18/+19 |
|\ | | | | | Fix #47 - Duplicate files create a (2) when multiples are uploaded | ||||
| * | fix oc#47 | Georg Ehrke | 2013-03-01 | 1 | -18/+19 |
| | | |||||
* | | fixed bug that prevented a newly created file to be opened with registered ↵ | Bernhard Posselt | 2013-02-25 | 1 | -1/+1 |
| | | | | | | | | files actions | ||||
* | | Merge pull request #1892 from owncloud/files_remove_row_on_delete | Björn Schießle | 2013-02-25 | 1 | -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 it | Björn Schießle | 2013-02-25 | 1 | -1/+1 |
| | | | |||||
* | | | 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 | 2 | -17/+17 |
|/ | |||||
* | replaced for in loops with normal enumerating loops to fix #1803 | Bernhard Posselt | 2013-02-20 | 1 | -2/+2 |
| |