summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | Do not change behaviour of 'false'Joas Schilling2015-02-131-2/+2
| | | |
| * | | Manually type-case all AJAX filesLukas Reschke2015-02-1311-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core
* | | | Merge pull request #13505 from owncloud/streamline-scanning-codeThomas Müller2015-02-191-1/+5
|\ \ \ \ | | | | | | | | | | Streamline auth and CSRF check in scan.php
| * | | | Streamline auth and CSRF check in scan.phpLukas Reschke2015-01-201-1/+5
| | | | | | | | | | | | | | | | | | | | Furthermore a not logged-in user was able to access this page before which resulted in a Fatal PHP error since the filesystem could not get setup properly.
* | | | | Merge pull request #14211 from owncloud/activity/225-files-extension-jenkinsVincent Petry2015-02-182-0/+285
|\ \ \ \ \ | |_|_|_|/ |/| | | | Activity/225 Move displaying of files related activities to files app
| * | | | Move displaying of files related activities to files appJoas Schilling2015-02-132-0/+285
| | |/ / | |/| |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-172-0/+16
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-154-2/+4
| | | |
* | | | Ensure that passed argument is always a stringLukas Reschke2015-02-131-1/+1
|/ / / | | | | | | | | | | | | | | | Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour. Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well.
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-124-4/+6
| | |
* | | Remove unused fileLukas Reschke2015-02-111-54/+0
| | | | | | | | | | | | This file is unused and has been last modified two years ago. Furthermore it won't evne work anymore properly because it uses things like `CONFIG_DATEFORMAT` which are gone a long time ago...
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-1138-0/+38
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-106-12/+12
| | |
* | | Merge pull request #13663 from ↵Morris Jobke2015-02-102-5/+17
|\ \ \ | | | | | | | | | | | | | | | | owncloud/issue/13624-notification-when-favorting-fails Only update favorite icon if the operation was successful
| * | | toggle back when the action was not performedJoas Schilling2015-02-021-2/+7
| | | |
| * | | fix response for tags and show error messageMorris Jobke2015-02-022-6/+11
| | | |
| * | | Only update favorite icon if the operation was successfulJoas Schilling2015-02-021-1/+3
| | | | | | | | | | | | | | | | Also shows a notification in case an error occured on updating the tags
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-092-2/+2
| | | |
* | | | Merge pull request #13502 from owncloud/streamline-authentication-in-newfileMorris Jobke2015-02-071-6/+3
|\ \ \ \ | | | | | | | | | | Streamline CSRF and login check
| * | | | Streamline CSRF and login checkLukas Reschke2015-01-201-6/+3
| | |/ / | |/| | | | | | | | | | Let's make this consistent with other pieces of the code to make it easier to auditable.
* | | | Merge pull request #13655 from Sugaroverdose/fix_#13632Morris Jobke2015-02-072-2/+11
|\ \ \ \ | | | | | | | | | | Do not change color of 'new' button on hover and make new file menu more consistent with button
| * | | | Prevent 1px padding between button and dropdown in ie11 when zoomingSugaroverdose2015-01-281-1/+1
| | | | |
| * | | | Play with z-index to make proper dropdown overlapSugaroverdose2015-01-282-1/+8
| | | | |
| * | | | Fix #13632 and make new file menu more consistent with buttonSugaroverdose2015-01-251-1/+3
| | | | |
* | | | | Merge pull request #13889 from owncloud/catch-exceptionMorris Jobke2015-02-072-8/+18
|\ \ \ \ \ | | | | | | | | | | | | Catch exception properly
| * | | | | Catch exception properlyLukas Reschke2015-02-042-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `\OCA\Files\Helper::buildFileStorageStatistics` might throw an exception from `OC_Helper::getStorageInfo`, previously this lead to a uncatched exception being thrown when invoking this methods. This was user triggable by for example calling `/index.php/apps/files/ajax/delete.php` with a not existing dir (for example `dir=asdf/../&allfiles=true`)
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-072-4/+14
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-064-4/+4
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-064-10/+44
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-052-2/+2
|/ / / / /
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-042-4/+22
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-032-0/+4
| |_|/ / |/| | |