Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Re-enable the sabredav browser plugin | Robin Appelman | 2014-04-06 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #7107 from owncloud/load-apps-proper-master | Thomas Müller | 2014-03-28 | 1 | -6/+0 |
| |\ | | | | | | | Load apps proper master | ||||
| | * | Merge branch 'master' into load-apps-proper-master | Thomas Müller | 2014-03-21 | 2 | -12/+8 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php | ||||
| | * | | Within OC:init() the minimum set of apps is loaded - which is filesystem, ↵ | Thomas Müller | 2014-02-06 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | authentication and logging | ||||
* | | | | merge master into webdav-injection | Robin Appelman | 2014-03-26 | 2 | -8/+0 |
|\| | | | |||||
| * | | | Merge branch 'master' into cachehooks-first | Robin Appelman | 2014-03-13 | 1 | -1/+0 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | remove Sabre_DAV_Browser_Plugin | Thomas Müller | 2014-03-12 | 1 | -1/+0 |
| | | | | |||||
| * | | | Manually triger the filecache update hooks before any other hook | Robin Appelman | 2014-02-26 | 1 | -7/+0 |
| |/ / | |||||
* | | | Remove the need for a custom SabreDav server constructor | Robin Appelman | 2014-03-04 | 1 | -4/+4 |
| | | | |||||
* | | | Pass the filesystem view as argument in the sabredav connectors and use the ↵ | Robin Appelman | 2014-02-25 | 1 | -7/+15 |
|/ / | | | | | | | fileinfo object | ||||
* | | Merge pull request #4799 from ↵ | Jan-Christoph Borchardt | 2014-02-19 | 1 | -11/+8 |
|\ \ | |/ |/| | | | | | owncloud/tune_legacy_cache_webdav_properties_prefixing_master Concatenate string in SQL instead of PHP | ||||
| * | cleanup and actually execute the query | Jörn Friedrich Dreyer | 2013-11-01 | 1 | -4/+8 |
| | | |||||
| * | use doctrine to construct concat expression | Jörn Friedrich Dreyer | 2013-11-01 | 1 | -8/+1 |
| | | |||||
| * | Concatenate string in SQL instead of PHP | Jörn Friedrich Dreyer | 2013-11-01 | 1 | -10/+10 |
| | | |||||
* | | Added exception logger plugin for sabre connector | Vincent Petry | 2014-01-27 | 1 | -0/+1 |
|/ | | | | | | | | | | | Whenever an exception occurs in the sabre connector code or code called by it, it will be logged. This plugin approach is needed because Sabre already catches exceptions to return them to the client in the XML response, so they don't appear logged in the web server log. This will make it much easier to debug syncing issues. | ||||
* | introducing new dav property {xmlns:oc="http://owncloud.org/ns}id | Thomas Müller | 2013-10-23 | 1 | -0/+1 |
| | |||||
* | Contains ownCloud's own implementation of the Sabre_DAV_Server regarding the ↵ | Thomas Müller | 2013-09-30 | 1 | -1/+1 |
| | | | | | | | | handling of depth infinity The clean way would have been to submit proper patches to the upstream project and reincorporate the code once released. This will and has to follow! | ||||
* | fixing copyright and add class documentation | Thomas Müller | 2013-09-25 | 1 | -0/+1 |
| | |||||
* | Merge pull request #4927 from owncloud/fix_namespaces_and_autoloading | Thomas Müller | 2013-09-21 | 1 | -1/+0 |
|\ | | | | | namespaces use upcasefirst parts | ||||
| * | remove unneccessary lib in namespace | Jörn Friedrich Dreyer | 2013-09-20 | 1 | -1/+0 |
| | | |||||
* | | Use appinfo/register_command.php to add commands to the console command | Bart Visscher | 2013-09-13 | 1 | -0/+9 |
|/ | |||||
* | adding file templates for ods, odt and odp | Thomas Müller | 2013-08-18 | 1 | -1/+3 |
| | |||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | actually register html template | Robin Appelman | 2013-08-07 | 1 | -5/+9 |
| | |||||
* | Merge branch 'master' into sabre-objecttree | Robin Appelman | 2013-07-24 | 1 | -1/+2 |
|\ | |||||
| * | use $defaults->getName() as webdav REALM | Jörn Friedrich Dreyer | 2013-07-23 | 1 | -1/+2 |
| | | |||||
* | | use new ObjectTree in sabredav | Robin Appelman | 2013-06-30 | 1 | -3/+4 |
|/ | |||||
* | Files: use public api to register backgroundjob | Robin Appelman | 2013-06-02 | 1 | -1/+1 |
| | |||||
* | Cache: add a backgroundjob to check for external changes to the filesystem | Robin Appelman | 2013-04-20 | 1 | -1/+3 |
| | |||||
* | always connect file cache updater hooks first | Jörn Friedrich Dreyer | 2013-04-16 | 1 | -0/+7 |
| | |||||
* | Rebase to current master | Tom Needham | 2013-03-05 | 1 | -1/+1 |
|\ | |||||
| * | Set required owncloud version to 4.93 | Robin Appelman | 2013-02-24 | 1 | -1/+1 |
| | | |||||
* | | Add further capabilities to /cloud/capabilitites api call | Tom Needham | 2013-02-10 | 2 | -1/+6 |
|/ |