summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* Ensure that passed argument is always a stringLukas Reschke2015-06-011-1/+1
* Skip headers that can not be splitVictor Dubiniuk2014-12-101-0/+3
* no error if we try to delete a file which no longer existsBjoern Schiessle2014-10-211-1/+3
* Merge pull request #11248 from owncloud/11032-backport-stable6Lukas Reschke2014-10-161-3/+7
|\
| * Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-231-3/+7
* | Show a proper error message when trying to scan the filesystem for a non exis...Robin Appelman2014-10-101-1/+5
|/
* Merge pull request #10250 from owncloud/block-folder-upload-stable6Vincent Petry2014-09-031-1/+1
|\
| * Prevent folder upload causing unexpected behaviorRobin Appelman2014-08-071-1/+1
* | use notification to shw error on new via webJörn Friedrich Dreyer2014-08-271-1/+5
* | Merge pull request #10448 from owncloud/check_quota_on_new_via_web_stable6Jörn Friedrich Dreyer2014-08-252-3/+39
|\ \
| * | check quota when trying to download a file via new -> webJörn Friedrich Dreyer2014-08-152-3/+39
* | | set incognitoMode to true, getUser should always return false during public u...Bjoern Schiessle2014-08-191-1/+4
|/ /
* | Merge pull request #10034 from owncloud/remove-es_MX-from-stable6Lukas Reschke2014-08-151-7/+0
|\ \
| * | remove language es_MXThomas Müller2014-07-291-7/+0
| |/
* / Fix Upload button does not disappearVincent Petry2014-08-141-0/+2
|/
* Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller2014-07-081-1/+0
* Fix public download link when zip download is disabledVincent Petry2014-06-121-3/+8
* Fix copy conflict dialog translationJörn Friedrich Dreyer2014-06-111-2/+2
* php upload errors are written to logThomas Müller2014-05-231-1/+3
* fix double closing </a> for filenamesJörn Friedrich Dreyer2014-04-091-5/+3
* authentication apps need to be loaded in any case - fixes #7216Thomas Müller2014-04-031-1/+1
* Merge pull request #7976 from owncloud/fix-7973-stable6-2Vincent Petry2014-04-011-5/+0
|\
| * remove pl_PL - fixes #7973Thomas Müller2014-03-311-5/+0
* | Revert "remove Sabre_DAV_Browser_Plugin"Thomas Müller2014-04-011-0/+1
|/
* don't block php session while download is in progressJörn Friedrich Dreyer2014-03-281-0/+3
* remove Sabre_DAV_Browser_PluginThomas Müller2014-03-121-1/+0
* Merge pull request #7698 from owncloud/backport_7631Vincent Petry2014-03-121-1/+1
|\
| * only enable drag&drop upload if public upload is allowed, backport of #7631Bjoern Schiessle2014-03-121-1/+1
* | Merge pull request #7280 from owncloud/tune_legacy_cache_webdav_properties_pr...Vincent Petry2014-03-121-11/+8
|\ \ | |/ |/|
| * Concatenate string in SQL instead of PHP, use doctrine to construct concat ex...Jörn Friedrich Dreyer2014-02-191-11/+8
* | Merge pull request #7608 from owncloud/stable6-publicpagedownloadallMorris Jobke2014-03-111-1/+6
|\ \
| * | Fixed "select all" + download on public pageVincent Petry2014-03-061-1/+6
| |/
* / don't allow to create a file or folder named 'Shared' in the root folder, als...Bjoern Schiessle2014-03-064-28/+36
|/
* Send correct path on file upload when using public appJoas Schilling2014-02-141-4/+12
* Load authentication apps to get users from all backends - fixes #7019Thomas Müller2014-02-111-0/+1
* Only add files to file list when uploading to current directoryJoas Schilling2014-02-102-4/+6
* Merge branch 'stable6' into backport_6777_stable6Thomas Müller2014-02-072-9/+1
|\
| * remove %webroot% from files appJan-Christoph Borchardt2014-02-062-9/+1
* | permanently show download action on mobile, only iconJörn Friedrich Dreyer2014-02-051-2/+2
* | fix multiselect bar being too short on big displaysJörn Friedrich Dreyer2014-02-051-1/+1
* | remove background and width from multiselect bar, fix Download button not sho...Jörn Friedrich Dreyer2014-02-051-1/+1
* | fix input element closing tagJörn Friedrich Dreyer2014-02-051-2/+2
* | make sure there's enough room for the file actionsJörn Friedrich Dreyer2014-02-051-0/+8
* | improvements to public files mobile viewJörn Friedrich Dreyer2014-02-051-1/+1
* | remove min-width rule to fix mobile viewsJörn Friedrich Dreyer2014-02-051-3/+0
* | no new menu on public uploadJörn Friedrich Dreyer2014-02-041-0/+2
* | fixing preview generationJörn Friedrich Dreyer2014-02-041-1/+1
* | reuse file upload as used within files app - remove public upload buttonJörn Friedrich Dreyer2014-02-041-0/+4
|/
* Added exception logger plugin for sabre connectorVincent Petry2014-01-281-0/+1
* Fixed isPreviewAvailable warnings in logVincent Petry2014-01-231-1/+1