| Server IP : 85.214.143.32 / Your IP : 216.73.216.33 Web Server : nginx/1.24.0 System : Linux datensicherung.webdress.site 6.8.0-142-generic #142-Ubuntu SMP PREEMPT_DYNAMIC Wed Sep 2 14:24:27 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/nextcloud/apps/dav/appinfo/ |
Upload File : |
<?xml version="1.0"?> <!-- - SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors - SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc. - SPDX-License-Identifier: AGPL-3.0-only --> <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> <id>dav</id> <name>WebDAV</name> <summary>WebDAV endpoint</summary> <description>WebDAV endpoint</description> <version>1.40.0</version> <licence>agpl</licence> <author>owncloud.org</author> <namespace>DAV</namespace> <types> <filesystem/> </types> <category>integration</category> <bugs>https://github.com/nextcloud/server/issues</bugs> <dependencies> <nextcloud min-version="34" max-version="34"/> </dependencies> <background-jobs> <job>OCA\DAV\BackgroundJob\CleanupDirectLinksJob</job> <job>OCA\DAV\BackgroundJob\UpdateCalendarResourcesRoomsBackgroundJob</job> <job>OCA\DAV\BackgroundJob\CleanupInvitationTokenJob</job> <job>OCA\DAV\BackgroundJob\EventReminderJob</job> <job>OCA\DAV\BackgroundJob\CalendarRetentionJob</job> <job>OCA\DAV\BackgroundJob\PruneOutdatedSyncTokensJob</job> <job>OCA\DAV\BackgroundJob\FederatedCalendarPeriodicSyncJob</job> </background-jobs> <repair-steps> <post-migration> <step>OCA\DAV\Migration\FixBirthdayCalendarComponent</step> <step>OCA\DAV\Migration\RegenerateBirthdayCalendars</step> <step>OCA\DAV\Migration\CalDAVRemoveEmptyValue</step> <step>OCA\DAV\Migration\BuildCalendarSearchIndex</step> <step>OCA\DAV\Migration\BuildSocialSearchIndex</step> <step>OCA\DAV\Migration\DisableSystemAddressBook</step> <step>OCA\DAV\Migration\RefreshWebcalJobRegistrar</step> <step>OCA\DAV\Migration\RegisterBuildReminderIndexBackgroundJob</step> <step>OCA\DAV\Migration\RegisterUpdateCalendarResourcesRoomBackgroundJob</step> <step>OCA\DAV\Migration\RemoveOrphanEventsAndContacts</step> <step>OCA\DAV\Migration\RemoveClassifiedEventActivity</step> <step>OCA\DAV\Migration\RemoveDeletedUsersCalendarSubscriptions</step> <!-- expensive steps --> <step>OCA\DAV\Migration\DeleteSchedulingObjects</step> <step>OCA\DAV\Migration\RemoveObjectProperties</step> </post-migration> <live-migration> <step>OCA\DAV\Migration\ChunkCleanup</step> </live-migration> <install> <step>OCA\DAV\Migration\CreateSystemAddressBookStep</step> </install> </repair-steps> <commands> <command>OCA\DAV\Command\ClearCalendarUnshares</command> <command>OCA\DAV\Command\ClearContactsPhotoCache</command> <command>OCA\DAV\Command\CreateAddressBook</command> <command>OCA\DAV\Command\CreateCalendar</command> <command>OCA\DAV\Command\CreateSubscription</command> <command>OCA\DAV\Command\DeleteCalendar</command> <command>OCA\DAV\Command\DeleteSubscription</command> <command>OCA\DAV\Command\ExportCalendar</command> <command>OCA\DAV\Command\FixCalendarSyncCommand</command> <command>OCA\DAV\Command\GetAbsenceCommand</command> <command>OCA\DAV\Command\ImportCalendar</command> <command>OCA\DAV\Command\ListAddressbooks</command> <command>OCA\DAV\Command\ListCalendarShares</command> <command>OCA\DAV\Command\ListCalendars</command> <command>OCA\DAV\Command\ListSubscriptions</command> <command>OCA\DAV\Command\MoveCalendar</command> <command>OCA\DAV\Command\RemoveInvalidShares</command> <command>OCA\DAV\Command\RetentionCleanupCommand</command> <command>OCA\DAV\Command\SendEventReminders</command> <command>OCA\DAV\Command\SetAbsenceCommand</command> <command>OCA\DAV\Command\SyncBirthdayCalendar</command> <command>OCA\DAV\Command\SyncSystemAddressBook</command> </commands> <settings> <admin>OCA\DAV\Settings\CalDAVSettings</admin> <admin>OCA\DAV\Settings\ExampleContentSettings</admin> <personal>OCA\DAV\Settings\AvailabilitySettings</personal> </settings> <activity> <settings> <setting>OCA\DAV\CalDAV\Activity\Setting\Calendar</setting> <setting>OCA\DAV\CalDAV\Activity\Setting\Event</setting> <setting>OCA\DAV\CalDAV\Activity\Setting\Todo</setting> <setting>OCA\DAV\CardDAV\Activity\Setting</setting> </settings> <filters> <filter>OCA\DAV\CalDAV\Activity\Filter\Calendar</filter> <filter>OCA\DAV\CalDAV\Activity\Filter\Todo</filter> <filter>OCA\DAV\CardDAV\Activity\Filter</filter> </filters> <providers> <provider>OCA\DAV\CalDAV\Activity\Provider\Calendar</provider> <provider>OCA\DAV\CalDAV\Activity\Provider\Event</provider> <provider>OCA\DAV\CalDAV\Activity\Provider\Todo</provider> <provider>OCA\DAV\CardDAV\Activity\Provider\Addressbook</provider> <provider>OCA\DAV\CardDAV\Activity\Provider\Card</provider> </providers> </activity> </info>