Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do only follow HTTP and HTTPS redirects | Lukas Reschke | 2014-09-23 | 1 | -1/+10 |
| | | | | Backport of #11032 to stable5 | ||||
* | Merge pull request #8298 from owncloud/backport_6290_to_stable5 | Thomas Müller | 2014-04-23 | 1 | -6/+1 |
|\ | | | | | Backport #6290 to stable5 | ||||
| * | backport #6290 to stable5 | Jörn Friedrich Dreyer | 2014-04-22 | 1 | -6/+1 |
| | | |||||
* | | Merge pull request #8115 from owncloud/stable5-fixselectallanddownload | Morris Jobke | 2014-04-17 | 1 | -1/+2 |
|\ \ | |/ |/| | [stable5] Added missing var that messes up IE8 | ||||
| * | Added missing var that messes up IE8 | Vincent Petry | 2014-04-08 | 1 | -1/+2 |
| | | |||||
* | | adding the plugin to the server object | Thomas Müller | 2014-04-16 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #8005 from owncloud/files-fixie8upload | Vincent Petry | 2014-04-10 | 1 | -0/+1 |
|\ \ | |/ |/| | [stable5] Added requesttoken back for IE8 | ||||
| * | Added requesttoken back for IE8 | Vincent Petry | 2014-04-02 | 1 | -0/+1 |
| | | |||||
* | | Revert "remove Sabre_DAV_Browser_Plugin" | Thomas Müller | 2014-04-01 | 1 | -0/+1 |
| | | | | | | | | This reverts commit 997a9ce0b127bbfdc7ea4319cc20a276a6f542b1. | ||||
* | | don't block php session while download is in progress | Jörn Friedrich Dreyer | 2014-03-26 | 1 | -0/+3 |
| | | |||||
* | | remove Sabre_DAV_Browser_Plugin | Thomas Müller | 2014-03-12 | 1 | -1/+0 |
|/ | | | | | Conflicts: apps/files/appinfo/remote.php | ||||
* | Backported sabre exception logger | Vincent Petry | 2014-02-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | Partial backport of 11ef12a Whenever an exception occurs in the sabre connector code or code called by it, it will be logged. This plugin approach is needed because Sabre already catches exceptions to return them to the client in the XML response, so they don't appear logged in the web server log. This will make it much easier to debug syncing issues. | ||||
* | Merge pull request #7185 from ↵ | Jan-Christoph Borchardt | 2014-02-20 | 4 | -5/+28 |
|\ | | | | | | | | | owncloud/backport_6777_mobile_style_for_public_pages_stable5 initial backport of #6777 - mobile public pages - to stable5 | ||||
| * | fix undefined index | Jörn Friedrich Dreyer | 2014-02-13 | 1 | -0/+1 |
| | | |||||
| * | initial backport of #6777 - mobile public pages - to stable5 | Jörn Friedrich Dreyer | 2014-02-13 | 3 | -5/+27 |
| | | |||||
* | | Merge pull request #6733 from owncloud/stable5-files-filenameescapingfixes | Lukas Reschke | 2014-02-20 | 4 | -34/+53 |
|\ \ | | | | | | | [stable5] Backport: Fixed various file name escaping issues in core apps | ||||
| * | | Fixed various file name escaping issues in core apps | Vincent Petry | 2014-01-12 | 4 | -34/+53 |
| |/ | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | | Merge pull request #4782 from ↵ | Vincent Petry | 2014-02-18 | 1 | -10/+12 |
|\ \ | |/ |/| | | | | | owncloud/tune_legacy_cache_webdav_properties_prefixing Tune legacy cache webdav properties prefixing | ||||
| * | Concatenate string in SQL instead of PHP | Jörn Friedrich Dreyer | 2013-11-01 | 1 | -10/+12 |
| | | |||||
* | | it is not possible to unshare files in OC5 | Bjoern Schiessle | 2013-12-05 | 1 | -14/+5 |
| | | |||||
* | | fixing ajax call to getstoragestats.php | Thomas Müller | 2013-12-02 | 1 | -1/+1 |
| | | |||||
* | | use defaults to determine webdav realm name | Jörn Friedrich Dreyer | 2013-11-27 | 1 | -1/+2 |
| | | |||||
* | | Fixed storage stats to be based on current directory | Vincent Petry | 2013-11-19 | 2 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | 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 | 3 | -0/+39 |
| | | |||||
* | | Files app backend now normalizes paths before rendering templates | Vincent Petry | 2013-11-15 | 2 | -1/+3 |
|/ | | | | | | | | | | Before rendering breadcrumbs or the file list, the paths are now normalized. This prevents the UI to show "." breadcrumbs in case the path contains sections with "/./" Fixes #5848 Backport of 008c3b80d6cca6a15299afe01f150f075813df8c | ||||
* | 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 | ||||
* | Fixed upload permissions distinction between public and logged in upload | Vincent Petry | 2013-10-17 | 1 | -1/+6 |
| | | | | Backport of 9cfb438ff7fd24ef5c81c4f2e075789d320016e2 | ||||
* | 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 | ||||
* | revert backport from here: https://github.com/owncloud/core/pull/5088 | Bjoern Schiessle | 2013-10-08 | 1 | -1/+3 |
| | | | | This shouldn't have been backported. | ||||
* | trash bin button needs to be an input field | Bjoern Schiessle | 2013-10-07 | 1 | -3/+1 |
| | |||||
* | adding comma to get cleaner diffs in the future | Thomas Müller | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | add permissions of the file to the json response | Thomas Müller | 2013-09-19 | 1 | -1/+2 |
| | |||||
* | 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 | 2 | -39/+41 |
|\ | | | | | 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 | 2 | -39/+41 |
| | | | | | | | | shared folders are not enough | ||||
* | | storage information is path specific | Thomas Müller | 2013-08-27 | 2 | -2/+2 |
| | | |||||
* | | fix #2711 using a custom event, also use css selectors over filterAttr | Jörn Friedrich Dreyer | 2013-08-15 | 1 | -2/+3 |
| | | |||||
* | | Merge pull request #4361 from ringmaster/fix_4355 | Thomas Müller | 2013-08-08 | 1 | -2/+4 |
|\ \ | |/ |/| | Send mime-type for new files | ||||
| * | Provide a default mime-type for files created by filename. | ringmaster | 2013-08-08 | 1 | -2/+4 |
| | | | | | | | | Fixes #4355. | ||||
* | | Check expected type after JSON decode instead of checking what is not expected. | Andreas Fischer | 2013-08-08 | 1 | -1/+1 |
|/ | | | | This will also allow "true" and "false" as filenames instead of only "null". | ||||
* | load authentication apps to get users from other backends like LDAP - THX ↵ | Thomas Müller | 2013-08-05 | 1 | -0/+1 |
| | | | | @blizzz | ||||
* | manual backporting of #4285 | Thomas Müller | 2013-08-05 | 1 | -0/+31 |
| | |||||
* | Add a CLI script for manually triggering checking a folder for updates | Robin Appelman | 2013-08-01 | 1 | -0/+22 |
| |