git: 281845cb7903 - main - www/groupoffice: Update to 6.6.42

From: Jochen Neumeister <joneum_at_FreeBSD.org>
Date: Thu, 17 Feb 2022 21:16:44 UTC
The branch main has been updated by joneum:

URL: https://cgit.FreeBSD.org/ports/commit/?id=281845cb7903c85fbd0277a444c01c9524eaaba2

commit 281845cb7903c85fbd0277a444c01c9524eaaba2
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2022-02-17 21:14:09 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2022-02-17 21:14:09 +0000

    www/groupoffice: Update to 6.6.42
    
    Sponsored by:   Netzkommune GmbH
---
 www/groupoffice/Makefile                       |    4 +-
 www/groupoffice/distinfo                       |    6 +-
 www/groupoffice/files/patch-go_base_Config.php |   41 +-
 www/groupoffice/pkg-plist                      | 1912 +++++++++++++-----------
 4 files changed, 1057 insertions(+), 906 deletions(-)

diff --git a/www/groupoffice/Makefile b/www/groupoffice/Makefile
index 6d42e0b29684..6a1ebdec43ab 100644
--- a/www/groupoffice/Makefile
+++ b/www/groupoffice/Makefile
@@ -2,10 +2,10 @@
 
 PORTNAME=	groupoffice
 DISTVERSIONPREFIX=	com-
-DISTVERSION=	6.4.247
+DISTVERSION=	6.6.42
 CATEGORIES=	www
 MASTER_SITES=	SF/group-office/${DISTVERSION:R}
-DISTNAME=	${PORTNAME}-${DISTVERSION}-php-71
+DISTNAME=	${PORTNAME}-${DISTVERSION}
 
 MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Modular web application framework for office
diff --git a/www/groupoffice/distinfo b/www/groupoffice/distinfo
index ba970a5c9c56..1b831e9361d6 100644
--- a/www/groupoffice/distinfo
+++ b/www/groupoffice/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645128190
-SHA256 (groupoffice-6.4.247-php-71.tar.gz) = 4cf033d7999101bc8f2a5b37d41e773c192169ad48d7341100dcb75d2604e0f0
-SIZE (groupoffice-6.4.247-php-71.tar.gz) = 49266330
+TIMESTAMP = 1645129481
+SHA256 (groupoffice-6.6.42.tar.gz) = 3226d5059a474f96227f657d5c18a18097073744d73df3181659623a3ae38dad
+SIZE (groupoffice-6.6.42.tar.gz) = 53599995
diff --git a/www/groupoffice/files/patch-go_base_Config.php b/www/groupoffice/files/patch-go_base_Config.php
index 754e2d204e66..a0fef5ed91dc 100644
--- a/www/groupoffice/files/patch-go_base_Config.php
+++ b/www/groupoffice/files/patch-go_base_Config.php
@@ -1,7 +1,7 @@
---- go/base/Config.php.orig	2020-01-30 15:07:35.000000000 +0100
-+++ go/base/Config.php	2020-02-03 08:46:09.904940000 +0100
-@@ -760,7 +760,7 @@
- 	 * @var     StringHelper
+--- go/base/Config.php.orig	2022-02-17 21:30:45.309754000 +0100
++++ go/base/Config.php	2022-02-17 21:38:23.780207000 +0100
+@@ -757,21 +757,21 @@ var $billing_clear_payment_method_on_duplicate = true;
+ 	 * @var     string
  	 * @access  public
  	 */
 -	var $cmd_zip = '/usr/bin/zip';
@@ -9,25 +9,32 @@
  
  	/**
  	 * Command to unpack ZIP archive
-@@ -774,7 +774,7 @@
- 	 * @var     StringHelper
+ 	 * @var     string
+ 	 * @access  public
+ 	 */
+-	var $cmd_unzip = '/usr/bin/unzip';
++	var $cmd_unzip = '/usr/local/bin/unzip';
+ 
+ 	/**
+ 	 * Command to control TAR archives
+ 	 * @var     string
  	 * @access  public
  	 */
 -	var $cmd_tar = '/bin/tar';
-+	var $cmd_tar = '/usr/bin/tar';
++	var $cmd_tar = '/usr/local/bin/tar';
  
  	/**
  	 * Command to set system passwords. Used by passwd.users.class.inc.
-@@ -783,14 +783,14 @@
- 	 * @var     StringHelper
+@@ -780,14 +780,14 @@ var $billing_clear_payment_method_on_duplicate = true;
+ 	 * @var     string
  	 * @access  public
  	 */
 -	var $cmd_chpasswd = '/usr/sbin/chpasswd';
-+	var $cmd_chpasswd = '/usr/bin/passwd';
++	var $cmd_chpasswd = '/usr/local/bin/passwd';
  
  	/**
  	 * Command to SUDO
- 	 * @var     StringHelper
+ 	 * @var     string
  	 * @access  public
  	 */
 -	var $cmd_sudo = '/usr/bin/sudo';
@@ -35,8 +42,8 @@
  
  	/**
  	 * Command to convert xml to wbxml
-@@ -798,7 +798,7 @@
- 	 * @var     StringHelper
+@@ -795,7 +795,7 @@ var $billing_clear_payment_method_on_duplicate = true;
+ 	 * @var     string
  	 * @access  public
  	 */
 -	var $cmd_xml2wbxml = '/usr/bin/xml2wbxml';
@@ -44,8 +51,8 @@
  
  	/**
  	 * Command to convert wbxml to xml
-@@ -806,7 +806,7 @@
- 	 * @var     StringHelper
+@@ -803,7 +803,7 @@ var $billing_clear_payment_method_on_duplicate = true;
+ 	 * @var     string
  	 * @access  public
  	 */
 -	var $cmd_wbxml2xml = '/usr/bin/wbxml2xml';
@@ -53,8 +60,8 @@
  
  	/**
  	 * Command to unpack winmail.dat files
-@@ -814,7 +814,7 @@
- 	 * @var     StringHelper
+@@ -811,7 +811,7 @@ var $billing_clear_payment_method_on_duplicate = true;
+ 	 * @var     string
  	 * @access  public
  	 */
 -	var $cmd_tnef = '/usr/bin/tnef';
diff --git a/www/groupoffice/pkg-plist b/www/groupoffice/pkg-plist
index 875babe95621..d7ac4460c4a9 100644
--- a/www/groupoffice/pkg-plist
+++ b/www/groupoffice/pkg-plist
@@ -169,7 +169,6 @@
 %%WWWDIR%%/go/base/model/Template.php
 %%WWWDIR%%/go/base/model/User.php
 %%WWWDIR%%/go/base/model/UserGroup.php
-%%WWWDIR%%/go/base/model/WorkingWeek.php
 %%WWWDIR%%/go/base/rpc/AbstractController.php
 %%WWWDIR%%/go/base/storeexport/AbstractExport.php
 %%WWWDIR%%/go/base/storeexport/ExportCSV.php
@@ -243,6 +242,8 @@
 %%WWWDIR%%/go/core/acl/model/AclEntity.php
 %%WWWDIR%%/go/core/acl/model/AclItemEntity.php
 %%WWWDIR%%/go/core/acl/model/AclOwnerEntity.php
+%%WWWDIR%%/go/core/acl/model/SingleOwnerEntity.php
+%%WWWDIR%%/go/core/auth/Authenticate.php
 %%WWWDIR%%/go/core/auth/BaseAuthenticator.php
 %%WWWDIR%%/go/core/auth/DomainProvider.php
 %%WWWDIR%%/go/core/auth/Method.php
@@ -254,13 +255,16 @@
 %%WWWDIR%%/go/core/cache/Apcu.php
 %%WWWDIR%%/go/core/cache/CacheInterface.php
 %%WWWDIR%%/go/core/cache/Disk.php
+%%WWWDIR%%/go/core/cache/Memcached.php
 %%WWWDIR%%/go/core/cache/None.php
 %%WWWDIR%%/go/core/cli/Router.php
 %%WWWDIR%%/go/core/cli/State.php
 %%WWWDIR%%/go/core/cli/controller/System.php
 %%WWWDIR%%/go/core/cli/controller/cleanup.sql
 %%WWWDIR%%/go/core/controller/Acl.php
+%%WWWDIR%%/go/core/controller/Alert.php
 %%WWWDIR%%/go/core/controller/AuthAllowGroup.php
+%%WWWDIR%%/go/core/controller/CronJobSchedule.php
 %%WWWDIR%%/go/core/controller/EmailTemplate.php
 %%WWWDIR%%/go/core/controller/EntityFilter.php
 %%WWWDIR%%/go/core/controller/Field.php
@@ -270,11 +274,16 @@
 %%WWWDIR%%/go/core/controller/Module.php
 %%WWWDIR%%/go/core/controller/Notify.php
 %%WWWDIR%%/go/core/controller/OauthClient.php
+%%WWWDIR%%/go/core/controller/PdfTemplate.php
 %%WWWDIR%%/go/core/controller/Search.php
 %%WWWDIR%%/go/core/controller/Settings.php
 %%WWWDIR%%/go/core/controller/SmtpAccount.php
+%%WWWDIR%%/go/core/controller/SpreadSheetExport.php
+%%WWWDIR%%/go/core/controller/System.php
 %%WWWDIR%%/go/core/controller/User.php
-%%WWWDIR%%/go/core/convert/UserCsv.php
+%%WWWDIR%%/go/core/controller/UserDisplay.php
+%%WWWDIR%%/go/core/convert/UserSpreadsheet.php
+%%WWWDIR%%/go/core/cron/BuildSearchCache.php
 %%WWWDIR%%/go/core/cron/GarbageCollection.php
 %%WWWDIR%%/go/core/customfield/Base.php
 %%WWWDIR%%/go/core/customfield/Checkbox.php
@@ -298,8 +307,8 @@
 %%WWWDIR%%/go/core/data/Model.php
 %%WWWDIR%%/go/core/data/Store.php
 %%WWWDIR%%/go/core/data/convert/AbstractConverter.php
-%%WWWDIR%%/go/core/data/convert/Csv.php
 %%WWWDIR%%/go/core/data/convert/Json.php
+%%WWWDIR%%/go/core/data/convert/Spreadsheet.php
 %%WWWDIR%%/go/core/data/exception/NotArrayable.php
 %%WWWDIR%%/go/core/dav/auth/BasicBackend.php
 %%WWWDIR%%/go/core/dav/davacl/PrincipalBackend.php
@@ -319,7 +328,9 @@
 %%WWWDIR%%/go/core/exception/ConfigurationException.php
 %%WWWDIR%%/go/core/exception/Forbidden.php
 %%WWWDIR%%/go/core/exception/NotFound.php
+%%WWWDIR%%/go/core/exception/RememberMeTheft.php
 %%WWWDIR%%/go/core/exception/TLSException.php
+%%WWWDIR%%/go/core/exception/Unavailable.php
 %%WWWDIR%%/go/core/fs/Blob.php
 %%WWWDIR%%/go/core/fs/File.php
 %%WWWDIR%%/go/core/fs/FileSystemObject.php
@@ -351,6 +362,7 @@
 %%WWWDIR%%/go/core/jmap/Capabilities.php
 %%WWWDIR%%/go/core/jmap/Entity.php
 %%WWWDIR%%/go/core/jmap/EntityController.php
+%%WWWDIR%%/go/core/jmap/ProblemDetails.php
 %%WWWDIR%%/go/core/jmap/Request.php
 %%WWWDIR%%/go/core/jmap/Response.php
 %%WWWDIR%%/go/core/jmap/Router.php
@@ -384,10 +396,12 @@
 %%WWWDIR%%/go/core/language/id.php
 %%WWWDIR%%/go/core/language/it.php
 %%WWWDIR%%/go/core/language/ko.php
+%%WWWDIR%%/go/core/language/mn.php
 %%WWWDIR%%/go/core/language/nb.php
 %%WWWDIR%%/go/core/language/nl.php
 %%WWWDIR%%/go/core/language/pl.php
 %%WWWDIR%%/go/core/language/pt_br.php
+%%WWWDIR%%/go/core/language/pt_pt.php
 %%WWWDIR%%/go/core/language/ro.php
 %%WWWDIR%%/go/core/language/ru.php
 %%WWWDIR%%/go/core/language/sv.php
@@ -405,6 +419,7 @@
 %%WWWDIR%%/go/core/mail/Util.php
 %%WWWDIR%%/go/core/model/Acl.php
 %%WWWDIR%%/go/core/model/AclGroup.php
+%%WWWDIR%%/go/core/model/Alert.php
 %%WWWDIR%%/go/core/model/AuthAllowGroup.php
 %%WWWDIR%%/go/core/model/CronJob.php
 %%WWWDIR%%/go/core/model/CronJobSchedule.php
@@ -415,7 +430,6 @@
 %%WWWDIR%%/go/core/model/FieldSet.php
 %%WWWDIR%%/go/core/model/Group.php
 %%WWWDIR%%/go/core/model/Link.php
-%%WWWDIR%%/go/core/model/Log.php
 %%WWWDIR%%/go/core/model/Module.php
 %%WWWDIR%%/go/core/model/OauthAccessToken.php
 %%WWWDIR%%/go/core/model/OauthAuthCode.php
@@ -423,13 +437,19 @@
 %%WWWDIR%%/go/core/model/OauthRefreshToken.php
 %%WWWDIR%%/go/core/model/OauthScope.php
 %%WWWDIR%%/go/core/model/OauthUser.php
+%%WWWDIR%%/go/core/model/PdfBlock.php
+%%WWWDIR%%/go/core/model/PdfTemplate.php
+%%WWWDIR%%/go/core/model/Permission.php
+%%WWWDIR%%/go/core/model/PushDispatcher.php
+%%WWWDIR%%/go/core/model/RememberMe.php
 %%WWWDIR%%/go/core/model/Search.php
 %%WWWDIR%%/go/core/model/Settings.php
 %%WWWDIR%%/go/core/model/SmtpAccount.php
+%%WWWDIR%%/go/core/model/SpreadSheetExport.php
 %%WWWDIR%%/go/core/model/Token.php
 %%WWWDIR%%/go/core/model/User.php
+%%WWWDIR%%/go/core/model/UserDisplay.php
 %%WWWDIR%%/go/core/model/UserGroup.php
-%%WWWDIR%%/go/core/model/WorkingWeek.php
 %%WWWDIR%%/go/core/oauth/server/AuthorizationServer.php
 %%WWWDIR%%/go/core/oauth/server/grant/AuthCodeGrant.php
 %%WWWDIR%%/go/core/oauth/server/grant/RefreshTokenGrant.php
@@ -445,42 +465,48 @@
 %%WWWDIR%%/go/core/orm/CustomFieldsModel.php
 %%WWWDIR%%/go/core/orm/CustomFieldsTrait.php
 %%WWWDIR%%/go/core/orm/Entity.php
-%%WWWDIR%%/go/core/orm/EntityFilesTrait.php
 %%WWWDIR%%/go/core/orm/EntityType.php
 %%WWWDIR%%/go/core/orm/Filters.php
-%%WWWDIR%%/go/core/orm/LoggingTrait.php
 %%WWWDIR%%/go/core/orm/MappedTable.php
 %%WWWDIR%%/go/core/orm/Mapping.php
 %%WWWDIR%%/go/core/orm/Property.php
 %%WWWDIR%%/go/core/orm/Query.php
 %%WWWDIR%%/go/core/orm/Relation.php
 %%WWWDIR%%/go/core/orm/SearchableTrait.php
+%%WWWDIR%%/go/core/orm/UserProperty.php
+%%WWWDIR%%/go/core/orm/exception/SaveException.php
 %%WWWDIR%%/go/core/util/ArrayObject.php
-%%WWWDIR%%/go/core/util/ArrayUtil.php
 %%WWWDIR%%/go/core/util/ClassFinder.php
 %%WWWDIR%%/go/core/util/Crypt.php
 %%WWWDIR%%/go/core/util/DateTime.php
 %%WWWDIR%%/go/core/util/Ftp.php
+%%WWWDIR%%/go/core/util/Geolocation.php
 %%WWWDIR%%/go/core/util/Image.php
 %%WWWDIR%%/go/core/util/IniFile.php
 %%WWWDIR%%/go/core/util/JSON.php
 %%WWWDIR%%/go/core/util/Lock.php
+%%WWWDIR%%/go/core/util/PdfRenderer.php
+%%WWWDIR%%/go/core/util/PdfTemplateRenderer.php
 %%WWWDIR%%/go/core/util/QRcode.php
 %%WWWDIR%%/go/core/util/StringUtil.php
+%%WWWDIR%%/go/core/util/Time.php
 %%WWWDIR%%/go/core/util/UUID.php
 %%WWWDIR%%/go/core/util/Url.php
 %%WWWDIR%%/go/core/validate/CountryCode.php
 %%WWWDIR%%/go/core/validate/ErrorCode.php
 %%WWWDIR%%/go/core/validate/ValidationTrait.php
 %%WWWDIR%%/go/core/views/extjs3/ActivityWatcher.js
+%%WWWDIR%%/go/core/views/extjs3/Alert.js
 %%WWWDIR%%/go/core/views/extjs3/Array.js
 %%WWWDIR%%/go/core/views/extjs3/AuthenticationManager.js
 %%WWWDIR%%/go/core/views/extjs3/BrowserStorage.js
+%%WWWDIR%%/go/core/views/extjs3/Element.js
 %%WWWDIR%%/go/core/views/extjs3/Entities.js
 %%WWWDIR%%/go/core/views/extjs3/Entity.js
 %%WWWDIR%%/go/core/views/extjs3/Jmap.js
 %%WWWDIR%%/go/core/views/extjs3/Module.js
 %%WWWDIR%%/go/core/views/extjs3/Modules.js
+%%WWWDIR%%/go/core/views/extjs3/NavGrid.js
 %%WWWDIR%%/go/core/views/extjs3/NavMenu.js
 %%WWWDIR%%/go/core/views/extjs3/Notifier.js
 %%WWWDIR%%/go/core/views/extjs3/PasswordPrompt.js
@@ -498,7 +524,9 @@
 %%WWWDIR%%/go/core/views/extjs3/Wizard.js
 %%WWWDIR%%/go/core/views/extjs3/chart/ChartComponent.js
 %%WWWDIR%%/go/core/views/extjs3/chart/LineChart.js
+%%WWWDIR%%/go/core/views/extjs3/chart/PieChart.js
 %%WWWDIR%%/go/core/views/extjs3/cron/CronDialog.js
+%%WWWDIR%%/go/core/views/extjs3/cron/NewCronDialog.js
 %%WWWDIR%%/go/core/views/extjs3/cron/ParametersPanel.js
 %%WWWDIR%%/go/core/views/extjs3/cron/PeriodGrid.js
 %%WWWDIR%%/go/core/views/extjs3/cron/Stores.js
@@ -582,6 +610,7 @@
 %%WWWDIR%%/go/core/views/extjs3/filter/variabletypes/number.js
 %%WWWDIR%%/go/core/views/extjs3/filter/variabletypes/select.js
 %%WWWDIR%%/go/core/views/extjs3/filter/variabletypes/string.js
+%%WWWDIR%%/go/core/views/extjs3/form/ArrayFieldGrid.js
 %%WWWDIR%%/go/core/views/extjs3/form/AttachmentsField.js
 %%WWWDIR%%/go/core/views/extjs3/form/BatchEditDialog.js
 %%WWWDIR%%/go/core/views/extjs3/form/CheckboxGroup.js
@@ -602,11 +631,13 @@
 %%WWWDIR%%/go/core/views/extjs3/form/HtmlEditorPlugins.js
 %%WWWDIR%%/go/core/views/extjs3/form/ImageField.js
 %%WWWDIR%%/go/core/views/extjs3/form/KeyValueEditorGrid.js
+%%WWWDIR%%/go/core/views/extjs3/form/LanguageCombo.js
 %%WWWDIR%%/go/core/views/extjs3/form/MultiEntityDialog.js
 %%WWWDIR%%/go/core/views/extjs3/form/NumberField.js
 %%WWWDIR%%/go/core/views/extjs3/form/PasswordGeneratorField.js
 %%WWWDIR%%/go/core/views/extjs3/form/README.md
 %%WWWDIR%%/go/core/views/extjs3/form/RadioGroup.js
+%%WWWDIR%%/go/core/views/extjs3/form/RecurrenceField.js
 %%WWWDIR%%/go/core/views/extjs3/form/RecurrenceFieldset.js
 %%WWWDIR%%/go/core/views/extjs3/form/SelectField.js
 %%WWWDIR%%/go/core/views/extjs3/form/StoreField.js
@@ -629,9 +660,14 @@
 %%WWWDIR%%/go/core/views/extjs3/groups/GroupMemberWindow.js
 %%WWWDIR%%/go/core/views/extjs3/groups/GroupModuleGrid.js
 %%WWWDIR%%/go/core/views/extjs3/groups/GroupUserGrid.js
+%%WWWDIR%%/go/core/views/extjs3/groups/ModulePermissionCombo.js
 %%WWWDIR%%/go/core/views/extjs3/groups/SystemSettingsGroupGrid.js
+%%WWWDIR%%/go/core/views/extjs3/import/ColumnSelectDialog.js
 %%WWWDIR%%/go/core/views/extjs3/import/CsvMappingDialog.js
+%%WWWDIR%%/go/core/views/extjs3/import/SpreadSheetExportGrid.js
+%%WWWDIR%%/go/core/views/extjs3/layout/FitWidthLayout.js
 %%WWWDIR%%/go/core/views/extjs3/layout/ResponsiveLayout.js
+%%WWWDIR%%/go/core/views/extjs3/license/LicenseDialog.js
 %%WWWDIR%%/go/core/views/extjs3/links/CreateLinkButton.js
 %%WWWDIR%%/go/core/views/extjs3/links/CreateLinkWindow.js
 %%WWWDIR%%/go/core/views/extjs3/links/EditLinkDialog.js
@@ -652,6 +688,7 @@
 %%WWWDIR%%/go/core/views/extjs3/login/UsernamePanel.js
 %%WWWDIR%%/go/core/views/extjs3/menu/EmojiMenu.js
 %%WWWDIR%%/go/core/views/extjs3/menu/StoreMenu.js
+%%WWWDIR%%/go/core/views/extjs3/modules/GroupRights.js
 %%WWWDIR%%/go/core/views/extjs3/modules/ModulePanel.js
 %%WWWDIR%%/go/core/views/extjs3/modules/PermissionsWindow.js
 %%WWWDIR%%/go/core/views/extjs3/modules/SystemSettingsModuleGrid.js
@@ -660,6 +697,9 @@
 %%WWWDIR%%/go/core/views/extjs3/oauth/ClientGrid.js
 %%WWWDIR%%/go/core/views/extjs3/oauth/SystemSettingsPanel.js
 %%WWWDIR%%/go/core/views/extjs3/panels/ScrollLoader.js
+%%WWWDIR%%/go/core/views/extjs3/pdftemplate/BlocksField.js
+%%WWWDIR%%/go/core/views/extjs3/pdftemplate/GridPanel.js
+%%WWWDIR%%/go/core/views/extjs3/pdftemplate/TemplateDialog.js
 %%WWWDIR%%/go/core/views/extjs3/permissions/SharePanel.js
 %%WWWDIR%%/go/core/views/extjs3/permissions/ShareWindow.js
 %%WWWDIR%%/go/core/views/extjs3/polyfills.js
@@ -693,7 +733,6 @@
 %%WWWDIR%%/go/core/views/extjs3/users/UserDefaultsWindow.js
 %%WWWDIR%%/go/core/views/extjs3/users/UserGrid.js
 %%WWWDIR%%/go/core/views/extjs3/users/UserGroupGrid.js
-%%WWWDIR%%/go/core/views/extjs3/users/UserSettingsWorkingWeek.js
 %%WWWDIR%%/go/core/views/extjs3/usersettings/AccountSettingsPanel.js
 %%WWWDIR%%/go/core/views/extjs3/usersettings/LookAndFeelPanel.js
 %%WWWDIR%%/go/core/views/extjs3/usersettings/UserSettingsDialog.js
@@ -707,15 +746,74 @@
 %%WWWDIR%%/go/core/views/extjs3/util/SelectDialog.js
 %%WWWDIR%%/go/core/webclient/CSP.php
 %%WWWDIR%%/go/core/webclient/Extjs3.php
+%%WWWDIR%%/go/modules/business/business/Module.php
+%%WWWDIR%%/go/modules/business/business/controller/Activity.php
+%%WWWDIR%%/go/modules/business/business/controller/Business.php
+%%WWWDIR%%/go/modules/business/business/controller/Employee.php
+%%WWWDIR%%/go/modules/business/business/controller/EmployeeAgreement.php
+%%WWWDIR%%/go/modules/business/business/icon.png
+%%WWWDIR%%/go/modules/business/business/install/install.sql
+%%WWWDIR%%/go/modules/business/business/install/uninstall.sql
+%%WWWDIR%%/go/modules/business/business/install/updates.php
+%%WWWDIR%%/go/modules/business/business/language/de.php
+%%WWWDIR%%/go/modules/business/business/language/en.php
+%%WWWDIR%%/go/modules/business/business/language/it.php
+%%WWWDIR%%/go/modules/business/business/language/nl.php
+%%WWWDIR%%/go/modules/business/business/language/pt_pt.php
+%%WWWDIR%%/go/modules/business/business/model/Activity.php
+%%WWWDIR%%/go/modules/business/business/model/ActivityBudget.php
+%%WWWDIR%%/go/modules/business/business/model/ActivityRate.php
+%%WWWDIR%%/go/modules/business/business/model/Business.php
+%%WWWDIR%%/go/modules/business/business/model/Employee.php
+%%WWWDIR%%/go/modules/business/business/model/EmployeeAgreement.php
+%%WWWDIR%%/go/modules/business/business/model/Manager.php
+%%WWWDIR%%/go/modules/business/business/views/extjs3/ActivityCombo.js
+%%WWWDIR%%/go/modules/business/business/views/extjs3/ActivityDialog.js
+%%WWWDIR%%/go/modules/business/business/views/extjs3/ActivityGrid.js
+%%WWWDIR%%/go/modules/business/business/views/extjs3/AgreementDialog.js
+%%WWWDIR%%/go/modules/business/business/views/extjs3/AgreementGrid.js
+%%WWWDIR%%/go/modules/business/business/views/extjs3/BusinessCombo.js
+%%WWWDIR%%/go/modules/business/business/views/extjs3/BusinessDialog.js
+%%WWWDIR%%/go/modules/business/business/views/extjs3/BusinessGrid.js
+%%WWWDIR%%/go/modules/business/business/views/extjs3/EmployeeCombo.js
+%%WWWDIR%%/go/modules/business/business/views/extjs3/EmployeeGrid.js
+%%WWWDIR%%/go/modules/business/business/views/extjs3/Module.js
+%%WWWDIR%%/go/modules/business/business/views/extjs3/SystemSettingsPanel.js
+%%WWWDIR%%/go/modules/business/business/views/extjs3/UserEmployeePanel.js
+%%WWWDIR%%/go/modules/business/business/views/extjs3/UsersOverride.js
+%%WWWDIR%%/go/modules/business/business/views/extjs3/scripts.txt
+%%WWWDIR%%/go/modules/business/business/views/extjs3/themes/default/icon.png
+%%WWWDIR%%/go/modules/business/business/views/extjs3/themes/default/style.css
 %%WWWDIR%%/go/modules/business/fileconverter/Module.php
 %%WWWDIR%%/go/modules/business/fileconverter/icon.png
+%%WWWDIR%%/go/modules/business/fileconverter/language/de.php
+%%WWWDIR%%/go/modules/business/fileconverter/language/mn.php
 %%WWWDIR%%/go/modules/business/fileconverter/model/Settings.php
 %%WWWDIR%%/go/modules/business/fileconverter/service/IService.php
 %%WWWDIR%%/go/modules/business/fileconverter/service/Libreoffice.php
 %%WWWDIR%%/go/modules/business/fileconverter/views/extjs3/Module.js
 %%WWWDIR%%/go/modules/business/fileconverter/views/extjs3/SystemSettingsPanel.js
 %%WWWDIR%%/go/modules/business/fileconverter/views/extjs3/scripts.txt
-%%WWWDIR%%/go/modules/business/newsletters/LicenseCheck.php
+%%WWWDIR%%/go/modules/business/kanban/Kanban_icon.svg
+%%WWWDIR%%/go/modules/business/kanban/Module.php
+%%WWWDIR%%/go/modules/business/kanban/icon.png
+%%WWWDIR%%/go/modules/business/kanban/language/de.php
+%%WWWDIR%%/go/modules/business/kanban/language/en.php
+%%WWWDIR%%/go/modules/business/kanban/language/nl.php
+%%WWWDIR%%/go/modules/business/kanban/views/extjs3/Board.js
+%%WWWDIR%%/go/modules/business/kanban/views/extjs3/BoardsGrid.js
+%%WWWDIR%%/go/modules/business/kanban/views/extjs3/ColumnDialog.js
+%%WWWDIR%%/go/modules/business/kanban/views/extjs3/ColumnDragZone.js
+%%WWWDIR%%/go/modules/business/kanban/views/extjs3/ColumnDropZone.js
+%%WWWDIR%%/go/modules/business/kanban/views/extjs3/MainPanel.js
+%%WWWDIR%%/go/modules/business/kanban/views/extjs3/Module.js
+%%WWWDIR%%/go/modules/business/kanban/views/extjs3/scripts.txt
+%%WWWDIR%%/go/modules/business/kanban/views/extjs3/themes/default/icon.png
+%%WWWDIR%%/go/modules/business/kanban/views/extjs3/themes/default/style.css
+%%WWWDIR%%/go/modules/business/license/controller/Controller.php
+%%WWWDIR%%/go/modules/business/license/controller/EntityController.php
+%%WWWDIR%%/go/modules/business/license/exception/LicenseException.php
+%%WWWDIR%%/go/modules/business/license/model/License.php
 %%WWWDIR%%/go/modules/business/newsletters/Module.php
 %%WWWDIR%%/go/modules/business/newsletters/controller/AddressList.php
 %%WWWDIR%%/go/modules/business/newsletters/controller/Newsletter.php
@@ -732,10 +830,12 @@
 %%WWWDIR%%/go/modules/business/newsletters/language/es.php
 %%WWWDIR%%/go/modules/business/newsletters/language/fr.php
 %%WWWDIR%%/go/modules/business/newsletters/language/it.php
+%%WWWDIR%%/go/modules/business/newsletters/language/mn.php
 %%WWWDIR%%/go/modules/business/newsletters/language/nb.php
 %%WWWDIR%%/go/modules/business/newsletters/language/nl.php
 %%WWWDIR%%/go/modules/business/newsletters/language/pl.php
 %%WWWDIR%%/go/modules/business/newsletters/language/pt_br.php
+%%WWWDIR%%/go/modules/business/newsletters/language/pt_pt.php
 %%WWWDIR%%/go/modules/business/newsletters/language/ro.php
 %%WWWDIR%%/go/modules/business/newsletters/model/AddressList.php
 %%WWWDIR%%/go/modules/business/newsletters/model/AddressListEntity.php
@@ -757,13 +857,16 @@
 %%WWWDIR%%/go/modules/business/newsletters/views/extjs3/scripts.txt
 %%WWWDIR%%/go/modules/business/newsletters/views/extjs3/themes/default/style.css
 %%WWWDIR%%/go/modules/business/onlyoffice/Module.php
-%%WWWDIR%%/go/modules/business/onlyoffice/README.MD
 %%WWWDIR%%/go/modules/business/onlyoffice/connector.php
 %%WWWDIR%%/go/modules/business/onlyoffice/controller/CallbackController.php
 %%WWWDIR%%/go/modules/business/onlyoffice/controller/EditorController.php
+%%WWWDIR%%/go/modules/business/onlyoffice/favicon.ico
 %%WWWDIR%%/go/modules/business/onlyoffice/filehandler/Onlyoffice.php
 %%WWWDIR%%/go/modules/business/onlyoffice/icon.png
+%%WWWDIR%%/go/modules/business/onlyoffice/install/updates.php
+%%WWWDIR%%/go/modules/business/onlyoffice/language/de.php
 %%WWWDIR%%/go/modules/business/onlyoffice/language/en.php
+%%WWWDIR%%/go/modules/business/onlyoffice/language/mn.php
 %%WWWDIR%%/go/modules/business/onlyoffice/language/nl.php
 %%WWWDIR%%/go/modules/business/onlyoffice/model/Document.php
 %%WWWDIR%%/go/modules/business/onlyoffice/model/MobileDetect.php
@@ -776,6 +879,7 @@
 %%WWWDIR%%/go/modules/business/onlyoffice/views/extjs3/themes/Paper/style.css
 %%WWWDIR%%/go/modules/business/studio/Module.php
 %%WWWDIR%%/go/modules/business/studio/README.md
+%%WWWDIR%%/go/modules/business/studio/cli/controller/Studio.php
 %%WWWDIR%%/go/modules/business/studio/controller/Studio.php
 %%WWWDIR%%/go/modules/business/studio/factory/AbstractFileFactory.php
 %%WWWDIR%%/go/modules/business/studio/factory/BackEndFileFactory.php
@@ -789,9 +893,12 @@
 %%WWWDIR%%/go/modules/business/studio/language/bg.php
 %%WWWDIR%%/go/modules/business/studio/language/de.php
 %%WWWDIR%%/go/modules/business/studio/language/en.php
+%%WWWDIR%%/go/modules/business/studio/language/it.php
+%%WWWDIR%%/go/modules/business/studio/language/mn.php
 %%WWWDIR%%/go/modules/business/studio/language/nb.php
 %%WWWDIR%%/go/modules/business/studio/language/nl.php
 %%WWWDIR%%/go/modules/business/studio/language/pt_br.php
+%%WWWDIR%%/go/modules/business/studio/language/pt_pt.php
 %%WWWDIR%%/go/modules/business/studio/language/ro.php
 %%WWWDIR%%/go/modules/business/studio/model/Settings.php
 %%WWWDIR%%/go/modules/business/studio/model/Studio.php
@@ -800,7 +907,6 @@
 %%WWWDIR%%/go/modules/business/studio/service/FrontendGenerator.php
 %%WWWDIR%%/go/modules/business/studio/tpl/AclEntityModel.php.tpl
 %%WWWDIR%%/go/modules/business/studio/tpl/Controller.php.tpl
-%%WWWDIR%%/go/modules/business/studio/tpl/Csv.php.tpl
 %%WWWDIR%%/go/modules/business/studio/tpl/EntityDetail.js.tpl
 %%WWWDIR%%/go/modules/business/studio/tpl/EntityDialog.js.tpl
 %%WWWDIR%%/go/modules/business/studio/tpl/EntityGrid.js.tpl
@@ -817,7 +923,6 @@
 %%WWWDIR%%/go/modules/business/studio/views/extjs3/MainPanel.js
 %%WWWDIR%%/go/modules/business/studio/views/extjs3/Module.js
 %%WWWDIR%%/go/modules/business/studio/views/extjs3/StudioGrid.js
-%%WWWDIR%%/go/modules/business/studio/views/extjs3/StudioPanel.js
 %%WWWDIR%%/go/modules/business/studio/views/extjs3/StudioWizard.js
 %%WWWDIR%%/go/modules/business/studio/views/extjs3/WizardActivationPanel.js
 %%WWWDIR%%/go/modules/business/studio/views/extjs3/WizardEntityPanel.js
@@ -843,10 +948,12 @@
 %%WWWDIR%%/go/modules/business/wopi/language/en.php
 %%WWWDIR%%/go/modules/business/wopi/language/fr.php
 %%WWWDIR%%/go/modules/business/wopi/language/hr.php
+%%WWWDIR%%/go/modules/business/wopi/language/mn.php
 %%WWWDIR%%/go/modules/business/wopi/language/nb.php
 %%WWWDIR%%/go/modules/business/wopi/language/nl.php
 %%WWWDIR%%/go/modules/business/wopi/language/pl.php
 %%WWWDIR%%/go/modules/business/wopi/language/pt_br.php
+%%WWWDIR%%/go/modules/business/wopi/language/pt_pt.php
 %%WWWDIR%%/go/modules/business/wopi/model/Lock.php
 %%WWWDIR%%/go/modules/business/wopi/model/Service.php
 %%WWWDIR%%/go/modules/business/wopi/model/Token.php
@@ -869,9 +976,10 @@
 %%WWWDIR%%/go/modules/community/addressbook/controller/ContactStar.php
 %%WWWDIR%%/go/modules/community/addressbook/controller/Group.php
 %%WWWDIR%%/go/modules/community/addressbook/controller/Migrate.php
-%%WWWDIR%%/go/modules/community/addressbook/convert/Csv.php
+%%WWWDIR%%/go/modules/community/addressbook/convert/Spreadsheet.php
 %%WWWDIR%%/go/modules/community/addressbook/convert/VCard.php
 %%WWWDIR%%/go/modules/community/addressbook/customfield/Contact.php
+%%WWWDIR%%/go/modules/community/addressbook/filehandler/VCard.php
 %%WWWDIR%%/go/modules/community/addressbook/icon.png
 %%WWWDIR%%/go/modules/community/addressbook/install/Migrate63to64.php
 %%WWWDIR%%/go/modules/community/addressbook/install/install.sql
@@ -886,10 +994,12 @@
 %%WWWDIR%%/go/modules/community/addressbook/language/fr.php
 %%WWWDIR%%/go/modules/community/addressbook/language/hr.php
 %%WWWDIR%%/go/modules/community/addressbook/language/it.php
+%%WWWDIR%%/go/modules/community/addressbook/language/mn.php
 %%WWWDIR%%/go/modules/community/addressbook/language/nb.php
 %%WWWDIR%%/go/modules/community/addressbook/language/nl.php
 %%WWWDIR%%/go/modules/community/addressbook/language/pl.php
 %%WWWDIR%%/go/modules/community/addressbook/language/pt_br.php
+%%WWWDIR%%/go/modules/community/addressbook/language/pt_pt.php
 %%WWWDIR%%/go/modules/community/addressbook/language/ro.php
 %%WWWDIR%%/go/modules/community/addressbook/model/Address.php
 %%WWWDIR%%/go/modules/community/addressbook/model/AddressBook.php
@@ -928,7 +1038,6 @@
 %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/SelectDialogPanel.js
 %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/SettingsPanel.js
 %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/SettingsProfilePanel.js
-%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/StarButton.js
 %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/SystemSettingsPanel.js
 %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/TreeLoader.js
 %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/UrlsField.js
@@ -938,7 +1047,6 @@
 %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/scripts.txt
 %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/Dark/src/style.scss
 %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/Dark/style.css
-%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/Dark/style.css.map
 %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/resources/addressbook.png
 %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/resources/facebook.png
 %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/resources/linkedin.png
@@ -946,7 +1054,6 @@
 %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/src/_addressbook.scss
 %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/src/style.scss
 %%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/style.css
-%%WWWDIR%%/go/modules/community/addressbook/views/extjs3/themes/default/style.css.map
 %%WWWDIR%%/go/modules/community/apikeys/Module.php
 %%WWWDIR%%/go/modules/community/apikeys/controller/Key.php
 %%WWWDIR%%/go/modules/community/apikeys/examples/contact.php
@@ -962,10 +1069,12 @@
 %%WWWDIR%%/go/modules/community/apikeys/language/hu.php
 %%WWWDIR%%/go/modules/community/apikeys/language/id.php
 %%WWWDIR%%/go/modules/community/apikeys/language/it.php
+%%WWWDIR%%/go/modules/community/apikeys/language/mn.php
 %%WWWDIR%%/go/modules/community/apikeys/language/nb.php
 %%WWWDIR%%/go/modules/community/apikeys/language/nl.php
 %%WWWDIR%%/go/modules/community/apikeys/language/pl.php
 %%WWWDIR%%/go/modules/community/apikeys/language/pt_br.php
+%%WWWDIR%%/go/modules/community/apikeys/language/pt_pt.php
 %%WWWDIR%%/go/modules/community/apikeys/model/Key.php
 %%WWWDIR%%/go/modules/community/apikeys/views/extjs3/KeyDialog.js
 %%WWWDIR%%/go/modules/community/apikeys/views/extjs3/KeyGrid.js
@@ -992,10 +1101,12 @@
 %%WWWDIR%%/go/modules/community/bookmarks/language/id.php
 %%WWWDIR%%/go/modules/community/bookmarks/language/it.php
 %%WWWDIR%%/go/modules/community/bookmarks/language/ko.php
+%%WWWDIR%%/go/modules/community/bookmarks/language/mn.php
 %%WWWDIR%%/go/modules/community/bookmarks/language/nb.php
 %%WWWDIR%%/go/modules/community/bookmarks/language/nl.php
 %%WWWDIR%%/go/modules/community/bookmarks/language/pl.php
 %%WWWDIR%%/go/modules/community/bookmarks/language/pt_br.php
+%%WWWDIR%%/go/modules/community/bookmarks/language/pt_pt.php
 %%WWWDIR%%/go/modules/community/bookmarks/language/ru.php
 %%WWWDIR%%/go/modules/community/bookmarks/language/sv.php
 %%WWWDIR%%/go/modules/community/bookmarks/language/th.php
@@ -1016,6 +1127,7 @@
 %%WWWDIR%%/go/modules/community/bookmarks/views/extjs3/themes/default/style.css
 %%WWWDIR%%/go/modules/community/calendar/controller/Calendar.php
 %%WWWDIR%%/go/modules/community/calendar/model/Calendar.php
+%%WWWDIR%%/go/modules/community/calendar/model/Participant.php
 %%WWWDIR%%/go/modules/community/carddav/Backend.php
 %%WWWDIR%%/go/modules/community/carddav/Module.php
 %%WWWDIR%%/go/modules/community/carddav/index.php
@@ -1034,19 +1146,21 @@
 %%WWWDIR%%/go/modules/community/comments/language/fr.php
 %%WWWDIR%%/go/modules/community/comments/language/hr.php
 %%WWWDIR%%/go/modules/community/comments/language/it.php
+%%WWWDIR%%/go/modules/community/comments/language/mn.php
 %%WWWDIR%%/go/modules/community/comments/language/nb.php
 %%WWWDIR%%/go/modules/community/comments/language/nl.php
 %%WWWDIR%%/go/modules/community/comments/language/pl.php
 %%WWWDIR%%/go/modules/community/comments/language/pt_br.php
+%%WWWDIR%%/go/modules/community/comments/language/pt_pt.php
 %%WWWDIR%%/go/modules/community/comments/language/ro.php
 %%WWWDIR%%/go/modules/community/comments/model/Comment.php
+%%WWWDIR%%/go/modules/community/comments/model/CommentAttachment.php
 %%WWWDIR%%/go/modules/community/comments/model/Label.php
 %%WWWDIR%%/go/modules/community/comments/views/extjs3/CommentForm.js
 %%WWWDIR%%/go/modules/community/comments/views/extjs3/CommentsDetailPanel.js
 %%WWWDIR%%/go/modules/community/comments/views/extjs3/Composer.js
 %%WWWDIR%%/go/modules/community/comments/views/extjs3/LabelGrid.js
 %%WWWDIR%%/go/modules/community/comments/views/extjs3/Module.js
-%%WWWDIR%%/go/modules/community/comments/views/extjs3/QuickaddForm.js
 %%WWWDIR%%/go/modules/community/comments/views/extjs3/Settings.js
 %%WWWDIR%%/go/modules/community/comments/views/extjs3/scripts.txt
 %%WWWDIR%%/go/modules/community/comments/views/extjs3/themes/default/images/comments.png
@@ -1058,8 +1172,13 @@
 %%WWWDIR%%/go/modules/community/dev/cli/controller/Replace.php
 %%WWWDIR%%/go/modules/community/dev/controller/Debugger.php
 %%WWWDIR%%/go/modules/community/dev/controller/Language.php
+%%WWWDIR%%/go/modules/community/dev/language/de.php
 %%WWWDIR%%/go/modules/community/dev/language/en.php
+%%WWWDIR%%/go/modules/community/dev/language/it.php
+%%WWWDIR%%/go/modules/community/dev/model/DummyAuthenticator.php
 %%WWWDIR%%/go/modules/community/dev/resources/oldcommonlang.php
+%%WWWDIR%%/go/modules/community/dev/views/extjs3/DummyAuthenticatorPanel.js
+%%WWWDIR%%/go/modules/community/dev/views/extjs3/scripts.txt
 %%WWWDIR%%/go/modules/community/dokuwiki/INSTALL.TXT
 %%WWWDIR%%/go/modules/community/dokuwiki/Module.php
 %%WWWDIR%%/go/modules/community/dokuwiki/language/bg.php
@@ -1067,10 +1186,13 @@
 %%WWWDIR%%/go/modules/community/dokuwiki/language/en.php
 %%WWWDIR%%/go/modules/community/dokuwiki/language/fr.php
 %%WWWDIR%%/go/modules/community/dokuwiki/language/hr.php
+%%WWWDIR%%/go/modules/community/dokuwiki/language/it.php
+%%WWWDIR%%/go/modules/community/dokuwiki/language/mn.php
 %%WWWDIR%%/go/modules/community/dokuwiki/language/nb.php
 %%WWWDIR%%/go/modules/community/dokuwiki/language/nl.php
 %%WWWDIR%%/go/modules/community/dokuwiki/language/pl.php
 %%WWWDIR%%/go/modules/community/dokuwiki/language/pt_br.php
+%%WWWDIR%%/go/modules/community/dokuwiki/language/pt_pt.php
 %%WWWDIR%%/go/modules/community/dokuwiki/language/ro.php
 %%WWWDIR%%/go/modules/community/dokuwiki/language/ru.php
 %%WWWDIR%%/go/modules/community/dokuwiki/language/vi.php
@@ -1198,18 +1320,42 @@
 %%WWWDIR%%/go/modules/community/googleauthenticator/language/hu.php
 %%WWWDIR%%/go/modules/community/googleauthenticator/language/id.php
 %%WWWDIR%%/go/modules/community/googleauthenticator/language/it.php
+%%WWWDIR%%/go/modules/community/googleauthenticator/language/mn.php
 %%WWWDIR%%/go/modules/community/googleauthenticator/language/nl.php
 %%WWWDIR%%/go/modules/community/googleauthenticator/language/pl.php
 %%WWWDIR%%/go/modules/community/googleauthenticator/language/pt_br.php
+%%WWWDIR%%/go/modules/community/googleauthenticator/language/pt_pt.php
 %%WWWDIR%%/go/modules/community/googleauthenticator/model/Googleauthenticator.php
+%%WWWDIR%%/go/modules/community/googleauthenticator/model/Settings.php
 %%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/EnableAuthenticatorDialog.js
 %%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/GoogleauthenticatorPanel.js
+%%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/Module.js
 %%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/Settings.js
+%%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/SystemSettings.js
 %%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/scripts.txt
 %%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/themes/default/images/googleauthenticator.png
 %%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/themes/default/images/googleauthenticator_lrg.png
 %%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/themes/default/images/icon.png
 %%WWWDIR%%/go/modules/community/googleauthenticator/views/extjs3/themes/default/style.css
+%%WWWDIR%%/go/modules/community/history/Module.php
+%%WWWDIR%%/go/modules/community/history/controller/LogEntry.php
+%%WWWDIR%%/go/modules/community/history/icon.png
+%%WWWDIR%%/go/modules/community/history/install/install.sql
+%%WWWDIR%%/go/modules/community/history/install/updates.php
+%%WWWDIR%%/go/modules/community/history/language/de.php
+%%WWWDIR%%/go/modules/community/history/language/en.php
+%%WWWDIR%%/go/modules/community/history/language/it.php
+%%WWWDIR%%/go/modules/community/history/language/nl.php
+%%WWWDIR%%/go/modules/community/history/language/pt_pt.php
+%%WWWDIR%%/go/modules/community/history/model/LogEntry.php
+%%WWWDIR%%/go/modules/community/history/model/Settings.php
+%%WWWDIR%%/go/modules/community/history/views/extjs3/HistoryDetailPanel.js
+%%WWWDIR%%/go/modules/community/history/views/extjs3/LogEntryGrid.js
+%%WWWDIR%%/go/modules/community/history/views/extjs3/MainPanel.js
+%%WWWDIR%%/go/modules/community/history/views/extjs3/Module.js
+%%WWWDIR%%/go/modules/community/history/views/extjs3/SystemSettingsPanel.js
+%%WWWDIR%%/go/modules/community/history/views/extjs3/TypeGrid.js
+%%WWWDIR%%/go/modules/community/history/views/extjs3/scripts.txt
 %%WWWDIR%%/go/modules/community/imapauthenticator/Module.php
 %%WWWDIR%%/go/modules/community/imapauthenticator/controller/Server.php
 %%WWWDIR%%/go/modules/community/imapauthenticator/install/install.sql
@@ -1223,9 +1369,11 @@
 %%WWWDIR%%/go/modules/community/imapauthenticator/language/hu.php
 %%WWWDIR%%/go/modules/community/imapauthenticator/language/id.php
 %%WWWDIR%%/go/modules/community/imapauthenticator/language/it.php
+%%WWWDIR%%/go/modules/community/imapauthenticator/language/mn.php
 %%WWWDIR%%/go/modules/community/imapauthenticator/language/nl.php
 %%WWWDIR%%/go/modules/community/imapauthenticator/language/pl.php
 %%WWWDIR%%/go/modules/community/imapauthenticator/language/pt_br.php
+%%WWWDIR%%/go/modules/community/imapauthenticator/language/pt_pt.php
 %%WWWDIR%%/go/modules/community/imapauthenticator/model/Authenticator.php
 %%WWWDIR%%/go/modules/community/imapauthenticator/model/Domain.php
 %%WWWDIR%%/go/modules/community/imapauthenticator/model/Group.php
@@ -1254,9 +1402,11 @@
 %%WWWDIR%%/go/modules/community/ldapauthenticator/language/hu.php
 %%WWWDIR%%/go/modules/community/ldapauthenticator/language/id.php
 %%WWWDIR%%/go/modules/community/ldapauthenticator/language/it.php
+%%WWWDIR%%/go/modules/community/ldapauthenticator/language/mn.php
 %%WWWDIR%%/go/modules/community/ldapauthenticator/language/nl.php
 %%WWWDIR%%/go/modules/community/ldapauthenticator/language/pl.php
 %%WWWDIR%%/go/modules/community/ldapauthenticator/language/pt_br.php
+%%WWWDIR%%/go/modules/community/ldapauthenticator/language/pt_pt.php
 %%WWWDIR%%/go/modules/community/ldapauthenticator/model/Authenticator.php
 %%WWWDIR%%/go/modules/community/ldapauthenticator/model/Domain.php
 %%WWWDIR%%/go/modules/community/ldapauthenticator/model/Group.php
@@ -1271,6 +1421,7 @@
 %%WWWDIR%%/go/modules/community/ldapauthenticator/views/extjs3/themes/default/style.css
 %%WWWDIR%%/go/modules/community/multi_instance/Module.php
 %%WWWDIR%%/go/modules/community/multi_instance/README.md
+%%WWWDIR%%/go/modules/community/multi_instance/cli/controller/Instance.php
 %%WWWDIR%%/go/modules/community/multi_instance/config.php.tpl
 %%WWWDIR%%/go/modules/community/multi_instance/controller/Instance.php
 %%WWWDIR%%/go/modules/community/multi_instance/cron/DeactivateTrials.php
@@ -1286,10 +1437,12 @@
 %%WWWDIR%%/go/modules/community/multi_instance/language/hu.php
 %%WWWDIR%%/go/modules/community/multi_instance/language/id.php
 %%WWWDIR%%/go/modules/community/multi_instance/language/it.php
+%%WWWDIR%%/go/modules/community/multi_instance/language/mn.php
 %%WWWDIR%%/go/modules/community/multi_instance/language/nb.php
 %%WWWDIR%%/go/modules/community/multi_instance/language/nl.php
 %%WWWDIR%%/go/modules/community/multi_instance/language/pl.php
 %%WWWDIR%%/go/modules/community/multi_instance/language/pt_br.php
+%%WWWDIR%%/go/modules/community/multi_instance/language/pt_pt.php
 %%WWWDIR%%/go/modules/community/multi_instance/model/Instance.php
 %%WWWDIR%%/go/modules/community/multi_instance/oninstall.php
 %%WWWDIR%%/go/modules/community/multi_instance/site-conf.tpl
@@ -1302,7 +1455,7 @@
 %%WWWDIR%%/go/modules/community/notes/Module.php
 %%WWWDIR%%/go/modules/community/notes/controller/Note.php
 %%WWWDIR%%/go/modules/community/notes/controller/NoteBook.php
-%%WWWDIR%%/go/modules/community/notes/convert/Csv.php
+%%WWWDIR%%/go/modules/community/notes/convert/Spreadsheet.php
 %%WWWDIR%%/go/modules/community/notes/icon.png
 %%WWWDIR%%/go/modules/community/notes/install/install.sql
 %%WWWDIR%%/go/modules/community/notes/install/uninstall.sql
@@ -1325,10 +1478,12 @@
 %%WWWDIR%%/go/modules/community/notes/language/id.php
 %%WWWDIR%%/go/modules/community/notes/language/it.php
 %%WWWDIR%%/go/modules/community/notes/language/ko.php
+%%WWWDIR%%/go/modules/community/notes/language/mn.php
 %%WWWDIR%%/go/modules/community/notes/language/nb.php
 %%WWWDIR%%/go/modules/community/notes/language/nl.php
 %%WWWDIR%%/go/modules/community/notes/language/pl.php
 %%WWWDIR%%/go/modules/community/notes/language/pt_br.php
+%%WWWDIR%%/go/modules/community/notes/language/pt_pt.php
 %%WWWDIR%%/go/modules/community/notes/language/ro.php
 %%WWWDIR%%/go/modules/community/notes/language/ru.php
 %%WWWDIR%%/go/modules/community/notes/language/sv.php
@@ -1357,9 +1512,13 @@
 %%WWWDIR%%/go/modules/community/notesencrypt/language/de.php
 %%WWWDIR%%/go/modules/community/notesencrypt/language/en.php
 %%WWWDIR%%/go/modules/community/notesencrypt/language/fr.php
+%%WWWDIR%%/go/modules/community/notesencrypt/language/it.php
+%%WWWDIR%%/go/modules/community/notesencrypt/language/mn.php
 %%WWWDIR%%/go/modules/community/notesencrypt/language/nb.php
+%%WWWDIR%%/go/modules/community/notesencrypt/language/nl.php
 %%WWWDIR%%/go/modules/community/notesencrypt/language/pl.php
 %%WWWDIR%%/go/modules/community/notesencrypt/language/pt_br.php
+%%WWWDIR%%/go/modules/community/notesencrypt/language/pt_pt.php
 %%WWWDIR%%/go/modules/community/notesencrypt/language/ro.php
 %%WWWDIR%%/go/modules/community/notesencrypt/views/extjs3/Functions.js
 %%WWWDIR%%/go/modules/community/notesencrypt/views/extjs3/Module.js
@@ -1381,10 +1540,12 @@
 %%WWWDIR%%/go/modules/community/serverclient/language/fr.php
 %%WWWDIR%%/go/modules/community/serverclient/language/it.php
 %%WWWDIR%%/go/modules/community/serverclient/language/ko.php
+%%WWWDIR%%/go/modules/community/serverclient/language/mn.php
 %%WWWDIR%%/go/modules/community/serverclient/language/nb.php
 %%WWWDIR%%/go/modules/community/serverclient/language/nl.php
 %%WWWDIR%%/go/modules/community/serverclient/language/pl.php
 %%WWWDIR%%/go/modules/community/serverclient/language/pt_br.php
+%%WWWDIR%%/go/modules/community/serverclient/language/pt_pt.php
 %%WWWDIR%%/go/modules/community/serverclient/language/ru.php
 %%WWWDIR%%/go/modules/community/serverclient/language/sv.php
 %%WWWDIR%%/go/modules/community/serverclient/language/th.php
@@ -1396,9 +1557,54 @@
 %%WWWDIR%%/go/modules/community/serverclient/views/extjs3/scripts.txt
 %%WWWDIR%%/go/modules/community/serverclient/views/extjs3/themes/default/images/serverclient.png
 %%WWWDIR%%/go/modules/community/serverclient/views/extjs3/themes/default/style.css
-%%WWWDIR%%/go/modules/community/tasks/controller/TaskList.php
-%%WWWDIR%%/go/modules/community/tasks/model/TaskList.php
+%%WWWDIR%%/go/modules/community/tasks/Module.php
+%%WWWDIR%%/go/modules/community/tasks/controller/Category.php
+%%WWWDIR%%/go/modules/community/tasks/controller/Task.php
+%%WWWDIR%%/go/modules/community/tasks/controller/Tasklist.php
+%%WWWDIR%%/go/modules/community/tasks/convert/Spreadsheet.php
+%%WWWDIR%%/go/modules/community/tasks/convert/VCalendar.php
+%%WWWDIR%%/go/modules/community/tasks/icon.png
+%%WWWDIR%%/go/modules/community/tasks/install/Migrator.php
+%%WWWDIR%%/go/modules/community/tasks/install/install.sql
+%%WWWDIR%%/go/modules/community/tasks/install/uninstall.sql
+%%WWWDIR%%/go/modules/community/tasks/install/updates.php
+%%WWWDIR%%/go/modules/community/tasks/install/upgrade.sql
+%%WWWDIR%%/go/modules/community/tasks/language/de.php
+%%WWWDIR%%/go/modules/community/tasks/language/en.php
+%%WWWDIR%%/go/modules/community/tasks/language/nl.php
+%%WWWDIR%%/go/modules/community/tasks/model/Alert.php
+%%WWWDIR%%/go/modules/community/tasks/model/Category.php
+%%WWWDIR%%/go/modules/community/tasks/model/Progress.php
+%%WWWDIR%%/go/modules/community/tasks/model/Recurrence.php
+%%WWWDIR%%/go/modules/community/tasks/model/Task.php
+%%WWWDIR%%/go/modules/community/tasks/model/Tasklist.php
+%%WWWDIR%%/go/modules/community/tasks/model/TasklistGroup.php
+%%WWWDIR%%/go/modules/community/tasks/model/UserSettings.php
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/AlertFields.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/CategoriesGrid.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/CategoryDialog.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/ChooseTasklistDialog.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/ChooseTasklistGrid.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/ContinueTaskDialog.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/MainPanel.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/Module.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/ParticipantField.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/Portlet.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/ProgressCombo.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/SettingsPanel.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/TaskCombo.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/TaskDetail.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/TaskDialog.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/TaskGrid.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/TaskLinkDetail.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/TasklistCombo.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/TasklistDialog.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/TasklistGroupDialog.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/TasklistsGrid.js
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/scripts.txt
+%%WWWDIR%%/go/modules/community/tasks/views/extjs3/themes/default/style.css
 %%WWWDIR%%/go/modules/community/test/Module.php
+%%WWWDIR%%/go/modules/community/test/cli/controller/Profile.php
 %%WWWDIR%%/go/modules/community/test/controller/B.php
 %%WWWDIR%%/go/modules/community/test/install/install.sql
 %%WWWDIR%%/go/modules/community/test/install/uninstall.sql
@@ -1440,6 +1646,7 @@
 %%WWWDIR%%/groupoffice
 %%WWWDIR%%/groupofficecli.php
 %%WWWDIR%%/index.php
+%%WWWDIR%%/install/clearcache.php
 %%WWWDIR%%/install/configfile.php
 %%WWWDIR%%/install/configfile.php.bak
 %%WWWDIR%%/install/finished.php
@@ -1448,7 +1655,7 @@
 %%WWWDIR%%/install/header.php
 %%WWWDIR%%/install/index.php
 %%WWWDIR%%/install/install.php
-%%WWWDIR%%/install/style.css
+%%WWWDIR%%/install/license.php
 %%WWWDIR%%/install/test.php
 %%WWWDIR%%/install/upgrade.php
 %%WWWDIR%%/language/addressformats.php
@@ -1477,19 +1684,6 @@
 %%WWWDIR%%/language/holidays/sv.php
 %%WWWDIR%%/language/holidays/th.php
 %%WWWDIR%%/language/languages.php
-%%WWWDIR%%/licensechecks/groupoffice-pro.php
-%%WWWDIR%%/modules/addressbook/AddressbookModule.php
-%%WWWDIR%%/modules/addressbook/install/updates.php
-%%WWWDIR%%/modules/addressbook/language/bg.php
-%%WWWDIR%%/modules/addressbook/language/cs.php
-%%WWWDIR%%/modules/addressbook/language/de.php
-%%WWWDIR%%/modules/addressbook/language/es.php
-%%WWWDIR%%/modules/addressbook/language/fr.php
-%%WWWDIR%%/modules/addressbook/language/hr.php
-%%WWWDIR%%/modules/addressbook/language/nb.php
-%%WWWDIR%%/modules/addressbook/language/pl.php
-%%WWWDIR%%/modules/addressbook/language/pt_br.php
-%%WWWDIR%%/modules/addressbook/views/Extjs3/ContactDetail.js
 %%WWWDIR%%/modules/assistant/AssistantModule.php
 %%WWWDIR%%/modules/assistant/assistant.js
 %%WWWDIR%%/modules/assistant/controller/FileController.php
@@ -1504,10 +1698,12 @@
 %%WWWDIR%%/modules/assistant/language/hu.php
 %%WWWDIR%%/modules/assistant/language/id.php
 %%WWWDIR%%/modules/assistant/language/it.php
+%%WWWDIR%%/modules/assistant/language/mn.php
 %%WWWDIR%%/modules/assistant/language/nb.php
 %%WWWDIR%%/modules/assistant/language/nl.php
 %%WWWDIR%%/modules/assistant/language/pl.php
 %%WWWDIR%%/modules/assistant/language/pt_br.php
+%%WWWDIR%%/modules/assistant/language/pt_pt.php
 %%WWWDIR%%/modules/assistant/language/ro.php
 %%WWWDIR%%/modules/assistant/scripts.txt
 %%WWWDIR%%/modules/assistant/themes/Default/images/assistant.png
@@ -1655,10 +1851,12 @@
 %%WWWDIR%%/modules/billing/language/hu.php
 %%WWWDIR%%/modules/billing/language/id.php
 %%WWWDIR%%/modules/billing/language/it.php
+%%WWWDIR%%/modules/billing/language/mn.php
 %%WWWDIR%%/modules/billing/language/nb.php
 %%WWWDIR%%/modules/billing/language/nl.php
 %%WWWDIR%%/modules/billing/language/pl.php
 %%WWWDIR%%/modules/billing/language/pt_br.php
+%%WWWDIR%%/modules/billing/language/pt_pt.php
 %%WWWDIR%%/modules/billing/language/ro.php
 %%WWWDIR%%/modules/billing/language/ru.php
 %%WWWDIR%%/modules/billing/language/sv.php
@@ -1865,6 +2063,7 @@
 %%WWWDIR%%/modules/calendar/controller/ViewGroupController.php
 %%WWWDIR%%/modules/calendar/cron/CalendarPublisher.php
 %%WWWDIR%%/modules/calendar/cron/EventAndTaskReportMailer.php
+%%WWWDIR%%/modules/calendar/filehandler/Ics.php
 %%WWWDIR%%/modules/calendar/install/install.sql
 %%WWWDIR%%/modules/calendar/install/uninstall.sql
 %%WWWDIR%%/modules/calendar/install/updates.php
@@ -1892,10 +2091,12 @@
 %%WWWDIR%%/modules/calendar/language/id.php
 %%WWWDIR%%/modules/calendar/language/it.php
 %%WWWDIR%%/modules/calendar/language/ko.php
+%%WWWDIR%%/modules/calendar/language/mn.php
 %%WWWDIR%%/modules/calendar/language/nb.php
 %%WWWDIR%%/modules/calendar/language/nl.php
 %%WWWDIR%%/modules/calendar/language/pl.php
 %%WWWDIR%%/modules/calendar/language/pt_br.php
+%%WWWDIR%%/modules/calendar/language/pt_pt.php
 %%WWWDIR%%/modules/calendar/language/ro.php
 %%WWWDIR%%/modules/calendar/language/ru.php
 %%WWWDIR%%/modules/calendar/language/sv.php
@@ -1915,6 +2116,7 @@
 %%WWWDIR%%/modules/calendar/model/PortletCalendar.php
 %%WWWDIR%%/modules/calendar/model/PrintCategoryCount.php
 %%WWWDIR%%/modules/calendar/model/Settings.php
+%%WWWDIR%%/modules/calendar/model/TasklistCompat.php
 %%WWWDIR%%/modules/calendar/model/UserSettings.php
 %%WWWDIR%%/modules/calendar/model/View.php
 %%WWWDIR%%/modules/calendar/model/ViewCalendar.php
@@ -1963,9 +2165,6 @@
 %%WWWDIR%%/modules/carddav/CarddavModule.php
 %%WWWDIR%%/modules/carddav/addressbook.php
 %%WWWDIR%%/modules/carddav/install/updates.inc.php
-%%WWWDIR%%/modules/comments/CommentsModule.php
-%%WWWDIR%%/modules/comments/install/updates.php
-%%WWWDIR%%/modules/comments/language/cs.php
 %%WWWDIR%%/modules/cron/CronModule.php
 %%WWWDIR%%/modules/cron/controller/CronGroupController.php
 %%WWWDIR%%/modules/cron/controller/CronUserController.php
@@ -1979,10 +2178,12 @@
 %%WWWDIR%%/modules/cron/language/hr.php
 %%WWWDIR%%/modules/cron/language/hu.php
 %%WWWDIR%%/modules/cron/language/id.php
*** 2472 LINES SKIPPED ***