summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller2014-07-081-1/+0
| | | | | | OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless Adding unit test testUploadAbort()
* Moved office mimetype update to a repair stepVincent Petry2014-06-251-57/+0
|
* Fix moving movablemount over webdavRobin Appelman2014-06-171-1/+2
|
* Merge pull request #4553 from owncloud/update_search_classesVincent Petry2014-06-061-1/+1
|\ | | | | Update search classes
| * use non static access to searchJörn Friedrich Dreyer2014-06-061-1/+1
| |
* | increase version number of files and migration triggerJörn Friedrich Dreyer2014-06-062-2/+2
| |
* | add more and fix office mimetypes, migrate wrong mimetypesJörn Friedrich Dreyer2014-06-061-0/+57
|/
* Merge pull request #8852 from owncloud/kill-permissions-masterThomas Müller2014-06-051-2/+0
|\ | | | | Kill permissions table
| * - drop permissions table and related codeThomas Müller2014-06-051-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.10Thomas Müller2014-06-041-3/+3
|/ | | | Updating SabreDAV namespaces
* add OCP\Config:deleteSystemValueMorris Jobke2014-06-021-3/+3
|
* bump versionMorris Jobke2014-06-021-1/+1
|
* drop allowZIPdownload and maxZIPSize as optionsMorris Jobke2014-06-021-0/+8
|
* Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-2/+2
| | | | Also added a few missing authors.
* Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-151-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.0Lukas Reschke2014-05-131-46/+0
|
* merge master into webdav-injectionRobin Appelman2014-04-151-6/+1
|\
| * Re-enable the sabredav browser pluginRobin Appelman2014-04-061-0/+1
| |
| * Merge pull request #7107 from owncloud/load-apps-proper-masterThomas Müller2014-03-281-6/+0
| |\ | | | | | | Load apps proper master
| | * Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-212-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üller2014-02-061-6/+0
| | | | | | | | | | | | | | | | authentication and logging
* | | | merge master into webdav-injectionRobin Appelman2014-03-262-8/+0
|\| | |
| * | | Merge branch 'master' into cachehooks-firstRobin Appelman2014-03-131-1/+0
| |\ \ \ | | | |/ | | |/|
| | * | remove Sabre_DAV_Browser_PluginThomas Müller2014-03-121-1/+0
| | | |
| * | | Manually triger the filecache update hooks before any other hookRobin Appelman2014-02-261-7/+0
| |/ /
* | | Remove the need for a custom SabreDav server constructorRobin Appelman2014-03-041-4/+4
| | |
* | | Pass the filesystem view as argument in the sabredav connectors and use the ↵Robin Appelman2014-02-251-7/+15
|/ / | | | | | | fileinfo object
* | Merge pull request #4799 from ↵Jan-Christoph Borchardt2014-02-191-11/+8
|\ \ | |/ |/| | | | | owncloud/tune_legacy_cache_webdav_properties_prefixing_master Concatenate string in SQL instead of PHP
| * cleanup and actually execute the queryJörn Friedrich Dreyer2013-11-011-4/+8
| |
| * use doctrine to construct concat expressionJörn Friedrich Dreyer2013-11-011-8/+1
| |
| * Concatenate string in SQL instead of PHPJörn Friedrich Dreyer2013-11-011-10/+10
| |
* | Added exception logger plugin for sabre connectorVincent Petry2014-01-271-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}idThomas Müller2013-10-231-0/+1
|
* Contains ownCloud's own implementation of the Sabre_DAV_Server regarding the ↵Thomas Müller2013-09-301-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 documentationThomas Müller2013-09-251-0/+1
|
* Merge pull request #4927 from owncloud/fix_namespaces_and_autoloadingThomas Müller2013-09-211-1/+0
|\ | | | | namespaces use upcasefirst parts
| * remove unneccessary lib in namespaceJörn Friedrich Dreyer2013-09-201-1/+0
| |
* | Use appinfo/register_command.php to add commands to the console commandBart Visscher2013-09-131-0/+9
|/
* adding file templates for ods, odt and odpThomas Müller2013-08-181-1/+3
|
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* actually register html templateRobin Appelman2013-08-071-5/+9
|
* Merge branch 'master' into sabre-objecttreeRobin Appelman2013-07-241-1/+2
|\
| * use $defaults->getName() as webdav REALMJörn Friedrich Dreyer2013-07-231-1/+2
| |
* | use new ObjectTree in sabredavRobin Appelman2013-06-301-3/+4
|/
* Files: use public api to register backgroundjobRobin Appelman2013-06-021-1/+1
|
* Cache: add a backgroundjob to check for external changes to the filesystemRobin Appelman2013-04-201-1/+3
|
* always connect file cache updater hooks firstJörn Friedrich Dreyer2013-04-161-0/+7
|
* Rebase to current masterTom Needham2013-03-051-1/+1
|\
| * Set required owncloud version to 4.93Robin Appelman2013-02-241-1/+1
| |
* | Add further capabilities to /cloud/capabilitites api callTom Needham2013-02-102-1/+6
|/