summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* Ensure that passed argument is always a stringLukas Reschke2015-06-011-1/+1
* Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround.Andreas Fischer2015-04-041-1/+1
* show spinner on file upload in IE8, 9Morris Jobke2014-12-191-0/+15
* Merge pull request #12624 from nazar-pc/stable7Vincent Petry2014-12-123-8/+11
|\
| * Merge pull request #11524 from nazar-pc/patch-1Vincent Petry2014-12-043-8/+11
* | Merge pull request #12663 from zinks-/l10n-fr-backportMorris Jobke2014-12-101-4/+4
|\ \
| * | Patched french translation (backported from master)Thomas Imbreckx2014-12-051-4/+4
| |/
* | Add js unit testRobin Appelman2014-12-101-7/+27
* | Dont show the delete button for selected files if one of the selected files i...Robin Appelman2014-12-101-2/+12
* | Check if files are deletable before trying to delete themRobin Appelman2014-12-101-1/+3
* | Skip headers that can not be splitVictor Dubiniuk2014-12-101-0/+3
|/
* Don't show favicon to prevent iteration through subfoldersLukas Reschke2014-11-261-1/+1
* Correctly restore previous root mount point after testingJoas Schilling2014-11-191-2/+12
* JS unit tests fix - use toBeUndefined() instead of toEqual(null)Morris Jobke2014-11-071-7/+7
* Use body element when animating scroll in public pageVincent Petry2014-10-151-1/+7
* Add support for keys in the info.xmlLukas Reschke2014-10-091-0/+3
* Fix file size comparator return valuebrumsoel2014-10-081-1/+1
* Merge pull request #11375 from owncloud/fix_files_external_amazon_s3_stat_callVincent Petry2014-10-081-0/+3
|\
| * log exceptions when listing filesJörn Friedrich Dreyer2014-10-011-0/+3
* | Merge pull request #11457 from owncloud/stable7-fix-rename-positionVincent Petry2014-10-071-2/+2
|\ \
| * | fix position of rename field, fix #10867Jan-Christoph Borchardt2014-10-071-2/+2
* | | reduce bottom padding in filelist, fix perceived glitching, fix #11213Jan-Christoph Borchardt2014-10-071-1/+1
|/ /
* / fix position and style of sort indicatorJan-Christoph Borchardt2014-10-071-5/+9
|/
* Show a proper error message when trying to scan the filesystem for a non exis...Robin Appelman2014-09-241-1/+5
* Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-231-2/+6
* Use secure mimetype for content deliveryLukas Reschke2014-09-151-1/+1
* Catch exceptions when moving filesVincent Petry2014-09-081-4/+10
* Scroll to new file/folder after addingVincent Petry2014-09-052-5/+10
* Fixed scrollto for search resultsVincent Petry2014-09-052-22/+36
* Added permission check for drag and dropVincent Petry2014-09-053-2/+35
* Highlight every uploaded files and scroll down to the last onepdessauw2014-09-043-0/+82
* remove obsolete 'Download preparing' message for zip downloads, fix #3755Jan-Christoph Borchardt2014-08-191-1/+0
* set incognitoMode to true, getUser should always return false during public u...Bjoern Schiessle2014-08-191-1/+3
* Fixed folder icon update routine when share owner existsVincent Petry2014-08-181-16/+6
* Compare upload limit against biggest fileOliver Gasser2014-08-151-4/+7
* new unit test addedBjoern Schiessle2014-08-141-4/+42
* no error if we try to delete a file which no longer existsBjoern Schiessle2014-08-141-1/+2
* no special action for folder named 'Shared' neededBjoern Schiessle2014-08-141-1/+1
* add error message if user wants to rename a file which no longer existsBjoern Schiessle2014-08-142-4/+18
* trigger lazy loading earlier, fix #9823Jan-Christoph Borchardt2014-08-141-1/+1
* check quota when trying to download a file via new -> webJörn Friedrich Dreyer2014-08-131-0/+23
* remove obsolete code commentmiicha2014-08-111-2/+0
* Fix display of checkboxes in Pale Moonmiicha2014-08-071-2/+3
* Fix preview animation on uploadingVincent Petry2014-07-251-2/+4
* Backport of sorting fix from masterRemco Brenninkmeijer2014-07-233-29/+58
* Added mountType attribute and adapted Delete action textVincent Petry2014-07-143-5/+28
* Propagate file action changes to the file listsVincent Petry2014-07-105-37/+96
* Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller2014-07-081-1/+0
* Add machine readable error messages to OC\JSONRobin Appelman2014-07-042-2/+35
* Fix reload call for all subclassesVincent Petry2014-07-041-1/+3