summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* 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
* change publicUploadButtonMock to public_uploadMyles McNamara2014-01-221-1/+1
* OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller2014-01-212-0/+2
* added trigger to redo selection text on a directory changernveach2014-01-201-0/+2
* fixed selector string and removed all checkbox if it was selectedrnveach2014-01-201-1/+2
* Fix to not destroy draggable when no draggable was setVincent Petry2014-01-161-1/+4
* remove ru_RU - it's almost untranslatedThomas Müller2014-01-131-17/+0
* Fixed various file name escaping issues in core appsVincent Petry2014-01-124-28/+49
* Moved content disposition code+workarounds to OCP\ResponseVincent Petry2014-01-071-6/+1
* always show home breadcrumb in files viewBjoern Schiessle2013-12-171-7/+5
* it is not possible to unshare filesBjoern Schiessle2013-12-061-14/+5
* fix public page - gallery view issuesMorris Jobke2013-12-031-1/+1
* fix trashbin and pbulic page controlsMorris Jobke2013-12-031-1/+1
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-294-1/+6
* Fix resize issue for trash button in chrome and overflowing spinner in .updat...Morris Jobke2013-11-281-1/+1
* Merge pull request #6090 from ganomi/summaryfixganomi2013-11-281-1/+1
|\
| * Fix filellist/rename/summary problemganomi2013-11-271-1/+1
* | Fixed directory icon after renameVincent Petry2013-11-281-0/+6
* | Merge pull request #6089 from owncloud/files-mimetyperefreshafterrenameFrank Karlitschek2013-11-283-26/+73
|\ \
| * | Fixed unit tests for ajax renameVincent Petry2013-11-271-19/+44