Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15437 from owncloud/deleteorphanedfiles | Thomas Müller | 2015-04-10 | 1 | -0/+1 |
|\ | | | | | [command] delete orphaned file cache entries | ||||
| * | [command] delete orphaned file cache entries | Morris Jobke | 2015-04-08 | 1 | -0/+1 |
| | | | | | | | | | | * ./occ files:cleanup * delete file cache entries without an existing storage | ||||
* | | Move tag related code into a helper so we can test the query without a view | Joas Schilling | 2015-03-30 | 1 | -1/+3 |
| | | |||||
* | | Use DI for the objects where possible | Joas Schilling | 2015-03-30 | 1 | -1/+4 |
|/ | |||||
* | Merge pull request #15227 from owncloud/ocetag-header | Vincent Petry | 2015-03-27 | 1 | -0/+1 |
|\ | | | | | Copy Etag header to OC-Etag for sabre calls | ||||
| * | Copy Etag header to OC-Etag for sabre calls | Vincent Petry | 2015-03-26 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #15214 from owncloud/no-php-timeouts-on-webdav-master | Morris Jobke | 2015-03-26 | 1 | -0/+4 |
|\ \ | | | | | | | no php execution timeout for webdav | ||||
| * | | no php execution timeout for webdav | Thomas Müller | 2015-03-26 | 1 | -0/+4 |
| |/ | |||||
* / | Update license headers | Jenkins for ownCloud | 2015-03-26 | 5 | -29/+104 |
|/ | |||||
* | No longer directly output OC_Image for thumbnails | Roeland Jago Douma | 2015-03-24 | 1 | -3/+4 |
| | | | | | | * Only use public interfaces - Injected IPreview * Added unit tests | ||||
* | Use a closure for the files app entry and deprecate old methods | Joas Schilling | 2015-03-17 | 1 | -17/+22 |
| | |||||
* | Adding a more meaningful message for sabre dav exception - fixes #14516 | Thomas Müller | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 5 | -100/+32 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Remove locks plugin. | Thomas Müller | 2015-02-25 | 1 | -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 Plugin | Lukas Reschke | 2015-02-23 | 1 | -1/+2 |
| | |||||
* | Sabre Update to 2.1 | Vincent Petry | 2015-02-23 | 1 | -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 | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 5 | -32/+100 |
| | |||||
* | Move displaying of files related activities to files app | Joas Schilling | 2015-02-13 | 1 | -0/+7 |
| | |||||
* | Remove duplicated definition of APIController | Joas Schilling | 2015-01-26 | 1 | -12/+0 |
| | |||||
* | Merge pull request #12865 from owncloud/files-tags-webdav | Morris Jobke | 2014-12-19 | 1 | -0/+1 |
|\ | | | | | Returns tags through WebDAV | ||||
| * | Returns and update tags through WebDAV PROPFIND and PROPPATCH | Vincent Petry | 2014-12-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Added oc:tags and oc:favorites in PROPFIND response. It is possible to update them with PROPPATCH. These properties are optional which means they need to be requested explicitly | ||||
* | | first step to drop \OCP\Config:: in favour of IConfig | Morris Jobke | 2014-12-17 | 1 | -8/+0 |
|/ | |||||
* | Merge pull request #12360 from owncloud/files-tags | Lukas Reschke | 2014-12-15 | 2 | -6/+63 |
|\ | | | | | Add favorites to files app | ||||
| * | Fixed small code style issues | Vincent Petry | 2014-12-15 | 1 | -3/+3 |
| | | |||||
| * | Added favorites feature to the files app | Vincent Petry | 2014-12-15 | 2 | -6/+63 |
| | | |||||
* | | introduce inApps[] filter for search via ajax query, make file results show ↵ | Jörn Friedrich Dreyer | 2014-12-10 | 1 | -1/+1 |
|/ | | | | | | | | up in files app only use more flexible return type check array with !empty instead of count | ||||
* | Don't show favicon to prevent iteration through subfolders | Lukas Reschke | 2014-11-26 | 1 | -1/+1 |
| | | | | The codepath for generating the favicons iterates through subnodes and if one of those nodes is unavailable is throwing a 503 exception. Since these favicons don't have any use except of "making a tool for developers looking nicer" I consider it feasible to remove them. | ||||
* | Add support for keys in the info.xml | Lukas Reschke | 2014-10-09 | 1 | -0/+3 |
| | | | | | | This allows to have links to different doc base URLs a. | ||||
* | Match more URL fragments | Lukas Reschke | 2014-09-18 | 1 | -1/+1 |
| | | | | Fixes https://github.com/owncloud/core/pull/11009#issuecomment-56103341 | ||||
* | Route for thumbnail generation | tobiasKaminsky | 2014-09-16 | 2 | -2/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | Thumbnail generation Removed Log Added requested changes Added requested changes. - Fix code style - Add exception if file does not exist - Switch route styling Replaces https://github.com/owncloud/core/pull/10805 Fix codestyle Fix codestyle Migrate to appframework Fix typo | ||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Use proper routes for files | Lukas Reschke | 2014-08-19 | 1 | -0/+27 |
| | |||||
* | Kill filesync.php in files/appinfo | Morris Jobke | 2014-08-13 | 2 | -65/+0 |
| | | | | * ref comment: https://github.com/owncloud/core/issues/10392#issuecomment-52050567 | ||||
* | Upload abortion is now detected within the OC_Connector_Sabre_File::put() | Thomas Müller | 2014-07-08 | 1 | -1/+0 |
| | | | | | | OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless Adding unit test testUploadAbort() | ||||
* | Moved office mimetype update to a repair step | Vincent Petry | 2014-06-25 | 1 | -57/+0 |
| | |||||
* | Fix moving movablemount over webdav | Robin Appelman | 2014-06-17 | 1 | -1/+2 |
| | |||||
* | Merge pull request #4553 from owncloud/update_search_classes | Vincent Petry | 2014-06-06 | 1 | -1/+1 |
|\ | | | | | Update search classes | ||||
| * | use non static access to search | Jörn Friedrich Dreyer | 2014-06-06 | 1 | -1/+1 |
| | | |||||
* | | increase version number of files and migration trigger | Jörn Friedrich Dreyer | 2014-06-06 | 2 | -2/+2 |
| | | |||||
* | | add more and fix office mimetypes, migrate wrong mimetypes | Jörn Friedrich Dreyer | 2014-06-06 | 1 | -0/+57 |
|/ | |||||
* | Merge pull request #8852 from owncloud/kill-permissions-master | Thomas Müller | 2014-06-05 | 1 | -2/+0 |
|\ | | | | | Kill permissions table | ||||
| * | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 1 | -2/+0 |
| | | | | | | | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration | ||||
* | | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 1 | -3/+3 |
|/ | | | | Updating SabreDAV namespaces | ||||
* | add OCP\Config:deleteSystemValue | Morris Jobke | 2014-06-02 | 1 | -3/+3 |
| | |||||
* | bump version | Morris Jobke | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | drop allowZIPdownload and maxZIPSize as options | Morris Jobke | 2014-06-02 | 1 | -0/+8 |
| | |||||
* | Adjust core apps to use "requiremin" instead of "require" | Vincent Petry | 2014-05-27 | 1 | -2/+2 |
| | | | | Also added a few missing authors. | ||||
* | Namespacing for FileList, FileActions and trashbin app | Vincent Petry | 2014-05-15 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | - FileList is now an instantiable class - FileActions is now in namespace - added App class for trashbin app - moved trashbin overrides into classes extending FileList - replaced many static calls with "this." or "self." to make the classes reusable/extendable - new URL parameter "view" to specify which view is shown, for example "files" or "trashbin" - added OC.Util.History utility class in core for handling history - moved URL handling/routing to OCA.Files.App - popstate will correctly update the current view and notify the view of the URL change so it can update the current dir - added JS unitt tests for the trashbin app - fixed public app to work with the new namespaces | ||||
* | We do not support updates from 4.5 > 7.0 | Lukas Reschke | 2014-05-13 | 1 | -46/+0 |
| | |||||
* | merge master into webdav-injection | Robin Appelman | 2014-04-15 | 1 | -6/+1 |
|\ |