From owner-svn-ports-all@freebsd.org Sun Jan 19 13:22:02 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0BFF71F9EC2; Sun, 19 Jan 2020 13:22:02 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 480wSV09Qzz4JW6; Sun, 19 Jan 2020 13:22:02 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB2E1B804; Sun, 19 Jan 2020 13:22:01 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00JDM1YO074567; Sun, 19 Jan 2020 13:22:01 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00JDM10X074563; Sun, 19 Jan 2020 13:22:01 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202001191322.00JDM10X074563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 19 Jan 2020 13:22:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523574 - head/www/nextcloud-deck X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/www/nextcloud-deck X-SVN-Commit-Revision: 523574 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jan 2020 13:22:02 -0000 Author: brnrd Date: Sun Jan 19 13:22:00 2020 New Revision: 523574 URL: https://svnweb.freebsd.org/changeset/ports/523574 Log: www/nextcloud-deck: Add new port, version 0.8.0 - Completes "Nextcloud Groupware" Added: head/www/nextcloud-deck/ - copied from r522331, head/www/nextcloud-contacts/ Modified: head/www/nextcloud-deck/Makefile head/www/nextcloud-deck/distinfo head/www/nextcloud-deck/pkg-descr head/www/nextcloud-deck/pkg-plist Modified: head/www/nextcloud-deck/Makefile ============================================================================== --- head/www/nextcloud-contacts/Makefile Tue Jan 7 12:38:59 2020 (r522331) +++ head/www/nextcloud-deck/Makefile Sun Jan 19 13:22:00 2020 (r523574) @@ -1,8 +1,8 @@ # Created by: Bernard Spil # $FreeBSD$ -PORTNAME= contacts -PORTVERSION= 3.1.6 +PORTNAME= deck +PORTVERSION= 0.8.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ @@ -12,15 +12,16 @@ DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}/${DISTNAME}-${DISTVERSIONPREFIX}${PORTVERSION} MAINTAINER= brnrd@FreeBSD.org -COMMENT= Contacts app for Nextcloud +COMMENT= Kanban app for Nextcloud LICENSE= AGPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=15:www/nextcloud@${PHP_FLAVOR} +IGNORE_WITH_PHP= 74 +RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=17:www/nextcloud@${PHP_FLAVOR} + USES= php:flavors -IGNORE_WITH_PHP= 74 NO_BUILD= yes NO_ARCH= yes Modified: head/www/nextcloud-deck/distinfo ============================================================================== --- head/www/nextcloud-contacts/distinfo Tue Jan 7 12:38:59 2020 (r522331) +++ head/www/nextcloud-deck/distinfo Sun Jan 19 13:22:00 2020 (r523574) @@ -1,3 +1,3 @@ -TIMESTAMP = 1573475318 -SHA256 (nextcloud/contacts-v3.1.6/contacts.tar.gz) = c82118781b52a6d4455745413ee64ccf642a82667bed899e174e3bba3f6f67cd -SIZE (nextcloud/contacts-v3.1.6/contacts.tar.gz) = 2025133 +TIMESTAMP = 1579439717 +SHA256 (nextcloud/deck-v0.8.0/deck.tar.gz) = e805f45195247e5d1d0e6f3b168a84bf2ae434debe5363783b56ea31d5fb4d68 +SIZE (nextcloud/deck-v0.8.0/deck.tar.gz) = 5348904 Modified: head/www/nextcloud-deck/pkg-descr ============================================================================== --- head/www/nextcloud-contacts/pkg-descr Tue Jan 7 12:38:59 2020 (r522331) +++ head/www/nextcloud-deck/pkg-descr Sun Jan 19 13:22:00 2020 (r523574) @@ -1,13 +1,4 @@ -The Nextcloud contacts app is a user interface for Nextcloud's CardDAV -server. Easily sync contacts from various devices with your Nextcloud -and edit them online. - * Integration with other Nextcloud apps! Currently Mail and Calendar - - more to come. - * Never forget a birthday! You can sync birthdays and other recurring - events with your Nextcloud Calendar. - * Sharing of Adressbooks! You want to share your contacts with your - friends or coworkers? No problem! - * We're not reinventing the wheel! Based on the great and open SabreDAV - library. +Nextcloud Deck is a kanban style organization tool aimed at personal +planning and project organization for teams integrated with Nextcloud. -WWW: https://apps.nextcloud.com/apps/contacts +WWW: https://apps.nextcloud.com/apps/deck Modified: head/www/nextcloud-deck/pkg-plist ============================================================================== --- head/www/nextcloud-contacts/pkg-plist Tue Jan 7 12:38:59 2020 (r522331) +++ head/www/nextcloud-deck/pkg-plist Sun Jan 19 13:22:00 2020 (r523574) @@ -1,298 +1,75 @@ +@comment %%WWWDIR%%/.github/ISSUE_TEMPLATE/Bug_report.md +@comment %%WWWDIR%%/.github/ISSUE_TEMPLATE/Feature_request.md +@comment %%WWWDIR%%/.github/pull_request_template.md +@comment %%WWWDIR%%/.github/stale.yml +@comment %%WWWDIR%%/.tx/config %%WWWDIR%%/CHANGELOG.md -%%WWWDIR%%/COPYING +%%WWWDIR%%/LICENSE +%%WWWDIR%%/README.md %%WWWDIR%%/appinfo/app.php +%%WWWDIR%%/appinfo/autoload.php +%%WWWDIR%%/appinfo/database.xml %%WWWDIR%%/appinfo/info.xml %%WWWDIR%%/appinfo/routes.php -%%WWWDIR%%/appinfo/signature.json -%%WWWDIR%%/css/ContactDetails.scss -%%WWWDIR%%/css/ContactDetailsAvatar.scss -%%WWWDIR%%/css/ContactsList.scss -%%WWWDIR%%/css/ContactsListItem.scss -%%WWWDIR%%/css/ImportScreen.scss -%%WWWDIR%%/css/Properties/Properties.scss -%%WWWDIR%%/css/Properties/PropertyTitle.scss -%%WWWDIR%%/css/Settings/SettingsAddressbook.scss -%%WWWDIR%%/css/Settings/SettingsAddressbookSharee.scss -%%WWWDIR%%/css/Settings/SettingsAddressbookShares.scss -%%WWWDIR%%/css/SettingsSection.scss +%%WWWDIR%%/css/activity.css %%WWWDIR%%/css/animations.scss -%%WWWDIR%%/css/contacts.scss +%%WWWDIR%%/css/autocomplete.scss +%%WWWDIR%%/css/collections.css +%%WWWDIR%%/css/comments.scss +%%WWWDIR%%/css/comp-appnav.scss +%%WWWDIR%%/css/compact-mode.scss %%WWWDIR%%/css/icons.scss -%%WWWDIR%%/img/address-book.svg -%%WWWDIR%%/img/app.png -%%WWWDIR%%/img/app.svg -%%WWWDIR%%/img/eye.svg -%%WWWDIR%%/img/favicon-mask.svg -%%WWWDIR%%/img/favicon-touch.png -%%WWWDIR%%/img/favicon-touch.svg +%%WWWDIR%%/css/print.scss +%%WWWDIR%%/css/style.scss +%%WWWDIR%%/docs/API-Nextcloud.md +%%WWWDIR%%/docs/API.md +%%WWWDIR%%/docs/Markdown.md +%%WWWDIR%%/docs/Release.md +%%WWWDIR%%/docs/User_documentation_en.md +%%WWWDIR%%/docs/extra.css +%%WWWDIR%%/docs/index.md +%%WWWDIR%%/docs/resources/er-diagram.dia +%%WWWDIR%%/docs/resources/er-diagram.jpg +%%WWWDIR%%/docs/resources/gifs/EN_archive.gif +%%WWWDIR%%/docs/resources/gifs/EN_create_board.gif +%%WWWDIR%%/docs/resources/gifs/EN_create_columns.gif +%%WWWDIR%%/docs/resources/gifs/EN_create_task.gif +%%WWWDIR%%/docs/resources/gifs/EN_put_infos.gif +%%WWWDIR%%/docs/resources/gifs/EN_put_infos_2.gif +%%WWWDIR%%/docs/structure.md +%%WWWDIR%%/img/add-white.svg +%%WWWDIR%%/img/archive-white.svg +%%WWWDIR%%/img/archive.svg +%%WWWDIR%%/img/calendar-dark.svg +%%WWWDIR%%/img/calendar-white.svg +%%WWWDIR%%/img/circles.svg +%%WWWDIR%%/img/color_picker-dark.svg +%%WWWDIR%%/img/color_picker.svg +%%WWWDIR%%/img/deck-dark.svg +%%WWWDIR%%/img/deck.svg +%%WWWDIR%%/img/description.svg +%%WWWDIR%%/img/details-white.svg +%%WWWDIR%%/img/details.svg %%WWWDIR%%/img/favicon.ico %%WWWDIR%%/img/favicon.png %%WWWDIR%%/img/favicon.svg -%%WWWDIR%%/img/group.svg -%%WWWDIR%%/img/language.svg -%%WWWDIR%%/img/no-calendar.svg -%%WWWDIR%%/img/phone.svg -%%WWWDIR%%/img/qrcode.svg -%%WWWDIR%%/img/social.svg -%%WWWDIR%%/img/up.svg -%%WWWDIR%%/js/chunks/0-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/0-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/1-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/1-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/10-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/10-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/100-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/100-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/101-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/101-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/102-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/102-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/103-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/103-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/104-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/104-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/105-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/105-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/106-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/106-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/107-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/107-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/108-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/108-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/109-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/109-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/11-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/11-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/110-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/110-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/111-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/111-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/112-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/112-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/113-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/113-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/114-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/114-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/115-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/115-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/116-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/116-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/117-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/117-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/118-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/118-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/119-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/119-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/12-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/12-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/120-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/120-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/121-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/121-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/122-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/122-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/123-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/123-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/124-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/124-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/125-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/125-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/126-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/126-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/128-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/128-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/13-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/13-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/14-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/14-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/15-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/15-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/16-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/16-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/17-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/17-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/18-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/18-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/19-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/19-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/2-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/2-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/20-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/20-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/21-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/21-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/22-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/22-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/23-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/23-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/24-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/24-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/25-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/25-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/26-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/26-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/27-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/27-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/28-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/28-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/29-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/29-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/3-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/3-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/30-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/30-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/31-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/31-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/32-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/32-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/33-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/33-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/34-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/34-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/35-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/35-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/36-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/36-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/37-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/37-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/38-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/38-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/39-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/39-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/4-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/4-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/40-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/40-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/41-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/41-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/42-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/42-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/43-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/43-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/44-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/44-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/45-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/45-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/46-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/46-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/47-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/47-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/48-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/48-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/49-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/49-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/5-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/5-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/50-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/50-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/51-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/51-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/52-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/52-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/53-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/53-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/54-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/54-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/55-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/55-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/56-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/56-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/57-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/57-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/58-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/58-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/59-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/59-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/6-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/6-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/60-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/60-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/61-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/61-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/62-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/62-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/63-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/63-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/64-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/64-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/65-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/65-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/66-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/66-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/67-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/67-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/68-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/68-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/69-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/69-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/7-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/7-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/70-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/70-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/71-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/71-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/72-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/72-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/73-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/73-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/74-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/74-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/75-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/75-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/76-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/76-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/77-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/77-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/78-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/78-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/79-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/79-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/8-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/8-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/80-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/80-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/81-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/81-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/82-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/82-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/83-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/83-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/84-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/84-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/85-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/85-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/86-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/86-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/87-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/87-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/88-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/88-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/89-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/89-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/9-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/9-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/90-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/90-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/91-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/91-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/92-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/92-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/93-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/93-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/94-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/94-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/95-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/95-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/96-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/96-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/97-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/97-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/98-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/98-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/chunks/99-53ca6ace79916b24d012.js -%%WWWDIR%%/js/chunks/99-53ca6ace79916b24d012.js.map -%%WWWDIR%%/js/contacts.js -%%WWWDIR%%/js/contacts.js.map +%%WWWDIR%%/img/toggle-view-collapse.svg +%%WWWDIR%%/img/toggle-view-expand.svg +%%WWWDIR%%/js/.babelrc.js +%%WWWDIR%%/js/app/App.js +%%WWWDIR%%/js/app/Config.js +%%WWWDIR%%/js/app/Run.js +%%WWWDIR%%/js/build/collections.js +%%WWWDIR%%/js/build/collections.js.map +%%WWWDIR%%/js/build/deck.js +%%WWWDIR%%/js/build/deck.js.map +%%WWWDIR%%/js/init-collections.js +%%WWWDIR%%/js/init.js +%%WWWDIR%%/js/views/BoardSelector.vue +%%WWWDIR%%/js/views/CollaborationView.vue +%%WWWDIR%%/js/webpack.config.js +%%WWWDIR%%/js/webpack.dev.config.js +%%WWWDIR%%/js/webpack.prod.config.js %%WWWDIR%%/l10n/.gitkeep %%WWWDIR%%/l10n/af.js %%WWWDIR%%/l10n/af.json @@ -396,6 +173,8 @@ %%WWWDIR%%/l10n/ka_GE.json %%WWWDIR%%/l10n/km.js %%WWWDIR%%/l10n/km.json +%%WWWDIR%%/l10n/kn.js +%%WWWDIR%%/l10n/kn.json %%WWWDIR%%/l10n/ko.js %%WWWDIR%%/l10n/ko.json %%WWWDIR%%/l10n/lb.js @@ -438,6 +217,8 @@ %%WWWDIR%%/l10n/sq.json %%WWWDIR%%/l10n/sr.js %%WWWDIR%%/l10n/sr.json +%%WWWDIR%%/l10n/sr@latin.js +%%WWWDIR%%/l10n/sr@latin.json %%WWWDIR%%/l10n/sv.js %%WWWDIR%%/l10n/sv.json %%WWWDIR%%/l10n/ta_LK.js @@ -450,6 +231,8 @@ %%WWWDIR%%/l10n/ug.json %%WWWDIR%%/l10n/uk.js %%WWWDIR%%/l10n/uk.json +%%WWWDIR%%/l10n/ur_PK.js +%%WWWDIR%%/l10n/ur_PK.json %%WWWDIR%%/l10n/vi.js %%WWWDIR%%/l10n/vi.json %%WWWDIR%%/l10n/zh_CN.js @@ -458,6 +241,2573 @@ %%WWWDIR%%/l10n/zh_HK.json %%WWWDIR%%/l10n/zh_TW.js %%WWWDIR%%/l10n/zh_TW.json -%%WWWDIR%%/lib/ContactsMenu/Providers/DetailsProvider.php +%%WWWDIR%%/lib/Activity/ActivityManager.php +%%WWWDIR%%/lib/Activity/ChangeSet.php +%%WWWDIR%%/lib/Activity/CommentEventHandler.php +%%WWWDIR%%/lib/Activity/DeckProvider.php +%%WWWDIR%%/lib/Activity/DescriptionSetting.php +%%WWWDIR%%/lib/Activity/Filter.php +%%WWWDIR%%/lib/Activity/Setting.php +%%WWWDIR%%/lib/Activity/SettingComment.php +%%WWWDIR%%/lib/AppInfo/Application.php +%%WWWDIR%%/lib/ArchivedItemException.php +%%WWWDIR%%/lib/BadRequestException.php +%%WWWDIR%%/lib/Capabilities.php +%%WWWDIR%%/lib/Collaboration/Resources/ResourceProvider.php +%%WWWDIR%%/lib/Command/UserExport.php +%%WWWDIR%%/lib/Controller/AttachmentApiController.php +%%WWWDIR%%/lib/Controller/AttachmentController.php +%%WWWDIR%%/lib/Controller/BoardApiController.php +%%WWWDIR%%/lib/Controller/BoardController.php +%%WWWDIR%%/lib/Controller/CardApiController.php +%%WWWDIR%%/lib/Controller/CardController.php +%%WWWDIR%%/lib/Controller/ConfigController.php +%%WWWDIR%%/lib/Controller/LabelApiController.php +%%WWWDIR%%/lib/Controller/LabelController.php %%WWWDIR%%/lib/Controller/PageController.php +%%WWWDIR%%/lib/Controller/StackApiController.php +%%WWWDIR%%/lib/Controller/StackController.php +%%WWWDIR%%/lib/Cron/CardDescriptionActivity.php +%%WWWDIR%%/lib/Cron/DeleteCron.php +%%WWWDIR%%/lib/Cron/ScheduledNotifications.php +%%WWWDIR%%/lib/Db/Acl.php +%%WWWDIR%%/lib/Db/AclMapper.php +%%WWWDIR%%/lib/Db/AssignedUsers.php +%%WWWDIR%%/lib/Db/AssignedUsersMapper.php +%%WWWDIR%%/lib/Db/Attachment.php +%%WWWDIR%%/lib/Db/AttachmentMapper.php +%%WWWDIR%%/lib/Db/Board.php +%%WWWDIR%%/lib/Db/BoardMapper.php +%%WWWDIR%%/lib/Db/Card.php +%%WWWDIR%%/lib/Db/CardMapper.php +%%WWWDIR%%/lib/Db/ChangeHelper.php +%%WWWDIR%%/lib/Db/Circle.php +%%WWWDIR%%/lib/Db/DeckMapper.php +%%WWWDIR%%/lib/Db/Group.php +%%WWWDIR%%/lib/Db/IPermissionMapper.php +%%WWWDIR%%/lib/Db/Label.php +%%WWWDIR%%/lib/Db/LabelMapper.php +%%WWWDIR%%/lib/Db/RelationalEntity.php +%%WWWDIR%%/lib/Db/RelationalObject.php +%%WWWDIR%%/lib/Db/Stack.php +%%WWWDIR%%/lib/Db/StackMapper.php +%%WWWDIR%%/lib/Db/User.php +%%WWWDIR%%/lib/InvalidAttachmentType.php +%%WWWDIR%%/lib/Middleware/ExceptionMiddleware.php +%%WWWDIR%%/lib/Migration/UnknownUsers.php +%%WWWDIR%%/lib/NoPermissionException.php +%%WWWDIR%%/lib/NotFoundException.php +%%WWWDIR%%/lib/Notification/NotificationHelper.php +%%WWWDIR%%/lib/Notification/Notifier.php +%%WWWDIR%%/lib/Provider/DeckProvider.php +%%WWWDIR%%/lib/Service/AttachmentService.php +%%WWWDIR%%/lib/Service/BoardService.php +%%WWWDIR%%/lib/Service/CardService.php +%%WWWDIR%%/lib/Service/DefaultBoardService.php +%%WWWDIR%%/lib/Service/FileService.php +%%WWWDIR%%/lib/Service/FullTextSearchService.php +%%WWWDIR%%/lib/Service/IAttachmentService.php +%%WWWDIR%%/lib/Service/LabelService.php +%%WWWDIR%%/lib/Service/PermissionService.php +%%WWWDIR%%/lib/Service/StackService.php +%%WWWDIR%%/lib/StatusException.php %%WWWDIR%%/templates/main.php +%%WWWDIR%%/templates/part.board.headerControls.php +%%WWWDIR%%/templates/part.board.mainView.php +%%WWWDIR%%/templates/part.board.sidebarView.php +%%WWWDIR%%/templates/part.boardlist.php +%%WWWDIR%%/templates/part.card.activity.html +%%WWWDIR%%/templates/part.card.attachments.php +%%WWWDIR%%/templates/part.card.php +%%WWWDIR%%/templates/part.navigation.php +%%WWWDIR%%/templates/part.settings.php +%%WWWDIR%%/vendor/autoload.php +%%WWWDIR%%/vendor/bin/parallel-lint +%%WWWDIR%%/vendor/bin/phpunit +%%WWWDIR%%/vendor/christophwurst/nextcloud/.gitignore +%%WWWDIR%%/vendor/christophwurst/nextcloud/.travis.yml +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/API.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Accounts/IAccount.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Accounts/IAccountManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Accounts/IAccountProperty.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Accounts/PropertyDoesNotExistException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Activity/IConsumer.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Activity/IEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Activity/IEventMerger.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Activity/IExtension.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Activity/IFilter.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Activity/IManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Activity/IProvider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Activity/ISetting.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/App.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/App/AppPathNotFoundException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/App/IAppManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/App/ManagerEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/ApiController.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/App.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/AuthPublicShareController.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Controller.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Db/DoesNotExistException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Db/Entity.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Db/IMapperException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Db/Mapper.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Db/MultipleObjectsReturnedException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Db/QBMapper.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/ContentSecurityPolicy.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/DataDisplayResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/DataDownloadResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/DataResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/DownloadResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/EmptyContentSecurityPolicy.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/EmptyFeaturePolicy.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/FeaturePolicy.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/FileDisplayResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/ICallbackResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/IOutput.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/JSONResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/NotFoundResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/OCSResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/RedirectResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/RedirectToDefaultAppResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/Response.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/StandaloneTemplateResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/StreamResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/StrictContentSecurityPolicy.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/StrictEvalContentSecurityPolicy.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/StrictInlineContentSecurityPolicy.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/Template/ExternalShareMenuAction.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/Template/IMenuAction.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/Template/LinkMenuAction.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/Template/PublicTemplateResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/Template/SimpleMenuAction.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/TemplateResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Http/ZipResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/IAppContainer.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Middleware.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/OCS/OCSBadRequestException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/OCS/OCSException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/OCS/OCSForbiddenException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/OCS/OCSNotFoundException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/OCSController.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/PublicShareController.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/QueryException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Utility/IControllerMethodReflector.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AppFramework/Utility/ITimeFactory.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/Exceptions/CredentialsUnavailableException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/Exceptions/PasswordUnavailableException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/IApacheBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/LoginCredentials/ICredentials.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/LoginCredentials/IStore.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/TwoFactorAuth/ALoginSetupController.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/TwoFactorAuth/IActivatableAtLogin.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/TwoFactorAuth/IActivatableByAdmin.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/TwoFactorAuth/IDeactivatableByAdmin.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/TwoFactorAuth/ILoginSetupProvider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/TwoFactorAuth/IPersonalProviderSettings.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/TwoFactorAuth/IProvider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/TwoFactorAuth/IProvidesCustomCSP.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/TwoFactorAuth/IProvidesIcons.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/TwoFactorAuth/IProvidesPersonalSettings.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/TwoFactorAuth/IRegistry.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/TwoFactorAuth/RegistryEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Authentication/TwoFactorAuth/TwoFactorException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/AutoloadNotAllowedException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/BackgroundJob.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/BackgroundJob/IJob.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/BackgroundJob/IJobList.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/BackgroundJob/Job.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/BackgroundJob/QueuedJob.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/BackgroundJob/TimedJob.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Calendar/BackendTemporarilyUnavailableException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Calendar/ICalendar.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Calendar/IManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Calendar/IMetadataProvider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Calendar/Resource/IBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Calendar/Resource/IManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Calendar/Resource/IResource.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Calendar/Resource/IResourceMetadata.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Calendar/Room/IBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Calendar/Room/IManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Calendar/Room/IRoom.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Calendar/Room/IRoomMetadata.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Capabilities/ICapability.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Capabilities/IPublicCapability.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Collaboration/AutoComplete/AutoCompleteEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Collaboration/AutoComplete/IManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Collaboration/AutoComplete/ISorter.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Collaboration/Collaborators/ISearch.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Collaboration/Collaborators/ISearchPlugin.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Collaboration/Collaborators/ISearchResult.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Collaboration/Collaborators/SearchResultType.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Collaboration/Resources/CollectionException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Collaboration/Resources/ICollection.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Collaboration/Resources/IManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Collaboration/Resources/IProvider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Collaboration/Resources/IResource.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Collaboration/Resources/ResourceException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Command/IBus.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Command/ICommand.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Comments/CommentsEntityEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Comments/CommentsEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Comments/IComment.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Comments/ICommentsEventHandler.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Comments/ICommentsManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Comments/ICommentsManagerFactory.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Comments/IllegalIDChangeException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Comments/MessageTooLongException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Comments/NotFoundException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Console/ConsoleEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Constants.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Contacts/ContactsMenu/IAction.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Contacts/ContactsMenu/IActionFactory.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Contacts/ContactsMenu/IContactsStore.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Contacts/ContactsMenu/IEntry.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Contacts/ContactsMenu/ILinkAction.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Contacts/ContactsMenu/IProvider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Contacts/IManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/DB/ISchemaWrapper.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/DB/QueryBuilder/ICompositeExpression.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/DB/QueryBuilder/IExpressionBuilder.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/DB/QueryBuilder/IFunctionBuilder.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/DB/QueryBuilder/ILiteral.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/DB/QueryBuilder/IParameter.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/DB/QueryBuilder/IQueryBuilder.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/DB/QueryBuilder/IQueryFunction.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Dashboard/Exceptions/DashboardAppNotAvailableException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Dashboard/IDashboardManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Dashboard/IDashboardWidget.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Dashboard/Model/IWidgetConfig.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Dashboard/Model/IWidgetRequest.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Dashboard/Model/WidgetSetting.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Dashboard/Model/WidgetSetup.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Dashboard/Model/WidgetTemplate.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Dashboard/Service/IEventsService.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Dashboard/Service/IWidgetsService.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Defaults.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Diagnostics/IEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Diagnostics/IEventLogger.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Diagnostics/IQuery.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Diagnostics/IQueryLogger.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Encryption/Exceptions/GenericEncryptionException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Encryption/IEncryptionModule.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Encryption/IFile.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Encryption/IManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Encryption/Keys/IStorage.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/EventDispatcher/Event.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/EventDispatcher/IEventDispatcher.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/EventDispatcher/IEventListener.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Federation/Exceptions/ActionNotSupportedException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Federation/Exceptions/AuthenticationFailedException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Federation/Exceptions/BadRequestException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Federation/Exceptions/ProviderAlreadyExistsException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Federation/Exceptions/ProviderCouldNotAddShareException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Federation/Exceptions/ProviderDoesNotExistsException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Federation/ICloudFederationFactory.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Federation/ICloudFederationNotification.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Federation/ICloudFederationProvider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Federation/ICloudFederationProviderManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Federation/ICloudFederationShare.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Federation/ICloudId.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Federation/ICloudIdManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/AlreadyExistsException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Cache/CacheInsertEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Cache/CacheUpdateEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Cache/ICache.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Cache/ICacheEntry.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Cache/ICacheEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Cache/IPropagator.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Cache/IScanner.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Cache/IUpdater.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Cache/IWatcher.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Config/ICachedMountFileInfo.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Config/ICachedMountInfo.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Config/IHomeMountProvider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Config/IMountProvider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Config/IMountProviderCollection.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Config/IUserMountCache.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/EmptyFileNameException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/EntityTooLargeException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/File.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/FileInfo.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/FileNameTooLongException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Folder.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/ForbiddenException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/GenericFileException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/IAppData.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/IHomeStorage.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/IMimeTypeDetector.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/IMimeTypeLoader.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/IRootFolder.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/InvalidCharacterInPathException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/InvalidContentException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/InvalidDirectoryException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/InvalidPathException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/LockNotAcquiredException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Mount/IMountManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Mount/IMountPoint.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Node.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/NotEnoughSpaceException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/NotFoundException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/NotPermittedException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Notify/IChange.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Notify/INotifyHandler.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Notify/IRenameChange.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/ObjectStore/IObjectStore.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/ReservedWordException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Search/ISearchBinaryOperator.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Search/ISearchComparison.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Search/ISearchOperator.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Search/ISearchOrder.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Search/ISearchQuery.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/SimpleFS/ISimpleFile.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/SimpleFS/ISimpleFolder.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/SimpleFS/ISimpleRoot.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/SimpleFS/InMemoryFile.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Storage.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Storage/IDisableEncryptionStorage.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Storage/ILockingStorage.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Storage/INotifyStorage.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Storage/IStorage.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Storage/IStorageFactory.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/Storage/IWriteStreamStorage.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/StorageAuthException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/StorageBadConfigException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/StorageConnectionException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/StorageInvalidException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/StorageNotAvailableException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/StorageTimeoutException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files/UnseekableException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Files_FullTextSearch/Model/AFilesDocument.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/Exceptions/FullTextSearchAppNotAvailableException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/IFullTextSearchManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/IFullTextSearchPlatform.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/IFullTextSearchProvider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/Model/IDocumentAccess.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/Model/IIndex.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/Model/IIndexDocument.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/Model/IIndexOptions.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/Model/IRunner.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/Model/ISearchOption.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/Model/ISearchRequest.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/Model/ISearchRequestSimpleQuery.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/Model/ISearchResult.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/Model/ISearchTemplate.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/Service/IIndexService.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/Service/IProviderService.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/FullTextSearch/Service/ISearchService.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/GlobalScale/IConfig.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Group/Backend/ABackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Group/Backend/IAddToGroupBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Group/Backend/ICountDisabledInGroup.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Group/Backend/ICountUsersBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Group/Backend/ICreateGroupBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Group/Backend/IDeleteGroupBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Group/Backend/IGetDisplayNameBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Group/Backend/IGroupDetailsBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Group/Backend/IHideFromCollaborationBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Group/Backend/IIsAdminBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Group/Backend/IRemoveFromGroupBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Group/ISubAdmin.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/GroupInterface.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Http/Client/IClient.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Http/Client/IClientService.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Http/Client/IResponse.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IAddressBook.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IAppConfig.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IAvatar.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IAvatarManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/ICache.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/ICacheFactory.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/ICertificate.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/ICertificateManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IConfig.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IContainer.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IDBConnection.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IDateTimeFormatter.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IDateTimeZone.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IEventSource.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IGroup.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IGroupManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IImage.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IInitialStateService.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IL10N.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/ILogger.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IMemcache.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IMemcacheTTL.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/INavigationManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IPreview.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IRequest.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/ISearch.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IServerContainer.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/ISession.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/ITagManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/ITags.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/ITempManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IURLGenerator.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IUser.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IUserBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IUserManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/IUserSession.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Image.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/L10N/IFactory.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/L10N/ILanguageIterator.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/LDAP/IDeletionFlagSupport.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/LDAP/ILDAPProvider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/LDAP/ILDAPProviderFactory.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Lock/ILockingProvider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Lock/LockedException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Lockdown/ILockdownManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Log/IFileBased.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Log/ILogFactory.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Log/IWriter.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Log/RotationTrait.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Mail/IAttachment.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Mail/IEMailTemplate.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Mail/IMailer.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Mail/IMessage.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Migration/BigIntMigration.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Migration/IMigrationStep.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Migration/IOutput.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Migration/IRepairStep.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Migration/SimpleMigrationStep.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Notification/AlreadyProcessedException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Notification/IAction.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Notification/IApp.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Notification/IManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Notification/INotification.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Notification/INotifier.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/OCS/IDiscoveryService.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/PreConditionNotMetException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Preview/IProvider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Preview/IProviderV2.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Preview/IVersionedPreviewFile.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Remote/Api/IApiCollection.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Remote/Api/IApiFactory.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Remote/Api/ICapabilitiesApi.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Remote/Api/IUserApi.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Remote/ICredentials.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Remote/IInstance.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Remote/IInstanceFactory.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Remote/IUser.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/RichObjectStrings/Definitions.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/RichObjectStrings/IValidator.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/RichObjectStrings/InvalidObjectExeption.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Route/IRoute.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Route/IRouter.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/SabrePluginEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/SabrePluginException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Search/PagedProvider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Search/Provider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Search/Result.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Security/CSP/AddContentSecurityPolicyEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Security/FeaturePolicy/AddFeaturePolicyEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Security/IContentSecurityPolicyManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Security/ICredentialsManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Security/ICrypto.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Security/IHasher.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Security/ISecureRandom.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Session/Exceptions/SessionNotAvailableException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Settings/IIconSection.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Settings/IManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Settings/ISection.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Settings/ISettings.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Settings/ISubAdminSettings.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Share.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Share/Exceptions/GenericShareException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Share/Exceptions/IllegalIDChangeException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Share/Exceptions/ShareNotFound.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Share/IManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Share/IProviderFactory.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Share/IShare.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Share/IShareHelper.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Share/IShareProvider.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Share_Backend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Share_Backend_Collection.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Share_Backend_File_Dependent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Support/CrashReport/ICollectBreadcrumbs.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Support/CrashReport/IMessageReporter.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Support/CrashReport/IRegistry.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Support/CrashReport/IReporter.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Support/Subscription/Exception/AlreadyRegisteredException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Support/Subscription/IRegistry.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Support/Subscription/ISubscription.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Support/Subscription/ISupportedApps.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/SystemTag/ISystemTag.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/SystemTag/ISystemTagManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/SystemTag/ISystemTagManagerFactory.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/SystemTag/ISystemTagObjectMapper.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/SystemTag/ManagerEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/SystemTag/MapperEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/SystemTag/SystemTagsEntityEvent.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/SystemTag/TagAlreadyExistsException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/SystemTag/TagNotFoundException.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Template.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/User.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/User/Backend/ABackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/User/Backend/ICheckPasswordBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/User/Backend/ICountUsersBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/User/Backend/ICreateUserBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/User/Backend/IGetDisplayNameBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/User/Backend/IGetHomeBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/User/Backend/IGetRealUIDBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/User/Backend/IPasswordConfirmationBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/User/Backend/IProvideAvatarBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/User/Backend/ISetDisplayNameBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/User/Backend/ISetPasswordBackend.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/UserInterface.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/Util.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/WorkflowEngine/ICheck.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/WorkflowEngine/IManager.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/OCP/WorkflowEngine/IOperation.php +%%WWWDIR%%/vendor/christophwurst/nextcloud/README.md +%%WWWDIR%%/vendor/christophwurst/nextcloud/build.sh +%%WWWDIR%%/vendor/christophwurst/nextcloud/composer.json +%%WWWDIR%%/vendor/christophwurst/nextcloud/push.sh +%%WWWDIR%%/vendor/cogpowered/finediff/.gitignore +%%WWWDIR%%/vendor/cogpowered/finediff/.travis.yml +%%WWWDIR%%/vendor/cogpowered/finediff/README.md +%%WWWDIR%%/vendor/cogpowered/finediff/composer.json +%%WWWDIR%%/vendor/cogpowered/finediff/phpunit.xml.dist +%%WWWDIR%%/vendor/cogpowered/finediff/src/cogpowered/FineDiff/Delimiters.php +%%WWWDIR%%/vendor/cogpowered/finediff/src/cogpowered/FineDiff/Diff.php +%%WWWDIR%%/vendor/cogpowered/finediff/src/cogpowered/FineDiff/Exceptions/GranularityCountException.php +%%WWWDIR%%/vendor/cogpowered/finediff/src/cogpowered/FineDiff/Exceptions/OperationException.php +%%WWWDIR%%/vendor/cogpowered/finediff/src/cogpowered/FineDiff/Granularity/Character.php +%%WWWDIR%%/vendor/cogpowered/finediff/src/cogpowered/FineDiff/Granularity/Granularity.php +%%WWWDIR%%/vendor/cogpowered/finediff/src/cogpowered/FineDiff/Granularity/GranularityInterface.php +%%WWWDIR%%/vendor/cogpowered/finediff/src/cogpowered/FineDiff/Granularity/Paragraph.php +%%WWWDIR%%/vendor/cogpowered/finediff/src/cogpowered/FineDiff/Granularity/Sentence.php +%%WWWDIR%%/vendor/cogpowered/finediff/src/cogpowered/FineDiff/Granularity/Word.php +%%WWWDIR%%/vendor/cogpowered/finediff/src/cogpowered/FineDiff/Parser/Opcodes.php +%%WWWDIR%%/vendor/cogpowered/finediff/src/cogpowered/FineDiff/Parser/OpcodesInterface.php +%%WWWDIR%%/vendor/cogpowered/finediff/src/cogpowered/FineDiff/Parser/Operations/Copy.php *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***