summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13941 from owncloud/fix-folder-upload-on-firefoxLukas Reschke2015-03-231-0/+9
|\ | | | | Show message if upload of folder isn't allowed
| * Show message if upload of folder isn't allowedMorris Jobke2015-02-061-0/+9
| | | | | | | | | | | | | | | | * current firefox doesn't throw an exception anymore * it just reads 0 bytes -> folder or empty file * upload of folder or empty file isn't supported in every browser except Chrome * fixes #13940
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-232-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-222-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-212-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-208-30/+36
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-196-2/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-1822-14/+36
| |
* | add whitespace to prevent file deletion when wanting to scrollJan-Christoph Borchardt2015-03-171-1/+1
| |
* | Use a closure for the files app entry and deprecate old methodsJoas Schilling2015-03-171-17/+22
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-03-174-2/+4
| |
* | Merge pull request #14133 from rullzer/fix_10600Thomas Müller2015-03-161-7/+7
|\ \ | | | | | | Always display max upload size in admin panel
| * | Always display max upload size in admin panelRoeland Jago Douma2015-02-131-7/+7
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-162-0/+2
| | |
* | | Merge pull request #14785 from ↵Thomas Müller2015-03-121-2/+0
|\ \ \ | | | | | | | | | | | | | | | | owncloud/issue/14733-active-class-missing-for-admin-navigation-entry Do not overwrite the active menu entry of the navigation
| * | | Do not overwrite the active menu entry of the navigationJoas Schilling2015-03-111-2/+0
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-124-4/+4
| | | |
* | | | Adding a more meaningful message for sabre dav exception - fixes #14516Thomas Müller2015-03-111-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-11120-422/+120
|/ / /
* | | fixing js unit testsThomas Müller2015-03-093-31/+0
| | |
* | | adding storage specific filename verification - refs #13640Thomas Müller2015-03-093-39/+27
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-092-16/+16
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-082-2/+6
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-056-14/+14
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-04120-680/+0
| | |
* | | Merge pull request #14652 from owncloud/kill-download-from-urlVincent Petry2015-03-033-164/+13
|\ \ \ | | | | | | | | Remove "Download from URL" feature
| * | | remove $content parameterThomas Müller2015-03-021-7/+4
| | | |
| * | | Remove "Download from URL" featureLukas Reschke2015-03-023-163/+15
| | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/13326
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-032-0/+2
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-012-0/+2
| | |
* | | Revert "Updating license headers"Morris Jobke2015-02-2632-655/+242
| | | | | | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-262-10/+74
| | |
* | | Merge pull request #14151 from owncloud/update-sabre2.1Thomas Müller2015-02-251-13/+23
|\ \ \ | | | | | | | | Sabre Update to 2.1
| * | | Remove locks plugin.Thomas Müller2015-02-251-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reasoning: - a WebDAV server is not required to implement locking support - WebDAV Locking is know to break the sync algorithm - the current lock implementation is known to be broken (locks are not moved if a file is moved, locks on shared files don't work)
| * | | Show a empty response for GET on non-files instead of the Browser PluginLukas Reschke2015-02-231-1/+2
| | | |
| * | | Sabre Update to 2.1Vincent Petry2015-02-231-11/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - VObject fixes for Sabre\VObject 3.3 - Remove VObject property workarounds - Added prefetching for tags in sabre tags plugin - Moved oc_properties logic to separate PropertyStorage backend (WIP) - Fixed Sabre connector namespaces - Improved files plugin to handle props on-demand - Moved allowed props from server class to files plugin - Fixed tags caching for files that are known to have no tags (less queries) - Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin - Replace OC\Connector\Sabre\Request with direct call to httpRequest->setUrl() - Fix exception detection in DAV client when using Sabre\DAV\Client - Added setETag() on Node instead of using the static FileSystem - Also preload tags/props when depth is infinity
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-254-2/+30
| | | |
* | | | Merge pull request #14419 from owncloud/preview_apostrophe_fixJoas Schilling2015-02-241-2/+2
|\ \ \ \ | | | | | | | | | | fix issue with previews not being displayed if filename contains apostrophe
| * | | | fix issue with previews not being displayed if filename contains apostropheGeorg Ehrke2015-02-221-2/+2
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-242-2/+2
| |/ / / |/| | |
* | | | Updating license headersJenkins for ownCloud2015-02-2332-242/+655
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-224-52/+170
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-214-4/+6
| | |
* | | Merge pull request #14278 from owncloud/fix-indexLukas Reschke2015-02-202-16/+277
|\ \ \ | | | | | | | | Check if the offset exists before accessing
| * | | Check if the offset exists before accessingLukas Reschke2015-02-172-16/+277
| | | | | | | | | | | | | | | | | | | | | | | | This checks if the offset exists before accessing it and also adds unit tests to this function which would have catched this before :see_no_evil: Fixes https://github.com/owncloud/core/issues/14277
* | | | Merge pull request #13645 from owncloud/fix-breadcrumb-backslashMorris Jobke2015-02-204-1/+32
|\ \ \ \ | | | | | | | | | | Parse backslash as directory separator in breadcrumb
| * | | | apply backslash fix to _setCurrentDirThomas Müller2015-02-192-1/+6
| | | | |
| * | | | Parse backslash as directory separator in breadcrumbLukas Reschke2015-01-242-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will parse backslashes as directory separators in breadcrumbs. Thus when accessing something like `/index.php/apps/files?dir=foo\foo` the breadcrumb will properly resolve this instead of showing `foo\foo` Fixes https://github.com/owncloud/core/issues/13643
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-20124-50/+1496
| | | | |
* | | | | Merge pull request #14199 from owncloud/cast-type-manuallyMorris Jobke2015-02-1911-24/+24
|\ \ \ \ \ | | | | | | | | | | | | Manually type-cast all AJAX files