pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/php-glpi



Module Name:    pkgsrc
Committed By:   hauke
Date:           Tue Aug 16 13:52:48 UTC 2022

Modified Files:
        pkgsrc/www/php-glpi: MESSAGE Makefile PLIST distinfo

Log Message:
Upgrade www/php-glpi from 9.4.6 to 10.0.2

This is a major update, providing fixes to multiple security
vulnerabilities, compatibility with current PHP and MySQL/Mariadb
versions. An extensive changelog is at
<https://github.com/glpi-project/glpi/blob/10.0/bugfixes/CHANGELOG.md>.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/php-glpi/MESSAGE
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/php-glpi/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/php-glpi/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/php-glpi/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/php-glpi/MESSAGE
diff -u pkgsrc/www/php-glpi/MESSAGE:1.7 pkgsrc/www/php-glpi/MESSAGE:1.8
--- pkgsrc/www/php-glpi/MESSAGE:1.7     Tue May 19 14:39:56 2020
+++ pkgsrc/www/php-glpi/MESSAGE Tue Aug 16 13:52:48 2022
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.7 2020/05/19 14:39:56 hauke Exp $
+$NetBSD: MESSAGE,v 1.8 2022/08/16 13:52:48 hauke Exp $
 
 GLPI requires a web server set up to run PHP scripts;
 ${PREFIX}/share/examples/glpi/http-glpi.conf is a sample
@@ -32,6 +32,7 @@ Rename install.php when you are done.
 
 Alternatively, you can upgrade from the commandline, by running
 
-su -m ${APACHE_USER} -c '${PREFIX}/share/glpi/bin/console --config-dir=${PKG_SYSCONFDIR} db:update'
+su -m ${APACHE_USER} -c '${PREFIX}/share/glpi/bin/console \
+       --config-dir=${PKG_SYSCONFDIR} db:update'
 
 ===========================================================================

Index: pkgsrc/www/php-glpi/Makefile
diff -u pkgsrc/www/php-glpi/Makefile:1.16 pkgsrc/www/php-glpi/Makefile:1.17
--- pkgsrc/www/php-glpi/Makefile:1.16   Wed Dec 29 06:05:19 2021
+++ pkgsrc/www/php-glpi/Makefile        Tue Aug 16 13:52:48 2022
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.16 2021/12/29 06:05:19 taca Exp $
+# $NetBSD: Makefile,v 1.17 2022/08/16 13:52:48 hauke Exp $
 
 DISTNAME=      glpi-${GLPI_VERSION}
-GLPI_VERSION=  9.4.6
-PKGREVISION=   1
+GLPI_VERSION=  10.0.2
 CATEGORIES=    www
 
-MASTER_SITES=  https://github.com/glpi-project/glpi/releases/download/${GLPI_VERSION}/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=glpi-project/}glpi/releases/download/${GLPI_VERSION}/
+#MASTER_SITES= https://github.com/glpi-project/glpi/releases/download/${GLPI_VERSION}/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    hauke%NetBSD.org@localhost
@@ -13,19 +13,29 @@ HOMEPAGE=   https://glpi-project.org/
 COMMENT=       IT inventory management software
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-zlib>=5.4:../../archivers/php-zlib
-DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=5.4:../../converters/php-mbstring
-DEPENDS+=      ${PHP_PKG_PREFIX}-ldap>=5.4:../../databases/php-ldap
-DEPENDS+=      ${PHP_PKG_PREFIX}-mysqli>=5.4:../../databases/php-mysqli
-DEPENDS+=      ${PHP_PKG_PREFIX}-opcache>=5.4:../../devel/php-opcache
-DEPENDS+=      ${PHP_PKG_PREFIX}-exif>=5.4:../../graphics/php-exif
-DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.4:../../graphics/php-gd
-DEPENDS+=      ${PHP_PKG_PREFIX}-imap>=5.4:../../mail/php-imap
-DEPENDS+=      ${PHP_PKG_PREFIX}-xmlrpc>=5.4:../../net/php-xmlrpc
-DEPENDS+=      ${PHP_PKG_PREFIX}-json>=5.4:../../textproc/php-json
-DEPENDS+=      ${PHP_PKG_PREFIX}-curl>=5.4:../../www/php-curl
+DEPENDS+=      ${PHP_PKG_PREFIX}-bz2>=7.4:../../archivers/php-bz2
+DEPENDS+=      ${PHP_PKG_PREFIX}-curl>=7.4:../../www/php-curl
+DEPENDS+=      ${PHP_PKG_PREFIX}-exif>=7.4:../../graphics/php-exif
+DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=7.4:../../graphics/php-gd
+DEPENDS+=      ${PHP_PKG_PREFIX}-iconv>=7.4:../../converters/php-iconv
+DEPENDS+=      ${PHP_PKG_PREFIX}-imap>=7.4:../../mail/php-imap
+DEPENDS+=      ${PHP_PKG_PREFIX}-intl>=7.4:../../textproc/php-intl
+DEPENDS+=      ${PHP_PKG_PREFIX}-ldap>=7.4:../../databases/php-ldap
+DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=7.4:../../converters/php-mbstring
+DEPENDS+=      ${PHP_PKG_PREFIX}-mysqli>=7.4:../../databases/php-mysqli
+DEPENDS+=      ${PHP_PKG_PREFIX}-opcache>=7.4:../../devel/php-opcache
+DEPENDS+=      ${PHP_PKG_PREFIX}-sodium>=7.4:../../security/php-sodium
+DEPENDS+=      ${PHP_PKG_PREFIX}-zip>=7.4:../../archivers/php-zip
+DEPENDS+=      ${PHP_PKG_PREFIX}-zlib>=7.4:../../archivers/php-zlib
+
 DEPENDS+=      freefont-ttf-[0-9]*:../../fonts/freefont-ttf
 
+.include "../../lang/php/phpversion.mk"
+
+.if ${PKG_PHP_VERSION} == 74
+DEPENDS+=      ${PHP_PKG_PREFIX}-json>=7.4:../../textproc/php-json
+.endif
+
 NO_BUILD=      yes
 USE_LANGUAGES= # none
 
@@ -35,8 +45,6 @@ BUILD_DEFS+=  APACHE_USER APACHE_GROUP VA
 
 MESSAGE_SUBST+=        APACHE_USER="${APACHE_USER}"
 
-PHP_VERSIONS_ACCEPTED= 56 74
-
 .include "../../mk/bsd.prefs.mk"
 
 WRKSRC=                ${WRKDIR}/glpi
@@ -81,15 +89,10 @@ REPLACE_FILES.php+= bin/console
 REPLACE_FILES.php+=    vendor/sabre/vobject/bin/${ddd}
 .endfor
 
-INSTALLATION_DIRS+=    ${GLPI_DIR} ${EGDIR}
-
-.include "../../lang/php/phpversion.mk"
+OWN_DIRS_PERMS+=       ${GLPI_DIR}/marketplace ${APACHE_USER} \
+                               ${APACHE_GROUP} 0750
 
-.if ${PKG_PHP_VERSION} == 56
-DEPENDS+=      ${PHP_PKG_PREFIX}-apcu>=4.0:../../www/php-apcu4
-.else
-DEPENDS+=      ${PHP_PKG_PREFIX}-apcu_bc>=1.0:../../www/php-apcu_bc
-.endif
+INSTALLATION_DIRS+=    ${EGDIR} ${GLPI_DIR} ${GLPI_DIR}/marketplace
 
 post-extract:
        for ddd in local_define.php crontab.sample httpd-glpi.conf ; do \
@@ -100,11 +103,10 @@ post-extract:
                find ${WRKSRC}/$${ddd} -type f -exec ${CHMOD} ugo-x \{\} \; ; \
        done
        cd ${WRKSRC}/install && ${MV} install.php install.php.disabled
-       ${CHMOD} ugo-x ${WRKSRC}/scripts/.htaccess
 
 do-install:
        cd ${WRKSRC}/config && ${PAX} -rw * ${DESTDIR}${PREFIX}/${EGDIR}
-       cd ${WRKSRC}/files && cp .htaccess \
+       ${INSTALL_DATA} ${WRKSRC}/files/.htaccess \
                ${DESTDIR}${PREFIX}/${EGDIR}/var_glpi.htaccess
        # Sub-tree will be re-created in VARBASE/glpi
        cd ${WRKSRC} && rm -r files

Index: pkgsrc/www/php-glpi/PLIST
diff -u pkgsrc/www/php-glpi/PLIST:1.8 pkgsrc/www/php-glpi/PLIST:1.9
--- pkgsrc/www/php-glpi/PLIST:1.8       Tue May 19 14:21:13 2020
+++ pkgsrc/www/php-glpi/PLIST   Tue Aug 16 13:52:48 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/05/19 14:21:13 hauke Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/08/16 13:52:48 hauke Exp $
 share/examples/glpi/crontab.sample
 share/examples/glpi/httpd-glpi.conf
 share/examples/glpi/local_define.php
@@ -6,16 +6,23 @@ share/examples/glpi/var_glpi.htaccess
 share/glpi/.htaccess
 share/glpi/CHANGELOG.md
 share/glpi/CONTRIBUTING.md
-share/glpi/COPYING.txt
+share/glpi/INSTALL.md
+share/glpi/LICENSE
 share/glpi/README.md
 share/glpi/SECURITY.md
 share/glpi/SUPPORT.md
-share/glpi/ajax/autocompletion.php
+share/glpi/ajax/actorinformation.php
+share/glpi/ajax/actors.php
+share/glpi/ajax/agent.php
+share/glpi/ajax/cable.php
+share/glpi/ajax/central.php
 share/glpi/ajax/comments.php
 share/glpi/ajax/common.tabs.php
 share/glpi/ajax/compareKbRevisions.php
+share/glpi/ajax/dashboard.php
 share/glpi/ajax/dcroom_size.php
 share/glpi/ajax/displayMessageAfterRedirect.php
+share/glpi/ajax/domainrecord_data_form.php
 share/glpi/ajax/dropdownAllItems.php
 share/glpi/ajax/dropdownConnect.php
 share/glpi/ajax/dropdownConnectNetworkPort.php
@@ -43,15 +50,14 @@ share/glpi/ajax/dropdownTypeCertificates
 share/glpi/ajax/dropdownUnicityFields.php
 share/glpi/ajax/dropdownValidator.php
 share/glpi/ajax/dropdownValuesBlacklist.php
-share/glpi/ajax/entitytree.php
-share/glpi/ajax/entitytreesearch.php
+share/glpi/ajax/entityCustomCssCode.php
 share/glpi/ajax/entitytreesons.php
 share/glpi/ajax/fileupload.php
 share/glpi/ajax/fuzzysearch.php
 share/glpi/ajax/genericdate.php
+share/glpi/ajax/getAbstractRightDropdownValue.php
 share/glpi/ajax/getDropdownConnect.php
 share/glpi/ajax/getDropdownFindNum.php
-share/glpi/ajax/getDropdownNetpoint.php
 share/glpi/ajax/getDropdownNumber.php
 share/glpi/ajax/getDropdownUsers.php
 share/glpi/ajax/getDropdownValue.php
@@ -60,18 +66,27 @@ share/glpi/ajax/getKbComment.php
 share/glpi/ajax/getKbRevision.php
 share/glpi/ajax/getKnowbaseItemAnswer.php
 share/glpi/ajax/getMapPoint.php
+share/glpi/ajax/getShareDashboardDropdownValue.php
+share/glpi/ajax/getUserPicture.php
 share/glpi/ajax/helpdesk_observer.php
+share/glpi/ajax/impact.php
 share/glpi/ajax/index.php
 share/glpi/ajax/inputtext.php
 share/glpi/ajax/itemTicket.php
 share/glpi/ajax/item_rack.php
+share/glpi/ajax/itilfollowup.php
+share/glpi/ajax/itillayout.php
+share/glpi/ajax/kanban.php
 share/glpi/ajax/kblink.php
 share/glpi/ajax/knowbase.php
 share/glpi/ajax/ldapdaterestriction.php
 share/glpi/ajax/mailcollector.php
 share/glpi/ajax/map.php
+share/glpi/ajax/marketplace.php
 share/glpi/ajax/massiveaction.php
 share/glpi/ajax/notifications_ajax.php
+share/glpi/ajax/pendingreason.php
+share/glpi/ajax/pin_savedsearches.php
 share/glpi/ajax/planning.php
 share/glpi/ajax/planningcheck.php
 share/glpi/ajax/planningend.php
@@ -80,6 +95,9 @@ share/glpi/ajax/private_public.php
 share/glpi/ajax/projecttask.php
 share/glpi/ajax/rack.php
 share/glpi/ajax/resaperiod.php
+share/glpi/ajax/reservable_items.php
+share/glpi/ajax/reservations.php
+share/glpi/ajax/rule.php
 share/glpi/ajax/ruleaction.php
 share/glpi/ajax/ruleactionvalue.php
 share/glpi/ajax/rulecriteria.php
@@ -88,10 +106,11 @@ share/glpi/ajax/savedsearch.php
 share/glpi/ajax/search.php
 share/glpi/ajax/searchoptionvalue.php
 share/glpi/ajax/selectUnaffectedOrNewItem_Device.php
+share/glpi/ajax/socket.php
 share/glpi/ajax/solution.php
 share/glpi/ajax/subvisibility.php
 share/glpi/ajax/switchdebug.php
-share/glpi/ajax/switchlang.php
+share/glpi/ajax/switchfoldmenu.php
 share/glpi/ajax/task.php
 share/glpi/ajax/telemetry.php
 share/glpi/ajax/textarea.php
@@ -100,6 +119,7 @@ share/glpi/ajax/ticketiteminformation.ph
 share/glpi/ajax/ticketsatisfaction.php
 share/glpi/ajax/timeline.php
 share/glpi/ajax/transfers.php
+share/glpi/ajax/treebrowse.php
 share/glpi/ajax/uemailUpdate.php
 share/glpi/ajax/unlockobject.php
 share/glpi/ajax/updateTrackingDeviceType.php
@@ -110,92 +130,393 @@ share/glpi/ajax/visibility.php
 share/glpi/apirest.md
 share/glpi/apirest.php
 share/glpi/apixmlrpc.php
+share/glpi/babel.config.js
 share/glpi/bin/console
+share/glpi/caldav.php
 share/glpi/config/.htaccess
 share/glpi/config/crontab.sample
 share/glpi/config/httpd-glpi.conf
 share/glpi/config/local_define.php
-share/glpi/css/_highcontrast.scss
-share/glpi/css/chartists-glpi.css
-share/glpi/css/chartists-glpi.min.css
-share/glpi/css/jquery-glpi.css
-share/glpi/css/jquery-glpi.min.css
-share/glpi/css/jstree-glpi.css
-share/glpi/css/jstree-glpi.min.css
-share/glpi/css/palettes/_aerialgreen.scss
-share/glpi/css/palettes/_auror.scss
-share/glpi/css/palettes/_automn.scss
-share/glpi/css/palettes/_classic.scss
-share/glpi/css/palettes/_clockworkorange.scss
-share/glpi/css/palettes/_dark.scss
-share/glpi/css/palettes/_flood.scss
-share/glpi/css/palettes/_greenflat.scss
-share/glpi/css/palettes/_hipster.scss
-share/glpi/css/palettes/_icecream.scss
-share/glpi/css/palettes/_lightblue.scss
-share/glpi/css/palettes/_premiumred.scss
-share/glpi/css/palettes/_purplehaze.scss
-share/glpi/css/palettes/_teclib.scss
-share/glpi/css/palettes/_vintage.scss
+share/glpi/css/includes/_base.scss
+share/glpi/css/includes/_fonts.scss
+share/glpi/css/includes/_global-variables.scss
+share/glpi/css/includes/_highcontrast.scss
+share/glpi/css/includes/_includes.scss
+share/glpi/css/includes/_logos.scss
+share/glpi/css/includes/_palette_dark.scss
+share/glpi/css/includes/_palette_light.scss
+share/glpi/css/includes/components/_asset-form.scss
+share/glpi/css/includes/components/_browser_tree.scss
+share/glpi/css/includes/components/_buttons-group.scss
+share/glpi/css/includes/components/_debug-panel.scss
+share/glpi/css/includes/components/_documentation.scss
+share/glpi/css/includes/components/_fileupload.scss
+share/glpi/css/includes/components/_flatpickr.scss
+share/glpi/css/includes/components/_floating-buttons.scss
+share/glpi/css/includes/components/_fullcalendar.scss
+share/glpi/css/includes/components/_fuzzy.scss
+share/glpi/css/includes/components/_global-menu.scss
+share/glpi/css/includes/components/_kanban.scss
+share/glpi/css/includes/components/_mini-tabs.scss
+share/glpi/css/includes/components/_networkport.scss
+share/glpi/css/includes/components/_pictures.scss
+share/glpi/css/includes/components/_racks.scss
+share/glpi/css/includes/components/_richtext.scss
+share/glpi/css/includes/components/_rules.scss
+share/glpi/css/includes/components/_saved-searches.scss
+share/glpi/css/includes/components/_scrollbars.scss
+share/glpi/css/includes/components/_search_input.scss
+share/glpi/css/includes/components/_select2.scss
+share/glpi/css/includes/components/_tabs.scss
+share/glpi/css/includes/components/chartist/_generate.scss
+share/glpi/css/includes/components/chartist/_palette_cb_seq_blue_9.scss
+share/glpi/css/includes/components/chartist/_palette_cb_seq_red_9.scss
+share/glpi/css/includes/components/chartist/_palette_d3_cat_10.scss
+share/glpi/css/includes/components/chartist/_palette_d3_cat_20.scss
+share/glpi/css/includes/components/chartist/_palette_d3_tab_10.scss
+share/glpi/css/includes/components/itilobject/_actors.scss
+share/glpi/css/includes/components/itilobject/_dates_timelines.scss
+share/glpi/css/includes/components/itilobject/_footer.scss
+share/glpi/css/includes/components/itilobject/_layout.scss
+share/glpi/css/includes/components/itilobject/_status.scss
+share/glpi/css/includes/components/itilobject/_timeline.scss
+share/glpi/css/includes/components/setup/_dropdowns_list.scss
+share/glpi/css/includes/mixins/_badges_fixes.scss
+share/glpi/css/includes/pages/_search.scss
+share/glpi/css/install.scss
+share/glpi/css/legacy/includes/_impact.scss
+share/glpi/css/legacy/includes/_inputs.scss
+share/glpi/css/legacy/includes/_planning.scss
+share/glpi/css/legacy/includes/_responsive_fixes.scss
+share/glpi/css/legacy/includes/_styles.scss
+share/glpi/css/lib/bootstrap/scss/_accordion.scss
+share/glpi/css/lib/bootstrap/scss/_alert.scss
+share/glpi/css/lib/bootstrap/scss/_badge.scss
+share/glpi/css/lib/bootstrap/scss/_breadcrumb.scss
+share/glpi/css/lib/bootstrap/scss/_button-group.scss
+share/glpi/css/lib/bootstrap/scss/_buttons.scss
+share/glpi/css/lib/bootstrap/scss/_card.scss
+share/glpi/css/lib/bootstrap/scss/_carousel.scss
+share/glpi/css/lib/bootstrap/scss/_close.scss
+share/glpi/css/lib/bootstrap/scss/_containers.scss
+share/glpi/css/lib/bootstrap/scss/_dropdown.scss
+share/glpi/css/lib/bootstrap/scss/_forms.scss
+share/glpi/css/lib/bootstrap/scss/_functions.scss
+share/glpi/css/lib/bootstrap/scss/_grid.scss
+share/glpi/css/lib/bootstrap/scss/_helpers.scss
+share/glpi/css/lib/bootstrap/scss/_images.scss
+share/glpi/css/lib/bootstrap/scss/_list-group.scss
+share/glpi/css/lib/bootstrap/scss/_mixins.scss
+share/glpi/css/lib/bootstrap/scss/_modal.scss
+share/glpi/css/lib/bootstrap/scss/_nav.scss
+share/glpi/css/lib/bootstrap/scss/_navbar.scss
+share/glpi/css/lib/bootstrap/scss/_offcanvas.scss
+share/glpi/css/lib/bootstrap/scss/_pagination.scss
+share/glpi/css/lib/bootstrap/scss/_placeholders.scss
+share/glpi/css/lib/bootstrap/scss/_popover.scss
+share/glpi/css/lib/bootstrap/scss/_progress.scss
+share/glpi/css/lib/bootstrap/scss/_reboot.scss
+share/glpi/css/lib/bootstrap/scss/_root.scss
+share/glpi/css/lib/bootstrap/scss/_spinners.scss
+share/glpi/css/lib/bootstrap/scss/_tables.scss
+share/glpi/css/lib/bootstrap/scss/_toasts.scss
+share/glpi/css/lib/bootstrap/scss/_tooltip.scss
+share/glpi/css/lib/bootstrap/scss/_transitions.scss
+share/glpi/css/lib/bootstrap/scss/_type.scss
+share/glpi/css/lib/bootstrap/scss/_utilities.scss
+share/glpi/css/lib/bootstrap/scss/_variables.scss
+share/glpi/css/lib/bootstrap/scss/bootstrap-grid.scss
+share/glpi/css/lib/bootstrap/scss/bootstrap-reboot.scss
+share/glpi/css/lib/bootstrap/scss/bootstrap-utilities.scss
+share/glpi/css/lib/bootstrap/scss/bootstrap.scss
+share/glpi/css/lib/bootstrap/scss/forms/_floating-labels.scss
+share/glpi/css/lib/bootstrap/scss/forms/_form-check.scss
+share/glpi/css/lib/bootstrap/scss/forms/_form-control.scss
+share/glpi/css/lib/bootstrap/scss/forms/_form-range.scss
+share/glpi/css/lib/bootstrap/scss/forms/_form-select.scss
+share/glpi/css/lib/bootstrap/scss/forms/_form-text.scss
+share/glpi/css/lib/bootstrap/scss/forms/_input-group.scss
+share/glpi/css/lib/bootstrap/scss/forms/_labels.scss
+share/glpi/css/lib/bootstrap/scss/forms/_validation.scss
+share/glpi/css/lib/bootstrap/scss/helpers/_clearfix.scss
+share/glpi/css/lib/bootstrap/scss/helpers/_colored-links.scss
+share/glpi/css/lib/bootstrap/scss/helpers/_position.scss
+share/glpi/css/lib/bootstrap/scss/helpers/_ratio.scss
+share/glpi/css/lib/bootstrap/scss/helpers/_stacks.scss
+share/glpi/css/lib/bootstrap/scss/helpers/_stretched-link.scss
+share/glpi/css/lib/bootstrap/scss/helpers/_text-truncation.scss
+share/glpi/css/lib/bootstrap/scss/helpers/_visually-hidden.scss
+share/glpi/css/lib/bootstrap/scss/helpers/_vr.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_alert.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_backdrop.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_border-radius.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_box-shadow.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_breakpoints.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_buttons.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_caret.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_clearfix.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_color-scheme.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_container.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_deprecate.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_forms.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_gradients.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_grid.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_image.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_list-group.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_lists.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_pagination.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_reset-text.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_resize.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_table-variants.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_text-truncate.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_transition.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_utilities.scss
+share/glpi/css/lib/bootstrap/scss/mixins/_visually-hidden.scss
+share/glpi/css/lib/bootstrap/scss/utilities/_api.scss
+share/glpi/css/lib/bootstrap/scss/vendor/_rfs.scss
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-100-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-200-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-300-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-400-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-500-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-600-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-700-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-800-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-900-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-ext-100-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-ext-200-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-ext-300-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-ext-400-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-ext-500-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-ext-600-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-ext-700-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-ext-800-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-cyrillic-ext-900-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-100-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-200-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-300-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-400-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-500-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-600-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-700-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-800-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-900-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-ext-100-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-ext-200-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-ext-300-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-ext-400-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-ext-500-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-ext-600-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-ext-700-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-ext-800-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-greek-ext-900-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-100-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-200-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-300-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-400-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-500-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-600-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-700-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-800-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-900-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-ext-100-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-ext-200-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-ext-300-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-ext-400-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-ext-500-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-ext-600-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-ext-700-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-ext-800-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-latin-ext-900-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-vietnamese-100-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-vietnamese-200-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-vietnamese-300-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-vietnamese-400-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-vietnamese-500-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-vietnamese-600-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-vietnamese-700-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-vietnamese-800-normal.woff2
+share/glpi/css/lib/fontsource/inter/files/inter-vietnamese-900-normal.woff2
+share/glpi/css/lib/fontsource/inter/scss/mixins.scss
+share/glpi/css/lib/select2/src/scss/_dropdown.scss
+share/glpi/css/lib/select2/src/scss/_multiple.scss
+share/glpi/css/lib/select2/src/scss/_single.scss
+share/glpi/css/lib/select2/src/scss/core.scss
+share/glpi/css/lib/select2/src/scss/mixins/_gradients.scss
+share/glpi/css/lib/select2/src/scss/theme/classic/_defaults.scss
+share/glpi/css/lib/select2/src/scss/theme/classic/_multiple.scss
+share/glpi/css/lib/select2/src/scss/theme/classic/_single.scss
+share/glpi/css/lib/select2/src/scss/theme/classic/layout.scss
+share/glpi/css/lib/select2/src/scss/theme/default/_multiple.scss
+share/glpi/css/lib/select2/src/scss/theme/default/_single.scss
+share/glpi/css/lib/select2/src/scss/theme/default/layout.scss
+share/glpi/css/lib/tabler/core/src/scss/_bootstrap-components.scss
+share/glpi/css/lib/tabler/core/src/scss/_bootstrap-config.scss
+share/glpi/css/lib/tabler/core/src/scss/_config.scss
+share/glpi/css/lib/tabler/core/src/scss/_core.scss
+share/glpi/css/lib/tabler/core/src/scss/_debug.scss
+share/glpi/css/lib/tabler/core/src/scss/_mixins-override.scss
+share/glpi/css/lib/tabler/core/src/scss/_mixins.scss
+share/glpi/css/lib/tabler/core/src/scss/_utilities.scss
+share/glpi/css/lib/tabler/core/src/scss/_variables.scss
+share/glpi/css/lib/tabler/core/src/scss/demo.scss
+share/glpi/css/lib/tabler/core/src/scss/demo/_examples.scss
+share/glpi/css/lib/tabler/core/src/scss/demo/_highlight.scss
+share/glpi/css/lib/tabler/core/src/scss/fonts/_webfonts.scss
+share/glpi/css/lib/tabler/core/src/scss/layout/_core.scss
+share/glpi/css/lib/tabler/core/src/scss/layout/_dark.scss
+share/glpi/css/lib/tabler/core/src/scss/layout/_footer.scss
+share/glpi/css/lib/tabler/core/src/scss/layout/_navbar.scss
+share/glpi/css/lib/tabler/core/src/scss/layout/_page.scss
+share/glpi/css/lib/tabler/core/src/scss/mixins/_functions.scss
+share/glpi/css/lib/tabler/core/src/scss/mixins/_mixins.scss
+share/glpi/css/lib/tabler/core/src/scss/tabler-flags.scss
+share/glpi/css/lib/tabler/core/src/scss/tabler-payments.scss
+share/glpi/css/lib/tabler/core/src/scss/tabler-vendors.scss
+share/glpi/css/lib/tabler/core/src/scss/tabler.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_accordion.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_alerts.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_avatars.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_badges.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_breadcrumbs.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_buttons.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_calendars.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_cards.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_charts.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_close.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_dropdowns.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_empty.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_flags.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_forms.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_grid.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_icons.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_images.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_legend.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_lists.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_loaders.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_login.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_markdown.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_modals.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_nav.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_offcanvas.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_pagination.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_payments.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_placeholder.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_popovers.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_progress.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_ribbons.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_stars.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_status.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_steps.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_switch-icon.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_tables.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_toasts.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_toolbar.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/_type.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/forms/_form-check.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/forms/_form-colorinput.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/forms/_form-custom.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/forms/_form-icon.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/forms/_form-imagecheck.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/forms/_form-selectgroup.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/forms/_validation.scss
+share/glpi/css/lib/tabler/core/src/scss/ui/typo/_hr.scss
+share/glpi/css/lib/tabler/core/src/scss/utils/_background.scss
+share/glpi/css/lib/tabler/core/src/scss/utils/_colors.scss
+share/glpi/css/lib/tabler/core/src/scss/utils/_opacity.scss
+share/glpi/css/lib/tabler/core/src/scss/utils/_scroll.scss
+share/glpi/css/lib/tabler/core/src/scss/utils/_shadow.scss
+share/glpi/css/lib/tabler/core/src/scss/utils/_sizing.scss
+share/glpi/css/lib/tabler/core/src/scss/utils/_text.scss
+share/glpi/css/lib/tabler/core/src/scss/vendor/_apexcharts.scss
+share/glpi/css/lib/tabler/core/src/scss/vendor/_jsvectormap.scss
+share/glpi/css/lib/tabler/core/src/scss/vendor/_litepicker.scss
+share/glpi/css/lib/tabler/core/src/scss/vendor/_nouislider.scss
+share/glpi/css/lib/tabler/core/src/scss/vendor/_tom-select.scss
+share/glpi/css/lib/tabler/icons/iconfont/fonts/tabler-icons.eot
+share/glpi/css/lib/tabler/icons/iconfont/fonts/tabler-icons.svg
+share/glpi/css/lib/tabler/icons/iconfont/fonts/tabler-icons.ttf
+share/glpi/css/lib/tabler/icons/iconfont/fonts/tabler-icons.woff
+share/glpi/css/lib/tabler/icons/iconfont/fonts/tabler-icons.woff2
+share/glpi/css/lib/tabler/icons/iconfont/tabler-icons.scss
+share/glpi/css/palettes/_defaults.scss
+share/glpi/css/palettes/aerialgreen.scss
+share/glpi/css/palettes/auror.scss
+share/glpi/css/palettes/auror_dark.scss
+share/glpi/css/palettes/automn.scss
+share/glpi/css/palettes/classic.scss
+share/glpi/css/palettes/clockworkorange.scss
+share/glpi/css/palettes/dark.scss
+share/glpi/css/palettes/darker.scss
+share/glpi/css/palettes/flood.scss
+share/glpi/css/palettes/greenflat.scss
+share/glpi/css/palettes/hipster.scss
+share/glpi/css/palettes/icecream.scss
+share/glpi/css/palettes/lightblue.scss
+share/glpi/css/palettes/midnight.scss
+share/glpi/css/palettes/premiumred.scss
 share/glpi/css/palettes/previews/aerialgreen.png
 share/glpi/css/palettes/previews/auror.png
+share/glpi/css/palettes/previews/auror_dark.png
 share/glpi/css/palettes/previews/automn.png
 share/glpi/css/palettes/previews/classic.png
 share/glpi/css/palettes/previews/clockworkorange.png
 share/glpi/css/palettes/previews/dark.png
+share/glpi/css/palettes/previews/darker.png
 share/glpi/css/palettes/previews/flood.png
 share/glpi/css/palettes/previews/greenflat.png
 share/glpi/css/palettes/previews/hipster.png
 share/glpi/css/palettes/previews/icecream.png
 share/glpi/css/palettes/previews/lightblue.png
+share/glpi/css/palettes/previews/midnight.png
 share/glpi/css/palettes/previews/premiumred.png
 share/glpi/css/palettes/previews/purplehaze.png
 share/glpi/css/palettes/previews/teclib.png
 share/glpi/css/palettes/previews/vintage.png
-share/glpi/css/print.css
-share/glpi/css/print.min.css
-share/glpi/css/style_install.css
-share/glpi/css/style_install.min.css
-share/glpi/css/styles.scss
-share/glpi/css/tab-scroller-menu.css
-share/glpi/css/tab-scroller-menu.min.css
-share/glpi/css/tiny_mce/skins/light/content.inline.min.css
-share/glpi/css/tiny_mce/skins/light/content.min.css
-share/glpi/css/tiny_mce/skins/light/fonts/tinymce-small.eot
-share/glpi/css/tiny_mce/skins/light/fonts/tinymce-small.svg
-share/glpi/css/tiny_mce/skins/light/fonts/tinymce-small.ttf
-share/glpi/css/tiny_mce/skins/light/fonts/tinymce-small.woff
-share/glpi/css/tiny_mce/skins/light/fonts/tinymce.eot
-share/glpi/css/tiny_mce/skins/light/fonts/tinymce.svg
-share/glpi/css/tiny_mce/skins/light/fonts/tinymce.ttf
-share/glpi/css/tiny_mce/skins/light/fonts/tinymce.woff
-share/glpi/css/tiny_mce/skins/light/img/anchor.gif
-share/glpi/css/tiny_mce/skins/light/img/loader.gif
-share/glpi/css/tiny_mce/skins/light/img/object.gif
-share/glpi/css/tiny_mce/skins/light/img/trans.gif
-share/glpi/css/tiny_mce/skins/light/skin.min.css
-share/glpi/css/tiny_mce_custom.css
-share/glpi/css/tiny_mce_custom.min.css
-share/glpi/css/win_png.htc
-share/glpi/css_compiled/css_highcontrast.min.css
+share/glpi/css/palettes/purplehaze.scss
+share/glpi/css/palettes/teclib.scss
+share/glpi/css/palettes/vintage.scss
+share/glpi/css/standalone/chartist.scss
+share/glpi/css/standalone/dashboard.scss
+share/glpi/css/standalone/gridstack-grids.scss
+share/glpi/css/standalone/marketplace.scss
+share/glpi/css/standalone/reservations.scss
+share/glpi/css_compiled/css_install.min.css
 share/glpi/css_compiled/css_palettes_aerialgreen.min.css
 share/glpi/css_compiled/css_palettes_auror.min.css
+share/glpi/css_compiled/css_palettes_auror_dark.min.css
 share/glpi/css_compiled/css_palettes_automn.min.css
 share/glpi/css_compiled/css_palettes_classic.min.css
 share/glpi/css_compiled/css_palettes_clockworkorange.min.css
 share/glpi/css_compiled/css_palettes_dark.min.css
+share/glpi/css_compiled/css_palettes_darker.min.css
 share/glpi/css_compiled/css_palettes_flood.min.css
 share/glpi/css_compiled/css_palettes_greenflat.min.css
 share/glpi/css_compiled/css_palettes_hipster.min.css
 share/glpi/css_compiled/css_palettes_icecream.min.css
 share/glpi/css_compiled/css_palettes_lightblue.min.css
+share/glpi/css_compiled/css_palettes_midnight.min.css
 share/glpi/css_compiled/css_palettes_premiumred.min.css
 share/glpi/css_compiled/css_palettes_purplehaze.min.css
 share/glpi/css_compiled/css_palettes_teclib.min.css
 share/glpi/css_compiled/css_palettes_vintage.min.css
-share/glpi/css_compiled/css_styles.min.css
+share/glpi/css_compiled/css_standalone_chartist.min.css
+share/glpi/css_compiled/css_standalone_dashboard.min.css
+share/glpi/css_compiled/css_standalone_gridstack-grids.min.css
+share/glpi/css_compiled/css_standalone_marketplace.min.css
+share/glpi/css_compiled/css_standalone_reservations.min.css
+share/glpi/front/agent.form.php
+share/glpi/front/agent.php
 share/glpi/front/allassets.php
 share/glpi/front/apiclient.form.php
+share/glpi/front/appliance.form.php
+share/glpi/front/appliance.php
+share/glpi/front/appliance_item.form.php
+share/glpi/front/appliance_item_relation.form.php
+share/glpi/front/applianceenvironment.form.php
+share/glpi/front/applianceenvironment.php
+share/glpi/front/appliancetype.form.php
+share/glpi/front/appliancetype.php
 share/glpi/front/auth.others.php
 share/glpi/front/auth.settings.php
 share/glpi/front/authldap.form.php
@@ -214,6 +535,12 @@ share/glpi/front/budgettype.form.php
 share/glpi/front/budgettype.php
 share/glpi/front/businesscriticity.form.php
 share/glpi/front/businesscriticity.php
+share/glpi/front/cable.form.php
+share/glpi/front/cable.php
+share/glpi/front/cablestrand.form.php
+share/glpi/front/cablestrand.php
+share/glpi/front/cabletype.form.php
+share/glpi/front/cabletype.php
 share/glpi/front/calendar.form.php
 share/glpi/front/calendar.php
 share/glpi/front/calendar_holiday.form.php
@@ -240,15 +567,22 @@ share/glpi/front/change_ticket.form.php
 share/glpi/front/change_user.form.php
 share/glpi/front/changecost.form.php
 share/glpi/front/changetask.form.php
+share/glpi/front/changetemplate.form.php
+share/glpi/front/changetemplate.php
+share/glpi/front/changetemplatehiddenfield.form.php
+share/glpi/front/changetemplatemandatoryfield.form.php
+share/glpi/front/changetemplatepredefinedfield.form.php
 share/glpi/front/changevalidation.form.php
+share/glpi/front/cluster.form.php
+share/glpi/front/cluster.php
+share/glpi/front/clustertype.form.php
+share/glpi/front/clustertype.php
 share/glpi/front/commonitilcost.form.php
 share/glpi/front/commonitiltask.form.php
 share/glpi/front/commonitilvalidation.form.php
 share/glpi/front/computer.form.php
 share/glpi/front/computer.php
 share/glpi/front/computer_item.form.php
-share/glpi/front/computer_softwarelicense.form.php
-share/glpi/front/computer_softwareversion.form.php
 share/glpi/front/computerantivirus.form.php
 share/glpi/front/computermodel.form.php
 share/glpi/front/computermodel.php
@@ -266,6 +600,7 @@ share/glpi/front/contact.php
 share/glpi/front/contact_supplier.form.php
 share/glpi/front/contacttype.form.php
 share/glpi/front/contacttype.php
+share/glpi/front/contenttemplates/documentation.php
 share/glpi/front/contract.form.php
 share/glpi/front/contract.php
 share/glpi/front/contract_item.form.php
@@ -277,6 +612,16 @@ share/glpi/front/cron.php
 share/glpi/front/crontask.form.php
 share/glpi/front/crontask.php
 share/glpi/front/css.php
+share/glpi/front/dashboard_assets.php
+share/glpi/front/dashboard_helpdesk.php
+share/glpi/front/database.form.php
+share/glpi/front/database.php
+share/glpi/front/databaseinstance.form.php
+share/glpi/front/databaseinstance.php
+share/glpi/front/databaseinstancecategory.form.php
+share/glpi/front/databaseinstancecategory.php
+share/glpi/front/databaseinstancetype.form.php
+share/glpi/front/databaseinstancetype.php
 share/glpi/front/datacenter.form.php
 share/glpi/front/datacenter.php
 share/glpi/front/dcroom.form.php
@@ -302,6 +647,14 @@ share/glpi/front/documenttype.list.php
 share/glpi/front/documenttype.php
 share/glpi/front/domain.form.php
 share/glpi/front/domain.php
+share/glpi/front/domainrecord.form.php
+share/glpi/front/domainrecord.php
+share/glpi/front/domainrecordtype.form.php
+share/glpi/front/domainrecordtype.php
+share/glpi/front/domainrelation.form.php
+share/glpi/front/domainrelation.php
+share/glpi/front/domaintype.form.php
+share/glpi/front/domaintype.php
 share/glpi/front/dropdown.common.form.php
 share/glpi/front/dropdown.common.php
 share/glpi/front/dropdown.php
@@ -334,13 +687,22 @@ share/glpi/front/helpdesk.php
 share/glpi/front/helpdesk.public.php
 share/glpi/front/holiday.form.php
 share/glpi/front/holiday.php
+share/glpi/front/imageformat.form.php
+share/glpi/front/imageformat.php
+share/glpi/front/imageresolution.form.php
+share/glpi/front/imageresolution.php
+share/glpi/front/impactcsv.php
+share/glpi/front/impactitem.form.php
 share/glpi/front/index.php
 share/glpi/front/infocom.form.php
 share/glpi/front/interfacetype.form.php
 share/glpi/front/interfacetype.php
+share/glpi/front/inventory.conf.php
+share/glpi/front/inventory.php
 share/glpi/front/ipnetwork.form.php
 share/glpi/front/ipnetwork.php
 share/glpi/front/ipnetwork_vlan.form.php
+share/glpi/front/item_cluster.form.php
 share/glpi/front/item_device.common.form.php
 share/glpi/front/item_device.php
 share/glpi/front/item_devicebattery.form.php
@@ -367,16 +729,23 @@ share/glpi/front/item_operatingsystem.fo
 share/glpi/front/item_problem.form.php
 share/glpi/front/item_project.form.php
 share/glpi/front/item_rack.form.php
+share/glpi/front/item_remotemanagement.form.php
+share/glpi/front/item_softwarelicense.form.php
+share/glpi/front/item_softwareversion.form.php
 share/glpi/front/item_ticket.form.php
 share/glpi/front/itil_project.form.php
 share/glpi/front/itilcategory.form.php
 share/glpi/front/itilcategory.php
 share/glpi/front/itilfollowup.form.php
+share/glpi/front/itilfollowuptemplate.form.php
+share/glpi/front/itilfollowuptemplate.php
 share/glpi/front/itilsolution.form.php
+share/glpi/front/itiltemplatefield.form.php
 share/glpi/front/knowbaseitem.form.php
 share/glpi/front/knowbaseitem.php
 share/glpi/front/knowbaseitem_comment.form.php
 share/glpi/front/knowbaseitem_item.form.php
+share/glpi/front/knowbaseitem_knowbaseitemcategory.form.php
 share/glpi/front/knowbaseitemcategory.form.php
 share/glpi/front/knowbaseitemcategory.php
 share/glpi/front/knowbaseitemtranslation.form.php
@@ -394,16 +763,23 @@ share/glpi/front/link.form.php
 share/glpi/front/link.php
 share/glpi/front/link.send.php
 share/glpi/front/link_itemtype.form.php
+share/glpi/front/locale.php
 share/glpi/front/location.form.php
 share/glpi/front/location.php
 share/glpi/front/lock.form.php
+share/glpi/front/lockedfield.form.php
+share/glpi/front/lockedfield.php
+share/glpi/front/log/export.php
 share/glpi/front/login.php
 share/glpi/front/logout.php
 share/glpi/front/lostpassword.php
 share/glpi/front/mailcollector.form.php
 share/glpi/front/mailcollector.php
+share/glpi/front/manuallink.form.php
 share/glpi/front/manufacturer.form.php
 share/glpi/front/manufacturer.php
+share/glpi/front/marketplace.download.php
+share/glpi/front/marketplace.php
 share/glpi/front/massiveaction.php
 share/glpi/front/migrationcleaner.php
 share/glpi/front/monitor.form.php
@@ -412,8 +788,6 @@ share/glpi/front/monitormodel.form.php
 share/glpi/front/monitormodel.php
 share/glpi/front/monitortype.form.php
 share/glpi/front/monitortype.php
-share/glpi/front/netpoint.form.php
-share/glpi/front/netpoint.php
 share/glpi/front/network.form.php
 share/glpi/front/network.php
 share/glpi/front/networkalias.form.php
@@ -429,8 +803,12 @@ share/glpi/front/networkname.form.php
 share/glpi/front/networkname.php
 share/glpi/front/networkport.form.php
 share/glpi/front/networkport_vlan.form.php
+share/glpi/front/networkportfiberchanneltype.form.php
+share/glpi/front/networkportfiberchanneltype.php
 share/glpi/front/networkportmigration.form.php
 share/glpi/front/networkportmigration.php
+share/glpi/front/networkporttype.form.php
+share/glpi/front/networkporttype.php
 share/glpi/front/notepad.form.php
 share/glpi/front/notification.form.php
 share/glpi/front/notification.php
@@ -463,6 +841,14 @@ share/glpi/front/operatingsystemservicep
 share/glpi/front/operatingsystemservicepack.php
 share/glpi/front/operatingsystemversion.form.php
 share/glpi/front/operatingsystemversion.php
+share/glpi/front/passivedcequipment.form.php
+share/glpi/front/passivedcequipment.php
+share/glpi/front/passivedcequipmentmodel.form.php
+share/glpi/front/passivedcequipmentmodel.php
+share/glpi/front/passivedcequipmenttype.form.php
+share/glpi/front/passivedcequipmenttype.php
+share/glpi/front/pcivendor.form.php
+share/glpi/front/pcivendor.php
 share/glpi/front/pdu.form.php
 share/glpi/front/pdu.php
 share/glpi/front/pdu_plug.form.php
@@ -471,6 +857,8 @@ share/glpi/front/pdumodel.form.php
 share/glpi/front/pdumodel.php
 share/glpi/front/pdutype.form.php
 share/glpi/front/pdutype.php
+share/glpi/front/pendingreason.form.php
+share/glpi/front/pendingreason.php
 share/glpi/front/peripheral.form.php
 share/glpi/front/peripheral.php
 share/glpi/front/peripheralmodel.form.php
@@ -487,6 +875,13 @@ share/glpi/front/phonetype.form.php
 share/glpi/front/phonetype.php
 share/glpi/front/planning.form.php
 share/glpi/front/planning.php
+share/glpi/front/planningcsv.php
+share/glpi/front/planningeventcategory.form.php
+share/glpi/front/planningeventcategory.php
+share/glpi/front/planningexternalevent.form.php
+share/glpi/front/planningexternalevent.php
+share/glpi/front/planningexternaleventtemplate.form.php
+share/glpi/front/planningexternaleventtemplate.php
 share/glpi/front/planningrecall.form.php
 share/glpi/front/plug.form.php
 share/glpi/front/plug.php
@@ -507,6 +902,11 @@ share/glpi/front/problem_ticket.form.php
 share/glpi/front/problem_user.form.php
 share/glpi/front/problemcost.form.php
 share/glpi/front/problemtask.form.php
+share/glpi/front/problemtemplate.form.php
+share/glpi/front/problemtemplate.php
+share/glpi/front/problemtemplatehiddenfield.form.php
+share/glpi/front/problemtemplatemandatoryfield.form.php
+share/glpi/front/problemtemplatepredefinedfield.form.php
 share/glpi/front/profile.form.php
 share/glpi/front/profile.php
 share/glpi/front/profile_user.form.php
@@ -534,8 +934,13 @@ share/glpi/front/rackmodel.form.php
 share/glpi/front/rackmodel.php
 share/glpi/front/racktype.form.php
 share/glpi/front/racktype.php
+share/glpi/front/recurrentchange.form.php
+share/glpi/front/recurrentchange.php
+share/glpi/front/refusedequipment.form.php
+share/glpi/front/refusedequipment.php
 share/glpi/front/reminder.form.php
 share/glpi/front/reminder.php
+share/glpi/front/remindertranslation.form.php
 share/glpi/front/report.contract.list.php
 share/glpi/front/report.contract.php
 share/glpi/front/report.default.php
@@ -543,10 +948,10 @@ share/glpi/front/report.dynamic.php
 share/glpi/front/report.infocom.conso.php
 share/glpi/front/report.infocom.php
 share/glpi/front/report.location.list.php
-share/glpi/front/report.netpoint.list.php
 share/glpi/front/report.networking.php
 share/glpi/front/report.php
 share/glpi/front/report.reservation.php
+share/glpi/front/report.socket.list.php
 share/glpi/front/report.state.php
 share/glpi/front/report.switch.list.php
 share/glpi/front/report.year.list.php
@@ -607,10 +1012,14 @@ share/glpi/front/ruledictionnaryprintert
 share/glpi/front/ruledictionnaryprintertype.php
 share/glpi/front/ruledictionnarysoftware.form.php
 share/glpi/front/ruledictionnarysoftware.php
+share/glpi/front/ruleimportasset.form.php
+share/glpi/front/ruleimportasset.php
 share/glpi/front/ruleimportcomputer.form.php
 share/glpi/front/ruleimportcomputer.php
 share/glpi/front/ruleimportentity.form.php
 share/glpi/front/ruleimportentity.php
+share/glpi/front/rulelocation.form.php
+share/glpi/front/rulelocation.php
 share/glpi/front/rulemailcollector.form.php
 share/glpi/front/rulemailcollector.php
 share/glpi/front/ruleright.form.php
@@ -637,6 +1046,12 @@ share/glpi/front/slalevelaction.form.php
 share/glpi/front/slalevelcriteria.form.php
 share/glpi/front/slm.form.php
 share/glpi/front/slm.php
+share/glpi/front/snmpcredential.form.php
+share/glpi/front/snmpcredential.php
+share/glpi/front/socket.form.php
+share/glpi/front/socket.php
+share/glpi/front/socketmodel.form.php
+share/glpi/front/socketmodel.php
 share/glpi/front/software.form.php
 share/glpi/front/software.php
 share/glpi/front/softwarecategory.form.php
@@ -671,6 +1086,7 @@ share/glpi/front/tasktemplate.form.php
 share/glpi/front/tasktemplate.php
 share/glpi/front/ticket.form.php
 share/glpi/front/ticket.php
+share/glpi/front/ticket_contract.form.php
 share/glpi/front/ticket_ticket.form.php
 share/glpi/front/ticket_user.form.php
 share/glpi/front/ticketcost.form.php
@@ -688,6 +1104,11 @@ share/glpi/front/tracking.injector.php
 share/glpi/front/transfer.action.php
 share/glpi/front/transfer.form.php
 share/glpi/front/transfer.php
+share/glpi/front/unmanaged.form.php
+share/glpi/front/unmanaged.php
+share/glpi/front/updatepassword.php
+share/glpi/front/usbvendor.form.php
+share/glpi/front/usbvendor.php
 share/glpi/front/user.form.php
 share/glpi/front/user.php
 share/glpi/front/usercategory.form.php
@@ -704,1170 +1125,236 @@ share/glpi/front/vlan.form.php
 share/glpi/front/vlan.php
 share/glpi/front/wifinetwork.form.php
 share/glpi/front/wifinetwork.php
-share/glpi/inc/abstractquery.class.php
-share/glpi/inc/ajax.class.php
-share/glpi/inc/alert.class.php
-share/glpi/inc/api.class.php
-share/glpi/inc/apiclient.class.php
-share/glpi/inc/apirest.class.php
-share/glpi/inc/apixmlrpc.class.php
-share/glpi/inc/auth.class.php
-share/glpi/inc/authldap.class.php
-share/glpi/inc/authldapreplicate.class.php
-share/glpi/inc/authmail.class.php
 share/glpi/inc/autoload.function.php
-share/glpi/inc/autoupdatesystem.class.php
 share/glpi/inc/based_config.php
-share/glpi/inc/blacklist.class.php
-share/glpi/inc/blacklistedmailcontent.class.php
-share/glpi/inc/budget.class.php
-share/glpi/inc/budgettype.class.php
-share/glpi/inc/businesscriticity.class.php
-share/glpi/inc/cache/simplecache.class.php
-share/glpi/inc/calendar.class.php
-share/glpi/inc/calendar_holiday.class.php
-share/glpi/inc/calendarsegment.class.php
-share/glpi/inc/cartridge.class.php
-share/glpi/inc/cartridgeitem.class.php
-share/glpi/inc/cartridgeitem_printermodel.class.php
-share/glpi/inc/cartridgeitemtype.class.php
-share/glpi/inc/central.class.php
-share/glpi/inc/certificate.class.php
-share/glpi/inc/certificate_item.class.php
-share/glpi/inc/certificatetype.class.php
-share/glpi/inc/change.class.php
-share/glpi/inc/change_group.class.php
-share/glpi/inc/change_item.class.php
-share/glpi/inc/change_problem.class.php
-share/glpi/inc/change_supplier.class.php
-share/glpi/inc/change_ticket.class.php
-share/glpi/inc/change_user.class.php
-share/glpi/inc/changecost.class.php
-share/glpi/inc/changetask.class.php
-share/glpi/inc/changevalidation.class.php
-share/glpi/inc/climigration.class.php
-share/glpi/inc/commondbchild.class.php
-share/glpi/inc/commondbconnexity.class.php
-share/glpi/inc/commondbrelation.class.php
-share/glpi/inc/commondbtm.class.php
-share/glpi/inc/commondbvisible.class.php
-share/glpi/inc/commondcmodeldropdown.class.php
-share/glpi/inc/commondevice.class.php
-share/glpi/inc/commondevicemodel.class.php
-share/glpi/inc/commondevicetype.class.php
-share/glpi/inc/commondropdown.class.php
-share/glpi/inc/commonglpi.class.php
-share/glpi/inc/commonimplicittreedropdown.class.php
-share/glpi/inc/commonitilactor.class.php
-share/glpi/inc/commonitilcost.class.php
-share/glpi/inc/commonitilobject.class.php
-share/glpi/inc/commonitiltask.class.php
-share/glpi/inc/commonitilvalidation.class.php
-share/glpi/inc/commontreedropdown.class.php
-share/glpi/inc/computer.class.php
-share/glpi/inc/computer_item.class.php
-share/glpi/inc/computer_softwarelicense.class.php
-share/glpi/inc/computer_softwareversion.class.php
-share/glpi/inc/computerantivirus.class.php
-share/glpi/inc/computermodel.class.php
-share/glpi/inc/computertype.class.php
-share/glpi/inc/computervirtualmachine.class.php
-share/glpi/inc/config.class.php
 share/glpi/inc/config.php
-share/glpi/inc/console/abstractcommand.class.php
-share/glpi/inc/console/application.class.php
-share/glpi/inc/console/command/forcenopluginsoptioncommandinterface.class.php
-share/glpi/inc/console/commandloader.class.php
-share/glpi/inc/console/database/checkcommand.class.php
-share/glpi/inc/console/database/installcommand.class.php
-share/glpi/inc/console/database/updatecommand.class.php
-share/glpi/inc/console/ldap/synchronizeuserscommand.class.php
-share/glpi/inc/console/migration/buildmissingtimestampscommand.class.php
-share/glpi/inc/console/migration/myisamtoinnodbcommand.class.php
-share/glpi/inc/console/security/changekeycommand.class.php
-share/glpi/inc/console/task/unlockcommand.class.php
-share/glpi/inc/consumable.class.php
-share/glpi/inc/consumableitem.class.php
-share/glpi/inc/consumableitemtype.class.php
-share/glpi/inc/contact.class.php
-share/glpi/inc/contact_supplier.class.php
-share/glpi/inc/contacttype.class.php
-share/glpi/inc/contract.class.php
-share/glpi/inc/contract_item.class.php
-share/glpi/inc/contract_supplier.class.php
-share/glpi/inc/contractcost.class.php
-share/glpi/inc/contracttype.class.php
-share/glpi/inc/crontask.class.php
-share/glpi/inc/crontasklog.class.php
-share/glpi/inc/datacenter.class.php
 share/glpi/inc/db.function.php
-share/glpi/inc/dbconnection.class.php
-share/glpi/inc/dbmysql.class.php
-share/glpi/inc/dbmysqliterator.class.php
-share/glpi/inc/dbutils.class.php
-share/glpi/inc/dcbreadcrumb.class.php
-share/glpi/inc/dcroom.class.php
 share/glpi/inc/define.php
-share/glpi/inc/devicebattery.class.php
-share/glpi/inc/devicebatterymodel.class.php
-share/glpi/inc/devicebatterytype.class.php
-share/glpi/inc/devicecase.class.php
-share/glpi/inc/devicecasemodel.class.php
-share/glpi/inc/devicecasetype.class.php
-share/glpi/inc/devicecontrol.class.php
-share/glpi/inc/devicecontrolmodel.class.php
-share/glpi/inc/devicedrive.class.php
-share/glpi/inc/devicedrivemodel.class.php
-share/glpi/inc/devicefirmware.class.php
-share/glpi/inc/devicefirmwaremodel.class.php
-share/glpi/inc/devicefirmwaretype.class.php
-share/glpi/inc/devicegeneric.class.php
-share/glpi/inc/devicegenericmodel.class.php
-share/glpi/inc/devicegenerictype.class.php
-share/glpi/inc/devicegraphiccard.class.php
-share/glpi/inc/devicegraphiccardmodel.class.php
-share/glpi/inc/deviceharddrive.class.php
-share/glpi/inc/deviceharddrivemodel.class.php
-share/glpi/inc/devicememory.class.php
-share/glpi/inc/devicememorymodel.class.php
-share/glpi/inc/devicememorytype.class.php
-share/glpi/inc/devicemotherboard.class.php
-share/glpi/inc/devicemotherboardmodel.class.php
-share/glpi/inc/devicenetworkcard.class.php
-share/glpi/inc/devicenetworkcardmodel.class.php
-share/glpi/inc/devicepci.class.php
-share/glpi/inc/devicepcimodel.class.php
-share/glpi/inc/devicepowersupply.class.php
-share/glpi/inc/devicepowersupplymodel.class.php
-share/glpi/inc/deviceprocessor.class.php
-share/glpi/inc/deviceprocessormodel.class.php
-share/glpi/inc/devicesensor.class.php
-share/glpi/inc/devicesensormodel.class.php
-share/glpi/inc/devicesensortype.class.php
-share/glpi/inc/devicesimcard.class.php
-share/glpi/inc/devicesimcardtype.class.php
-share/glpi/inc/devicesoundcard.class.php
-share/glpi/inc/devicesoundcardmodel.class.php
-share/glpi/inc/displaypreference.class.php
-share/glpi/inc/document.class.php
-share/glpi/inc/document_item.class.php
-share/glpi/inc/documentcategory.class.php
-share/glpi/inc/documenttype.class.php
-share/glpi/inc/domain.class.php
 share/glpi/inc/downstream.php
-share/glpi/inc/dropdown.class.php
-share/glpi/inc/dropdowntranslation.class.php
-share/glpi/inc/enclosure.class.php
-share/glpi/inc/enclosuremodel.class.php
-share/glpi/inc/entity.class.php
-share/glpi/inc/entity_knowbaseitem.class.php
-share/glpi/inc/entity_reminder.class.php
-share/glpi/inc/entity_rssfeed.class.php
-share/glpi/inc/event.class.php
-share/glpi/inc/exception/forgetpasswordexception.class.php
-share/glpi/inc/exception/passwordtooweakexception.class.php
-share/glpi/inc/fieldblacklist.class.php
-share/glpi/inc/fieldunicity.class.php
-share/glpi/inc/filesystem.class.php
-share/glpi/inc/fqdn.class.php
-share/glpi/inc/fqdnlabel.class.php
-share/glpi/inc/glpi.class.php
-share/glpi/inc/glpikey.class.php
-share/glpi/inc/glpimailer.class.php
-share/glpi/inc/glpinetwork.class.php
-share/glpi/inc/glpipdf.class.php
-share/glpi/inc/glpiuploadhandler.class.php
-share/glpi/inc/group.class.php
-share/glpi/inc/group_knowbaseitem.class.php
-share/glpi/inc/group_problem.class.php
-share/glpi/inc/group_reminder.class.php
-share/glpi/inc/group_rssfeed.class.php
-share/glpi/inc/group_ticket.class.php
-share/glpi/inc/group_user.class.php
-share/glpi/inc/holiday.class.php
-share/glpi/inc/html.class.php
-share/glpi/inc/htmltablebase.class.php
-share/glpi/inc/htmltablecell.class.php
-share/glpi/inc/htmltableentity.class.php
-share/glpi/inc/htmltablegroup.class.php
-share/glpi/inc/htmltableheader.class.php
-share/glpi/inc/htmltablemain.class.php
-share/glpi/inc/htmltablerow.class.php
-share/glpi/inc/htmltablesubheader.class.php
-share/glpi/inc/htmltablesuperheader.class.php
 share/glpi/inc/includes.php
 share/glpi/inc/index.php
-share/glpi/inc/infocom.class.php
-share/glpi/inc/interfacetype.class.php
-share/glpi/inc/ipaddress.class.php
-share/glpi/inc/ipaddress_ipnetwork.class.php
-share/glpi/inc/ipnetmask.class.php
-share/glpi/inc/ipnetwork.class.php
-share/glpi/inc/ipnetwork_vlan.class.php
-share/glpi/inc/item_devicebattery.class.php
-share/glpi/inc/item_devicecase.class.php
-share/glpi/inc/item_devicecontrol.class.php
-share/glpi/inc/item_devicedrive.class.php
-share/glpi/inc/item_devicefirmware.class.php
-share/glpi/inc/item_devicegeneric.class.php
-share/glpi/inc/item_devicegraphiccard.class.php
-share/glpi/inc/item_deviceharddrive.class.php
-share/glpi/inc/item_devicememory.class.php
-share/glpi/inc/item_devicemotherboard.class.php
-share/glpi/inc/item_devicenetworkcard.class.php
-share/glpi/inc/item_devicepci.class.php
-share/glpi/inc/item_devicepowersupply.class.php
-share/glpi/inc/item_deviceprocessor.class.php
-share/glpi/inc/item_devices.class.php
-share/glpi/inc/item_devicesensor.class.php
-share/glpi/inc/item_devicesimcard.class.php
-share/glpi/inc/item_devicesoundcard.class.php
-share/glpi/inc/item_disk.class.php
-share/glpi/inc/item_enclosure.class.php
-share/glpi/inc/item_operatingsystem.class.php
-share/glpi/inc/item_problem.class.php
-share/glpi/inc/item_project.class.php
-share/glpi/inc/item_rack.class.php
-share/glpi/inc/item_ticket.class.php
-share/glpi/inc/itil_project.class.php
-share/glpi/inc/itilcategory.class.php
-share/glpi/inc/itilfollowup.class.php
-share/glpi/inc/itilsolution.class.php
-share/glpi/inc/knowbase.class.php
-share/glpi/inc/knowbaseitem.class.php
-share/glpi/inc/knowbaseitem_comment.class.php
-share/glpi/inc/knowbaseitem_item.class.php
-share/glpi/inc/knowbaseitem_profile.class.php
-share/glpi/inc/knowbaseitem_revision.class.php
-share/glpi/inc/knowbaseitem_user.class.php
-share/glpi/inc/knowbaseitemcategory.class.php
-share/glpi/inc/knowbaseitemtranslation.class.php
-share/glpi/inc/levelagreement.class.php
-share/glpi/inc/levelagreementlevel.class.php
-share/glpi/inc/line.class.php
-share/glpi/inc/lineoperator.class.php
-share/glpi/inc/linetype.class.php
-share/glpi/inc/link.class.php
-share/glpi/inc/link_itemtype.class.php
-share/glpi/inc/location.class.php
-share/glpi/inc/lock.class.php
-share/glpi/inc/log.class.php
-share/glpi/inc/mailcollector.class.php
-share/glpi/inc/manufacturer.class.php
-share/glpi/inc/massiveaction.class.php
-share/glpi/inc/migration.class.php
-share/glpi/inc/migrationcleaner.class.php
-share/glpi/inc/monitor.class.php
-share/glpi/inc/monitormodel.class.php
-share/glpi/inc/monitortype.class.php
-share/glpi/inc/netpoint.class.php
-share/glpi/inc/network.class.php
-share/glpi/inc/networkalias.class.php
-share/glpi/inc/networkequipment.class.php
-share/glpi/inc/networkequipmentmodel.class.php
-share/glpi/inc/networkequipmenttype.class.php
-share/glpi/inc/networkinterface.class.php
-share/glpi/inc/networkname.class.php
-share/glpi/inc/networkport.class.php
-share/glpi/inc/networkport_networkport.class.php
-share/glpi/inc/networkport_vlan.class.php
-share/glpi/inc/networkportaggregate.class.php
-share/glpi/inc/networkportalias.class.php
-share/glpi/inc/networkportdialup.class.php
-share/glpi/inc/networkportethernet.class.php
-share/glpi/inc/networkportfiberchannel.class.php
-share/glpi/inc/networkportinstantiation.class.php
-share/glpi/inc/networkportlocal.class.php
-share/glpi/inc/networkportmigration.class.php
-share/glpi/inc/networkportwifi.class.php
-share/glpi/inc/notepad.class.php
-share/glpi/inc/notification.class.php
-share/glpi/inc/notification_notificationtemplate.class.php
-share/glpi/inc/notificationajax.class.php
-share/glpi/inc/notificationajaxsetting.class.php
-share/glpi/inc/notificationevent.class.php
-share/glpi/inc/notificationeventabstract.class.php
-share/glpi/inc/notificationeventajax.class.php
-share/glpi/inc/notificationeventinterface.class.php
-share/glpi/inc/notificationeventmailing.class.php
-share/glpi/inc/notificationinterface.class.php
-share/glpi/inc/notificationmailing.class.php
-share/glpi/inc/notificationmailingsetting.class.php
-share/glpi/inc/notificationsetting.class.php
-share/glpi/inc/notificationsettingconfig.class.php
-share/glpi/inc/notificationtarget.class.php
-share/glpi/inc/notificationtargetcartridgeitem.class.php
-share/glpi/inc/notificationtargetcertificate.class.php
-share/glpi/inc/notificationtargetchange.class.php
-share/glpi/inc/notificationtargetcommonitilobject.class.php
-share/glpi/inc/notificationtargetconsumableitem.class.php
-share/glpi/inc/notificationtargetcontract.class.php
-share/glpi/inc/notificationtargetcrontask.class.php
-share/glpi/inc/notificationtargetdbconnection.class.php
-share/glpi/inc/notificationtargetfieldunicity.class.php
-share/glpi/inc/notificationtargetinfocom.class.php
-share/glpi/inc/notificationtargetmailcollector.class.php
-share/glpi/inc/notificationtargetobjectlock.class.php
-share/glpi/inc/notificationtargetplanningrecall.class.php
-share/glpi/inc/notificationtargetproblem.class.php
-share/glpi/inc/notificationtargetproject.class.php
-share/glpi/inc/notificationtargetprojecttask.class.php
-share/glpi/inc/notificationtargetreservation.class.php
-share/glpi/inc/notificationtargetsavedsearch_alert.class.php
-share/glpi/inc/notificationtargetsoftwarelicense.class.php
-share/glpi/inc/notificationtargetticket.class.php
-share/glpi/inc/notificationtargetuser.class.php
-share/glpi/inc/notificationtemplate.class.php
-share/glpi/inc/notificationtemplatetranslation.class.php
-share/glpi/inc/notimportedemail.class.php
-share/glpi/inc/objectlock.class.php
-share/glpi/inc/ola.class.php
-share/glpi/inc/olalevel.class.php
-share/glpi/inc/olalevel_ticket.class.php
-share/glpi/inc/olalevelaction.class.php
-share/glpi/inc/olalevelcriteria.class.php
-share/glpi/inc/operatingsystem.class.php
-share/glpi/inc/operatingsystemarchitecture.class.php
-share/glpi/inc/operatingsystemedition.class.php
-share/glpi/inc/operatingsystemkernel.class.php
-share/glpi/inc/operatingsystemkernelversion.class.php
-share/glpi/inc/operatingsystemservicepack.class.php
-share/glpi/inc/operatingsystemversion.class.php
-share/glpi/inc/pdu.class.php
-share/glpi/inc/pdu_plug.class.php
-share/glpi/inc/pdu_rack.class.php
-share/glpi/inc/pdumodel.class.php
-share/glpi/inc/pdutype.class.php
-share/glpi/inc/peripheral.class.php
-share/glpi/inc/peripheralmodel.class.php
-share/glpi/inc/peripheraltype.class.php
-share/glpi/inc/phone.class.php
-share/glpi/inc/phonemodel.class.php
-share/glpi/inc/phonepowersupply.class.php
-share/glpi/inc/phonetype.class.php
-share/glpi/inc/planning.class.php
-share/glpi/inc/planningrecall.class.php
-share/glpi/inc/plug.class.php
-share/glpi/inc/plugin.class.php
-share/glpi/inc/preference.class.php
-share/glpi/inc/printer.class.php
-share/glpi/inc/printermodel.class.php
-share/glpi/inc/printertype.class.php
-share/glpi/inc/problem.class.php
-share/glpi/inc/problem_supplier.class.php
-share/glpi/inc/problem_ticket.class.php
-share/glpi/inc/problem_user.class.php
-share/glpi/inc/problemcost.class.php
-share/glpi/inc/problemtask.class.php
-share/glpi/inc/profile.class.php
-share/glpi/inc/profile_reminder.class.php
-share/glpi/inc/profile_rssfeed.class.php
-share/glpi/inc/profile_user.class.php
-share/glpi/inc/profileright.class.php
-share/glpi/inc/project.class.php
-share/glpi/inc/projectcost.class.php
-share/glpi/inc/projectstate.class.php
-share/glpi/inc/projecttask.class.php
-share/glpi/inc/projecttask_ticket.class.php
-share/glpi/inc/projecttaskteam.class.php
-share/glpi/inc/projecttasktemplate.class.php
-share/glpi/inc/projecttasktype.class.php
-share/glpi/inc/projectteam.class.php
-share/glpi/inc/projecttype.class.php
-share/glpi/inc/purgelogs.class.php
-share/glpi/inc/queryexpression.class.php
-share/glpi/inc/queryparam.class.php
-share/glpi/inc/querysubquery.class.php
-share/glpi/inc/queryunion.class.php
-share/glpi/inc/queuednotification.class.php
-share/glpi/inc/rack.class.php
-share/glpi/inc/rackmodel.class.php
-share/glpi/inc/racktype.class.php
-share/glpi/inc/registeredid.class.php
 share/glpi/inc/relation.constant.php
-share/glpi/inc/reminder.class.php
-share/glpi/inc/reminder_user.class.php
-share/glpi/inc/report.class.php
-share/glpi/inc/requesttype.class.php
-share/glpi/inc/reservation.class.php
-share/glpi/inc/reservationitem.class.php
-share/glpi/inc/rssfeed.class.php
-share/glpi/inc/rssfeed_user.class.php
-share/glpi/inc/rule.class.php
-share/glpi/inc/ruleaction.class.php
-share/glpi/inc/ruleasset.class.php
-share/glpi/inc/ruleassetcollection.class.php
-share/glpi/inc/rulecollection.class.php
-share/glpi/inc/rulecriteria.class.php
-share/glpi/inc/ruledictionnarycomputermodel.class.php
-share/glpi/inc/ruledictionnarycomputermodelcollection.class.php
-share/glpi/inc/ruledictionnarycomputertype.class.php
-share/glpi/inc/ruledictionnarycomputertypecollection.class.php
-share/glpi/inc/ruledictionnarydropdown.class.php
-share/glpi/inc/ruledictionnarydropdowncollection.class.php
-share/glpi/inc/ruledictionnarymanufacturer.class.php
-share/glpi/inc/ruledictionnarymanufacturercollection.class.php
-share/glpi/inc/ruledictionnarymonitormodel.class.php
-share/glpi/inc/ruledictionnarymonitormodelcollection.class.php
-share/glpi/inc/ruledictionnarymonitortype.class.php
-share/glpi/inc/ruledictionnarymonitortypecollection.class.php
-share/glpi/inc/ruledictionnarynetworkequipmentmodel.class.php
-share/glpi/inc/ruledictionnarynetworkequipmentmodelcollection.class.php
-share/glpi/inc/ruledictionnarynetworkequipmenttype.class.php
-share/glpi/inc/ruledictionnarynetworkequipmenttypecollection.class.php
-share/glpi/inc/ruledictionnaryoperatingsystem.class.php
-share/glpi/inc/ruledictionnaryoperatingsystemarchitecture.class.php
-share/glpi/inc/ruledictionnaryoperatingsystemarchitecturecollection.class.php
-share/glpi/inc/ruledictionnaryoperatingsystemcollection.class.php
-share/glpi/inc/ruledictionnaryoperatingsystemservicepack.class.php
-share/glpi/inc/ruledictionnaryoperatingsystemservicepackcollection.class.php
-share/glpi/inc/ruledictionnaryoperatingsystemversion.class.php
-share/glpi/inc/ruledictionnaryoperatingsystemversioncollection.class.php
-share/glpi/inc/ruledictionnaryperipheralmodel.class.php
-share/glpi/inc/ruledictionnaryperipheralmodelcollection.class.php
-share/glpi/inc/ruledictionnaryperipheraltype.class.php
-share/glpi/inc/ruledictionnaryperipheraltypecollection.class.php
-share/glpi/inc/ruledictionnaryphonemodel.class.php
-share/glpi/inc/ruledictionnaryphonemodelcollection.class.php
-share/glpi/inc/ruledictionnaryphonetype.class.php
-share/glpi/inc/ruledictionnaryphonetypecollection.class.php
-share/glpi/inc/ruledictionnaryprinter.class.php
-share/glpi/inc/ruledictionnaryprintercollection.class.php
-share/glpi/inc/ruledictionnaryprintermodel.class.php
-share/glpi/inc/ruledictionnaryprintermodelcollection.class.php
-share/glpi/inc/ruledictionnaryprintertype.class.php
-share/glpi/inc/ruledictionnaryprintertypecollection.class.php
-share/glpi/inc/ruledictionnarysoftware.class.php
-share/glpi/inc/ruledictionnarysoftwarecollection.class.php
-share/glpi/inc/ruleimportcomputer.class.php
-share/glpi/inc/ruleimportcomputercollection.class.php
-share/glpi/inc/ruleimportentity.class.php
-share/glpi/inc/ruleimportentitycollection.class.php
-share/glpi/inc/rulemailcollector.class.php
-share/glpi/inc/rulemailcollectorcollection.class.php
-share/glpi/inc/ruleright.class.php
-share/glpi/inc/rulerightcollection.class.php
-share/glpi/inc/rulerightparameter.class.php
-share/glpi/inc/rulesoftwarecategory.class.php
-share/glpi/inc/rulesoftwarecategorycollection.class.php
-share/glpi/inc/ruleticket.class.php
-share/glpi/inc/ruleticketcollection.class.php
-share/glpi/inc/savedsearch.class.php
-share/glpi/inc/savedsearch_alert.class.php
-share/glpi/inc/savedsearch_user.class.php
-share/glpi/inc/search.class.php
-share/glpi/inc/session.class.php
-share/glpi/inc/singletonrulelist.class.php
-share/glpi/inc/sla.class.php
-share/glpi/inc/slalevel.class.php
-share/glpi/inc/slalevel_ticket.class.php
-share/glpi/inc/slalevelaction.class.php
-share/glpi/inc/slalevelcriteria.class.php
-share/glpi/inc/slm.class.php
-share/glpi/inc/software.class.php
-share/glpi/inc/softwarecategory.class.php
-share/glpi/inc/softwarelicense.class.php
-share/glpi/inc/softwarelicensetype.class.php
-share/glpi/inc/softwareversion.class.php
-share/glpi/inc/solutiontemplate.class.php
-share/glpi/inc/solutiontype.class.php
-share/glpi/inc/ssovariable.class.php
-share/glpi/inc/stat.class.php
-share/glpi/inc/state.class.php
-share/glpi/inc/supplier.class.php
-share/glpi/inc/supplier_ticket.class.php
-share/glpi/inc/suppliertype.class.php
-share/glpi/inc/taskcategory.class.php
-share/glpi/inc/tasktemplate.class.php
-share/glpi/inc/telemetry.class.php
-share/glpi/inc/ticket.class.php
-share/glpi/inc/ticket_ticket.class.php
-share/glpi/inc/ticket_user.class.php
-share/glpi/inc/ticketcost.class.php
-share/glpi/inc/ticketfollowup.class.php
-share/glpi/inc/ticketrecurrent.class.php
-share/glpi/inc/ticketsatisfaction.class.php
-share/glpi/inc/tickettask.class.php
-share/glpi/inc/tickettemplate.class.php
-share/glpi/inc/tickettemplatehiddenfield.class.php
-share/glpi/inc/tickettemplatemandatoryfield.class.php
-share/glpi/inc/tickettemplatepredefinedfield.class.php
-share/glpi/inc/ticketvalidation.class.php
-share/glpi/inc/timer.class.php
-share/glpi/inc/toolbox.class.php
-share/glpi/inc/transfer.class.php
-share/glpi/inc/update.class.php
-share/glpi/inc/user.class.php
-share/glpi/inc/usercategory.class.php
-share/glpi/inc/useremail.class.php
-share/glpi/inc/usertitle.class.php
-share/glpi/inc/virtualmachinestate.class.php
-share/glpi/inc/virtualmachinesystem.class.php
-share/glpi/inc/virtualmachinetype.class.php
-share/glpi/inc/vlan.class.php
-share/glpi/inc/wifinetwork.class.php
-share/glpi/inc/xhprof.class.php
-share/glpi/inc/xml.class.php
 share/glpi/index.php
+share/glpi/install/empty_data.php
 share/glpi/install/index.php
 share/glpi/install/install.php.disabled
+share/glpi/install/migrations/old_objects.php
+share/glpi/install/migrations/update_0.80.0_to_0.80.1.php
+share/glpi/install/migrations/update_0.80.1_to_0.80.3.php
+share/glpi/install/migrations/update_0.80.x_to_0.83.0.php
+share/glpi/install/migrations/update_0.83.0_to_0.83.1.php
+share/glpi/install/migrations/update_0.83.1_to_0.83.3.php
+share/glpi/install/migrations/update_0.83.x_to_0.84.0.php
+share/glpi/install/migrations/update_0.84.0_to_0.84.1.php
+share/glpi/install/migrations/update_0.84.1_to_0.84.3.php
+share/glpi/install/migrations/update_0.84.3_to_0.84.4.php
+share/glpi/install/migrations/update_0.84.5_to_0.84.6.php
+share/glpi/install/migrations/update_0.84.x_to_0.85.0.php
+share/glpi/install/migrations/update_0.85.0_to_0.85.3.php
+share/glpi/install/migrations/update_0.85.3_to_0.85.5.php
+share/glpi/install/migrations/update_0.85.x_to_0.90.0.php
+share/glpi/install/migrations/update_0.90.0_to_0.90.1.php
+share/glpi/install/migrations/update_0.90.1_to_0.90.5.php
+share/glpi/install/migrations/update_0.90.x_to_9.1.0.php
+share/glpi/install/migrations/update_10.0.0_to_10.0.1.php
+share/glpi/install/migrations/update_10.0.0_to_10.0.1/configs.php
+share/glpi/install/migrations/update_10.0.0_to_10.0.1/fixaction.php
+share/glpi/install/migrations/update_10.0.0_to_10.0.1/lockedfields.php
+share/glpi/install/migrations/update_10.0.0_to_10.0.1/pdf.php
+share/glpi/install/migrations/update_10.0.0_to_10.0.1/rename_itemtypes.php
+share/glpi/install/migrations/update_10.0.0_to_10.0.1/rulelocation.php
+share/glpi/install/migrations/update_10.0.0_to_10.0.1/schema_fixes.php
+share/glpi/install/migrations/update_10.0.1_to_${PKGVERSION}.php
+share/glpi/install/migrations/update_10.0.1_to_${PKGVERSION}/agent.php
+share/glpi/install/migrations/update_10.0.1_to_${PKGVERSION}/configs.php
+share/glpi/install/migrations/update_10.0.1_to_${PKGVERSION}/dates.php
+share/glpi/install/migrations/update_10.0.1_to_${PKGVERSION}/native_inventory.php
+share/glpi/install/migrations/update_9.1.0_to_9.1.1.php
+share/glpi/install/migrations/update_9.1.1_to_9.1.3.php
+share/glpi/install/migrations/update_9.1.x_to_9.2.0.php
+share/glpi/install/migrations/update_9.2.0_to_9.2.1.php
+share/glpi/install/migrations/update_9.2.1_to_9.2.2.php
+share/glpi/install/migrations/update_9.2.2_to_9.2.3.php
+share/glpi/install/migrations/update_9.2.x_to_9.3.0.php
+share/glpi/install/migrations/update_9.3.0_to_9.3.1.php
+share/glpi/install/migrations/update_9.3.1_to_9.3.2.php
+share/glpi/install/migrations/update_9.3.x_to_9.4.0.php
+share/glpi/install/migrations/update_9.4.0_to_9.4.1.php
+share/glpi/install/migrations/update_9.4.1_to_9.4.2.php
+share/glpi/install/migrations/update_9.4.2_to_9.4.3.php
+share/glpi/install/migrations/update_9.4.3_to_9.4.5.php
+share/glpi/install/migrations/update_9.4.5_to_9.4.6.php
+share/glpi/install/migrations/update_9.4.6_to_9.4.7.php
+share/glpi/install/migrations/update_9.4.x_to_9.5.0.php
+share/glpi/install/migrations/update_9.4.x_to_9.5.0/appliances.php
+share/glpi/install/migrations/update_9.4.x_to_9.5.0/dashboards.php
+share/glpi/install/migrations/update_9.5.1_to_9.5.2.php
+share/glpi/install/migrations/update_9.5.2_to_9.5.3.php
+share/glpi/install/migrations/update_9.5.3_to_9.5.4.php
+share/glpi/install/migrations/update_9.5.4_to_9.5.5.php
+share/glpi/install/migrations/update_9.5.5_to_9.5.6.php
+share/glpi/install/migrations/update_9.5.6_to_9.5.7.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/cable.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/cache.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/cameras.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/configs.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/contact.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/contracts.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/dashboard_filters.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/data_fixes.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/databases.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/devicebattery.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/documents.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/domains.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/dropdowns.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/entity.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/event.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/gantt.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/impact.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/inventory_management.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/item_operatingsystem.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/itemtype_pictures.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/knowbaseitem_knowbaseitemcategory.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/ldaps.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/manuallinks.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/native_inventory.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/networknames.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/networkportalias.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/nicknames.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/notifications.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/pendingreason.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/planning_work_days.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/recurrentchange.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/reservationitem.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/ruleticketaction.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/savedsearch.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/savedsearch_alert.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/schema_fixes.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/slm.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/softwares.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/stock_thresholds.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/supplier.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/ticket.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/ticket_contract.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/tickettask.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/transfer.php
+share/glpi/install/migrations/update_9.5.x_to_10.0.0/uuids.php
 share/glpi/install/mysql/.htaccess
-share/glpi/install/mysql/glpi-empty.sql
-share/glpi/install/old_objects.php
+share/glpi/install/mysql/glpi-10.0.0-empty.sql
+share/glpi/install/mysql/glpi-10.0.1-empty.sql
+share/glpi/install/mysql/${PKGNAME}-empty.sql
+share/glpi/install/mysql/glpi-9.3.0-empty.sql
+share/glpi/install/mysql/glpi-9.3.1-empty.sql
+share/glpi/install/mysql/glpi-9.3.2-empty.sql
+share/glpi/install/mysql/glpi-9.3.3-empty.sql
+share/glpi/install/mysql/glpi-9.3.4-empty.sql
+share/glpi/install/mysql/glpi-9.4.0-empty.sql
+share/glpi/install/mysql/glpi-9.4.1-empty.sql
+share/glpi/install/mysql/glpi-9.4.2-empty.sql
+share/glpi/install/mysql/glpi-9.4.3-empty.sql
+share/glpi/install/mysql/glpi-9.4.4-empty.sql
+share/glpi/install/mysql/glpi-9.4.5-empty.sql
+share/glpi/install/mysql/glpi-9.4.6-empty.sql
+share/glpi/install/mysql/glpi-9.5.0-empty.sql
+share/glpi/install/mysql/glpi-9.5.1-empty.sql
+share/glpi/install/mysql/glpi-9.5.2-empty.sql
+share/glpi/install/mysql/glpi-9.5.3-empty.sql
+share/glpi/install/mysql/glpi-9.5.4-empty.sql
+share/glpi/install/mysql/glpi-9.5.5-empty.sql
+share/glpi/install/mysql/glpi-9.5.6-empty.sql
+share/glpi/install/mysql/glpi-9.5.7-empty.sql
+share/glpi/install/mysql/glpi-9.5.8-empty.sql
 share/glpi/install/update.php
-share/glpi/install/update_031_04.php
-share/glpi/install/update_042_05.php
-share/glpi/install/update_04_042.php
-share/glpi/install/update_051_06.php
-share/glpi/install/update_05_051.php
-share/glpi/install/update_065_068.php
-share/glpi/install/update_0681_07.php
-share/glpi/install/update_068_0681.php
-share/glpi/install/update_06_065.php
-share/glpi/install/update_0712_0713.php
-share/glpi/install/update_0713_072.php
-share/glpi/install/update_071_0712.php
-share/glpi/install/update_0721_0722.php
-share/glpi/install/update_0722_0723.php
-share/glpi/install/update_0723_078.php
-share/glpi/install/update_072_0721.php
-share/glpi/install/update_0781_0782.php
-share/glpi/install/update_0782_080.php
-share/glpi/install/update_078_0781.php
-share/glpi/install/update_07_071.php
-share/glpi/install/update_0801_0803.php
-share/glpi/install/update_0803_083.php
-share/glpi/install/update_080_0801.php
-share/glpi/install/update_0831_0833.php
-share/glpi/install/update_0831_084.php
-share/glpi/install/update_083_0831.php
-share/glpi/install/update_0841_0843.php
-share/glpi/install/update_0843_0844.php
-share/glpi/install/update_0845_0846.php
-share/glpi/install/update_084_0841.php
-share/glpi/install/update_084_085.php
-share/glpi/install/update_0853_0855.php
-share/glpi/install/update_0855_090.php
-share/glpi/install/update_085_0853.php
-share/glpi/install/update_0901_0905.php
-share/glpi/install/update_0905_91.php
-share/glpi/install/update_090_0901.php
-share/glpi/install/update_911_913.php
-share/glpi/install/update_91_911.php
-share/glpi/install/update_91_92.php
-share/glpi/install/update_921_922.php
-share/glpi/install/update_922_923.php
-share/glpi/install/update_92_921.php
-share/glpi/install/update_92_93.php
-share/glpi/install/update_930_931.php
-share/glpi/install/update_931_932.php
-share/glpi/install/update_93_94.php
-share/glpi/install/update_940_941.php
-share/glpi/install/update_941_942.php
-share/glpi/install/update_942_943.php
-share/glpi/install/update_943_945.php
-share/glpi/install/update_945_946.php
-share/glpi/install/update_content.php
-share/glpi/install/update_to_031.php
-share/glpi/install/update_xx_xy.tpl.php
+share/glpi/js/Forms/FaIconSelector.js
+share/glpi/js/Forms/FaIconSelector.min.js
+share/glpi/js/RichText/ContentTemplatesParameters.js
+share/glpi/js/RichText/ContentTemplatesParameters.min.js
+share/glpi/js/RichText/UserMention.js
+share/glpi/js/RichText/UserMention.min.js
+share/glpi/js/cable.js
+share/glpi/js/cable.min.js
 share/glpi/js/clipboard.js
 share/glpi/js/clipboard.min.js
 share/glpi/js/common.js
 share/glpi/js/common.min.js
+share/glpi/js/dashboard.js
+share/glpi/js/dashboard.min.js
 share/glpi/js/fileupload.js
 share/glpi/js/fileupload.min.js
+share/glpi/js/flatpickr_buttons_plugin.js
+share/glpi/js/flatpickr_buttons_plugin.min.js
 share/glpi/js/fuzzysearch.js
 share/glpi/js/fuzzysearch.min.js
+share/glpi/js/glpi_dialog.js
+share/glpi/js/glpi_dialog.min.js
+share/glpi/js/impact.js
+share/glpi/js/impact.min.js
 share/glpi/js/log_filters.js
 share/glpi/js/log_filters.min.js
+share/glpi/js/marketplace.js
+share/glpi/js/marketplace.min.js
+share/glpi/js/misc.js
+share/glpi/js/misc.min.js
+share/glpi/js/modules/Kanban/Kanban.js
+share/glpi/js/modules/Kanban/Kanban.min.js
+share/glpi/js/modules/Search/GenericView.js
+share/glpi/js/modules/Search/GenericView.min.js
+share/glpi/js/modules/Search/ResultsView.js
+share/glpi/js/modules/Search/ResultsView.min.js
+share/glpi/js/modules/Search/Table.js
+share/glpi/js/modules/Search/Table.min.js
+share/glpi/js/modules/SearchTokenizer/SearchInput.js
+share/glpi/js/modules/SearchTokenizer/SearchInput.min.js
+share/glpi/js/modules/SearchTokenizer/SearchToken.js
+share/glpi/js/modules/SearchTokenizer/SearchToken.min.js
+share/glpi/js/modules/SearchTokenizer/SearchTokenizer.js
+share/glpi/js/modules/SearchTokenizer/SearchTokenizer.min.js
+share/glpi/js/modules/SearchTokenizer/SearchTokenizerResult.js
+share/glpi/js/modules/SearchTokenizer/SearchTokenizerResult.min.js
 share/glpi/js/notifications_ajax.js
 share/glpi/js/notifications_ajax.min.js
+share/glpi/js/planning.js
+share/glpi/js/planning.min.js
 share/glpi/js/rack.js
 share/glpi/js/rack.min.js
-share/glpi/lib/FreeSans.ttf
-share/glpi/lib/chartist-js-0.10.1/LICENSE-MIT
-share/glpi/lib/chartist-js-0.10.1/chartist.css
-share/glpi/lib/chartist-js-0.10.1/chartist.js
-share/glpi/lib/chartist-js-0.10.1/chartist.min.css
-share/glpi/lib/chartist-js-0.10.1/chartist.min.js
-share/glpi/lib/chartist-plugin-legend-0.6.0/LICENSE
-share/glpi/lib/chartist-plugin-legend-0.6.0/chartist-plugin-legend.js
-share/glpi/lib/chartist-plugin-tooltip-0.0.17/LICENSE
-share/glpi/lib/chartist-plugin-tooltip-0.0.17/chartist-plugin-tooltip.css
-share/glpi/lib/chartist-plugin-tooltip-0.0.17/chartist-plugin-tooltip.js
-share/glpi/lib/chartist-plugin-tooltip-0.0.17/chartist-plugin-tooltip.min.js
-share/glpi/lib/file-type.js
-share/glpi/lib/font-awesome/LICENSE.txt
-share/glpi/lib/font-awesome/css/all.css
-share/glpi/lib/font-awesome/css/all.min.css
-share/glpi/lib/font-awesome/webfonts/fa-brands-400.eot
-share/glpi/lib/font-awesome/webfonts/fa-brands-400.svg
-share/glpi/lib/font-awesome/webfonts/fa-brands-400.ttf
-share/glpi/lib/font-awesome/webfonts/fa-brands-400.woff
-share/glpi/lib/font-awesome/webfonts/fa-brands-400.woff2
-share/glpi/lib/font-awesome/webfonts/fa-regular-400.eot
-share/glpi/lib/font-awesome/webfonts/fa-regular-400.svg
-share/glpi/lib/font-awesome/webfonts/fa-regular-400.ttf
-share/glpi/lib/font-awesome/webfonts/fa-regular-400.woff
-share/glpi/lib/font-awesome/webfonts/fa-regular-400.woff2
-share/glpi/lib/font-awesome/webfonts/fa-solid-900.eot
-share/glpi/lib/font-awesome/webfonts/fa-solid-900.svg
-share/glpi/lib/font-awesome/webfonts/fa-solid-900.ttf
-share/glpi/lib/font-awesome/webfonts/fa-solid-900.woff
-share/glpi/lib/font-awesome/webfonts/fa-solid-900.woff2
-share/glpi/lib/fuzzy/LICENSE-MIT
-share/glpi/lib/fuzzy/fuzzy-min.js
-share/glpi/lib/gridstack/LICENSE
-share/glpi/lib/gridstack/src/gridstack-extra.css
-share/glpi/lib/gridstack/src/gridstack-extra.min.css
-share/glpi/lib/gridstack/src/gridstack.css
-share/glpi/lib/gridstack/src/gridstack.jQueryUI.js
-share/glpi/lib/gridstack/src/gridstack.jQueryUI.min.js
-share/glpi/lib/gridstack/src/gridstack.js
-share/glpi/lib/gridstack/src/gridstack.min.css
-share/glpi/lib/gridstack/src/gridstack.min.js
-share/glpi/lib/htmlawed/htmLawed.php
+share/glpi/js/reservations.js
+share/glpi/js/reservations.min.js
+share/glpi/lib/bundles/base.js
+share/glpi/lib/bundles/base.min.js
+share/glpi/lib/bundles/chartist.js
+share/glpi/lib/bundles/chartist.min.js
+share/glpi/lib/bundles/codemirror.js
+share/glpi/lib/bundles/codemirror.min.js
+share/glpi/lib/bundles/cytoscape.js
+share/glpi/lib/bundles/cytoscape.min.js
+share/glpi/lib/bundles/flatpickr.js
+share/glpi/lib/bundles/flatpickr.min.js
+share/glpi/lib/bundles/fullcalendar.js
+share/glpi/lib/bundles/fullcalendar.min.js
+share/glpi/lib/bundles/fuzzy.js
+share/glpi/lib/bundles/fuzzy.min.js
+share/glpi/lib/bundles/gridstack.js
+share/glpi/lib/bundles/gridstack.min.js
+share/glpi/lib/bundles/jquery-file-upload.js
+share/glpi/lib/bundles/jquery-file-upload.min.js
+share/glpi/lib/bundles/jquery-prettytextdiff.js
+share/glpi/lib/bundles/jquery-prettytextdiff.min.js
+share/glpi/lib/bundles/jquery.rateit.js
+share/glpi/lib/bundles/jquery.rateit.min.js
+share/glpi/lib/bundles/leaflet.js
+share/glpi/lib/bundles/leaflet.min.js
+share/glpi/lib/bundles/masonry.js
+share/glpi/lib/bundles/masonry.min.js
+share/glpi/lib/bundles/photoswipe.js
+share/glpi/lib/bundles/photoswipe.min.js
+share/glpi/lib/bundles/prismjs.js
+share/glpi/lib/bundles/prismjs.min.js
+share/glpi/lib/bundles/sortable.js
+share/glpi/lib/bundles/sortable.min.js
+share/glpi/lib/bundles/tinymce.js
+share/glpi/lib/bundles/tinymce.min.js
 share/glpi/lib/index.php
-share/glpi/lib/jquery/css/smoothness/images/animated-overlay.gif
-share/glpi/lib/jquery/css/smoothness/images/ui-bg_flat_0_FFF_40x100.png
-share/glpi/lib/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
-share/glpi/lib/jquery/css/smoothness/images/ui-bg_flat_65_ffffff_40x100.png
-share/glpi/lib/jquery/css/smoothness/images/ui-bg_flat_75_dadada_40x100.png
-share/glpi/lib/jquery/css/smoothness/images/ui-bg_flat_75_e6e6e6_40x100.png
-share/glpi/lib/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
-share/glpi/lib/jquery/css/smoothness/images/ui-bg_flat_95_fef1ec_40x100.png
-share/glpi/lib/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
-share/glpi/lib/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
-share/glpi/lib/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
-share/glpi/lib/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
-share/glpi/lib/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
-share/glpi/lib/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
-share/glpi/lib/jquery/css/smoothness/images/ui-icons_222222_256x240.png
-share/glpi/lib/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png
-share/glpi/lib/jquery/css/smoothness/images/ui-icons_454545_256x240.png
-share/glpi/lib/jquery/css/smoothness/images/ui-icons_888888_256x240.png
-share/glpi/lib/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png
-share/glpi/lib/jquery/css/smoothness/jquery-ui-1.10.4.custom.css
-share/glpi/lib/jquery/css/smoothness/jquery-ui-1.10.4.custom.min.css
-share/glpi/lib/jquery/i18n/jquery-ui-i18n.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-af.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ar-DZ.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ar.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-az.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-be.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-bg.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-bs.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ca.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-cs.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-cy-GB.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-da.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-de.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-el.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-en-AU.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-en-GB.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-en-NZ.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-eo.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-es.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-et.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-eu.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-fa.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-fi.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-fo.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-fr-CA.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-fr-CH.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-fr.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-gl.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-he.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-hi.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-hr.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-hu.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-hy.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-id.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-is.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-it.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ja.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ka.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-kk.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-km.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ko.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ky.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-lb.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-lt.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-lv.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-mk.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ml.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ms.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-nb.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-nl-BE.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-nl.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-nn.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-no.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-pl.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-pt-BR.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-pt.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-rm.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ro.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ru.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-sk.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-sl.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-sq.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-sr-SR.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-sr.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-sv.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-ta.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-th.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-tj.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-tr.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-uk.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-vi.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-zh-CN.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-zh-HK.js
-share/glpi/lib/jquery/i18n/jquery.ui.datepicker-zh-TW.js
-share/glpi/lib/jquery/js/jquery-ui-1.10.4.custom.js
-share/glpi/lib/jquery/js/jquery-ui-1.10.4.custom.min.js
-share/glpi/lib/jquery/js/jquery.js
-share/glpi/lib/jquery/js/jquery.min.js
-share/glpi/lib/jquery/js/jquery.min.map
-share/glpi/lib/jqueryplugins/autogrow/jquery.autogrow-textarea.js
-share/glpi/lib/jqueryplugins/autogrow/jquery.autogrow-textarea.min.js
-share/glpi/lib/jqueryplugins/fullcalendar/CHANGELOG.txt
-share/glpi/lib/jqueryplugins/fullcalendar/CONTRIBUTING.txt
-share/glpi/lib/jqueryplugins/fullcalendar/LICENSE.txt
-share/glpi/lib/jqueryplugins/fullcalendar/fullcalendar.css
-share/glpi/lib/jqueryplugins/fullcalendar/fullcalendar.js
-share/glpi/lib/jqueryplugins/fullcalendar/fullcalendar.min.css
-share/glpi/lib/jqueryplugins/fullcalendar/fullcalendar.min.js
-share/glpi/lib/jqueryplugins/fullcalendar/fullcalendar.print.css
-share/glpi/lib/jqueryplugins/fullcalendar/fullcalendar.print.min.css
-share/glpi/lib/jqueryplugins/fullcalendar/gcal.js
-share/glpi/lib/jqueryplugins/fullcalendar/gcal.min.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale-all.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/af.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/ar-dz.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/ar-kw.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/ar-ly.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/ar-ma.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/ar-sa.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/ar-tn.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/ar.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/be.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/bg.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/bs.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/ca.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/cs.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/da.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/de-at.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/de-ch.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/de.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/el.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/en-au.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/en-ca.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/en-gb.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/en-ie.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/en-nz.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/es-do.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/es-us.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/es.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/et.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/eu.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/fa.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/fi.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/fr-ca.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/fr-ch.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/fr.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/gl.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/he.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/hi.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/hr.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/hu.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/id.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/is.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/it.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/ja.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/ka.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/kk.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/ko.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/lb.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/lt.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/lv.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/mk.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/ms-my.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/ms.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/nb.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/nl-be.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/nl.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/nn.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/pl.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/pt-br.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/pt.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/ro.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/ru.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/sk.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/sl.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/sq.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/sr-cyrl.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/sr.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/sv.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/th.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/tr.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/uk.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/vi.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/zh-cn.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/zh-hk.js
-share/glpi/lib/jqueryplugins/fullcalendar/locale/zh-tw.js
-share/glpi/lib/jqueryplugins/jquery-file-upload/README.md
-share/glpi/lib/jqueryplugins/jquery-file-upload/js/jquery.fileupload.js
-share/glpi/lib/jqueryplugins/jquery-file-upload/js/jquery.iframe-transport.js
-share/glpi/lib/jqueryplugins/jquery-file-upload/server/php/UploadHandler.php
-share/glpi/lib/jqueryplugins/jquery-gantt/CONTRIBUTORS.md
-share/glpi/lib/jqueryplugins/jquery-gantt/README.md
-share/glpi/lib/jqueryplugins/jquery-gantt/css/style.css
-share/glpi/lib/jqueryplugins/jquery-gantt/img/grid.png
-share/glpi/lib/jqueryplugins/jquery-gantt/img/icon_sprite.png
-share/glpi/lib/jqueryplugins/jquery-gantt/img/loader_bg.png
-share/glpi/lib/jqueryplugins/jquery-gantt/img/slider_handle.png
-share/glpi/lib/jqueryplugins/jquery-gantt/js/dataDays.js
-share/glpi/lib/jqueryplugins/jquery-gantt/js/dataDaysEnh.js
-share/glpi/lib/jqueryplugins/jquery-gantt/js/dataHours.js
-share/glpi/lib/jqueryplugins/jquery-gantt/js/jquery.cookie.js
-share/glpi/lib/jqueryplugins/jquery-gantt/js/jquery.fn.gantt.js
-share/glpi/lib/jqueryplugins/jquery-gantt/js/jquery.fn.gantt.min.js
-share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/Readme
-share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/css/jquery.scrollabletab.css
-share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/css/jquery.scrollabletab.min.css
-share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/js/jquery.init.js
-share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/js/jquery.mousewheel.js
-share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/js/jquery.mousewheel.min.js
-share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/js/jquery.scrollabletab.js
-share/glpi/lib/jqueryplugins/jquery-ui-scrollable-tabs/js/jquery.scrollabletab.min.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/README.md
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-addon-i18n.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-addon-i18n.min.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-af.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-am.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-bg.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-ca.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-cs.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-da.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-de.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-el.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-es.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-et.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-eu.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-fa.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-fi.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-fr.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-gl.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-he.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-hr.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-hu.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-id.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-it.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-ja.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-ko.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-lt.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-lv.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-mk.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-nl.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-no.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-pl.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-pt-BR.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-pt.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-ro.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-ru.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-sk.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-sl.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-sq.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-sr-RS.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-sr-YU.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-sv.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-th.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-tr.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-uk.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-vi.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-zh-CN.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/i18n/jquery-ui-timepicker-zh-TW.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/jquery-ui-sliderAccess.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/jquery-ui-timepicker-addon.css
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/jquery-ui-timepicker-addon.js
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/jquery-ui-timepicker-addon.min.css
-share/glpi/lib/jqueryplugins/jquery-ui-timepicker-addon/jquery-ui-timepicker-addon.min.js
-share/glpi/lib/jqueryplugins/jquery.hotkeys.js
-share/glpi/lib/jqueryplugins/jstree/LICENSE-MIT
-share/glpi/lib/jqueryplugins/jstree/README.md
-share/glpi/lib/jqueryplugins/jstree/jstree.js
-share/glpi/lib/jqueryplugins/jstree/jstree.min.js
-share/glpi/lib/jqueryplugins/jstree/themes/default-dark/32px.png
-share/glpi/lib/jqueryplugins/jstree/themes/default-dark/40px.png
-share/glpi/lib/jqueryplugins/jstree/themes/default-dark/style.css
-share/glpi/lib/jqueryplugins/jstree/themes/default-dark/style.min.css
-share/glpi/lib/jqueryplugins/jstree/themes/default-dark/throbber.gif
-share/glpi/lib/jqueryplugins/jstree/themes/default/32px.png
-share/glpi/lib/jqueryplugins/jstree/themes/default/40px.png
-share/glpi/lib/jqueryplugins/jstree/themes/default/style.css
-share/glpi/lib/jqueryplugins/jstree/themes/default/style.min.css
-share/glpi/lib/jqueryplugins/jstree/themes/default/throbber.gif
-share/glpi/lib/jqueryplugins/prettytextdiff/diff_match_patch.js
-share/glpi/lib/jqueryplugins/prettytextdiff/jquery.pretty-text-diff.js
-share/glpi/lib/jqueryplugins/prettytextdiff/jquery.pretty-text-diff.min.js
-share/glpi/lib/jqueryplugins/qtip2/jquery.qtip.css
-share/glpi/lib/jqueryplugins/qtip2/jquery.qtip.js
-share/glpi/lib/jqueryplugins/qtip2/jquery.qtip.min.css
-share/glpi/lib/jqueryplugins/qtip2/jquery.qtip.min.js
-share/glpi/lib/jqueryplugins/rateit/delete.gif
-share/glpi/lib/jqueryplugins/rateit/jquery.rateit.js
-share/glpi/lib/jqueryplugins/rateit/jquery.rateit.min.js
-share/glpi/lib/jqueryplugins/rateit/rateit.css
-share/glpi/lib/jqueryplugins/rateit/rateit.min.css
-share/glpi/lib/jqueryplugins/rateit/star.gif
-share/glpi/lib/jqueryplugins/select2/css/select2.css
-share/glpi/lib/jqueryplugins/select2/css/select2.min.css
-share/glpi/lib/jqueryplugins/select2/js/i18n/af.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/ar.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/az.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/bg.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/bs.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/ca.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/cs.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/da.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/de.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/dsb.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/el.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/en.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/es.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/et.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/eu.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/fa.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/fi.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/fr.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/gl.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/he.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/hi.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/hr.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/hsb.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/hu.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/hy.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/id.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/is.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/it.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/ja.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/km.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/ko.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/lt.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/lv.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/mk.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/ms.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/nb.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/nl.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/pl.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/ps.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/pt-BR.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/pt.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/ro.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/ru.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/sk.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/sl.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/sr-Cyrl.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/sr.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/sv.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/th.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/tr.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/uk.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/vi.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/zh-CN.js
-share/glpi/lib/jqueryplugins/select2/js/i18n/zh-TW.js
-share/glpi/lib/jqueryplugins/select2/js/select2.full.js
-share/glpi/lib/jqueryplugins/select2/js/select2.js
-share/glpi/lib/jqueryplugins/spectrum-colorpicker/LICENSE
-share/glpi/lib/jqueryplugins/spectrum-colorpicker/README.md
-share/glpi/lib/jqueryplugins/spectrum-colorpicker/spectrum-min.js
-share/glpi/lib/jqueryplugins/spectrum-colorpicker/spectrum.css
-share/glpi/lib/jqueryplugins/spectrum-colorpicker/spectrum.jquery.json
-share/glpi/lib/jqueryplugins/spectrum-colorpicker/spectrum.js
-share/glpi/lib/jqueryplugins/spectrum-colorpicker/spectrum.min.css
-share/glpi/lib/leaflet/images/layers-2x.png
-share/glpi/lib/leaflet/images/layers.png
-share/glpi/lib/leaflet/images/marker-icon-2x.png
-share/glpi/lib/leaflet/images/marker-icon.png
-share/glpi/lib/leaflet/images/marker-shadow.png
-share/glpi/lib/leaflet/leaflet.css
-share/glpi/lib/leaflet/leaflet.js
-share/glpi/lib/leaflet/plugins/Leaflet.awesome-markers/images/markers-matte.png
-share/glpi/lib/leaflet/plugins/Leaflet.awesome-markers/images/markers-matte%2x.png@localhost
-share/glpi/lib/leaflet/plugins/Leaflet.awesome-markers/images/markers-plain.png
-share/glpi/lib/leaflet/plugins/Leaflet.awesome-markers/images/markers-shadow.png
-share/glpi/lib/leaflet/plugins/Leaflet.awesome-markers/images/markers-shadow%2x.png@localhost
-share/glpi/lib/leaflet/plugins/Leaflet.awesome-markers/images/markers-soft.png
-share/glpi/lib/leaflet/plugins/Leaflet.awesome-markers/images/markers-soft%2x.png@localhost
-share/glpi/lib/leaflet/plugins/Leaflet.awesome-markers/leaflet.awesome-markers.css
-share/glpi/lib/leaflet/plugins/Leaflet.awesome-markers/leaflet.awesome-markers.min.js
-share/glpi/lib/leaflet/plugins/Leaflet.fullscreen/Leaflet.fullscreen.min.js
-share/glpi/lib/leaflet/plugins/Leaflet.fullscreen/fullscreen.png
-share/glpi/lib/leaflet/plugins/Leaflet.fullscreen/fullscreen%2x.png@localhost
-share/glpi/lib/leaflet/plugins/Leaflet.fullscreen/leaflet.fullscreen.css
-share/glpi/lib/leaflet/plugins/Leaflet.markercluster/MarkerCluster.Default.css
-share/glpi/lib/leaflet/plugins/Leaflet.markercluster/MarkerCluster.css
-share/glpi/lib/leaflet/plugins/Leaflet.markercluster/leaflet.markercluster.js
-share/glpi/lib/leaflet/plugins/leaflet-control-osm-geocoder/Control.OSMGeocoder.css
-share/glpi/lib/leaflet/plugins/leaflet-control-osm-geocoder/Control.OSMGeocoder.js
-share/glpi/lib/leaflet/plugins/leaflet-control-osm-geocoder/LICENSE
-share/glpi/lib/leaflet/plugins/leaflet.spin/leaflet.spin.min.js
-share/glpi/lib/lodash.min.js
-share/glpi/lib/moment.min.js
-share/glpi/lib/prism/prism.css
-share/glpi/lib/prism/prism.js
-share/glpi/lib/spin.js/spin.min.js
-share/glpi/lib/tiny_mce/custom_plugins/stickytoolbar/plugin.js
-share/glpi/lib/tiny_mce/lib/jquery.tinymce.min.js
-share/glpi/lib/tiny_mce/lib/langs/af_ZA.js
-share/glpi/lib/tiny_mce/lib/langs/ar.js
-share/glpi/lib/tiny_mce/lib/langs/az.js
-share/glpi/lib/tiny_mce/lib/langs/be.js
-share/glpi/lib/tiny_mce/lib/langs/bg_BG.js
-share/glpi/lib/tiny_mce/lib/langs/bn_BD.js
-share/glpi/lib/tiny_mce/lib/langs/ca.js
-share/glpi/lib/tiny_mce/lib/langs/cs.js
-share/glpi/lib/tiny_mce/lib/langs/cs_CZ.js
-share/glpi/lib/tiny_mce/lib/langs/cy.js
-share/glpi/lib/tiny_mce/lib/langs/da.js
-share/glpi/lib/tiny_mce/lib/langs/de.js
-share/glpi/lib/tiny_mce/lib/langs/de_AT.js
-share/glpi/lib/tiny_mce/lib/langs/dv.js
-share/glpi/lib/tiny_mce/lib/langs/el.js
-share/glpi/lib/tiny_mce/lib/langs/en_CA.js
-share/glpi/lib/tiny_mce/lib/langs/en_GB.js
-share/glpi/lib/tiny_mce/lib/langs/es.js
-share/glpi/lib/tiny_mce/lib/langs/es_MX.js
-share/glpi/lib/tiny_mce/lib/langs/et.js
-share/glpi/lib/tiny_mce/lib/langs/eu.js
-share/glpi/lib/tiny_mce/lib/langs/fa_IR.js
-share/glpi/lib/tiny_mce/lib/langs/fi.js
-share/glpi/lib/tiny_mce/lib/langs/fr_FR.js
-share/glpi/lib/tiny_mce/lib/langs/ga.js
-share/glpi/lib/tiny_mce/lib/langs/gl.js
-share/glpi/lib/tiny_mce/lib/langs/he_IL.js
-share/glpi/lib/tiny_mce/lib/langs/hr.js
-share/glpi/lib/tiny_mce/lib/langs/hu_HU.js
-share/glpi/lib/tiny_mce/lib/langs/id.js
-share/glpi/lib/tiny_mce/lib/langs/it.js
-share/glpi/lib/tiny_mce/lib/langs/ja.js
-share/glpi/lib/tiny_mce/lib/langs/ka_GE.js
-share/glpi/lib/tiny_mce/lib/langs/kab.js
-share/glpi/lib/tiny_mce/lib/langs/kk.js
-share/glpi/lib/tiny_mce/lib/langs/km_KH.js
-share/glpi/lib/tiny_mce/lib/langs/ko_KR.js
-share/glpi/lib/tiny_mce/lib/langs/lt.js
-share/glpi/lib/tiny_mce/lib/langs/lv.js
-share/glpi/lib/tiny_mce/lib/langs/nb_NO.js
-share/glpi/lib/tiny_mce/lib/langs/nl.js
-share/glpi/lib/tiny_mce/lib/langs/pl.js
-share/glpi/lib/tiny_mce/lib/langs/pt_BR.js
-share/glpi/lib/tiny_mce/lib/langs/pt_PT.js
-share/glpi/lib/tiny_mce/lib/langs/readme.md
-share/glpi/lib/tiny_mce/lib/langs/ro.js
-share/glpi/lib/tiny_mce/lib/langs/ru.js
-share/glpi/lib/tiny_mce/lib/langs/sk.js
-share/glpi/lib/tiny_mce/lib/langs/sl_SI.js
-share/glpi/lib/tiny_mce/lib/langs/sr.js
-share/glpi/lib/tiny_mce/lib/langs/sv_SE.js
-share/glpi/lib/tiny_mce/lib/langs/ta.js
-share/glpi/lib/tiny_mce/lib/langs/ta_IN.js
-share/glpi/lib/tiny_mce/lib/langs/th_TH.js
-share/glpi/lib/tiny_mce/lib/langs/tr.js
-share/glpi/lib/tiny_mce/lib/langs/tr_TR.js
-share/glpi/lib/tiny_mce/lib/langs/ug.js
-share/glpi/lib/tiny_mce/lib/langs/uk.js
-share/glpi/lib/tiny_mce/lib/langs/uk_UA.js
-share/glpi/lib/tiny_mce/lib/langs/uz.js
-share/glpi/lib/tiny_mce/lib/langs/vi_VN.js
-share/glpi/lib/tiny_mce/lib/langs/zh_CN.js
-share/glpi/lib/tiny_mce/lib/langs/zh_TW.js
-share/glpi/lib/tiny_mce/lib/license.txt
-share/glpi/lib/tiny_mce/lib/plugins/advlist/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/anchor/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/autolink/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/autoresize/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/autosave/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/bbcode/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/charmap/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/code/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/codesample/css/prism.css
-share/glpi/lib/tiny_mce/lib/plugins/codesample/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/colorpicker/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/contextmenu/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/directionality/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-cool.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-cry.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-embarassed.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-foot-in-mouth.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-frown.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-innocent.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-kiss.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-laughing.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-money-mouth.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-sealed.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-smile.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-surprised.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-tongue-out.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-undecided.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-wink.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/img/smiley-yell.gif
-share/glpi/lib/tiny_mce/lib/plugins/emoticons/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/fullpage/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/fullscreen/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/help/img/logo.png
-share/glpi/lib/tiny_mce/lib/plugins/help/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/hr/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/image/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/imagetools/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/importcss/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/insertdatetime/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/legacyoutput/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/link/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/lists/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/media/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/nonbreaking/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/noneditable/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/pagebreak/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/paste/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/preview/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/print/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/save/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/searchreplace/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/spellchecker/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/tabfocus/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/table/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/template/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/textcolor/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/textpattern/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/toc/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/visualblocks/css/visualblocks.css
-share/glpi/lib/tiny_mce/lib/plugins/visualblocks/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/visualchars/plugin.min.js
-share/glpi/lib/tiny_mce/lib/plugins/wordcount/plugin.min.js
-share/glpi/lib/tiny_mce/lib/skins/lightgray/content.inline.min.css
-share/glpi/lib/tiny_mce/lib/skins/lightgray/content.min.css
-share/glpi/lib/tiny_mce/lib/skins/lightgray/content.mobile.min.css
-share/glpi/lib/tiny_mce/lib/skins/lightgray/fonts/tinymce-mobile.woff
-share/glpi/lib/tiny_mce/lib/skins/lightgray/fonts/tinymce-small.eot
-share/glpi/lib/tiny_mce/lib/skins/lightgray/fonts/tinymce-small.svg
-share/glpi/lib/tiny_mce/lib/skins/lightgray/fonts/tinymce-small.ttf
-share/glpi/lib/tiny_mce/lib/skins/lightgray/fonts/tinymce-small.woff
-share/glpi/lib/tiny_mce/lib/skins/lightgray/fonts/tinymce.eot
-share/glpi/lib/tiny_mce/lib/skins/lightgray/fonts/tinymce.svg
-share/glpi/lib/tiny_mce/lib/skins/lightgray/fonts/tinymce.ttf
-share/glpi/lib/tiny_mce/lib/skins/lightgray/fonts/tinymce.woff
-share/glpi/lib/tiny_mce/lib/skins/lightgray/img/anchor.gif
-share/glpi/lib/tiny_mce/lib/skins/lightgray/img/loader.gif
-share/glpi/lib/tiny_mce/lib/skins/lightgray/img/object.gif
-share/glpi/lib/tiny_mce/lib/skins/lightgray/img/trans.gif
-share/glpi/lib/tiny_mce/lib/skins/lightgray/skin.min.css
-share/glpi/lib/tiny_mce/lib/skins/lightgray/skin.mobile.min.css
-share/glpi/lib/tiny_mce/lib/themes/inlite/theme.min.js
-share/glpi/lib/tiny_mce/lib/themes/mobile/theme.min.js
-share/glpi/lib/tiny_mce/lib/themes/modern/theme.min.js
-share/glpi/lib/tiny_mce/lib/tinymce.min.js
-share/glpi/lib/unorm/unorm.js
 share/glpi/locales/.htaccess
 share/glpi/locales/ar_SA.mo
 share/glpi/locales/ar_SA.po
@@ -1899,6 +1386,8 @@ share/glpi/locales/es_CL.mo
 share/glpi/locales/es_CL.po
 share/glpi/locales/es_CO.mo
 share/glpi/locales/es_CO.po
+share/glpi/locales/es_EC.mo
+share/glpi/locales/es_EC.po
 share/glpi/locales/es_ES.mo
 share/glpi/locales/es_ES.po
 share/glpi/locales/es_MX.mo
@@ -1913,13 +1402,14 @@ share/glpi/locales/fa_IR.mo
 share/glpi/locales/fa_IR.po
 share/glpi/locales/fi_FI.mo
 share/glpi/locales/fi_FI.po
+share/glpi/locales/fr_BE.mo
+share/glpi/locales/fr_BE.po
 share/glpi/locales/fr_CA.mo
 share/glpi/locales/fr_CA.po
 share/glpi/locales/fr_FR.mo
 share/glpi/locales/fr_FR.po
 share/glpi/locales/gl_ES.mo
 share/glpi/locales/gl_ES.po
-share/glpi/locales/glpi.pot
 share/glpi/locales/he_IL.mo
 share/glpi/locales/he_IL.po
 share/glpi/locales/hi_IN.mo
@@ -1944,10 +1434,14 @@ share/glpi/locales/lt_LT.mo
 share/glpi/locales/lt_LT.po
 share/glpi/locales/lv_LV.mo
 share/glpi/locales/lv_LV.po
+share/glpi/locales/mn_MN.mo
+share/glpi/locales/mn_MN.po
 share/glpi/locales/ms_MY.mo
 share/glpi/locales/ms_MY.po
 share/glpi/locales/nb_NO.mo
 share/glpi/locales/nb_NO.po
+share/glpi/locales/nl_BE.mo
+share/glpi/locales/nl_BE.po
 share/glpi/locales/nl_NL.mo
 share/glpi/locales/nl_NL.po
 share/glpi/locales/nn_NO.mo
@@ -1984,6 +1478,7 @@ share/glpi/locales/zh_HK.mo
 share/glpi/locales/zh_HK.po
 share/glpi/locales/zh_TW.mo
 share/glpi/locales/zh_TW.po
+share/glpi/marketplace/remove.txt
 share/glpi/pics/PICS-AUTHORS.txt
 share/glpi/pics/accepted.png
 share/glpi/pics/actualiser.png
@@ -1992,11 +1487,24 @@ share/glpi/pics/add_dropdown.png
 share/glpi/pics/addresa.png
 share/glpi/pics/answer.png
 share/glpi/pics/approbation.png
-share/glpi/pics/arrow-left-top.png
-share/glpi/pics/arrow-left.png
-share/glpi/pics/arrow-right-top.png
-share/glpi/pics/arrow-right.png
 share/glpi/pics/assign.png
+share/glpi/pics/charts/area.png
+share/glpi/pics/charts/articles.png
+share/glpi/pics/charts/bar.png
+share/glpi/pics/charts/bignumber.png
+share/glpi/pics/charts/donut.png
+share/glpi/pics/charts/halfdonut.png
+share/glpi/pics/charts/halfpie.png
+share/glpi/pics/charts/hbar.png
+share/glpi/pics/charts/hstacked.png
+share/glpi/pics/charts/line.png
+share/glpi/pics/charts/markdown.png
+share/glpi/pics/charts/multiplenumbers.png
+share/glpi/pics/charts/pie.png
+share/glpi/pics/charts/sources.md
+share/glpi/pics/charts/stacked.png
+share/glpi/pics/charts/summarynumber.png
+share/glpi/pics/charts/table.png
 share/glpi/pics/close.png
 share/glpi/pics/closed.png
 share/glpi/pics/collapse.gif
@@ -2011,7 +1519,6 @@ share/glpi/pics/dollaradd.png
 share/glpi/pics/down.png
 share/glpi/pics/drag.png
 share/glpi/pics/edit.png
-share/glpi/pics/entity_all.png
 share/glpi/pics/evaluation.png
 share/glpi/pics/expand.gif
 share/glpi/pics/expand.png
@@ -2101,30 +1608,66 @@ share/glpi/pics/icones/xcf-dist.png
 share/glpi/pics/icones/xls-dist.png
 share/glpi/pics/icones/xml-dist.png
 share/glpi/pics/icones/zip-dist.png
-share/glpi/pics/jquery/jstree/32px.png
-share/glpi/pics/jquery/jstree/40px.png
-share/glpi/pics/jquery/jstree/throbber.gif
+share/glpi/pics/impact/README.txt
+share/glpi/pics/impact/appliance.png
+share/glpi/pics/impact/authldap.png
+share/glpi/pics/impact/cartridgeitem.png
+share/glpi/pics/impact/cluster.png
+share/glpi/pics/impact/computer.png
+share/glpi/pics/impact/contract.png
+share/glpi/pics/impact/crontask.png
+share/glpi/pics/impact/database.png
+share/glpi/pics/impact/databaseinstance.png
+share/glpi/pics/impact/datacenter.png
+share/glpi/pics/impact/dcroom.png
+share/glpi/pics/impact/default.png
+share/glpi/pics/impact/devicesimcard.png
+share/glpi/pics/impact/domain.png
+share/glpi/pics/impact/enclosure.png
+share/glpi/pics/impact/entity.png
+share/glpi/pics/impact/group.png
+share/glpi/pics/impact/itilcategory.png
+share/glpi/pics/impact/line.png
+share/glpi/pics/impact/location.png
+share/glpi/pics/impact/mailcollector.png
+share/glpi/pics/impact/monitor.png
+share/glpi/pics/impact/networkequipment.png
+share/glpi/pics/impact/notification.png
+share/glpi/pics/impact/pdu.png
+share/glpi/pics/impact/peripheral.png
+share/glpi/pics/impact/phone.png
+share/glpi/pics/impact/printer.png
+share/glpi/pics/impact/profile.png
+share/glpi/pics/impact/project.png
+share/glpi/pics/impact/rack.png
+share/glpi/pics/impact/slm.png
+share/glpi/pics/impact/software.png
+share/glpi/pics/impact/softwarelicense.png
+share/glpi/pics/impact/supplier.png
+share/glpi/pics/impact/user.png
 share/glpi/pics/jquery/pbar-ani.gif
 share/glpi/pics/ko_min.png
 share/glpi/pics/l.gif
 share/glpi/pics/last.png
 share/glpi/pics/last_off.png
-share/glpi/pics/layout_classic.png
-share/glpi/pics/layout_lefttab.png
-share/glpi/pics/layout_vsplit.png
+share/glpi/pics/layout/global_layout_horizontal.png
+share/glpi/pics/layout/global_layout_vertical.png
 share/glpi/pics/left.png
 share/glpi/pics/left_off.png
 share/glpi/pics/loader.png
 share/glpi/pics/lock.png
 share/glpi/pics/login_logo_glpi.png
+share/glpi/pics/logos/logo-G-100-black.png
+share/glpi/pics/logos/logo-G-100-grey.png
+share/glpi/pics/logos/logo-G-100-white.png
 share/glpi/pics/logos/logo-GLPI-100-black.png
+share/glpi/pics/logos/logo-GLPI-100-grey.png
 share/glpi/pics/logos/logo-GLPI-100-white.png
-share/glpi/pics/logos/logo-GLPI-160-white.png
 share/glpi/pics/logos/logo-GLPI-250-black.png
+share/glpi/pics/logos/logo-GLPI-250-grey.png
 share/glpi/pics/logos/logo-GLPI-250-white.png
-share/glpi/pics/logos/logo-GLPI-500-black.png
-share/glpi/pics/logos/logo-GLPI-500-blue.png
-share/glpi/pics/logos/logo-GLPI-500-white.png
+share/glpi/pics/logos/sources/GLPI_Logo-color.svg
+share/glpi/pics/logos/sources/GLPI_Logo-white.svg
 share/glpi/pics/menu_add.png
 share/glpi/pics/menu_add_off.png
 share/glpi/pics/menu_addtemplate.png
@@ -2133,7 +1676,6 @@ share/glpi/pics/menu_config.png
 share/glpi/pics/menu_search.png
 share/glpi/pics/menu_search_off.png
 share/glpi/pics/menu_show.png
-share/glpi/pics/menu_showall.png
 share/glpi/pics/meta_moins.png
 share/glpi/pics/meta_plus.png
 share/glpi/pics/moins.png
@@ -2144,7 +1686,6 @@ share/glpi/pics/ok.png
 share/glpi/pics/ok_min.png
 share/glpi/pics/options_search.png
 share/glpi/pics/picture.png
-share/glpi/pics/picture_min.png
 share/glpi/pics/plan.png
 share/glpi/pics/plus.png
 share/glpi/pics/puce.gif
@@ -2160,9 +1701,13 @@ share/glpi/pics/reservation.png
 share/glpi/pics/reset.png
 share/glpi/pics/right.png
 share/glpi/pics/right_off.png
+share/glpi/pics/screenshots/asset.png
 share/glpi/pics/screenshots/components.png
+share/glpi/pics/screenshots/dashboard.png
 share/glpi/pics/screenshots/dcim_racks_draganddrop.gif
 share/glpi/pics/screenshots/dcim_racks_toggleimages.gif
+share/glpi/pics/screenshots/marketplace.png
+share/glpi/pics/screenshots/ticket.png
 share/glpi/pics/screenshots/timeline.png
 share/glpi/pics/search.png
 share/glpi/pics/showdeleted.png
@@ -2172,7 +1717,6 @@ share/glpi/pics/spinner.48.gif
 share/glpi/pics/spinner.gif
 share/glpi/pics/stats_item.png
 share/glpi/pics/sub_dropdown.png
-share/glpi/pics/supplier.png
 share/glpi/pics/tb.gif
 share/glpi/pics/test.png
 share/glpi/pics/timeline/1.png
@@ -2180,7 +1724,6 @@ share/glpi/pics/timeline/2.png
 share/glpi/pics/timeline/3.png
 share/glpi/pics/timeline/4.png
 share/glpi/pics/timeline/5.png
-share/glpi/pics/timeline/actiontime.png
 share/glpi/pics/timeline/delete.png
 share/glpi/pics/timeline/done.png
 share/glpi/pics/timeline/edit.png
@@ -2188,7 +1731,6 @@ share/glpi/pics/timeline/file.png
 share/glpi/pics/timeline/followup.png
 share/glpi/pics/timeline/group.png
 share/glpi/pics/timeline/information.png
-share/glpi/pics/timeline/planification.png
 share/glpi/pics/timeline/reset.png
 share/glpi/pics/timeline/task.png
 share/glpi/pics/timeline/todo.png
@@ -2205,13 +1747,678 @@ share/glpi/pics/warning.png
 share/glpi/pics/warning_min.png
 share/glpi/pics/web.png
 share/glpi/plugins/remove.txt
-share/glpi/scripts/.htaccess
-share/glpi/scripts/compute_dictionnary.php
-share/glpi/scripts/glpi_cron_curl.sh
-share/glpi/scripts/glpi_cron_lynx.sh
-share/glpi/scripts/ldap_mass_sync.php
-share/glpi/scripts/migrations/racks_plugin.php
-share/glpi/scripts/softcat_mass_compute.php
+share/glpi/public/lib/base.css
+share/glpi/public/lib/base.css.map
+share/glpi/public/lib/base.js
+share/glpi/public/lib/base.js.map
+share/glpi/public/lib/base.min.css
+share/glpi/public/lib/base.min.js
+share/glpi/public/lib/chartist.css
+share/glpi/public/lib/chartist.css.map
+share/glpi/public/lib/chartist.js
+share/glpi/public/lib/chartist.js.map
+share/glpi/public/lib/chartist.min.css
+share/glpi/public/lib/chartist.min.js
+share/glpi/public/lib/codemirror.css
+share/glpi/public/lib/codemirror.css.map
+share/glpi/public/lib/codemirror.js
+share/glpi/public/lib/codemirror.js.map
+share/glpi/public/lib/codemirror.min.css
+share/glpi/public/lib/codemirror.min.js
+share/glpi/public/lib/cytoscape.css
+share/glpi/public/lib/cytoscape.css.map
+share/glpi/public/lib/cytoscape.js
+share/glpi/public/lib/cytoscape.js.map
+share/glpi/public/lib/cytoscape.min.css
+share/glpi/public/lib/cytoscape.min.js
+share/glpi/public/lib/flatpickr.css
+share/glpi/public/lib/flatpickr.css.map
+share/glpi/public/lib/flatpickr.js
+share/glpi/public/lib/flatpickr.js.map
+share/glpi/public/lib/flatpickr.min.css
+share/glpi/public/lib/flatpickr.min.js
+share/glpi/public/lib/flatpickr/l10n/ar-dz.js
+share/glpi/public/lib/flatpickr/l10n/ar-dz.min.js
+share/glpi/public/lib/flatpickr/l10n/ar.js
+share/glpi/public/lib/flatpickr/l10n/ar.min.js
+share/glpi/public/lib/flatpickr/l10n/at.js
+share/glpi/public/lib/flatpickr/l10n/at.min.js
+share/glpi/public/lib/flatpickr/l10n/az.js
+share/glpi/public/lib/flatpickr/l10n/az.min.js
+share/glpi/public/lib/flatpickr/l10n/be.js
+share/glpi/public/lib/flatpickr/l10n/be.min.js
+share/glpi/public/lib/flatpickr/l10n/bg.js
+share/glpi/public/lib/flatpickr/l10n/bg.min.js
+share/glpi/public/lib/flatpickr/l10n/bn.js
+share/glpi/public/lib/flatpickr/l10n/bn.min.js
+share/glpi/public/lib/flatpickr/l10n/bs.js
+share/glpi/public/lib/flatpickr/l10n/bs.min.js
+share/glpi/public/lib/flatpickr/l10n/cat.js
+share/glpi/public/lib/flatpickr/l10n/cat.min.js
+share/glpi/public/lib/flatpickr/l10n/ckb.js
+share/glpi/public/lib/flatpickr/l10n/ckb.min.js
+share/glpi/public/lib/flatpickr/l10n/cs.js
+share/glpi/public/lib/flatpickr/l10n/cs.min.js
+share/glpi/public/lib/flatpickr/l10n/cy.js
+share/glpi/public/lib/flatpickr/l10n/cy.min.js
+share/glpi/public/lib/flatpickr/l10n/da.js
+share/glpi/public/lib/flatpickr/l10n/da.min.js
+share/glpi/public/lib/flatpickr/l10n/de.js
+share/glpi/public/lib/flatpickr/l10n/de.min.js
+share/glpi/public/lib/flatpickr/l10n/default.js
+share/glpi/public/lib/flatpickr/l10n/default.min.js
+share/glpi/public/lib/flatpickr/l10n/eo.js
+share/glpi/public/lib/flatpickr/l10n/eo.min.js
+share/glpi/public/lib/flatpickr/l10n/es.js
+share/glpi/public/lib/flatpickr/l10n/es.min.js
+share/glpi/public/lib/flatpickr/l10n/et.js
+share/glpi/public/lib/flatpickr/l10n/et.min.js
+share/glpi/public/lib/flatpickr/l10n/fa.js
+share/glpi/public/lib/flatpickr/l10n/fa.min.js
+share/glpi/public/lib/flatpickr/l10n/fi.js
+share/glpi/public/lib/flatpickr/l10n/fi.min.js
+share/glpi/public/lib/flatpickr/l10n/fo.js
+share/glpi/public/lib/flatpickr/l10n/fo.min.js
+share/glpi/public/lib/flatpickr/l10n/fr.js
+share/glpi/public/lib/flatpickr/l10n/fr.min.js
+share/glpi/public/lib/flatpickr/l10n/ga.js
+share/glpi/public/lib/flatpickr/l10n/ga.min.js
+share/glpi/public/lib/flatpickr/l10n/gr.js
+share/glpi/public/lib/flatpickr/l10n/gr.min.js
+share/glpi/public/lib/flatpickr/l10n/he.js
+share/glpi/public/lib/flatpickr/l10n/he.min.js
+share/glpi/public/lib/flatpickr/l10n/hi.js
+share/glpi/public/lib/flatpickr/l10n/hi.min.js
+share/glpi/public/lib/flatpickr/l10n/hr.js
+share/glpi/public/lib/flatpickr/l10n/hr.min.js
+share/glpi/public/lib/flatpickr/l10n/hu.js
+share/glpi/public/lib/flatpickr/l10n/hu.min.js
+share/glpi/public/lib/flatpickr/l10n/hy.js
+share/glpi/public/lib/flatpickr/l10n/hy.min.js
+share/glpi/public/lib/flatpickr/l10n/id.js
+share/glpi/public/lib/flatpickr/l10n/id.min.js
+share/glpi/public/lib/flatpickr/l10n/index.js
+share/glpi/public/lib/flatpickr/l10n/index.min.js
+share/glpi/public/lib/flatpickr/l10n/is.js
+share/glpi/public/lib/flatpickr/l10n/is.min.js
+share/glpi/public/lib/flatpickr/l10n/it.js
+share/glpi/public/lib/flatpickr/l10n/it.min.js
+share/glpi/public/lib/flatpickr/l10n/ja.js
+share/glpi/public/lib/flatpickr/l10n/ja.min.js
+share/glpi/public/lib/flatpickr/l10n/ka.js
+share/glpi/public/lib/flatpickr/l10n/ka.min.js
+share/glpi/public/lib/flatpickr/l10n/km.js
+share/glpi/public/lib/flatpickr/l10n/km.min.js
+share/glpi/public/lib/flatpickr/l10n/ko.js
+share/glpi/public/lib/flatpickr/l10n/ko.min.js
+share/glpi/public/lib/flatpickr/l10n/kz.js
+share/glpi/public/lib/flatpickr/l10n/kz.min.js
+share/glpi/public/lib/flatpickr/l10n/lt.js
+share/glpi/public/lib/flatpickr/l10n/lt.min.js
+share/glpi/public/lib/flatpickr/l10n/lv.js
+share/glpi/public/lib/flatpickr/l10n/lv.min.js
+share/glpi/public/lib/flatpickr/l10n/mk.js
+share/glpi/public/lib/flatpickr/l10n/mk.min.js
+share/glpi/public/lib/flatpickr/l10n/mn.js
+share/glpi/public/lib/flatpickr/l10n/mn.min.js
+share/glpi/public/lib/flatpickr/l10n/ms.js
+share/glpi/public/lib/flatpickr/l10n/ms.min.js
+share/glpi/public/lib/flatpickr/l10n/my.js
+share/glpi/public/lib/flatpickr/l10n/my.min.js
+share/glpi/public/lib/flatpickr/l10n/nl.js
+share/glpi/public/lib/flatpickr/l10n/nl.min.js
+share/glpi/public/lib/flatpickr/l10n/nn.js
+share/glpi/public/lib/flatpickr/l10n/nn.min.js
+share/glpi/public/lib/flatpickr/l10n/no.js
+share/glpi/public/lib/flatpickr/l10n/no.min.js
+share/glpi/public/lib/flatpickr/l10n/pa.js
+share/glpi/public/lib/flatpickr/l10n/pa.min.js
+share/glpi/public/lib/flatpickr/l10n/pl.js
+share/glpi/public/lib/flatpickr/l10n/pl.min.js
+share/glpi/public/lib/flatpickr/l10n/pt.js
+share/glpi/public/lib/flatpickr/l10n/pt.min.js
+share/glpi/public/lib/flatpickr/l10n/ro.js
+share/glpi/public/lib/flatpickr/l10n/ro.min.js
+share/glpi/public/lib/flatpickr/l10n/ru.js
+share/glpi/public/lib/flatpickr/l10n/ru.min.js
+share/glpi/public/lib/flatpickr/l10n/si.js
+share/glpi/public/lib/flatpickr/l10n/si.min.js
+share/glpi/public/lib/flatpickr/l10n/sk.js
+share/glpi/public/lib/flatpickr/l10n/sk.min.js
+share/glpi/public/lib/flatpickr/l10n/sl.js
+share/glpi/public/lib/flatpickr/l10n/sl.min.js
+share/glpi/public/lib/flatpickr/l10n/sq.js
+share/glpi/public/lib/flatpickr/l10n/sq.min.js
+share/glpi/public/lib/flatpickr/l10n/sr-cyr.js
+share/glpi/public/lib/flatpickr/l10n/sr-cyr.min.js
+share/glpi/public/lib/flatpickr/l10n/sr.js
+share/glpi/public/lib/flatpickr/l10n/sr.min.js
+share/glpi/public/lib/flatpickr/l10n/sv.js
+share/glpi/public/lib/flatpickr/l10n/sv.min.js
+share/glpi/public/lib/flatpickr/l10n/th.js
+share/glpi/public/lib/flatpickr/l10n/th.min.js
+share/glpi/public/lib/flatpickr/l10n/tr.js
+share/glpi/public/lib/flatpickr/l10n/tr.min.js
+share/glpi/public/lib/flatpickr/l10n/uk.js
+share/glpi/public/lib/flatpickr/l10n/uk.min.js
+share/glpi/public/lib/flatpickr/l10n/uz.js
+share/glpi/public/lib/flatpickr/l10n/uz.min.js
+share/glpi/public/lib/flatpickr/l10n/uz_latn.js
+share/glpi/public/lib/flatpickr/l10n/uz_latn.min.js
+share/glpi/public/lib/flatpickr/l10n/vn.js
+share/glpi/public/lib/flatpickr/l10n/vn.min.js
+share/glpi/public/lib/flatpickr/l10n/zh-tw.js
+share/glpi/public/lib/flatpickr/l10n/zh-tw.min.js
+share/glpi/public/lib/flatpickr/l10n/zh.js
+share/glpi/public/lib/flatpickr/l10n/zh.min.js
+share/glpi/public/lib/flatpickr/themes/airbnb.css
+share/glpi/public/lib/flatpickr/themes/airbnb.min.css
+share/glpi/public/lib/flatpickr/themes/confetti.css
+share/glpi/public/lib/flatpickr/themes/confetti.min.css
+share/glpi/public/lib/flatpickr/themes/dark.css
+share/glpi/public/lib/flatpickr/themes/dark.min.css
+share/glpi/public/lib/flatpickr/themes/light.css
+share/glpi/public/lib/flatpickr/themes/light.min.css
+share/glpi/public/lib/flatpickr/themes/material_blue.css
+share/glpi/public/lib/flatpickr/themes/material_blue.min.css
+share/glpi/public/lib/flatpickr/themes/material_green.css
+share/glpi/public/lib/flatpickr/themes/material_green.min.css
+share/glpi/public/lib/flatpickr/themes/material_orange.css
+share/glpi/public/lib/flatpickr/themes/material_orange.min.css
+share/glpi/public/lib/flatpickr/themes/material_red.css
+share/glpi/public/lib/flatpickr/themes/material_red.min.css
+share/glpi/public/lib/fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf
+share/glpi/public/lib/fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2
+share/glpi/public/lib/fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf
+share/glpi/public/lib/fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2
+share/glpi/public/lib/fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf
+share/glpi/public/lib/fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2
+share/glpi/public/lib/fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf
+share/glpi/public/lib/fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2
+share/glpi/public/lib/fullcalendar.css
+share/glpi/public/lib/fullcalendar.css.map
+share/glpi/public/lib/fullcalendar.js
+share/glpi/public/lib/fullcalendar.js.map
+share/glpi/public/lib/fullcalendar.min.css
+share/glpi/public/lib/fullcalendar.min.js
+share/glpi/public/lib/fullcalendar/core/locales/af.js
+share/glpi/public/lib/fullcalendar/core/locales/af.min.js
+share/glpi/public/lib/fullcalendar/core/locales/ar-dz.js
+share/glpi/public/lib/fullcalendar/core/locales/ar-dz.min.js
+share/glpi/public/lib/fullcalendar/core/locales/ar-kw.js
+share/glpi/public/lib/fullcalendar/core/locales/ar-kw.min.js
+share/glpi/public/lib/fullcalendar/core/locales/ar-ly.js
+share/glpi/public/lib/fullcalendar/core/locales/ar-ly.min.js
+share/glpi/public/lib/fullcalendar/core/locales/ar-ma.js
+share/glpi/public/lib/fullcalendar/core/locales/ar-ma.min.js
+share/glpi/public/lib/fullcalendar/core/locales/ar-sa.js
+share/glpi/public/lib/fullcalendar/core/locales/ar-sa.min.js
+share/glpi/public/lib/fullcalendar/core/locales/ar-tn.js
+share/glpi/public/lib/fullcalendar/core/locales/ar-tn.min.js
+share/glpi/public/lib/fullcalendar/core/locales/ar.js
+share/glpi/public/lib/fullcalendar/core/locales/ar.min.js
+share/glpi/public/lib/fullcalendar/core/locales/az.js
+share/glpi/public/lib/fullcalendar/core/locales/az.min.js
+share/glpi/public/lib/fullcalendar/core/locales/bg.js
+share/glpi/public/lib/fullcalendar/core/locales/bg.min.js
+share/glpi/public/lib/fullcalendar/core/locales/bs.js
+share/glpi/public/lib/fullcalendar/core/locales/bs.min.js
+share/glpi/public/lib/fullcalendar/core/locales/ca.js
+share/glpi/public/lib/fullcalendar/core/locales/ca.min.js
+share/glpi/public/lib/fullcalendar/core/locales/cs.js
+share/glpi/public/lib/fullcalendar/core/locales/cs.min.js
+share/glpi/public/lib/fullcalendar/core/locales/da.js
+share/glpi/public/lib/fullcalendar/core/locales/da.min.js
+share/glpi/public/lib/fullcalendar/core/locales/de.js
+share/glpi/public/lib/fullcalendar/core/locales/de.min.js
+share/glpi/public/lib/fullcalendar/core/locales/el.js
+share/glpi/public/lib/fullcalendar/core/locales/el.min.js
+share/glpi/public/lib/fullcalendar/core/locales/en-au.js
+share/glpi/public/lib/fullcalendar/core/locales/en-au.min.js
+share/glpi/public/lib/fullcalendar/core/locales/en-gb.js
+share/glpi/public/lib/fullcalendar/core/locales/en-gb.min.js
+share/glpi/public/lib/fullcalendar/core/locales/en-nz.js
+share/glpi/public/lib/fullcalendar/core/locales/en-nz.min.js
+share/glpi/public/lib/fullcalendar/core/locales/es-us.js
+share/glpi/public/lib/fullcalendar/core/locales/es-us.min.js
+share/glpi/public/lib/fullcalendar/core/locales/es.js
+share/glpi/public/lib/fullcalendar/core/locales/es.min.js
+share/glpi/public/lib/fullcalendar/core/locales/et.js
+share/glpi/public/lib/fullcalendar/core/locales/et.min.js
+share/glpi/public/lib/fullcalendar/core/locales/eu.js
+share/glpi/public/lib/fullcalendar/core/locales/eu.min.js
+share/glpi/public/lib/fullcalendar/core/locales/fa.js
+share/glpi/public/lib/fullcalendar/core/locales/fa.min.js
+share/glpi/public/lib/fullcalendar/core/locales/fi.js
+share/glpi/public/lib/fullcalendar/core/locales/fi.min.js
+share/glpi/public/lib/fullcalendar/core/locales/fr-ca.js
+share/glpi/public/lib/fullcalendar/core/locales/fr-ca.min.js
+share/glpi/public/lib/fullcalendar/core/locales/fr-ch.js
+share/glpi/public/lib/fullcalendar/core/locales/fr-ch.min.js
+share/glpi/public/lib/fullcalendar/core/locales/fr.js
+share/glpi/public/lib/fullcalendar/core/locales/fr.min.js
+share/glpi/public/lib/fullcalendar/core/locales/gl.js
+share/glpi/public/lib/fullcalendar/core/locales/gl.min.js
+share/glpi/public/lib/fullcalendar/core/locales/he.js
+share/glpi/public/lib/fullcalendar/core/locales/he.min.js
+share/glpi/public/lib/fullcalendar/core/locales/hi.js
+share/glpi/public/lib/fullcalendar/core/locales/hi.min.js
+share/glpi/public/lib/fullcalendar/core/locales/hr.js
+share/glpi/public/lib/fullcalendar/core/locales/hr.min.js
+share/glpi/public/lib/fullcalendar/core/locales/hu.js
+share/glpi/public/lib/fullcalendar/core/locales/hu.min.js
+share/glpi/public/lib/fullcalendar/core/locales/id.js
+share/glpi/public/lib/fullcalendar/core/locales/id.min.js
+share/glpi/public/lib/fullcalendar/core/locales/is.js
+share/glpi/public/lib/fullcalendar/core/locales/is.min.js
+share/glpi/public/lib/fullcalendar/core/locales/it.js
+share/glpi/public/lib/fullcalendar/core/locales/it.min.js
+share/glpi/public/lib/fullcalendar/core/locales/ja.js
+share/glpi/public/lib/fullcalendar/core/locales/ja.min.js
+share/glpi/public/lib/fullcalendar/core/locales/ka.js
+share/glpi/public/lib/fullcalendar/core/locales/ka.min.js
+share/glpi/public/lib/fullcalendar/core/locales/kk.js
+share/glpi/public/lib/fullcalendar/core/locales/kk.min.js
+share/glpi/public/lib/fullcalendar/core/locales/ko.js
+share/glpi/public/lib/fullcalendar/core/locales/ko.min.js
+share/glpi/public/lib/fullcalendar/core/locales/lb.js
+share/glpi/public/lib/fullcalendar/core/locales/lb.min.js
+share/glpi/public/lib/fullcalendar/core/locales/lt.js
+share/glpi/public/lib/fullcalendar/core/locales/lt.min.js
+share/glpi/public/lib/fullcalendar/core/locales/lv.js
+share/glpi/public/lib/fullcalendar/core/locales/lv.min.js
+share/glpi/public/lib/fullcalendar/core/locales/mk.js
+share/glpi/public/lib/fullcalendar/core/locales/mk.min.js
+share/glpi/public/lib/fullcalendar/core/locales/ms.js
+share/glpi/public/lib/fullcalendar/core/locales/ms.min.js
+share/glpi/public/lib/fullcalendar/core/locales/nb.js
+share/glpi/public/lib/fullcalendar/core/locales/nb.min.js
+share/glpi/public/lib/fullcalendar/core/locales/nl.js
+share/glpi/public/lib/fullcalendar/core/locales/nl.min.js
+share/glpi/public/lib/fullcalendar/core/locales/nn.js
+share/glpi/public/lib/fullcalendar/core/locales/nn.min.js
+share/glpi/public/lib/fullcalendar/core/locales/pl.js
+share/glpi/public/lib/fullcalendar/core/locales/pl.min.js
+share/glpi/public/lib/fullcalendar/core/locales/pt-br.js
+share/glpi/public/lib/fullcalendar/core/locales/pt-br.min.js
+share/glpi/public/lib/fullcalendar/core/locales/pt.js
+share/glpi/public/lib/fullcalendar/core/locales/pt.min.js
+share/glpi/public/lib/fullcalendar/core/locales/ro.js
+share/glpi/public/lib/fullcalendar/core/locales/ro.min.js
+share/glpi/public/lib/fullcalendar/core/locales/ru.js
+share/glpi/public/lib/fullcalendar/core/locales/ru.min.js
+share/glpi/public/lib/fullcalendar/core/locales/sk.js
+share/glpi/public/lib/fullcalendar/core/locales/sk.min.js
+share/glpi/public/lib/fullcalendar/core/locales/sl.js
+share/glpi/public/lib/fullcalendar/core/locales/sl.min.js
+share/glpi/public/lib/fullcalendar/core/locales/sq.js
+share/glpi/public/lib/fullcalendar/core/locales/sq.min.js
+share/glpi/public/lib/fullcalendar/core/locales/sr-cyrl.js
+share/glpi/public/lib/fullcalendar/core/locales/sr-cyrl.min.js
+share/glpi/public/lib/fullcalendar/core/locales/sr.js
+share/glpi/public/lib/fullcalendar/core/locales/sr.min.js
+share/glpi/public/lib/fullcalendar/core/locales/sv.js
+share/glpi/public/lib/fullcalendar/core/locales/sv.min.js
+share/glpi/public/lib/fullcalendar/core/locales/th.js
+share/glpi/public/lib/fullcalendar/core/locales/th.min.js
+share/glpi/public/lib/fullcalendar/core/locales/tr.js
+share/glpi/public/lib/fullcalendar/core/locales/tr.min.js
+share/glpi/public/lib/fullcalendar/core/locales/ug.js
+share/glpi/public/lib/fullcalendar/core/locales/ug.min.js
+share/glpi/public/lib/fullcalendar/core/locales/uk.js
+share/glpi/public/lib/fullcalendar/core/locales/uk.min.js
+share/glpi/public/lib/fullcalendar/core/locales/uz.js
+share/glpi/public/lib/fullcalendar/core/locales/uz.min.js
+share/glpi/public/lib/fullcalendar/core/locales/vi.js
+share/glpi/public/lib/fullcalendar/core/locales/vi.min.js
+share/glpi/public/lib/fullcalendar/core/locales/zh-cn.js
+share/glpi/public/lib/fullcalendar/core/locales/zh-cn.min.js
+share/glpi/public/lib/fullcalendar/core/locales/zh-tw.js
+share/glpi/public/lib/fullcalendar/core/locales/zh-tw.min.js
+share/glpi/public/lib/fuzzy.js
+share/glpi/public/lib/fuzzy.js.map
+share/glpi/public/lib/fuzzy.min.js
+share/glpi/public/lib/gridstack.css
+share/glpi/public/lib/gridstack.css.map
+share/glpi/public/lib/gridstack.js
+share/glpi/public/lib/gridstack.js.map
+share/glpi/public/lib/gridstack.min.css
+share/glpi/public/lib/gridstack.min.js
+share/glpi/public/lib/jquery-file-upload.js
+share/glpi/public/lib/jquery-file-upload.js.map
+share/glpi/public/lib/jquery-file-upload.min.js
+share/glpi/public/lib/jquery-prettytextdiff.js
+share/glpi/public/lib/jquery-prettytextdiff.js.map
+share/glpi/public/lib/jquery-prettytextdiff.min.js
+share/glpi/public/lib/jquery.fancytree/dist/skin-awesome/vline-rtl.gif
+share/glpi/public/lib/jquery.fancytree/dist/skin-awesome/vline.gif
+share/glpi/public/lib/jquery.rateit.css
+share/glpi/public/lib/jquery.rateit.css.map
+share/glpi/public/lib/jquery.rateit.js
+share/glpi/public/lib/jquery.rateit.js.map
+share/glpi/public/lib/jquery.rateit.min.css
+share/glpi/public/lib/jquery.rateit.min.js
+share/glpi/public/lib/jquery.rateit/scripts/delete.gif
+share/glpi/public/lib/jquery.rateit/scripts/star.gif
+share/glpi/public/lib/leaflet-fullscreen/dist/fullscreen.png
+share/glpi/public/lib/leaflet-fullscreen/dist/fullscreen2x.png
+share/glpi/public/lib/leaflet.awesome-markers/dist/images/markers-shadow.png
+share/glpi/public/lib/leaflet.awesome-markers/dist/images/markers-shadow2x.png
+share/glpi/public/lib/leaflet.awesome-markers/dist/images/markers-soft.png
+share/glpi/public/lib/leaflet.awesome-markers/dist/images/markers-soft2x.png
+share/glpi/public/lib/leaflet.css
+share/glpi/public/lib/leaflet.css.map
+share/glpi/public/lib/leaflet.js
+share/glpi/public/lib/leaflet.js.map
+share/glpi/public/lib/leaflet.min.css
+share/glpi/public/lib/leaflet.min.js
+share/glpi/public/lib/leaflet/dist/images/layers-2x.png
+share/glpi/public/lib/leaflet/dist/images/layers.png
+share/glpi/public/lib/leaflet/dist/images/marker-icon-2x.png
+share/glpi/public/lib/leaflet/dist/images/marker-icon.png
+share/glpi/public/lib/leaflet/dist/images/marker-shadow.png
+share/glpi/public/lib/masonry.js
+share/glpi/public/lib/masonry.js.map
+share/glpi/public/lib/masonry.min.js
+share/glpi/public/lib/photoswipe.css
+share/glpi/public/lib/photoswipe.css.map
+share/glpi/public/lib/photoswipe.js
+share/glpi/public/lib/photoswipe.js.map
+share/glpi/public/lib/photoswipe.min.css
+share/glpi/public/lib/photoswipe.min.js
+share/glpi/public/lib/photoswipe/dist/default-skin/default-skin.png
+share/glpi/public/lib/photoswipe/dist/default-skin/default-skin.svg
+share/glpi/public/lib/photoswipe/dist/default-skin/preloader.gif
+share/glpi/public/lib/prismjs.css
+share/glpi/public/lib/prismjs.css.map
+share/glpi/public/lib/prismjs.js
+share/glpi/public/lib/prismjs.js.map
+share/glpi/public/lib/prismjs.min.css
+share/glpi/public/lib/prismjs.min.js
+share/glpi/public/lib/select2/js/i18n/af.js
+share/glpi/public/lib/select2/js/i18n/af.min.js
+share/glpi/public/lib/select2/js/i18n/ar.js
+share/glpi/public/lib/select2/js/i18n/ar.min.js
+share/glpi/public/lib/select2/js/i18n/az.js
+share/glpi/public/lib/select2/js/i18n/az.min.js
+share/glpi/public/lib/select2/js/i18n/bg.js
+share/glpi/public/lib/select2/js/i18n/bg.min.js
+share/glpi/public/lib/select2/js/i18n/bn.js
+share/glpi/public/lib/select2/js/i18n/bn.min.js
+share/glpi/public/lib/select2/js/i18n/bs.js
+share/glpi/public/lib/select2/js/i18n/bs.min.js
+share/glpi/public/lib/select2/js/i18n/ca.js
+share/glpi/public/lib/select2/js/i18n/ca.min.js
+share/glpi/public/lib/select2/js/i18n/cs.js
+share/glpi/public/lib/select2/js/i18n/cs.min.js
+share/glpi/public/lib/select2/js/i18n/da.js
+share/glpi/public/lib/select2/js/i18n/da.min.js
+share/glpi/public/lib/select2/js/i18n/de.js
+share/glpi/public/lib/select2/js/i18n/de.min.js
+share/glpi/public/lib/select2/js/i18n/dsb.js
+share/glpi/public/lib/select2/js/i18n/dsb.min.js
+share/glpi/public/lib/select2/js/i18n/el.js
+share/glpi/public/lib/select2/js/i18n/el.min.js
+share/glpi/public/lib/select2/js/i18n/en.js
+share/glpi/public/lib/select2/js/i18n/en.min.js
+share/glpi/public/lib/select2/js/i18n/es.js
+share/glpi/public/lib/select2/js/i18n/es.min.js
+share/glpi/public/lib/select2/js/i18n/et.js
+share/glpi/public/lib/select2/js/i18n/et.min.js
+share/glpi/public/lib/select2/js/i18n/eu.js
+share/glpi/public/lib/select2/js/i18n/eu.min.js
+share/glpi/public/lib/select2/js/i18n/fa.js
+share/glpi/public/lib/select2/js/i18n/fa.min.js
+share/glpi/public/lib/select2/js/i18n/fi.js
+share/glpi/public/lib/select2/js/i18n/fi.min.js
+share/glpi/public/lib/select2/js/i18n/fr.js
+share/glpi/public/lib/select2/js/i18n/fr.min.js
+share/glpi/public/lib/select2/js/i18n/gl.js
+share/glpi/public/lib/select2/js/i18n/gl.min.js
+share/glpi/public/lib/select2/js/i18n/he.js
+share/glpi/public/lib/select2/js/i18n/he.min.js
+share/glpi/public/lib/select2/js/i18n/hi.js
+share/glpi/public/lib/select2/js/i18n/hi.min.js
+share/glpi/public/lib/select2/js/i18n/hr.js
+share/glpi/public/lib/select2/js/i18n/hr.min.js
+share/glpi/public/lib/select2/js/i18n/hsb.js
+share/glpi/public/lib/select2/js/i18n/hsb.min.js
+share/glpi/public/lib/select2/js/i18n/hu.js
+share/glpi/public/lib/select2/js/i18n/hu.min.js
+share/glpi/public/lib/select2/js/i18n/hy.js
+share/glpi/public/lib/select2/js/i18n/hy.min.js
+share/glpi/public/lib/select2/js/i18n/id.js
+share/glpi/public/lib/select2/js/i18n/id.min.js
+share/glpi/public/lib/select2/js/i18n/is.js
+share/glpi/public/lib/select2/js/i18n/is.min.js
+share/glpi/public/lib/select2/js/i18n/it.js
+share/glpi/public/lib/select2/js/i18n/it.min.js
+share/glpi/public/lib/select2/js/i18n/ja.js
+share/glpi/public/lib/select2/js/i18n/ja.min.js
+share/glpi/public/lib/select2/js/i18n/ka.js
+share/glpi/public/lib/select2/js/i18n/ka.min.js
+share/glpi/public/lib/select2/js/i18n/km.js
+share/glpi/public/lib/select2/js/i18n/km.min.js
+share/glpi/public/lib/select2/js/i18n/ko.js
+share/glpi/public/lib/select2/js/i18n/ko.min.js
+share/glpi/public/lib/select2/js/i18n/lt.js
+share/glpi/public/lib/select2/js/i18n/lt.min.js
+share/glpi/public/lib/select2/js/i18n/lv.js
+share/glpi/public/lib/select2/js/i18n/lv.min.js
+share/glpi/public/lib/select2/js/i18n/mk.js
+share/glpi/public/lib/select2/js/i18n/mk.min.js
+share/glpi/public/lib/select2/js/i18n/ms.js
+share/glpi/public/lib/select2/js/i18n/ms.min.js
+share/glpi/public/lib/select2/js/i18n/nb.js
+share/glpi/public/lib/select2/js/i18n/nb.min.js
+share/glpi/public/lib/select2/js/i18n/ne.js
+share/glpi/public/lib/select2/js/i18n/ne.min.js
+share/glpi/public/lib/select2/js/i18n/nl.js
+share/glpi/public/lib/select2/js/i18n/nl.min.js
+share/glpi/public/lib/select2/js/i18n/pl.js
+share/glpi/public/lib/select2/js/i18n/pl.min.js
+share/glpi/public/lib/select2/js/i18n/ps.js
+share/glpi/public/lib/select2/js/i18n/ps.min.js
+share/glpi/public/lib/select2/js/i18n/pt-BR.js
+share/glpi/public/lib/select2/js/i18n/pt-BR.min.js
+share/glpi/public/lib/select2/js/i18n/pt.js
+share/glpi/public/lib/select2/js/i18n/pt.min.js
+share/glpi/public/lib/select2/js/i18n/ro.js
+share/glpi/public/lib/select2/js/i18n/ro.min.js
+share/glpi/public/lib/select2/js/i18n/ru.js
+share/glpi/public/lib/select2/js/i18n/ru.min.js
+share/glpi/public/lib/select2/js/i18n/sk.js
+share/glpi/public/lib/select2/js/i18n/sk.min.js
+share/glpi/public/lib/select2/js/i18n/sl.js
+share/glpi/public/lib/select2/js/i18n/sl.min.js
+share/glpi/public/lib/select2/js/i18n/sq.js
+share/glpi/public/lib/select2/js/i18n/sq.min.js
+share/glpi/public/lib/select2/js/i18n/sr-Cyrl.js
+share/glpi/public/lib/select2/js/i18n/sr-Cyrl.min.js
+share/glpi/public/lib/select2/js/i18n/sr.js
+share/glpi/public/lib/select2/js/i18n/sr.min.js
+share/glpi/public/lib/select2/js/i18n/sv.js
+share/glpi/public/lib/select2/js/i18n/sv.min.js
+share/glpi/public/lib/select2/js/i18n/th.js
+share/glpi/public/lib/select2/js/i18n/th.min.js
+share/glpi/public/lib/select2/js/i18n/tk.js
+share/glpi/public/lib/select2/js/i18n/tk.min.js
+share/glpi/public/lib/select2/js/i18n/tr.js
+share/glpi/public/lib/select2/js/i18n/tr.min.js
+share/glpi/public/lib/select2/js/i18n/uk.js
+share/glpi/public/lib/select2/js/i18n/uk.min.js
+share/glpi/public/lib/select2/js/i18n/vi.js
+share/glpi/public/lib/select2/js/i18n/vi.min.js
+share/glpi/public/lib/select2/js/i18n/zh-CN.js
+share/glpi/public/lib/select2/js/i18n/zh-CN.min.js
+share/glpi/public/lib/select2/js/i18n/zh-TW.js
+share/glpi/public/lib/select2/js/i18n/zh-TW.min.js
+share/glpi/public/lib/sortable.js
+share/glpi/public/lib/sortable.js.map
+share/glpi/public/lib/sortable.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/ar.js
+share/glpi/public/lib/tinymce-i18n/langs6/ar.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/az.js
+share/glpi/public/lib/tinymce-i18n/langs6/az.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/bg_BG.js
+share/glpi/public/lib/tinymce-i18n/langs6/bg_BG.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/bn_BD.js
+share/glpi/public/lib/tinymce-i18n/langs6/bn_BD.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/ca.js
+share/glpi/public/lib/tinymce-i18n/langs6/ca.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/cs.js
+share/glpi/public/lib/tinymce-i18n/langs6/cs.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/cy.js
+share/glpi/public/lib/tinymce-i18n/langs6/cy.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/da.js
+share/glpi/public/lib/tinymce-i18n/langs6/da.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/de.js
+share/glpi/public/lib/tinymce-i18n/langs6/de.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/dv.js
+share/glpi/public/lib/tinymce-i18n/langs6/dv.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/el.js
+share/glpi/public/lib/tinymce-i18n/langs6/el.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/eo.js
+share/glpi/public/lib/tinymce-i18n/langs6/eo.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/es.js
+share/glpi/public/lib/tinymce-i18n/langs6/es.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/es_MX.js
+share/glpi/public/lib/tinymce-i18n/langs6/es_MX.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/et.js
+share/glpi/public/lib/tinymce-i18n/langs6/et.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/eu.js
+share/glpi/public/lib/tinymce-i18n/langs6/eu.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/fa.js
+share/glpi/public/lib/tinymce-i18n/langs6/fa.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/fi.js
+share/glpi/public/lib/tinymce-i18n/langs6/fi.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/fr_FR.js
+share/glpi/public/lib/tinymce-i18n/langs6/fr_FR.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/ga.js
+share/glpi/public/lib/tinymce-i18n/langs6/ga.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/gl.js
+share/glpi/public/lib/tinymce-i18n/langs6/gl.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/he_IL.js
+share/glpi/public/lib/tinymce-i18n/langs6/he_IL.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/hi.js
+share/glpi/public/lib/tinymce-i18n/langs6/hi.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/hr.js
+share/glpi/public/lib/tinymce-i18n/langs6/hr.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/hu_HU.js
+share/glpi/public/lib/tinymce-i18n/langs6/hu_HU.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/hy.js
+share/glpi/public/lib/tinymce-i18n/langs6/hy.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/id.js
+share/glpi/public/lib/tinymce-i18n/langs6/id.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/is_IS.js
+share/glpi/public/lib/tinymce-i18n/langs6/is_IS.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/it.js
+share/glpi/public/lib/tinymce-i18n/langs6/it.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/ja.js
+share/glpi/public/lib/tinymce-i18n/langs6/ja.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/kab.js
+share/glpi/public/lib/tinymce-i18n/langs6/kab.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/kk.js
+share/glpi/public/lib/tinymce-i18n/langs6/kk.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/ko_KR.js
+share/glpi/public/lib/tinymce-i18n/langs6/ko_KR.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/ku.js
+share/glpi/public/lib/tinymce-i18n/langs6/ku.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/lt.js
+share/glpi/public/lib/tinymce-i18n/langs6/lt.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/lv.js
+share/glpi/public/lib/tinymce-i18n/langs6/lv.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/nb_NO.js
+share/glpi/public/lib/tinymce-i18n/langs6/nb_NO.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/ne.js
+share/glpi/public/lib/tinymce-i18n/langs6/ne.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/nl.js
+share/glpi/public/lib/tinymce-i18n/langs6/nl.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/nl_BE.js
+share/glpi/public/lib/tinymce-i18n/langs6/nl_BE.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/oc.js
+share/glpi/public/lib/tinymce-i18n/langs6/oc.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/pl.js
+share/glpi/public/lib/tinymce-i18n/langs6/pl.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/pt_BR.js
+share/glpi/public/lib/tinymce-i18n/langs6/pt_BR.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/ro.js
+share/glpi/public/lib/tinymce-i18n/langs6/ro.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/ru.js
+share/glpi/public/lib/tinymce-i18n/langs6/ru.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/sk.js
+share/glpi/public/lib/tinymce-i18n/langs6/sk.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/sl_SI.js
+share/glpi/public/lib/tinymce-i18n/langs6/sl_SI.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/sq.js
+share/glpi/public/lib/tinymce-i18n/langs6/sq.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/sr.js
+share/glpi/public/lib/tinymce-i18n/langs6/sr.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/sv_SE.js
+share/glpi/public/lib/tinymce-i18n/langs6/sv_SE.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/ta.js
+share/glpi/public/lib/tinymce-i18n/langs6/ta.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/tg.js
+share/glpi/public/lib/tinymce-i18n/langs6/tg.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/th_TH.js
+share/glpi/public/lib/tinymce-i18n/langs6/th_TH.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/tr.js
+share/glpi/public/lib/tinymce-i18n/langs6/tr.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/ug.js
+share/glpi/public/lib/tinymce-i18n/langs6/ug.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/uk.js
+share/glpi/public/lib/tinymce-i18n/langs6/uk.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/vi.js
+share/glpi/public/lib/tinymce-i18n/langs6/vi.min.js
+share/glpi/public/lib/tinymce-i18n/langs6/zh-Hans.js
+share/glpi/public/lib/tinymce-i18n/langs6/zh-Hans.min.js
+share/glpi/public/lib/tinymce.js
+share/glpi/public/lib/tinymce.js.map
+share/glpi/public/lib/tinymce.min.js
+share/glpi/public/lib/tinymce/skins/content/dark/content.css
+share/glpi/public/lib/tinymce/skins/content/dark/content.min.css
+share/glpi/public/lib/tinymce/skins/content/default/content.css
+share/glpi/public/lib/tinymce/skins/content/default/content.min.css
+share/glpi/public/lib/tinymce/skins/content/document/content.css
+share/glpi/public/lib/tinymce/skins/content/document/content.min.css
+share/glpi/public/lib/tinymce/skins/content/tinymce-5-dark/content.css
+share/glpi/public/lib/tinymce/skins/content/tinymce-5-dark/content.min.css
+share/glpi/public/lib/tinymce/skins/content/tinymce-5/content.css
+share/glpi/public/lib/tinymce/skins/content/tinymce-5/content.min.css
+share/glpi/public/lib/tinymce/skins/content/writer/content.css
+share/glpi/public/lib/tinymce/skins/content/writer/content.min.css
+share/glpi/public/lib/tinymce/skins/ui/oxide-dark/content.css
+share/glpi/public/lib/tinymce/skins/ui/oxide-dark/content.inline.css
+share/glpi/public/lib/tinymce/skins/ui/oxide-dark/content.inline.min.css
+share/glpi/public/lib/tinymce/skins/ui/oxide-dark/content.min.css
+share/glpi/public/lib/tinymce/skins/ui/oxide-dark/skin.css
+share/glpi/public/lib/tinymce/skins/ui/oxide-dark/skin.min.css
+share/glpi/public/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.css
+share/glpi/public/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css
+share/glpi/public/lib/tinymce/skins/ui/oxide/content.css
+share/glpi/public/lib/tinymce/skins/ui/oxide/content.inline.css
+share/glpi/public/lib/tinymce/skins/ui/oxide/content.inline.min.css
+share/glpi/public/lib/tinymce/skins/ui/oxide/content.min.css
+share/glpi/public/lib/tinymce/skins/ui/oxide/skin.css
+share/glpi/public/lib/tinymce/skins/ui/oxide/skin.min.css
+share/glpi/public/lib/tinymce/skins/ui/oxide/skin.shadowdom.css
+share/glpi/public/lib/tinymce/skins/ui/oxide/skin.shadowdom.min.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5-dark/content.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5-dark/content.min.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5-dark/skin.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5-dark/skin.min.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5/content.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5/content.inline.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5/content.inline.min.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5/content.min.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5/skin.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5/skin.min.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.css
+share/glpi/public/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css
 share/glpi/sound/sound_a.mp3
 share/glpi/sound/sound_a.ogg
 share/glpi/sound/sound_b.mp3
@@ -2220,9 +2427,1040 @@ share/glpi/sound/sound_c.mp3
 share/glpi/sound/sound_c.ogg
 share/glpi/sound/sound_d.mp3
 share/glpi/sound/sound_d.ogg
+share/glpi/src/APIClient.php
+share/glpi/src/AbstractITILChildTemplate.php
+share/glpi/src/AbstractQuery.php
+share/glpi/src/AbstractRightsDropdown.php
+share/glpi/src/Agent.php
+share/glpi/src/Agent/Communication/AbstractRequest.php
+share/glpi/src/Agent/Communication/Headers/Common.php
+share/glpi/src/AgentType.php
+share/glpi/src/Ajax.php
+share/glpi/src/Alert.php
+share/glpi/src/AllAssets.php
+share/glpi/src/Api/API.php
+share/glpi/src/Api/APIRest.php
+share/glpi/src/Api/APIXmlrpc.php
+share/glpi/src/Api/Deprecated/CommonDeprecatedTrait.php
+share/glpi/src/Api/Deprecated/Computer_SoftwareLicense.php
+share/glpi/src/Api/Deprecated/Computer_SoftwareVersion.php
+share/glpi/src/Api/Deprecated/DeprecatedInterface.php
+share/glpi/src/Api/Deprecated/Netpoint.php
+share/glpi/src/Api/Deprecated/TicketFollowup.php
+share/glpi/src/Appliance.php
+share/glpi/src/ApplianceEnvironment.php
+share/glpi/src/ApplianceType.php
+share/glpi/src/Appliance_Item.php
+share/glpi/src/Appliance_Item_Relation.php
+share/glpi/src/Application/ErrorHandler.php
+share/glpi/src/Application/View/Extension/ConfigExtension.php
+share/glpi/src/Application/View/Extension/DataHelpersExtension.php
+share/glpi/src/Application/View/Extension/DocumentExtension.php
+share/glpi/src/Application/View/Extension/FrontEndAssetsExtension.php
+share/glpi/src/Application/View/Extension/I18nExtension.php
+share/glpi/src/Application/View/Extension/ItemtypeExtension.php
+share/glpi/src/Application/View/Extension/PhpExtension.php
+share/glpi/src/Application/View/Extension/PluginExtension.php
+share/glpi/src/Application/View/Extension/RoutingExtension.php
+share/glpi/src/Application/View/Extension/SearchExtension.php
+share/glpi/src/Application/View/Extension/SecurityExtension.php
+share/glpi/src/Application/View/Extension/SessionExtension.php
+share/glpi/src/Application/View/Extension/TeamExtension.php
+share/glpi/src/Application/View/TemplateRenderer.php
+share/glpi/src/Auth.php
+share/glpi/src/AuthLDAP.php
+share/glpi/src/AuthLdapReplicate.php
+share/glpi/src/AuthMail.php
+share/glpi/src/AutoUpdateSystem.php
+share/glpi/src/Blacklist.php
+share/glpi/src/BlacklistedMailContent.php
+share/glpi/src/Budget.php
+share/glpi/src/BudgetType.php
+share/glpi/src/BusinessCriticity.php
+share/glpi/src/Cable.php
+share/glpi/src/CableStrand.php
+share/glpi/src/CableType.php
+share/glpi/src/Cache/CacheManager.php
+share/glpi/src/Cache/I18nCache.php
+share/glpi/src/Cache/SimpleCache.php
+share/glpi/src/CalDAV/Backend/Auth.php
+share/glpi/src/CalDAV/Backend/Calendar.php
+share/glpi/src/CalDAV/Backend/Principal.php
+share/glpi/src/CalDAV/Contracts/CalDAVCompatibleItemInterface.php
+share/glpi/src/CalDAV/Node/CalendarRoot.php
+share/glpi/src/CalDAV/Node/Property.php
+share/glpi/src/CalDAV/Plugin/Acl.php
+share/glpi/src/CalDAV/Plugin/Browser.php
+share/glpi/src/CalDAV/Plugin/CalDAV.php
+share/glpi/src/CalDAV/Server.php
+share/glpi/src/CalDAV/Traits/CalDAVPrincipalsTrait.php
+share/glpi/src/CalDAV/Traits/CalDAVUriUtilTrait.php
+share/glpi/src/CalDAV/Traits/VobjectConverterTrait.php
+share/glpi/src/Calendar.php
+share/glpi/src/CalendarSegment.php
+share/glpi/src/Calendar_Holiday.php
+share/glpi/src/Cartridge.php
+share/glpi/src/CartridgeItem.php
+share/glpi/src/CartridgeItemType.php
+share/glpi/src/CartridgeItem_PrinterModel.php
+share/glpi/src/Central.php
+share/glpi/src/Certificate.php
+share/glpi/src/CertificateType.php
+share/glpi/src/Certificate_Item.php
+share/glpi/src/Change.php
+share/glpi/src/ChangeCost.php
+share/glpi/src/ChangeTask.php
+share/glpi/src/ChangeTemplate.php
+share/glpi/src/ChangeTemplateHiddenField.php
+share/glpi/src/ChangeTemplateMandatoryField.php
+share/glpi/src/ChangeTemplatePredefinedField.php
+share/glpi/src/ChangeValidation.php
+share/glpi/src/Change_Group.php
+share/glpi/src/Change_Item.php
+share/glpi/src/Change_Problem.php
+share/glpi/src/Change_Supplier.php
+share/glpi/src/Change_Ticket.php
+share/glpi/src/Change_User.php
+share/glpi/src/CleanSoftwareCron.php
+share/glpi/src/Cluster.php
+share/glpi/src/ClusterType.php
+share/glpi/src/CommonDBChild.php
+share/glpi/src/CommonDBConnexity.php
+share/glpi/src/CommonDBConnexityItemNotFound.php
+share/glpi/src/CommonDBRelation.php
+share/glpi/src/CommonDBTM.php
+share/glpi/src/CommonDBVisible.php
+share/glpi/src/CommonDCModelDropdown.php
+share/glpi/src/CommonDevice.php
+share/glpi/src/CommonDeviceModel.php
+share/glpi/src/CommonDeviceType.php
+share/glpi/src/CommonDropdown.php
+share/glpi/src/CommonGLPI.php
+share/glpi/src/CommonGLPIInterface.php
+share/glpi/src/CommonITILActor.php
+share/glpi/src/CommonITILCost.php
+share/glpi/src/CommonITILObject.php
+share/glpi/src/CommonITILRecurrent.php
+share/glpi/src/CommonITILRecurrentCron.php
+share/glpi/src/CommonITILTask.php
+share/glpi/src/CommonITILValidation.php
+share/glpi/src/CommonImplicitTreeDropdown.php
+share/glpi/src/CommonItilObject_Item.php
+share/glpi/src/CommonTreeDropdown.php
+share/glpi/src/CommonType.php
+share/glpi/src/Computer.php
+share/glpi/src/ComputerAntivirus.php
+share/glpi/src/ComputerModel.php
+share/glpi/src/ComputerType.php
+share/glpi/src/ComputerVirtualMachine.php
+share/glpi/src/Computer_Item.php
+share/glpi/src/Config.php
+share/glpi/src/Console/AbstractCommand.php
+share/glpi/src/Console/Application.php
+share/glpi/src/Console/Assets/CleanSoftwareCommand.php
+share/glpi/src/Console/Build/CompileScssCommand.php
+share/glpi/src/Console/Cache/ClearCommand.php
+share/glpi/src/Console/Cache/ConfigureCommand.php
+share/glpi/src/Console/Cache/DebugCommand.php
+share/glpi/src/Console/Cache/SetNamespacePrefixCommand.php
+share/glpi/src/Console/Command/ForceNoPluginsOptionCommandInterface.php
+share/glpi/src/Console/Command/GlpiCommandInterface.php
+share/glpi/src/Console/CommandLoader.php
+share/glpi/src/Console/Config/SetCommand.php
+share/glpi/src/Console/Database/AbstractConfigureCommand.php
+share/glpi/src/Console/Database/CheckSchemaIntegrityCommand.php
+share/glpi/src/Console/Database/ConfigureCommand.php
+share/glpi/src/Console/Database/EnableTimezonesCommand.php
+share/glpi/src/Console/Database/InstallCommand.php
+share/glpi/src/Console/Database/UpdateCommand.php
+share/glpi/src/Console/Exception/EarlyExitException.php
+share/glpi/src/Console/Ldap/SynchronizeUsersCommand.php
+share/glpi/src/Console/Maintenance/DisableMaintenanceModeCommand.php
+share/glpi/src/Console/Maintenance/EnableMaintenanceModeCommand.php
+share/glpi/src/Console/Marketplace/AbstractMarketplaceCommand.php
+share/glpi/src/Console/Marketplace/DownloadCommand.php
+share/glpi/src/Console/Marketplace/InfoCommand.php
+share/glpi/src/Console/Marketplace/SearchCommand.php
+share/glpi/src/Console/Migration/AbstractPluginToCoreCommand.php
+share/glpi/src/Console/Migration/AppliancesPluginToCoreCommand.php
+share/glpi/src/Console/Migration/BuildMissingTimestampsCommand.php
+share/glpi/src/Console/Migration/DatabasesPluginToCoreCommand.php
+share/glpi/src/Console/Migration/DomainsPluginToCoreCommand.php
+share/glpi/src/Console/Migration/DynamicRowFormatCommand.php
+share/glpi/src/Console/Migration/MigrateAllCommand.php
+share/glpi/src/Console/Migration/MyIsamToInnoDbCommand.php
+share/glpi/src/Console/Migration/RacksPluginToCoreCommand.php
+share/glpi/src/Console/Migration/TimestampsCommand.php
+share/glpi/src/Console/Migration/UnsignedKeysCommand.php
+share/glpi/src/Console/Migration/Utf8mb4Command.php
+share/glpi/src/Console/Plugin/AbstractPluginCommand.php
+share/glpi/src/Console/Plugin/ActivateCommand.php
+share/glpi/src/Console/Plugin/DeactivateCommand.php
+share/glpi/src/Console/Plugin/InstallCommand.php
+share/glpi/src/Console/Rules/ProcessSoftwareCategoryRulesCommand.php
+share/glpi/src/Console/Rules/ReplayDictionnaryRulesCommand.php
+share/glpi/src/Console/Security/ChangekeyCommand.php
+share/glpi/src/Console/System/CheckRequirementsCommand.php
+share/glpi/src/Console/System/CheckStatusCommand.php
+share/glpi/src/Console/System/ListServicesCommand.php
+share/glpi/src/Console/Task/UnlockCommand.php
+share/glpi/src/Console/Traits/TelemetryActivationTrait.php
+share/glpi/src/Consumable.php
+share/glpi/src/ConsumableItem.php
+share/glpi/src/ConsumableItemType.php
+share/glpi/src/Contact.php
+share/glpi/src/ContactType.php
+share/glpi/src/Contact_Supplier.php
+share/glpi/src/ContentTemplates/Parameters/AbstractParameters.php
+share/glpi/src/ContentTemplates/Parameters/AssetParameters.php
+share/glpi/src/ContentTemplates/Parameters/ChangeParameters.php
+share/glpi/src/ContentTemplates/Parameters/CommonITILObjectParameters.php
+share/glpi/src/ContentTemplates/Parameters/DropdownParameters.php
+share/glpi/src/ContentTemplates/Parameters/EntityParameters.php
+share/glpi/src/ContentTemplates/Parameters/GroupParameters.php
+share/glpi/src/ContentTemplates/Parameters/ITILCategoryParameters.php
+share/glpi/src/ContentTemplates/Parameters/KnowbaseItemParameters.php
+share/glpi/src/ContentTemplates/Parameters/LevelAgreementParameters.php
+share/glpi/src/ContentTemplates/Parameters/LocationParameters.php
+share/glpi/src/ContentTemplates/Parameters/OLAParameters.php
+share/glpi/src/ContentTemplates/Parameters/ParametersTypes/AbstractParameterType.php
+share/glpi/src/ContentTemplates/Parameters/ParametersTypes/ArrayParameter.php
+share/glpi/src/ContentTemplates/Parameters/ParametersTypes/AttributeParameter.php
+share/glpi/src/ContentTemplates/Parameters/ParametersTypes/ObjectParameter.php
+share/glpi/src/ContentTemplates/Parameters/ParametersTypes/ParameterTypeInterface.php
+share/glpi/src/ContentTemplates/Parameters/ProblemParameters.php
+share/glpi/src/ContentTemplates/Parameters/RequestTypeParameters.php
+share/glpi/src/ContentTemplates/Parameters/SLAParameters.php
+share/glpi/src/ContentTemplates/Parameters/SupplierParameters.php
+share/glpi/src/ContentTemplates/Parameters/TemplatesParametersInterface.php
+share/glpi/src/ContentTemplates/Parameters/TicketParameters.php
+share/glpi/src/ContentTemplates/Parameters/TreeDropdownParameters.php
+share/glpi/src/ContentTemplates/Parameters/UserCategoryParameters.php
+share/glpi/src/ContentTemplates/Parameters/UserParameters.php
+share/glpi/src/ContentTemplates/Parameters/UserTitleParameters.php
+share/glpi/src/ContentTemplates/ParametersPreset.php
+share/glpi/src/ContentTemplates/TemplateDocumentation.php
+share/glpi/src/ContentTemplates/TemplateManager.php
+share/glpi/src/Contract.php
+share/glpi/src/ContractCost.php
+share/glpi/src/ContractType.php
+share/glpi/src/Contract_Item.php
+share/glpi/src/Contract_Supplier.php
+share/glpi/src/CronTask.php
+share/glpi/src/CronTaskLog.php
+share/glpi/src/Csv/CsvResponse.php
+share/glpi/src/Csv/ExportToCsvInterface.php
+share/glpi/src/Csv/ImpactCsvExport.php
+share/glpi/src/Csv/LogCsvExport.php
+share/glpi/src/Csv/PlanningCsv.php
+share/glpi/src/Csv/StatCsvExport.php
+share/glpi/src/DBConnection.php
+share/glpi/src/DBmysql.php
+share/glpi/src/DBmysqlIterator.php
+share/glpi/src/DCRoom.php
+share/glpi/src/Dashboard/Dashboard.php
+share/glpi/src/Dashboard/Filter.php
+share/glpi/src/Dashboard/Grid.php
+share/glpi/src/Dashboard/Item.php
+share/glpi/src/Dashboard/Provider.php
+share/glpi/src/Dashboard/Right.php
+share/glpi/src/Dashboard/Widget.php
+share/glpi/src/Database.php
+share/glpi/src/DatabaseInstance.php
+share/glpi/src/DatabaseInstanceCategory.php
+share/glpi/src/DatabaseInstanceType.php
+share/glpi/src/Datacenter.php
+share/glpi/src/DbUtils.php
+share/glpi/src/DeviceBattery.php
+share/glpi/src/DeviceBatteryModel.php
+share/glpi/src/DeviceBatteryType.php
+share/glpi/src/DeviceCamera.php
+share/glpi/src/DeviceCameraModel.php
+share/glpi/src/DeviceCase.php
+share/glpi/src/DeviceCaseModel.php
+share/glpi/src/DeviceCaseType.php
+share/glpi/src/DeviceControl.php
+share/glpi/src/DeviceControlModel.php
+share/glpi/src/DeviceDrive.php
+share/glpi/src/DeviceDriveModel.php
+share/glpi/src/DeviceFirmware.php
+share/glpi/src/DeviceFirmwareModel.php
+share/glpi/src/DeviceFirmwareType.php
+share/glpi/src/DeviceGeneric.php
+share/glpi/src/DeviceGenericModel.php
+share/glpi/src/DeviceGenericType.php
+share/glpi/src/DeviceGraphicCard.php
+share/glpi/src/DeviceGraphicCardModel.php
+share/glpi/src/DeviceHardDrive.php
+share/glpi/src/DeviceHardDriveModel.php
+share/glpi/src/DeviceMemory.php
+share/glpi/src/DeviceMemoryModel.php
+share/glpi/src/DeviceMemoryType.php
+share/glpi/src/DeviceMotherboard.php
+share/glpi/src/DeviceMotherboardModel.php
+share/glpi/src/DeviceNetworkCard.php
+share/glpi/src/DeviceNetworkCardModel.php
+share/glpi/src/DevicePci.php
+share/glpi/src/DevicePciModel.php
+share/glpi/src/DevicePowerSupply.php
+share/glpi/src/DevicePowerSupplyModel.php
+share/glpi/src/DeviceProcessor.php
+share/glpi/src/DeviceProcessorModel.php
+share/glpi/src/DeviceSensor.php
+share/glpi/src/DeviceSensorModel.php
+share/glpi/src/DeviceSensorType.php
+share/glpi/src/DeviceSimcard.php
+share/glpi/src/DeviceSimcardType.php
+share/glpi/src/DeviceSoundCard.php
+share/glpi/src/DeviceSoundCardModel.php
+share/glpi/src/DisplayPreference.php
+share/glpi/src/Document.php
+share/glpi/src/DocumentCategory.php
+share/glpi/src/DocumentType.php
+share/glpi/src/Document_Item.php
+share/glpi/src/Domain.php
+share/glpi/src/DomainRecord.php
+share/glpi/src/DomainRecordType.php
+share/glpi/src/DomainRelation.php
+share/glpi/src/DomainType.php
+share/glpi/src/Domain_Item.php
+share/glpi/src/Dropdown.php
+share/glpi/src/DropdownTranslation.php
+share/glpi/src/Enclosure.php
+share/glpi/src/EnclosureModel.php
+share/glpi/src/Entity.php
+share/glpi/src/Entity_KnowbaseItem.php
+share/glpi/src/Entity_RSSFeed.php
+share/glpi/src/Entity_Reminder.php
+share/glpi/src/Event.php
+share/glpi/src/Exception/ForgetPasswordException.php
+share/glpi/src/Exception/PasswordTooWeakException.php
+share/glpi/src/ExtraVisibilityCriteria.php
+share/glpi/src/FQDN.php
+share/glpi/src/FQDNLabel.php
+share/glpi/src/Features/AssetImage.php
+share/glpi/src/Features/CacheableListInterface.php
+share/glpi/src/Features/Clonable.php
+share/glpi/src/Features/DCBreadcrumb.php
+share/glpi/src/Features/Inventoriable.php
+share/glpi/src/Features/Kanban.php
+share/glpi/src/Features/PlanningEvent.php
+share/glpi/src/Features/Teamwork.php
+share/glpi/src/Features/Timeline.php
+share/glpi/src/Features/TreeBrowse.php
+share/glpi/src/FieldUnicity.php
+share/glpi/src/Fieldblacklist.php
+share/glpi/src/Filesystem.php
+share/glpi/src/GLPI.php
+share/glpi/src/GLPIKey.php
+share/glpi/src/GLPIMailer.php
+share/glpi/src/GLPINetwork.php
+share/glpi/src/GLPIPDF.php
+share/glpi/src/GLPIUploadHandler.php
+share/glpi/src/Group.php
+share/glpi/src/Group_KnowbaseItem.php
+share/glpi/src/Group_Problem.php
+share/glpi/src/Group_RSSFeed.php
+share/glpi/src/Group_Reminder.php
+share/glpi/src/Group_Ticket.php
+share/glpi/src/Group_User.php
+share/glpi/src/HTMLTableBase.php
+share/glpi/src/HTMLTableCell.php
+share/glpi/src/HTMLTableCellFatherCoherentHeader.php
+share/glpi/src/HTMLTableCellFatherSameRow.php
+share/glpi/src/HTMLTableCellWithoutFather.php
+share/glpi/src/HTMLTableEntity.php
+share/glpi/src/HTMLTableGroup.php
+share/glpi/src/HTMLTableHeader.php
+share/glpi/src/HTMLTableMain.php
+share/glpi/src/HTMLTableRow.php
+share/glpi/src/HTMLTableSubHeader.php
+share/glpi/src/HTMLTableSuperHeader.php
+share/glpi/src/HTMLTableUnknownHeader.php
+share/glpi/src/HTMLTableUnknownHeaders.php
+share/glpi/src/HTMLTableUnknownHeadersOrder.php
+share/glpi/src/Holiday.php
+share/glpi/src/Html.php
+share/glpi/src/Http/Response.php
+share/glpi/src/IPAddress.php
+share/glpi/src/IPAddress_IPNetwork.php
+share/glpi/src/IPNetmask.php
+share/glpi/src/IPNetwork.php
+share/glpi/src/IPNetwork_Vlan.php
+share/glpi/src/ITILCategory.php
+share/glpi/src/ITILFollowup.php
+share/glpi/src/ITILFollowupTemplate.php
+share/glpi/src/ITILSolution.php
+share/glpi/src/ITILTemplate.php
+share/glpi/src/ITILTemplateField.php
+share/glpi/src/ITILTemplateHiddenField.php
+share/glpi/src/ITILTemplateMandatoryField.php
+share/glpi/src/ITILTemplatePredefinedField.php
+share/glpi/src/ImageFormat.php
+share/glpi/src/ImageResolution.php
+share/glpi/src/Impact.php
+share/glpi/src/ImpactCompound.php
+share/glpi/src/ImpactContext.php
+share/glpi/src/ImpactItem.php
+share/glpi/src/ImpactRelation.php
+share/glpi/src/Infocom.php
+share/glpi/src/InterfaceType.php
+share/glpi/src/Inventory/Asset/Antivirus.php
+share/glpi/src/Inventory/Asset/Battery.php
+share/glpi/src/Inventory/Asset/Bios.php
+share/glpi/src/Inventory/Asset/Camera.php
+share/glpi/src/Inventory/Asset/Cartridge.php
+share/glpi/src/Inventory/Asset/Computer.php
+share/glpi/src/Inventory/Asset/Controller.php
+share/glpi/src/Inventory/Asset/DatabaseInstance.php
+share/glpi/src/Inventory/Asset/Device.php
+share/glpi/src/Inventory/Asset/Drive.php
+share/glpi/src/Inventory/Asset/Firmware.php
+share/glpi/src/Inventory/Asset/GraphicCard.php
+share/glpi/src/Inventory/Asset/HardDrive.php
+share/glpi/src/Inventory/Asset/InventoryAsset.php
+share/glpi/src/Inventory/Asset/InventoryNetworkPort.php
+share/glpi/src/Inventory/Asset/MainAsset.php
+share/glpi/src/Inventory/Asset/Memory.php
+share/glpi/src/Inventory/Asset/Monitor.php
+share/glpi/src/Inventory/Asset/NetworkCard.php
+share/glpi/src/Inventory/Asset/NetworkEquipment.php
+share/glpi/src/Inventory/Asset/NetworkPort.php
+share/glpi/src/Inventory/Asset/OperatingSystem.php
+share/glpi/src/Inventory/Asset/Peripheral.php
+share/glpi/src/Inventory/Asset/Phone.php
+share/glpi/src/Inventory/Asset/PowerSupply.php
+share/glpi/src/Inventory/Asset/Printer.php
+share/glpi/src/Inventory/Asset/Processor.php
+share/glpi/src/Inventory/Asset/RemoteManagement.php
+share/glpi/src/Inventory/Asset/Sensor.php
+share/glpi/src/Inventory/Asset/Simcard.php
+share/glpi/src/Inventory/Asset/Software.php
+share/glpi/src/Inventory/Asset/SoundCard.php
+share/glpi/src/Inventory/Asset/VirtualMachine.php
+share/glpi/src/Inventory/Asset/Volume.php
+share/glpi/src/Inventory/Conf.php
+share/glpi/src/Inventory/Inventory.php
+share/glpi/src/Inventory/Request.php
+share/glpi/src/Item_Cluster.php
+share/glpi/src/Item_DeviceBattery.php
+share/glpi/src/Item_DeviceCamera.php
+share/glpi/src/Item_DeviceCamera_ImageFormat.php
+share/glpi/src/Item_DeviceCamera_ImageResolution.php
+share/glpi/src/Item_DeviceCase.php
+share/glpi/src/Item_DeviceControl.php
+share/glpi/src/Item_DeviceDrive.php
+share/glpi/src/Item_DeviceFirmware.php
+share/glpi/src/Item_DeviceGeneric.php
+share/glpi/src/Item_DeviceGraphicCard.php
+share/glpi/src/Item_DeviceHardDrive.php
+share/glpi/src/Item_DeviceMemory.php
+share/glpi/src/Item_DeviceMotherboard.php
+share/glpi/src/Item_DeviceNetworkCard.php
+share/glpi/src/Item_DevicePci.php
+share/glpi/src/Item_DevicePowerSupply.php
+share/glpi/src/Item_DeviceProcessor.php
+share/glpi/src/Item_DeviceSensor.php
+share/glpi/src/Item_DeviceSimcard.php
+share/glpi/src/Item_DeviceSoundCard.php
+share/glpi/src/Item_Devices.php
+share/glpi/src/Item_Disk.php
+share/glpi/src/Item_Enclosure.php
+share/glpi/src/Item_Kanban.php
+share/glpi/src/Item_OperatingSystem.php
+share/glpi/src/Item_Problem.php
+share/glpi/src/Item_Project.php
+share/glpi/src/Item_Rack.php
+share/glpi/src/Item_RemoteManagement.php
+share/glpi/src/Item_SoftwareLicense.php
+share/glpi/src/Item_SoftwareVersion.php
+share/glpi/src/Item_Ticket.php
+share/glpi/src/Itil_Project.php
+share/glpi/src/Knowbase.php
+share/glpi/src/KnowbaseItem.php
+share/glpi/src/KnowbaseItemCategory.php
+share/glpi/src/KnowbaseItemTranslation.php
+share/glpi/src/KnowbaseItem_Comment.php
+share/glpi/src/KnowbaseItem_Item.php
+share/glpi/src/KnowbaseItem_KnowbaseItemCategory.php
+share/glpi/src/KnowbaseItem_Profile.php
+share/glpi/src/KnowbaseItem_Revision.php
+share/glpi/src/KnowbaseItem_User.php
+share/glpi/src/LevelAgreement.php
+share/glpi/src/LevelAgreementLevel.php
+share/glpi/src/Line.php
+share/glpi/src/LineOperator.php
+share/glpi/src/LineType.php
+share/glpi/src/Link.php
+share/glpi/src/Link_Itemtype.php
+share/glpi/src/Location.php
+share/glpi/src/Lock.php
+share/glpi/src/Lockedfield.php
+share/glpi/src/Log.php
+share/glpi/src/Mail/Protocol/ProtocolInterface.php
+share/glpi/src/MailCollector.php
+share/glpi/src/ManualLink.php
+share/glpi/src/Manufacturer.php
+share/glpi/src/MapGeolocation.php
+share/glpi/src/Marketplace/Api/Plugins.php
+share/glpi/src/Marketplace/Controller.php
+share/glpi/src/Marketplace/NotificationTargetController.php
+share/glpi/src/Marketplace/View.php
+share/glpi/src/MassiveAction.php
+share/glpi/src/Migration.php
+share/glpi/src/MigrationCleaner.php
+share/glpi/src/Monitor.php
+share/glpi/src/MonitorModel.php
+share/glpi/src/MonitorType.php
+share/glpi/src/Netpoint.php
+share/glpi/src/Network.php
+share/glpi/src/NetworkAlias.php
+share/glpi/src/NetworkEquipment.php
+share/glpi/src/NetworkEquipmentModel.php
+share/glpi/src/NetworkEquipmentType.php
+share/glpi/src/NetworkInterface.php
+share/glpi/src/NetworkName.php
+share/glpi/src/NetworkPort.php
+share/glpi/src/NetworkPortAggregate.php
+share/glpi/src/NetworkPortAlias.php
+share/glpi/src/NetworkPortConnectionLog.php
+share/glpi/src/NetworkPortDialup.php
+share/glpi/src/NetworkPortEthernet.php
+share/glpi/src/NetworkPortFiberchannel.php
+share/glpi/src/NetworkPortFiberchannelType.php
+share/glpi/src/NetworkPortInstantiation.php
+share/glpi/src/NetworkPortLocal.php
+share/glpi/src/NetworkPortMetrics.php
+share/glpi/src/NetworkPortMigration.php
+share/glpi/src/NetworkPortType.php
+share/glpi/src/NetworkPortWifi.php
+share/glpi/src/NetworkPort_NetworkPort.php
+share/glpi/src/NetworkPort_Vlan.php
+share/glpi/src/NotImportedEmail.php
+share/glpi/src/Notepad.php
+share/glpi/src/Notification.php
+share/glpi/src/NotificationAjax.php
+share/glpi/src/NotificationAjaxSetting.php
+share/glpi/src/NotificationEvent.php
+share/glpi/src/NotificationEventAbstract.php
+share/glpi/src/NotificationEventAjax.php
+share/glpi/src/NotificationEventInterface.php
+share/glpi/src/NotificationEventMailing.php
+share/glpi/src/NotificationInterface.php
+share/glpi/src/NotificationMailing.php
+share/glpi/src/NotificationMailingSetting.php
+share/glpi/src/NotificationSetting.php
+share/glpi/src/NotificationSettingConfig.php
+share/glpi/src/NotificationTarget.php
+share/glpi/src/NotificationTargetCartridgeItem.php
+share/glpi/src/NotificationTargetCertificate.php
+share/glpi/src/NotificationTargetChange.php
+share/glpi/src/NotificationTargetCommonITILObject.php
+share/glpi/src/NotificationTargetConsumableItem.php
+share/glpi/src/NotificationTargetContract.php
+share/glpi/src/NotificationTargetCrontask.php
+share/glpi/src/NotificationTargetDBConnection.php
+share/glpi/src/NotificationTargetDomain.php
+share/glpi/src/NotificationTargetFieldUnicity.php
+share/glpi/src/NotificationTargetInfocom.php
+share/glpi/src/NotificationTargetMailCollector.php
+share/glpi/src/NotificationTargetObjectLock.php
+share/glpi/src/NotificationTargetPlanningRecall.php
+share/glpi/src/NotificationTargetProblem.php
+share/glpi/src/NotificationTargetProject.php
+share/glpi/src/NotificationTargetProjectTask.php
+share/glpi/src/NotificationTargetReservation.php
+share/glpi/src/NotificationTargetSavedSearch_Alert.php
+share/glpi/src/NotificationTargetSoftwareLicense.php
+share/glpi/src/NotificationTargetTicket.php
+share/glpi/src/NotificationTargetUser.php
+share/glpi/src/NotificationTemplate.php
+share/glpi/src/NotificationTemplateTranslation.php
+share/glpi/src/Notification_NotificationTemplate.php
+share/glpi/src/OLA.php
+share/glpi/src/ObjectLock.php
+share/glpi/src/OlaLevel.php
+share/glpi/src/OlaLevelAction.php
+share/glpi/src/OlaLevelCriteria.php
+share/glpi/src/OlaLevel_Ticket.php
+share/glpi/src/OperatingSystem.php
+share/glpi/src/OperatingSystemArchitecture.php
+share/glpi/src/OperatingSystemEdition.php
+share/glpi/src/OperatingSystemKernel.php
+share/glpi/src/OperatingSystemKernelVersion.php
+share/glpi/src/OperatingSystemServicePack.php
+share/glpi/src/OperatingSystemVersion.php
+share/glpi/src/PCIVendor.php
+share/glpi/src/PDU.php
+share/glpi/src/PDUModel.php
+share/glpi/src/PDUType.php
+share/glpi/src/PDU_Rack.php
+share/glpi/src/PassiveDCEquipment.php
+share/glpi/src/PassiveDCEquipmentModel.php
+share/glpi/src/PassiveDCEquipmentType.php
+share/glpi/src/Pdu_Plug.php
+share/glpi/src/PendingReason.php
+share/glpi/src/PendingReasonCron.php
+share/glpi/src/PendingReason_Item.php
+share/glpi/src/Peripheral.php
+share/glpi/src/PeripheralModel.php
+share/glpi/src/PeripheralType.php
+share/glpi/src/Phone.php
+share/glpi/src/PhoneModel.php
+share/glpi/src/PhonePowerSupply.php
+share/glpi/src/PhoneType.php
+share/glpi/src/Planning.php
+share/glpi/src/PlanningEventCategory.php
+share/glpi/src/PlanningExternalEvent.php
+share/glpi/src/PlanningExternalEventTemplate.php
+share/glpi/src/PlanningRecall.php
+share/glpi/src/Plug.php
+share/glpi/src/Plugin.php
+share/glpi/src/Plugin/HookManager.php
+share/glpi/src/Plugin/Hooks.php
+share/glpi/src/Preference.php
+share/glpi/src/Printer.php
+share/glpi/src/PrinterLog.php
+share/glpi/src/PrinterModel.php
+share/glpi/src/PrinterType.php
+share/glpi/src/Printer_CartridgeInfo.php
+share/glpi/src/Problem.php
+share/glpi/src/ProblemCost.php
+share/glpi/src/ProblemTask.php
+share/glpi/src/ProblemTemplate.php
+share/glpi/src/ProblemTemplateHiddenField.php
+share/glpi/src/ProblemTemplateMandatoryField.php
+share/glpi/src/ProblemTemplatePredefinedField.php
+share/glpi/src/Problem_Supplier.php
+share/glpi/src/Problem_Ticket.php
+share/glpi/src/Problem_User.php
+share/glpi/src/Profile.php
+share/glpi/src/ProfileRight.php
+share/glpi/src/Profile_RSSFeed.php
+share/glpi/src/Profile_Reminder.php
+share/glpi/src/Profile_User.php
+share/glpi/src/Project.php
+share/glpi/src/ProjectCost.php
+share/glpi/src/ProjectState.php
+share/glpi/src/ProjectTask.php
+share/glpi/src/ProjectTaskLink.php
+share/glpi/src/ProjectTaskTeam.php
+share/glpi/src/ProjectTaskTemplate.php
+share/glpi/src/ProjectTaskType.php
+share/glpi/src/ProjectTask_Ticket.php
+share/glpi/src/ProjectTeam.php
+share/glpi/src/ProjectType.php
+share/glpi/src/PurgeLogs.php
+share/glpi/src/QueryExpression.php
+share/glpi/src/QueryParam.php
+share/glpi/src/QuerySubQuery.php
+share/glpi/src/QueryUnion.php
+share/glpi/src/QueuedNotification.php
+share/glpi/src/RSSFeed.php
+share/glpi/src/RSSFeed_User.php
+share/glpi/src/Rack.php
+share/glpi/src/RackModel.php
+share/glpi/src/RackType.php
+share/glpi/src/RecurrentChange.php
+share/glpi/src/RefusedEquipment.php
+share/glpi/src/RegisteredID.php
+share/glpi/src/Reminder.php
+share/glpi/src/ReminderTranslation.php
+share/glpi/src/Reminder_User.php
+share/glpi/src/Report.php
+share/glpi/src/RequestType.php
+share/glpi/src/Reservation.php
+share/glpi/src/ReservationItem.php
+share/glpi/src/RichText/RichText.php
+share/glpi/src/RichText/UserMention.php
+share/glpi/src/Rule.php
+share/glpi/src/RuleAction.php
+share/glpi/src/RuleAsset.php
+share/glpi/src/RuleAssetCollection.php
+share/glpi/src/RuleCollection.php
+share/glpi/src/RuleCriteria.php
+share/glpi/src/RuleDictionnaryComputerModel.php
+share/glpi/src/RuleDictionnaryComputerModelCollection.php
+share/glpi/src/RuleDictionnaryComputerType.php
+share/glpi/src/RuleDictionnaryComputerTypeCollection.php
+share/glpi/src/RuleDictionnaryDropdown.php
+share/glpi/src/RuleDictionnaryDropdownCollection.php
+share/glpi/src/RuleDictionnaryManufacturer.php
+share/glpi/src/RuleDictionnaryManufacturerCollection.php
+share/glpi/src/RuleDictionnaryMonitorModel.php
+share/glpi/src/RuleDictionnaryMonitorModelCollection.php
+share/glpi/src/RuleDictionnaryMonitorType.php
+share/glpi/src/RuleDictionnaryMonitorTypeCollection.php
+share/glpi/src/RuleDictionnaryNetworkEquipmentModel.php
+share/glpi/src/RuleDictionnaryNetworkEquipmentModelCollection.php
+share/glpi/src/RuleDictionnaryNetworkEquipmentType.php
+share/glpi/src/RuleDictionnaryNetworkEquipmentTypeCollection.php
+share/glpi/src/RuleDictionnaryOperatingSystem.php
+share/glpi/src/RuleDictionnaryOperatingSystemArchitecture.php
+share/glpi/src/RuleDictionnaryOperatingSystemArchitectureCollection.php
+share/glpi/src/RuleDictionnaryOperatingSystemCollection.php
+share/glpi/src/RuleDictionnaryOperatingSystemServicePack.php
+share/glpi/src/RuleDictionnaryOperatingSystemServicePackCollection.php
+share/glpi/src/RuleDictionnaryOperatingSystemVersion.php
+share/glpi/src/RuleDictionnaryOperatingSystemVersionCollection.php
+share/glpi/src/RuleDictionnaryPeripheralModel.php
+share/glpi/src/RuleDictionnaryPeripheralModelCollection.php
+share/glpi/src/RuleDictionnaryPeripheralType.php
+share/glpi/src/RuleDictionnaryPeripheralTypeCollection.php
+share/glpi/src/RuleDictionnaryPhoneModel.php
+share/glpi/src/RuleDictionnaryPhoneModelCollection.php
+share/glpi/src/RuleDictionnaryPhoneType.php
+share/glpi/src/RuleDictionnaryPhoneTypeCollection.php
+share/glpi/src/RuleDictionnaryPrinter.php
+share/glpi/src/RuleDictionnaryPrinterCollection.php
+share/glpi/src/RuleDictionnaryPrinterModel.php
+share/glpi/src/RuleDictionnaryPrinterModelCollection.php
+share/glpi/src/RuleDictionnaryPrinterType.php
+share/glpi/src/RuleDictionnaryPrinterTypeCollection.php
+share/glpi/src/RuleDictionnarySoftware.php
+share/glpi/src/RuleDictionnarySoftwareCollection.php
+share/glpi/src/RuleImportAsset.php
+share/glpi/src/RuleImportAssetCollection.php
+share/glpi/src/RuleImportComputer.php
+share/glpi/src/RuleImportComputerCollection.php
+share/glpi/src/RuleImportEntity.php
+share/glpi/src/RuleImportEntityCollection.php
+share/glpi/src/RuleLocation.php
+share/glpi/src/RuleLocationCollection.php
+share/glpi/src/RuleMailCollector.php
+share/glpi/src/RuleMailCollectorCollection.php
+share/glpi/src/RuleMatchedLog.php
+share/glpi/src/RuleRight.php
+share/glpi/src/RuleRightCollection.php
+share/glpi/src/RuleRightParameter.php
+share/glpi/src/RuleSoftwareCategory.php
+share/glpi/src/RuleSoftwareCategoryCollection.php
+share/glpi/src/RuleTicket.php
+share/glpi/src/RuleTicketCollection.php
+share/glpi/src/SLA.php
+share/glpi/src/SLM.php
+share/glpi/src/SNMPCredential.php
+share/glpi/src/SavedSearch.php
+share/glpi/src/SavedSearch_Alert.php
+share/glpi/src/SavedSearch_User.php
+share/glpi/src/Search.php
+share/glpi/src/Session.php
+share/glpi/src/ShareDashboardDropdown.php
+share/glpi/src/SingletonRuleList.php
+share/glpi/src/SlaLevel.php
+share/glpi/src/SlaLevelAction.php
+share/glpi/src/SlaLevelCriteria.php
+share/glpi/src/SlaLevel_Ticket.php
+share/glpi/src/Socket.php
+share/glpi/src/SocketModel.php
+share/glpi/src/Software.php
+share/glpi/src/SoftwareCategory.php
+share/glpi/src/SoftwareLicense.php
+share/glpi/src/SoftwareLicenseType.php
+share/glpi/src/SoftwareVersion.php
+share/glpi/src/SolutionTemplate.php
+share/glpi/src/SolutionType.php
+share/glpi/src/SsoVariable.php
+share/glpi/src/Stat.php
+share/glpi/src/Stat/Data/Graph/StatDataSatisfaction.php
+share/glpi/src/Stat/Data/Graph/StatDataSatisfactionSurvey.php
+share/glpi/src/Stat/Data/Graph/StatDataTicketAverageTime.php
+share/glpi/src/Stat/Data/Graph/StatDataTicketNumber.php
+share/glpi/src/Stat/Data/Location/StatDataClosed.php
+share/glpi/src/Stat/Data/Location/StatDataLate.php
+share/glpi/src/Stat/Data/Location/StatDataLocation.php
+share/glpi/src/Stat/Data/Location/StatDataOpenSatisfaction.php
+share/glpi/src/Stat/Data/Location/StatDataOpened.php
+share/glpi/src/Stat/Data/Location/StatDataSolved.php
+share/glpi/src/Stat/Data/Sglobal/StatDataAverageSatisfaction.php
+share/glpi/src/Stat/Data/Sglobal/StatDataSatisfaction.php
+share/glpi/src/Stat/Data/Sglobal/StatDataTicketAverageTime.php
+share/glpi/src/Stat/Data/Sglobal/StatDataTicketNumber.php
+share/glpi/src/Stat/StatData.php
+share/glpi/src/Stat/StatDataAlwaysDisplay.php
+share/glpi/src/State.php
+share/glpi/src/Supplier.php
+share/glpi/src/SupplierType.php
+share/glpi/src/Supplier_Ticket.php
+share/glpi/src/System/Diagnostic/AbstractDatabaseChecker.php
+share/glpi/src/System/Diagnostic/DatabaseKeysChecker.php
+share/glpi/src/System/Diagnostic/DatabaseSchemaConsistencyChecker.php
+share/glpi/src/System/Diagnostic/DatabaseSchemaIntegrityChecker.php
+share/glpi/src/System/Requirement/AbstractRequirement.php
+share/glpi/src/System/Requirement/DbConfiguration.php
+share/glpi/src/System/Requirement/DbEngine.php
+share/glpi/src/System/Requirement/DbTimezones.php
+share/glpi/src/System/Requirement/DirectoriesWriteAccess.php
+share/glpi/src/System/Requirement/DirectoryWriteAccess.php
+share/glpi/src/System/Requirement/Extension.php
+share/glpi/src/System/Requirement/ExtensionClass.php
+share/glpi/src/System/Requirement/ExtensionConstant.php
+share/glpi/src/System/Requirement/ExtensionFunction.php
+share/glpi/src/System/Requirement/ExtensionGroup.php
+share/glpi/src/System/Requirement/LogsWriteAccess.php
+share/glpi/src/System/Requirement/MemoryLimit.php
+share/glpi/src/System/Requirement/MysqliMysqlnd.php
+share/glpi/src/System/Requirement/PhpVersion.php
+share/glpi/src/System/Requirement/ProtectedWebAccess.php
+share/glpi/src/System/Requirement/RequirementInterface.php
+share/glpi/src/System/Requirement/SeLinux.php
+share/glpi/src/System/Requirement/SessionsConfiguration.php
+share/glpi/src/System/RequirementsList.php
+share/glpi/src/System/RequirementsManager.php
+share/glpi/src/System/Status/StatusChecker.php
+share/glpi/src/System/Variables.php
+share/glpi/src/TaskCategory.php
+share/glpi/src/TaskTemplate.php
+share/glpi/src/Team/Team.php
+share/glpi/src/Telemetry.php
+share/glpi/src/Ticket.php
+share/glpi/src/TicketCost.php
+share/glpi/src/TicketRecurrent.php
+share/glpi/src/TicketSatisfaction.php
+share/glpi/src/TicketTask.php
+share/glpi/src/TicketTemplate.php
+share/glpi/src/TicketTemplateHiddenField.php
+share/glpi/src/TicketTemplateMandatoryField.php
+share/glpi/src/TicketTemplatePredefinedField.php
+share/glpi/src/TicketValidation.php
+share/glpi/src/Ticket_Contract.php
+share/glpi/src/Ticket_Ticket.php
+share/glpi/src/Ticket_User.php
+share/glpi/src/Timer.php
+share/glpi/src/Toolbox.php
+share/glpi/src/Toolbox/DataExport.php
+share/glpi/src/Toolbox/FrontEnd.php
+share/glpi/src/Toolbox/MarkdownBuilder.php
+share/glpi/src/Toolbox/Sanitizer.php
+share/glpi/src/Toolbox/VersionParser.php
+share/glpi/src/Transfer.php
+share/glpi/src/USBVendor.php
+share/glpi/src/Unmanaged.php
+share/glpi/src/Update.php
+share/glpi/src/User.php
+share/glpi/src/UserCategory.php
+share/glpi/src/UserEmail.php
+share/glpi/src/UserTitle.php
+share/glpi/src/VObject.php
+share/glpi/src/VirtualMachineState.php
+share/glpi/src/VirtualMachineSystem.php
+share/glpi/src/VirtualMachineType.php
+share/glpi/src/Vlan.php
+share/glpi/src/WifiNetwork.php
+share/glpi/src/XHProf.php
+share/glpi/src/XML.php
 share/glpi/status.php
+share/glpi/stylelint.config.js
+share/glpi/templates/anonymous_helpdesk.html.twig
+share/glpi/templates/central/lists/itemtype_count.html.twig
+share/glpi/templates/central/messages.html.twig
+share/glpi/templates/central/widget_tab.html.twig
+share/glpi/templates/components/alerts_macros.html.twig
+share/glpi/templates/components/checkbox_matrix.html.twig
+share/glpi/templates/components/dashboard/widget_form.html.twig
+share/glpi/templates/components/dates_timeline.html.twig
+share/glpi/templates/components/dropdown/limit.html.twig
+share/glpi/templates/components/form/buttons.html.twig
+share/glpi/templates/components/form/dates.html.twig
+share/glpi/templates/components/form/fields_macros.html.twig
+share/glpi/templates/components/form/flags.html.twig
+share/glpi/templates/components/form/header.html.twig
+share/glpi/templates/components/form/inventory_info.html.twig
+share/glpi/templates/components/form/modals_macros.html.twig
+share/glpi/templates/components/form/pictures.html.twig
+share/glpi/templates/components/form/single-action.html.twig
+share/glpi/templates/components/form/snmpcredential.html.twig
+share/glpi/templates/components/form/support_hours.html.twig
+share/glpi/templates/components/infocom.html.twig
+share/glpi/templates/components/itilobject/actors/assign_to_me.html.twig
+share/glpi/templates/components/itilobject/actors/field.html.twig
+share/glpi/templates/components/itilobject/actors/main.html.twig
+share/glpi/templates/components/itilobject/add_items.html.twig
+share/glpi/templates/components/itilobject/answer.html.twig
+share/glpi/templates/components/itilobject/fields/global_validation.html.twig
+share/glpi/templates/components/itilobject/fields/priority_matrix.html.twig
+share/glpi/templates/components/itilobject/fields/status.html.twig
+share/glpi/templates/components/itilobject/fields_panel.html.twig
+share/glpi/templates/components/itilobject/footer.html.twig
+share/glpi/templates/components/itilobject/layout.html.twig
+share/glpi/templates/components/itilobject/linked_tickets.html.twig
+share/glpi/templates/components/itilobject/mainform_close.html.twig
+share/glpi/templates/components/itilobject/mainform_open.html.twig
+share/glpi/templates/components/itilobject/selfservice.html.twig
+share/glpi/templates/components/itilobject/service_levels.html.twig
+share/glpi/templates/components/itilobject/timeline/approbation_form.html.twig
+share/glpi/templates/components/itilobject/timeline/filter_timeline.html.twig
+share/glpi/templates/components/itilobject/timeline/form_document_item.html.twig
+share/glpi/templates/components/itilobject/timeline/form_followup.html.twig
+share/glpi/templates/components/itilobject/timeline/form_solution.html.twig
+share/glpi/templates/components/itilobject/timeline/form_task.html.twig
+share/glpi/templates/components/itilobject/timeline/form_timeline_item.html.twig
+share/glpi/templates/components/itilobject/timeline/form_validation.html.twig
+share/glpi/templates/components/itilobject/timeline/main_description.html.twig
+share/glpi/templates/components/itilobject/timeline/new_form.html.twig
+share/glpi/templates/components/itilobject/timeline/pending_reasons.html.twig
+share/glpi/templates/components/itilobject/timeline/pending_reasons_messages.html.twig
+share/glpi/templates/components/itilobject/timeline/simple_form.html.twig
+share/glpi/templates/components/itilobject/timeline/sub_documents.html.twig
+share/glpi/templates/components/itilobject/timeline/timeline.html.twig
+share/glpi/templates/components/itilobject/timeline/timeline_item_header.html.twig
+share/glpi/templates/components/itilobject/timeline/timeline_item_header_badges.html.twig
+share/glpi/templates/components/itilobject/timeline/todo-list-summary.html.twig
+share/glpi/templates/components/kanban/item_panels/default_panel.html.twig
+share/glpi/templates/components/kanban/kanban.html.twig
+share/glpi/templates/components/logs.html.twig
+share/glpi/templates/components/masonry_grid.html.twig
+share/glpi/templates/components/messages_after_redirect_alerts.html.twig
+share/glpi/templates/components/messages_after_redirect_toasts.html.twig
+share/glpi/templates/components/modal.html.twig
+share/glpi/templates/components/pager.html.twig
+share/glpi/templates/components/photoswipe.html.twig
+share/glpi/templates/components/rss_feed.html.twig
+share/glpi/templates/components/search/controls.html.twig
+share/glpi/templates/components/search/display_data.html.twig
+share/glpi/templates/components/search/table.html.twig
+share/glpi/templates/components/table.html.twig
+share/glpi/templates/components/user/info_card.html.twig
+share/glpi/templates/components/user/link_with_tooltip.html.twig
+share/glpi/templates/components/user/picture.html.twig
+share/glpi/templates/display_and_die.html.twig
+share/glpi/templates/dropdown_form.html.twig
+share/glpi/templates/generic_show_form.html.twig
+share/glpi/templates/impact/edit_compound_modal.html.twig
+share/glpi/templates/impact/ongoing_modal.html.twig
+share/glpi/templates/install/accept_license.html.twig
+share/glpi/templates/install/blocks/requirements_table.html.twig
+share/glpi/templates/install/choose_language.html.twig
+share/glpi/templates/install/step0.html.twig
+share/glpi/templates/install/step1.html.twig
+share/glpi/templates/install/step2.html.twig
+share/glpi/templates/install/step3.html.twig
+share/glpi/templates/install/step6.html.twig
+share/glpi/templates/install/step7.html.twig
+share/glpi/templates/install/step8.html.twig
+share/glpi/templates/install/update.html.twig
+share/glpi/templates/install/update.invalid_database.html.twig
+share/glpi/templates/layout/page_card_notlogged.html.twig
+share/glpi/templates/layout/parts/breadcrumbs.html.twig
+share/glpi/templates/layout/parts/context_links.html.twig
+share/glpi/templates/layout/parts/global_search_form.html.twig
+share/glpi/templates/layout/parts/goto_button.html.twig
+share/glpi/templates/layout/parts/head.html.twig
+share/glpi/templates/layout/parts/impersonate_banner.html.twig
+share/glpi/templates/layout/parts/menu.html.twig
+share/glpi/templates/layout/parts/page_footer.html.twig
+share/glpi/templates/layout/parts/page_header.html.twig
+share/glpi/templates/layout/parts/page_header_empty.html.twig
+share/glpi/templates/layout/parts/profile_selector.html.twig
+share/glpi/templates/layout/parts/saved_searches.html.twig
+share/glpi/templates/layout/parts/saved_searches_list.html.twig
+share/glpi/templates/layout/parts/user_header.html.twig
+share/glpi/templates/maintenance.html.twig
+share/glpi/templates/pages/admin/events_list.html.twig
+share/glpi/templates/pages/admin/inventory/agent.html.twig
+share/glpi/templates/pages/admin/inventory/lockedfield.html.twig
+share/glpi/templates/pages/admin/inventory/upload_form.html.twig
+share/glpi/templates/pages/admin/ldap.choose_directory.html.twig
+share/glpi/templates/pages/admin/ldap.groups.html.twig
+share/glpi/templates/pages/admin/ldap.users.html.twig
+share/glpi/templates/pages/admin/rules_list.html.twig
+share/glpi/templates/pages/assets/cable.html.twig
+share/glpi/templates/pages/assets/cartridgeitem.html.twig
+share/glpi/templates/pages/assets/consumableitem.html.twig
+share/glpi/templates/pages/assets/enclosure.html.twig
+share/glpi/templates/pages/assets/monitor.html.twig
+share/glpi/templates/pages/assets/operatingsystem.html.twig
+share/glpi/templates/pages/assets/phone.html.twig
+share/glpi/templates/pages/assets/printer.html.twig
+share/glpi/templates/pages/assets/rack.html.twig
+share/glpi/templates/pages/assets/socket.html.twig
+share/glpi/templates/pages/assets/software.html.twig
+share/glpi/templates/pages/assets/unmanaged.html.twig
+share/glpi/templates/pages/login.html.twig
+share/glpi/templates/pages/management/appliance.html.twig
+share/glpi/templates/pages/management/certificate.html.twig
+share/glpi/templates/pages/management/contract.html.twig
+share/glpi/templates/pages/management/line.html.twig
+share/glpi/templates/pages/management/softwarelicense.html.twig
+share/glpi/templates/pages/self-service/home.html.twig
+share/glpi/templates/pages/setup/authentication.html.twig
+share/glpi/templates/pages/setup/dropdowns_list.html.twig
+share/glpi/templates/pages/setup/setup_notifications.html.twig
+share/glpi/templates/password_form.html.twig
 share/glpi/vendor/autoload.php
+share/glpi/vendor/blueimp/jquery-file-upload/LICENSE.txt
+share/glpi/vendor/blueimp/jquery-file-upload/README.md
+share/glpi/vendor/blueimp/jquery-file-upload/SECURITY.md
+share/glpi/vendor/blueimp/jquery-file-upload/VULNERABILITIES.md
+share/glpi/vendor/blueimp/jquery-file-upload/composer.json
+share/glpi/vendor/blueimp/jquery-file-upload/cors/postmessage.html
+share/glpi/vendor/blueimp/jquery-file-upload/cors/result.html
+share/glpi/vendor/blueimp/jquery-file-upload/css/jquery.fileupload-noscript.css
+share/glpi/vendor/blueimp/jquery-file-upload/css/jquery.fileupload-ui-noscript.css
+share/glpi/vendor/blueimp/jquery-file-upload/css/jquery.fileupload-ui.css
+share/glpi/vendor/blueimp/jquery-file-upload/css/jquery.fileupload.css
+share/glpi/vendor/blueimp/jquery-file-upload/docker-compose.yml
+share/glpi/vendor/blueimp/jquery-file-upload/img/loading.gif
+share/glpi/vendor/blueimp/jquery-file-upload/img/progressbar.gif
+share/glpi/vendor/blueimp/jquery-file-upload/index.html
+share/glpi/vendor/blueimp/jquery-file-upload/js/cors/jquery.postmessage-transport.js
+share/glpi/vendor/blueimp/jquery-file-upload/js/cors/jquery.xdr-transport.js
+share/glpi/vendor/blueimp/jquery-file-upload/js/demo.js
+share/glpi/vendor/blueimp/jquery-file-upload/js/jquery.fileupload-audio.js
+share/glpi/vendor/blueimp/jquery-file-upload/js/jquery.fileupload-image.js
+share/glpi/vendor/blueimp/jquery-file-upload/js/jquery.fileupload-process.js
+share/glpi/vendor/blueimp/jquery-file-upload/js/jquery.fileupload-ui.js
+share/glpi/vendor/blueimp/jquery-file-upload/js/jquery.fileupload-validate.js
+share/glpi/vendor/blueimp/jquery-file-upload/js/jquery.fileupload-video.js
+share/glpi/vendor/blueimp/jquery-file-upload/js/jquery.fileupload.js
+share/glpi/vendor/blueimp/jquery-file-upload/js/jquery.iframe-transport.js
+share/glpi/vendor/blueimp/jquery-file-upload/js/vendor/jquery.ui.widget.js
+share/glpi/vendor/blueimp/jquery-file-upload/package-lock.json
+share/glpi/vendor/blueimp/jquery-file-upload/package.json
+share/glpi/vendor/blueimp/jquery-file-upload/server/gae-python/app.yaml
+share/glpi/vendor/blueimp/jquery-file-upload/server/gae-python/main.py
+share/glpi/vendor/blueimp/jquery-file-upload/server/gae-python/static/favicon.ico
+share/glpi/vendor/blueimp/jquery-file-upload/server/gae-python/static/robots.txt
+share/glpi/vendor/blueimp/jquery-file-upload/server/php/Dockerfile
+share/glpi/vendor/blueimp/jquery-file-upload/server/php/UploadHandler.php
+share/glpi/vendor/blueimp/jquery-file-upload/server/php/files/.htaccess
+share/glpi/vendor/blueimp/jquery-file-upload/server/php/index.php
+share/glpi/vendor/blueimp/jquery-file-upload/server/php/php.ini
+share/glpi/vendor/blueimp/jquery-file-upload/test/index.html
+share/glpi/vendor/blueimp/jquery-file-upload/test/unit.js
+share/glpi/vendor/blueimp/jquery-file-upload/test/vendor/chai.js
+share/glpi/vendor/blueimp/jquery-file-upload/test/vendor/mocha.css
+share/glpi/vendor/blueimp/jquery-file-upload/test/vendor/mocha.js
+share/glpi/vendor/blueimp/jquery-file-upload/wdio/LICENSE.txt
+share/glpi/vendor/blueimp/jquery-file-upload/wdio/assets/black+white-3x2.jpg
+share/glpi/vendor/blueimp/jquery-file-upload/wdio/assets/black+white-60x40.gif
+share/glpi/vendor/blueimp/jquery-file-upload/wdio/conf/chrome.js
+share/glpi/vendor/blueimp/jquery-file-upload/wdio/conf/firefox.js
+share/glpi/vendor/blueimp/jquery-file-upload/wdio/hooks/index.js
+share/glpi/vendor/blueimp/jquery-file-upload/wdio/test/pages/file-upload.js
+share/glpi/vendor/blueimp/jquery-file-upload/wdio/test/specs/01-file-upload.js
+share/glpi/vendor/blueimp/jquery-file-upload/wdio/wdio.conf.js
+share/glpi/vendor/brick/math/CHANGELOG.md
+share/glpi/vendor/brick/math/LICENSE
+share/glpi/vendor/brick/math/SECURITY.md
+share/glpi/vendor/brick/math/composer.json
+share/glpi/vendor/brick/math/src/BigDecimal.php
+share/glpi/vendor/brick/math/src/BigInteger.php
+share/glpi/vendor/brick/math/src/BigNumber.php
+share/glpi/vendor/brick/math/src/BigRational.php
+share/glpi/vendor/brick/math/src/Exception/DivisionByZeroException.php
+share/glpi/vendor/brick/math/src/Exception/IntegerOverflowException.php
+share/glpi/vendor/brick/math/src/Exception/MathException.php
+share/glpi/vendor/brick/math/src/Exception/NegativeNumberException.php
+share/glpi/vendor/brick/math/src/Exception/NumberFormatException.php
+share/glpi/vendor/brick/math/src/Exception/RoundingNecessaryException.php
+share/glpi/vendor/brick/math/src/Internal/Calculator.php
+share/glpi/vendor/brick/math/src/Internal/Calculator/BcMathCalculator.php
+share/glpi/vendor/brick/math/src/Internal/Calculator/GmpCalculator.php
+share/glpi/vendor/brick/math/src/Internal/Calculator/NativeCalculator.php
+share/glpi/vendor/brick/math/src/RoundingMode.php
 share/glpi/vendor/composer/ClassLoader.php
+share/glpi/vendor/composer/InstalledVersions.php
 share/glpi/vendor/composer/LICENSE
 share/glpi/vendor/composer/autoload_classmap.php
 share/glpi/vendor/composer/autoload_files.php
@@ -2231,53 +3469,945 @@ share/glpi/vendor/composer/autoload_psr4
 share/glpi/vendor/composer/autoload_real.php
 share/glpi/vendor/composer/autoload_static.php
 share/glpi/vendor/composer/installed.json
+share/glpi/vendor/composer/installed.php
 share/glpi/vendor/container-interop/container-interop/LICENSE
 share/glpi/vendor/container-interop/container-interop/README.md
+share/glpi/vendor/container-interop/container-interop/composer.json
+share/glpi/vendor/container-interop/container-interop/docs/ContainerInterface-meta.md
+share/glpi/vendor/container-interop/container-interop/docs/ContainerInterface.md
+share/glpi/vendor/container-interop/container-interop/docs/Delegate-lookup-meta.md
+share/glpi/vendor/container-interop/container-interop/docs/Delegate-lookup.md
+share/glpi/vendor/container-interop/container-interop/docs/images/interoperating_containers.png
+share/glpi/vendor/container-interop/container-interop/docs/images/priority.png
+share/glpi/vendor/container-interop/container-interop/docs/images/side_by_side_containers.png
 share/glpi/vendor/container-interop/container-interop/src/Interop/Container/ContainerInterface.php
 share/glpi/vendor/container-interop/container-interop/src/Interop/Container/Exception/ContainerException.php
 share/glpi/vendor/container-interop/container-interop/src/Interop/Container/Exception/NotFoundException.php
+share/glpi/vendor/donatj/phpuseragentparser/CONTRIBUTING.md
+share/glpi/vendor/donatj/phpuseragentparser/LICENSE.md
+share/glpi/vendor/donatj/phpuseragentparser/Makefile
+share/glpi/vendor/donatj/phpuseragentparser/README.md
+share/glpi/vendor/donatj/phpuseragentparser/bin/benchmark.php
+share/glpi/vendor/donatj/phpuseragentparser/bin/constant_generator.php
+share/glpi/vendor/donatj/phpuseragentparser/bin/init_user_agent.php
+share/glpi/vendor/donatj/phpuseragentparser/bin/user_agent_sorter.php
+share/glpi/vendor/donatj/phpuseragentparser/composer.json
+share/glpi/vendor/donatj/phpuseragentparser/phpunit.xml.dist
+share/glpi/vendor/donatj/phpuseragentparser/src/UserAgent/Browsers.php
+share/glpi/vendor/donatj/phpuseragentparser/src/UserAgent/Platforms.php
+share/glpi/vendor/donatj/phpuseragentparser/src/UserAgent/UserAgent.php
+share/glpi/vendor/donatj/phpuseragentparser/src/UserAgent/UserAgentInterface.php
+share/glpi/vendor/donatj/phpuseragentparser/src/UserAgent/UserAgentParser.php
+share/glpi/vendor/donatj/phpuseragentparser/src/UserAgentParser.php
+share/glpi/vendor/donatj/phpuseragentparser/tests/UserAgentParserFunctionTest.php
+share/glpi/vendor/donatj/phpuseragentparser/tests/UserAgentParserObjectTest.php
+share/glpi/vendor/donatj/phpuseragentparser/tests/user_agents.dist.json
 share/glpi/vendor/elvanto/litemoji/LICENSE
 share/glpi/vendor/elvanto/litemoji/README.md
-share/glpi/vendor/elvanto/litemoji/bin/generate-shortcodes-array.php
-share/glpi/vendor/elvanto/litemoji/phpunit.xml
+share/glpi/vendor/elvanto/litemoji/composer.json
 share/glpi/vendor/elvanto/litemoji/src/LitEmoji.php
 share/glpi/vendor/elvanto/litemoji/src/shortcodes-array.php
-share/glpi/vendor/iamcal/lib_autolink/.gitattributes
+share/glpi/vendor/glpi-project/inventory_format/CHANGELOG.md
+share/glpi/vendor/glpi-project/inventory_format/LICENSE
+share/glpi/vendor/glpi-project/inventory_format/README.md
+share/glpi/vendor/glpi-project/inventory_format/bin/build_hw_jsons
+share/glpi/vendor/glpi-project/inventory_format/bin/convert
+share/glpi/vendor/glpi-project/inventory_format/bin/refresh_hw_sources
+share/glpi/vendor/glpi-project/inventory_format/bin/validate
+share/glpi/vendor/glpi-project/inventory_format/composer.json
+share/glpi/vendor/glpi-project/inventory_format/data/README.md
+share/glpi/vendor/glpi-project/inventory_format/data/iftype.csv
+share/glpi/vendor/glpi-project/inventory_format/data/iftype.json
+share/glpi/vendor/glpi-project/inventory_format/data/oui.txt
+share/glpi/vendor/glpi-project/inventory_format/data/ouis.json
+share/glpi/vendor/glpi-project/inventory_format/data/pci.ids
+share/glpi/vendor/glpi-project/inventory_format/data/pciid.json
+share/glpi/vendor/glpi-project/inventory_format/data/usb.ids
+share/glpi/vendor/glpi-project/inventory_format/data/usbid.json
+share/glpi/vendor/glpi-project/inventory_format/examples/computer_1.json
+share/glpi/vendor/glpi-project/inventory_format/examples/computer_1_partial_batteries.json
+share/glpi/vendor/glpi-project/inventory_format/examples/computer_1_partial_cpu.json
+share/glpi/vendor/glpi-project/inventory_format/examples/computer_1_partial_memory.json
+share/glpi/vendor/glpi-project/inventory_format/examples/computer_1_partial_softs.json
+share/glpi/vendor/glpi-project/inventory_format/examples/computer_1_partial_volumes.json
+share/glpi/vendor/glpi-project/inventory_format/examples/computer_2.json
+share/glpi/vendor/glpi-project/inventory_format/examples/computer_2_partial_dbs.json
+share/glpi/vendor/glpi-project/inventory_format/examples/computer_2_partial_vms.json
+share/glpi/vendor/glpi-project/inventory_format/examples/computer_3.json
+share/glpi/vendor/glpi-project/inventory_format/examples/computer_3_updated.json
+share/glpi/vendor/glpi-project/inventory_format/examples/networkequipment_1.json
+share/glpi/vendor/glpi-project/inventory_format/examples/networkequipment_2.json
+share/glpi/vendor/glpi-project/inventory_format/examples/networkequipment_3.json
+share/glpi/vendor/glpi-project/inventory_format/examples/networkequipment_4.json
+share/glpi/vendor/glpi-project/inventory_format/examples/networkequipment_5.json
+share/glpi/vendor/glpi-project/inventory_format/examples/phone_1.json
+share/glpi/vendor/glpi-project/inventory_format/examples/printer_1.json
+share/glpi/vendor/glpi-project/inventory_format/inventory.schema.json
+share/glpi/vendor/glpi-project/inventory_format/lib/php/Converter.php
+share/glpi/vendor/glpi-project/inventory_format/lib/php/FilesToJSON.php
+share/glpi/vendor/glpi-project/inventory_format/original.md
+share/glpi/vendor/glpi-project/inventory_format/source_files/oui.txt
+share/glpi/vendor/glpi-project/inventory_format/source_files/pci.ids
+share/glpi/vendor/glpi-project/inventory_format/source_files/smi-numbers-5.csv
+share/glpi/vendor/glpi-project/inventory_format/source_files/usb.ids
+share/glpi/vendor/glpi-project/inventory_format/tests/Glpi/Inventory/tests/units/Converter.php
+share/glpi/vendor/glpi-project/inventory_format/tests/Glpi/Inventory/tests/units/FilesToJSON.php
+share/glpi/vendor/glpi-project/inventory_format/tests/bootstrap.php
+share/glpi/vendor/glpi-project/inventory_format/tests/data/1.xml
+share/glpi/vendor/glpi-project/inventory_format/tests/data/10.xml
+share/glpi/vendor/glpi-project/inventory_format/tests/data/11.xml
+share/glpi/vendor/glpi-project/inventory_format/tests/data/12.xml
+share/glpi/vendor/glpi-project/inventory_format/tests/data/2.xml
+share/glpi/vendor/glpi-project/inventory_format/tests/data/3.xml
+share/glpi/vendor/glpi-project/inventory_format/tests/data/4.xml
+share/glpi/vendor/glpi-project/inventory_format/tests/data/5-good.xml
+share/glpi/vendor/glpi-project/inventory_format/tests/data/5.xml
+share/glpi/vendor/glpi-project/inventory_format/tests/data/6.xml
+share/glpi/vendor/glpi-project/inventory_format/tests/data/7.xml
+share/glpi/vendor/glpi-project/inventory_format/tests/data/8.xml
+share/glpi/vendor/glpi-project/inventory_format/tests/data/9.xml
+share/glpi/vendor/guzzlehttp/guzzle/CHANGELOG.md
+share/glpi/vendor/guzzlehttp/guzzle/LICENSE
+share/glpi/vendor/guzzlehttp/guzzle/README.md
+share/glpi/vendor/guzzlehttp/guzzle/UPGRADING.md
+share/glpi/vendor/guzzlehttp/guzzle/composer.json
+share/glpi/vendor/guzzlehttp/guzzle/src/BodySummarizer.php
+share/glpi/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Client.php
+share/glpi/vendor/guzzlehttp/guzzle/src/ClientInterface.php
+share/glpi/vendor/guzzlehttp/guzzle/src/ClientTrait.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Handler/HeaderProcessor.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
+share/glpi/vendor/guzzlehttp/guzzle/src/HandlerStack.php
+share/glpi/vendor/guzzlehttp/guzzle/src/MessageFormatter.php
+share/glpi/vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Middleware.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Pool.php
+share/glpi/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php
+share/glpi/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
+share/glpi/vendor/guzzlehttp/guzzle/src/RequestOptions.php
+share/glpi/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php
+share/glpi/vendor/guzzlehttp/guzzle/src/TransferStats.php
+share/glpi/vendor/guzzlehttp/guzzle/src/Utils.php
+share/glpi/vendor/guzzlehttp/guzzle/src/functions.php
+share/glpi/vendor/guzzlehttp/guzzle/src/functions_include.php
+share/glpi/vendor/guzzlehttp/promises/CHANGELOG.md
+share/glpi/vendor/guzzlehttp/promises/LICENSE
+share/glpi/vendor/guzzlehttp/promises/Makefile
+share/glpi/vendor/guzzlehttp/promises/README.md
+share/glpi/vendor/guzzlehttp/promises/composer.json
+share/glpi/vendor/guzzlehttp/promises/src/AggregateException.php
+share/glpi/vendor/guzzlehttp/promises/src/CancellationException.php
+share/glpi/vendor/guzzlehttp/promises/src/Coroutine.php
+share/glpi/vendor/guzzlehttp/promises/src/Create.php
+share/glpi/vendor/guzzlehttp/promises/src/Each.php
+share/glpi/vendor/guzzlehttp/promises/src/EachPromise.php
+share/glpi/vendor/guzzlehttp/promises/src/FulfilledPromise.php
+share/glpi/vendor/guzzlehttp/promises/src/Is.php
+share/glpi/vendor/guzzlehttp/promises/src/Promise.php
+share/glpi/vendor/guzzlehttp/promises/src/PromiseInterface.php
+share/glpi/vendor/guzzlehttp/promises/src/PromisorInterface.php
+share/glpi/vendor/guzzlehttp/promises/src/RejectedPromise.php
+share/glpi/vendor/guzzlehttp/promises/src/RejectionException.php
+share/glpi/vendor/guzzlehttp/promises/src/TaskQueue.php
+share/glpi/vendor/guzzlehttp/promises/src/TaskQueueInterface.php
+share/glpi/vendor/guzzlehttp/promises/src/Utils.php
+share/glpi/vendor/guzzlehttp/promises/src/functions.php
+share/glpi/vendor/guzzlehttp/promises/src/functions_include.php
+share/glpi/vendor/guzzlehttp/psr7/CHANGELOG.md
+share/glpi/vendor/guzzlehttp/psr7/LICENSE
+share/glpi/vendor/guzzlehttp/psr7/README.md
+share/glpi/vendor/guzzlehttp/psr7/composer.json
+share/glpi/vendor/guzzlehttp/psr7/src/AppendStream.php
+share/glpi/vendor/guzzlehttp/psr7/src/BufferStream.php
+share/glpi/vendor/guzzlehttp/psr7/src/CachingStream.php
+share/glpi/vendor/guzzlehttp/psr7/src/DroppingStream.php
+share/glpi/vendor/guzzlehttp/psr7/src/Exception/MalformedUriException.php
+share/glpi/vendor/guzzlehttp/psr7/src/FnStream.php
+share/glpi/vendor/guzzlehttp/psr7/src/Header.php
+share/glpi/vendor/guzzlehttp/psr7/src/HttpFactory.php
+share/glpi/vendor/guzzlehttp/psr7/src/InflateStream.php
+share/glpi/vendor/guzzlehttp/psr7/src/LazyOpenStream.php
+share/glpi/vendor/guzzlehttp/psr7/src/LimitStream.php
+share/glpi/vendor/guzzlehttp/psr7/src/Message.php
+share/glpi/vendor/guzzlehttp/psr7/src/MessageTrait.php
+share/glpi/vendor/guzzlehttp/psr7/src/MimeType.php
+share/glpi/vendor/guzzlehttp/psr7/src/MultipartStream.php
+share/glpi/vendor/guzzlehttp/psr7/src/NoSeekStream.php
+share/glpi/vendor/guzzlehttp/psr7/src/PumpStream.php
+share/glpi/vendor/guzzlehttp/psr7/src/Query.php
+share/glpi/vendor/guzzlehttp/psr7/src/Request.php
+share/glpi/vendor/guzzlehttp/psr7/src/Response.php
+share/glpi/vendor/guzzlehttp/psr7/src/Rfc7230.php
+share/glpi/vendor/guzzlehttp/psr7/src/ServerRequest.php
+share/glpi/vendor/guzzlehttp/psr7/src/Stream.php
+share/glpi/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php
+share/glpi/vendor/guzzlehttp/psr7/src/StreamWrapper.php
+share/glpi/vendor/guzzlehttp/psr7/src/UploadedFile.php
+share/glpi/vendor/guzzlehttp/psr7/src/Uri.php
+share/glpi/vendor/guzzlehttp/psr7/src/UriComparator.php
+share/glpi/vendor/guzzlehttp/psr7/src/UriNormalizer.php
+share/glpi/vendor/guzzlehttp/psr7/src/UriResolver.php
+share/glpi/vendor/guzzlehttp/psr7/src/Utils.php
+share/glpi/vendor/html2text/html2text/README.md
+share/glpi/vendor/html2text/html2text/composer.json
+share/glpi/vendor/html2text/html2text/phpunit.xml.dist
+share/glpi/vendor/html2text/html2text/src/Html2Text.php
+share/glpi/vendor/html2text/html2text/test/BasicTest.php
+share/glpi/vendor/html2text/html2text/test/BlockquoteTest.php
+share/glpi/vendor/html2text/html2text/test/ConstructorTest.php
+share/glpi/vendor/html2text/html2text/test/DefinitionListTest.php
+share/glpi/vendor/html2text/html2text/test/DelTest.php
+share/glpi/vendor/html2text/html2text/test/HtmlCharsTest.php
+share/glpi/vendor/html2text/html2text/test/ImageTest.php
+share/glpi/vendor/html2text/html2text/test/InsTest.php
+share/glpi/vendor/html2text/html2text/test/LinkTest.php
+share/glpi/vendor/html2text/html2text/test/ListTest.php
+share/glpi/vendor/html2text/html2text/test/PreTest.php
+share/glpi/vendor/html2text/html2text/test/PrintTest.php
+share/glpi/vendor/html2text/html2text/test/SearchReplaceTest.php
+share/glpi/vendor/html2text/html2text/test/SpanTest.php
+share/glpi/vendor/html2text/html2text/test/StrToUpperTest.php
+share/glpi/vendor/html2text/html2text/test/TableTest.php
+share/glpi/vendor/html2text/html2text/test/bootstrap.php
+share/glpi/vendor/htmlawed/htmlawed/LICENSE-GPL2
+share/glpi/vendor/htmlawed/htmlawed/LICENSE-LGPL3
+share/glpi/vendor/htmlawed/htmlawed/htmLawed.php
+share/glpi/vendor/htmlawed/htmlawed/htmLawedTest.php
+share/glpi/vendor/htmlawed/htmlawed/htmLawed_README.htm
+share/glpi/vendor/htmlawed/htmlawed/htmLawed_README.txt
+share/glpi/vendor/htmlawed/htmlawed/htmLawed_TESTCASE.txt
 share/glpi/vendor/iamcal/lib_autolink/LICENSE
 share/glpi/vendor/iamcal/lib_autolink/README.md
+share/glpi/vendor/iamcal/lib_autolink/composer.json
 share/glpi/vendor/iamcal/lib_autolink/lib_autolink.php
-share/glpi/vendor/leafo/scssphp/LICENSE.md
-share/glpi/vendor/leafo/scssphp/README.md
-share/glpi/vendor/leafo/scssphp/bin/pscss
-share/glpi/vendor/leafo/scssphp/scss.inc.php
-share/glpi/vendor/leafo/scssphp/src/Base/Range.php
-share/glpi/vendor/leafo/scssphp/src/Block.php
-share/glpi/vendor/leafo/scssphp/src/Colors.php
-share/glpi/vendor/leafo/scssphp/src/Compiler.php
-share/glpi/vendor/leafo/scssphp/src/Compiler/Environment.php
-share/glpi/vendor/leafo/scssphp/src/Exception/CompilerException.php
-share/glpi/vendor/leafo/scssphp/src/Exception/ParserException.php
-share/glpi/vendor/leafo/scssphp/src/Exception/RangeException.php
-share/glpi/vendor/leafo/scssphp/src/Exception/ServerException.php
-share/glpi/vendor/leafo/scssphp/src/Formatter.php
-share/glpi/vendor/leafo/scssphp/src/Formatter/Compact.php
-share/glpi/vendor/leafo/scssphp/src/Formatter/Compressed.php
-share/glpi/vendor/leafo/scssphp/src/Formatter/Crunched.php
-share/glpi/vendor/leafo/scssphp/src/Formatter/Debug.php
-share/glpi/vendor/leafo/scssphp/src/Formatter/Expanded.php
-share/glpi/vendor/leafo/scssphp/src/Formatter/Nested.php
-share/glpi/vendor/leafo/scssphp/src/Formatter/OutputBlock.php
-share/glpi/vendor/leafo/scssphp/src/Node.php
-share/glpi/vendor/leafo/scssphp/src/Node/Number.php
-share/glpi/vendor/leafo/scssphp/src/Parser.php
-share/glpi/vendor/leafo/scssphp/src/SourceMap/Base64VLQEncoder.php
-share/glpi/vendor/leafo/scssphp/src/SourceMap/SourceMapGenerator.php
-share/glpi/vendor/leafo/scssphp/src/Type.php
-share/glpi/vendor/leafo/scssphp/src/Util.php
-share/glpi/vendor/leafo/scssphp/src/Version.php
-share/glpi/vendor/michelf/php-markdown/.editorconfig
-share/glpi/vendor/michelf/php-markdown/.scrutinizer.yml
-share/glpi/vendor/michelf/php-markdown/.travis.yml
+share/glpi/vendor/laminas/laminas-i18n/COPYRIGHT.md
+share/glpi/vendor/laminas/laminas-i18n/LICENSE.md
+share/glpi/vendor/laminas/laminas-i18n/README.md
+share/glpi/vendor/laminas/laminas-i18n/composer.json
+share/glpi/vendor/laminas/laminas-i18n/composer.lock
+share/glpi/vendor/laminas/laminas-i18n/psalm-baseline.xml
+share/glpi/vendor/laminas/laminas-i18n/psalm.xml
+share/glpi/vendor/laminas/laminas-i18n/src/ConfigProvider.php
+share/glpi/vendor/laminas/laminas-i18n/src/Exception/ExceptionInterface.php
+share/glpi/vendor/laminas/laminas-i18n/src/Exception/ExtensionNotLoadedException.php
+share/glpi/vendor/laminas/laminas-i18n/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/laminas/laminas-i18n/src/Exception/OutOfBoundsException.php
+share/glpi/vendor/laminas/laminas-i18n/src/Exception/ParseException.php
+share/glpi/vendor/laminas/laminas-i18n/src/Exception/RangeException.php
+share/glpi/vendor/laminas/laminas-i18n/src/Exception/RuntimeException.php
+share/glpi/vendor/laminas/laminas-i18n/src/Filter/AbstractLocale.php
+share/glpi/vendor/laminas/laminas-i18n/src/Filter/Alnum.php
+share/glpi/vendor/laminas/laminas-i18n/src/Filter/Alpha.php
+share/glpi/vendor/laminas/laminas-i18n/src/Filter/NumberFormat.php
+share/glpi/vendor/laminas/laminas-i18n/src/Filter/NumberParse.php
+share/glpi/vendor/laminas/laminas-i18n/src/Module.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/Loader/AbstractFileLoader.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/Loader/FileLoaderInterface.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/Loader/Gettext.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/Loader/Ini.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/Loader/PhpArray.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/Loader/PhpMemoryArray.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/Loader/RemoteLoaderInterface.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/LoaderPluginManager.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/LoaderPluginManagerFactory.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/Plural/Parser.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/Plural/Rule.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/Plural/Symbol.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/TextDomain.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/Translator.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/TranslatorAwareInterface.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/TranslatorAwareTrait.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/TranslatorInterface.php
+share/glpi/vendor/laminas/laminas-i18n/src/Translator/TranslatorServiceFactory.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/Alnum.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/Alpha.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/DateTime.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/IsFloat.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/IsInt.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AC.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AD.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AE.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AF.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AG.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AI.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AL.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AM.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AO.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AR.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AS.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AT.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AU.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AW.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AX.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/AZ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BA.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BB.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BD.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BE.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BF.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BG.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BH.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BI.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BJ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BL.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BM.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BN.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BO.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BQ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BR.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BS.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BT.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BW.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BY.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/BZ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CA.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CC.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CD.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CF.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CG.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CH.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CI.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CK.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CL.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CM.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CN.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CO.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CR.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CU.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CV.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CW.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CX.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CY.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/CZ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/DE.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/DJ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/DK.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/DM.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/DO.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/DZ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/EC.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/EE.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/EG.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/EH.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/ER.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/ES.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/ET.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/FI.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/FJ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/FK.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/FM.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/FO.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/FR.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GA.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GB.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GD.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GE.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GF.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GG.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GH.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GI.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GL.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GM.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GN.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GP.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GQ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GR.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GT.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GU.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GW.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/GY.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/HK.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/HN.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/HR.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/HT.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/HU.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/ID.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/IE.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/IL.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/IM.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/IN.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/IO.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/IQ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/IR.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/IS.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/IT.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/JE.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/JM.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/JO.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/JP.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/KE.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/KG.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/KH.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/KI.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/KM.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/KN.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/KP.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/KR.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/KW.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/KY.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/KZ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/LA.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/LB.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/LC.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/LI.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/LK.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/LR.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/LS.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/LT.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/LU.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/LV.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/LY.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MA.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MC.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MD.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/ME.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MF.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MG.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MH.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MK.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/ML.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MM.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MN.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MO.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MP.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MQ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MR.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MS.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MT.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MU.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MV.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MW.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MX.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MY.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/MZ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/NA.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/NC.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/NE.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/NF.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/NG.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/NI.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/NL.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/NO.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/NP.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/NR.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/NU.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/NZ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/OM.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/PA.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/PE.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/PF.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/PG.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/PH.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/PK.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/PL.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/PM.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/PR.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/PS.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/PT.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/PW.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/PY.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/QA.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/RE.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/RO.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/RS.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/RU.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/RW.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SA.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SB.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SC.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SD.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SE.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SG.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SH.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SI.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SJ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SK.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SL.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SM.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SN.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SO.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SR.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SS.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/ST.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SV.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SX.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SY.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/SZ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/TC.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/TD.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/TG.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/TH.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/TJ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/TK.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/TL.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/TM.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/TN.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/TO.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/TR.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/TT.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/TV.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/TW.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/TZ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/UA.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/UG.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/US.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/UY.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/UZ.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/VA.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/VC.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/VE.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/VG.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/VI.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/VN.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/VU.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/WF.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/WS.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/XK.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/YE.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/YT.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/ZA.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/ZM.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PhoneNumber/ZW.php
+share/glpi/vendor/laminas/laminas-i18n/src/Validator/PostCode.php
+share/glpi/vendor/laminas/laminas-i18n/src/View/Helper/AbstractTranslatorHelper.php
+share/glpi/vendor/laminas/laminas-i18n/src/View/Helper/CurrencyFormat.php
+share/glpi/vendor/laminas/laminas-i18n/src/View/Helper/DateFormat.php
+share/glpi/vendor/laminas/laminas-i18n/src/View/Helper/NumberFormat.php
+share/glpi/vendor/laminas/laminas-i18n/src/View/Helper/Plural.php
+share/glpi/vendor/laminas/laminas-i18n/src/View/Helper/Translate.php
+share/glpi/vendor/laminas/laminas-i18n/src/View/Helper/TranslatePlural.php
+share/glpi/vendor/laminas/laminas-i18n/src/View/HelperConfig.php
+share/glpi/vendor/laminas/laminas-i18n/src/View/HelperTrait.php
+share/glpi/vendor/laminas/laminas-loader/COPYRIGHT.md
+share/glpi/vendor/laminas/laminas-loader/LICENSE.md
+share/glpi/vendor/laminas/laminas-loader/README.md
+share/glpi/vendor/laminas/laminas-loader/composer.json
+share/glpi/vendor/laminas/laminas-loader/composer.lock
+share/glpi/vendor/laminas/laminas-loader/phpcs.xml.dist
+share/glpi/vendor/laminas/laminas-loader/src/AutoloaderFactory.php
+share/glpi/vendor/laminas/laminas-loader/src/ClassMapAutoloader.php
+share/glpi/vendor/laminas/laminas-loader/src/Exception/BadMethodCallException.php
+share/glpi/vendor/laminas/laminas-loader/src/Exception/DomainException.php
+share/glpi/vendor/laminas/laminas-loader/src/Exception/ExceptionInterface.php
+share/glpi/vendor/laminas/laminas-loader/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/laminas/laminas-loader/src/Exception/InvalidPathException.php
+share/glpi/vendor/laminas/laminas-loader/src/Exception/MissingResourceNamespaceException.php
+share/glpi/vendor/laminas/laminas-loader/src/Exception/PluginLoaderException.php
+share/glpi/vendor/laminas/laminas-loader/src/Exception/RuntimeException.php
+share/glpi/vendor/laminas/laminas-loader/src/Exception/SecurityException.php
+share/glpi/vendor/laminas/laminas-loader/src/ModuleAutoloader.php
+share/glpi/vendor/laminas/laminas-loader/src/PluginClassLoader.php
+share/glpi/vendor/laminas/laminas-loader/src/PluginClassLocator.php
+share/glpi/vendor/laminas/laminas-loader/src/ShortNameLocator.php
+share/glpi/vendor/laminas/laminas-loader/src/SplAutoloader.php
+share/glpi/vendor/laminas/laminas-loader/src/StandardAutoloader.php
+share/glpi/vendor/laminas/laminas-mail/COPYRIGHT.md
+share/glpi/vendor/laminas/laminas-mail/LICENSE.md
+share/glpi/vendor/laminas/laminas-mail/README.md
+share/glpi/vendor/laminas/laminas-mail/composer.json
+share/glpi/vendor/laminas/laminas-mail/composer.lock
+share/glpi/vendor/laminas/laminas-mail/src/Address.php
+share/glpi/vendor/laminas/laminas-mail/src/Address/AddressInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/AddressList.php
+share/glpi/vendor/laminas/laminas-mail/src/ConfigProvider.php
+share/glpi/vendor/laminas/laminas-mail/src/Exception/BadMethodCallException.php
+share/glpi/vendor/laminas/laminas-mail/src/Exception/DomainException.php
+share/glpi/vendor/laminas/laminas-mail/src/Exception/ExceptionInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/laminas/laminas-mail/src/Exception/OutOfBoundsException.php
+share/glpi/vendor/laminas/laminas-mail/src/Exception/RuntimeException.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/AbstractAddressList.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/Bcc.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/Cc.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/ContentDisposition.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/ContentTransferEncoding.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/ContentType.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/Date.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/Exception/BadMethodCallException.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/Exception/ExceptionInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/Exception/InvalidArgumentException.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/Exception/RuntimeException.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/From.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/GenericHeader.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/GenericMultiHeader.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/HeaderInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/HeaderLoader.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/HeaderLocator.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/HeaderLocatorInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/HeaderName.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/HeaderValue.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/HeaderWrap.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/IdentificationField.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/InReplyTo.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/ListParser.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/MessageId.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/MimeVersion.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/MultipleHeadersInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/Received.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/References.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/ReplyTo.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/Sender.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/StructuredInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/Subject.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/To.php
+share/glpi/vendor/laminas/laminas-mail/src/Header/UnstructuredInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/Headers.php
+share/glpi/vendor/laminas/laminas-mail/src/Message.php
+share/glpi/vendor/laminas/laminas-mail/src/MessageFactory.php
+share/glpi/vendor/laminas/laminas-mail/src/Module.php
+share/glpi/vendor/laminas/laminas-mail/src/Protocol/AbstractProtocol.php
+share/glpi/vendor/laminas/laminas-mail/src/Protocol/Exception/ExceptionInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/Protocol/Exception/InvalidArgumentException.php
+share/glpi/vendor/laminas/laminas-mail/src/Protocol/Exception/RuntimeException.php
+share/glpi/vendor/laminas/laminas-mail/src/Protocol/Imap.php
+share/glpi/vendor/laminas/laminas-mail/src/Protocol/Pop3.php
+share/glpi/vendor/laminas/laminas-mail/src/Protocol/ProtocolTrait.php
+share/glpi/vendor/laminas/laminas-mail/src/Protocol/Smtp.php
+share/glpi/vendor/laminas/laminas-mail/src/Protocol/Smtp/Auth/Crammd5.php
+share/glpi/vendor/laminas/laminas-mail/src/Protocol/Smtp/Auth/Login.php
+share/glpi/vendor/laminas/laminas-mail/src/Protocol/Smtp/Auth/Plain.php
+share/glpi/vendor/laminas/laminas-mail/src/Protocol/SmtpPluginManager.php
+share/glpi/vendor/laminas/laminas-mail/src/Protocol/SmtpPluginManagerFactory.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/AbstractStorage.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Exception/ExceptionInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Exception/InvalidArgumentException.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Exception/OutOfBoundsException.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Exception/RuntimeException.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Folder.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Folder/FolderInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Folder/Maildir.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Folder/Mbox.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Imap.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Maildir.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Mbox.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Message.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Message/File.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Message/MessageInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/ParamsNormalizer.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Part.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Part/Exception/ExceptionInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Part/Exception/InvalidArgumentException.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Part/Exception/RuntimeException.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Part/File.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Part/PartInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Pop3.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Writable/Maildir.php
+share/glpi/vendor/laminas/laminas-mail/src/Storage/Writable/WritableInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/Transport/Envelope.php
+share/glpi/vendor/laminas/laminas-mail/src/Transport/Exception/DomainException.php
+share/glpi/vendor/laminas/laminas-mail/src/Transport/Exception/ExceptionInterface.php
+share/glpi/vendor/laminas/laminas-mail/src/Transport/Exception/InvalidArgumentException.php
+share/glpi/vendor/laminas/laminas-mail/src/Transport/Exception/RuntimeException.php
+share/glpi/vendor/laminas/laminas-mail/src/Transport/Factory.php
+share/glpi/vendor/laminas/laminas-mail/src/Transport/File.php
+share/glpi/vendor/laminas/laminas-mail/src/Transport/FileOptions.php
+share/glpi/vendor/laminas/laminas-mail/src/Transport/InMemory.php
+share/glpi/vendor/laminas/laminas-mail/src/Transport/Sendmail.php
+share/glpi/vendor/laminas/laminas-mail/src/Transport/Smtp.php
+share/glpi/vendor/laminas/laminas-mail/src/Transport/SmtpOptions.php
+share/glpi/vendor/laminas/laminas-mail/src/Transport/TransportInterface.php
+share/glpi/vendor/laminas/laminas-mime/COPYRIGHT.md
+share/glpi/vendor/laminas/laminas-mime/LICENSE.md
+share/glpi/vendor/laminas/laminas-mime/README.md
+share/glpi/vendor/laminas/laminas-mime/composer.json
+share/glpi/vendor/laminas/laminas-mime/composer.lock
+share/glpi/vendor/laminas/laminas-mime/phpcs.xml.dist
+share/glpi/vendor/laminas/laminas-mime/src/Decode.php
+share/glpi/vendor/laminas/laminas-mime/src/Exception/ExceptionInterface.php
+share/glpi/vendor/laminas/laminas-mime/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/laminas/laminas-mime/src/Exception/RuntimeException.php
+share/glpi/vendor/laminas/laminas-mime/src/Message.php
+share/glpi/vendor/laminas/laminas-mime/src/Mime.php
+share/glpi/vendor/laminas/laminas-mime/src/Part.php
+share/glpi/vendor/laminas/laminas-servicemanager/CHANGELOG.md
+share/glpi/vendor/laminas/laminas-servicemanager/COPYRIGHT.md
+share/glpi/vendor/laminas/laminas-servicemanager/LICENSE.md
+share/glpi/vendor/laminas/laminas-servicemanager/README.md
+share/glpi/vendor/laminas/laminas-servicemanager/bin/generate-deps-for-config-factory
+share/glpi/vendor/laminas/laminas-servicemanager/bin/generate-factory-for-class
+share/glpi/vendor/laminas/laminas-servicemanager/composer.json
+share/glpi/vendor/laminas/laminas-servicemanager/composer.lock
+share/glpi/vendor/laminas/laminas-servicemanager/phpcs.xml.dist
+share/glpi/vendor/laminas/laminas-servicemanager/psalm-baseline.xml
+share/glpi/vendor/laminas/laminas-servicemanager/psalm.xml.dist
+share/glpi/vendor/laminas/laminas-servicemanager/src/AbstractFactory/ConfigAbstractFactory.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/AbstractFactory/ReflectionBasedAbstractFactory.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/AbstractFactoryInterface.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/AbstractPluginManager.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Config.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/ConfigInterface.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/DelegatorFactoryInterface.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Exception/ContainerModificationsNotAllowedException.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Exception/CyclicAliasException.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Exception/ExceptionInterface.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Exception/InvalidServiceException.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Exception/ServiceNotCreatedException.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Exception/ServiceNotFoundException.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Factory/AbstractFactoryInterface.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Factory/DelegatorFactoryInterface.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Factory/FactoryInterface.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Factory/InvokableFactory.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/FactoryInterface.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Initializer/InitializerInterface.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/InitializerInterface.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/PluginManagerInterface.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Proxy/LazyServiceFactory.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/PsrContainerDecorator.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/ServiceLocatorInterface.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/ServiceManager.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Test/CommonPluginManagerTrait.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Tool/ConfigDumper.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Tool/ConfigDumperCommand.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Tool/FactoryCreator.php
+share/glpi/vendor/laminas/laminas-servicemanager/src/Tool/FactoryCreatorCommand.php
+share/glpi/vendor/laminas/laminas-stdlib/COPYRIGHT.md
+share/glpi/vendor/laminas/laminas-stdlib/LICENSE.md
+share/glpi/vendor/laminas/laminas-stdlib/README.md
+share/glpi/vendor/laminas/laminas-stdlib/composer.json
+share/glpi/vendor/laminas/laminas-stdlib/composer.lock
+share/glpi/vendor/laminas/laminas-stdlib/phpcs.xml.dist
+share/glpi/vendor/laminas/laminas-stdlib/psalm-baseline.xml
+share/glpi/vendor/laminas/laminas-stdlib/psalm.xml.dist
+share/glpi/vendor/laminas/laminas-stdlib/src/AbstractOptions.php
+share/glpi/vendor/laminas/laminas-stdlib/src/ArrayObject.php
+share/glpi/vendor/laminas/laminas-stdlib/src/ArraySerializableInterface.php
+share/glpi/vendor/laminas/laminas-stdlib/src/ArrayStack.php
+share/glpi/vendor/laminas/laminas-stdlib/src/ArrayUtils.php
+share/glpi/vendor/laminas/laminas-stdlib/src/ArrayUtils/MergeRemoveKey.php
+share/glpi/vendor/laminas/laminas-stdlib/src/ArrayUtils/MergeReplaceKey.php
+share/glpi/vendor/laminas/laminas-stdlib/src/ArrayUtils/MergeReplaceKeyInterface.php
+share/glpi/vendor/laminas/laminas-stdlib/src/ConsoleHelper.php
+share/glpi/vendor/laminas/laminas-stdlib/src/DispatchableInterface.php
+share/glpi/vendor/laminas/laminas-stdlib/src/ErrorHandler.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Exception/BadMethodCallException.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Exception/DomainException.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Exception/ExceptionInterface.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Exception/ExtensionNotLoadedException.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Exception/LogicException.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Exception/RuntimeException.php
+share/glpi/vendor/laminas/laminas-stdlib/src/FastPriorityQueue.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Glob.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Guard/AllGuardsTrait.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Guard/ArrayOrTraversableGuardTrait.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Guard/EmptyGuardTrait.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Guard/NullGuardTrait.php
+share/glpi/vendor/laminas/laminas-stdlib/src/InitializableInterface.php
+share/glpi/vendor/laminas/laminas-stdlib/src/JsonSerializable.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Message.php
+share/glpi/vendor/laminas/laminas-stdlib/src/MessageInterface.php
+share/glpi/vendor/laminas/laminas-stdlib/src/ParameterObjectInterface.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Parameters.php
+share/glpi/vendor/laminas/laminas-stdlib/src/ParametersInterface.php
+share/glpi/vendor/laminas/laminas-stdlib/src/PriorityList.php
+share/glpi/vendor/laminas/laminas-stdlib/src/PriorityQueue.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Request.php
+share/glpi/vendor/laminas/laminas-stdlib/src/RequestInterface.php
+share/glpi/vendor/laminas/laminas-stdlib/src/Response.php
+share/glpi/vendor/laminas/laminas-stdlib/src/ResponseInterface.php
+share/glpi/vendor/laminas/laminas-stdlib/src/SplPriorityQueue.php
+share/glpi/vendor/laminas/laminas-stdlib/src/SplQueue.php
+share/glpi/vendor/laminas/laminas-stdlib/src/SplStack.php
+share/glpi/vendor/laminas/laminas-stdlib/src/StringUtils.php
+share/glpi/vendor/laminas/laminas-stdlib/src/StringWrapper/AbstractStringWrapper.php
+share/glpi/vendor/laminas/laminas-stdlib/src/StringWrapper/Iconv.php
+share/glpi/vendor/laminas/laminas-stdlib/src/StringWrapper/Intl.php
+share/glpi/vendor/laminas/laminas-stdlib/src/StringWrapper/MbString.php
+share/glpi/vendor/laminas/laminas-stdlib/src/StringWrapper/Native.php
+share/glpi/vendor/laminas/laminas-stdlib/src/StringWrapper/StringWrapperInterface.php
+share/glpi/vendor/laminas/laminas-validator/COPYRIGHT.md
+share/glpi/vendor/laminas/laminas-validator/LICENSE.md
+share/glpi/vendor/laminas/laminas-validator/README.md
+share/glpi/vendor/laminas/laminas-validator/bin/update_hostname_validator.php
+share/glpi/vendor/laminas/laminas-validator/composer.json
+share/glpi/vendor/laminas/laminas-validator/composer.lock
+share/glpi/vendor/laminas/laminas-validator/phpcs.xml.dist
+share/glpi/vendor/laminas/laminas-validator/psalm-baseline.xml
+share/glpi/vendor/laminas/laminas-validator/psalm.xml.dist
+share/glpi/vendor/laminas/laminas-validator/src/AbstractValidator.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/AbstractAdapter.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/AdapterInterface.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Codabar.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Code128.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Code25.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Code25interleaved.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Code39.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Code39ext.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Code93.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Code93ext.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Ean12.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Ean13.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Ean14.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Ean18.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Ean2.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Ean5.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Ean8.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Gtin12.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Gtin13.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Gtin14.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Identcode.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Intelligentmail.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Issn.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Itf14.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Leitcode.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Planet.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Postnet.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Royalmail.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Sscc.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Upca.php
+share/glpi/vendor/laminas/laminas-validator/src/Barcode/Upce.php
+share/glpi/vendor/laminas/laminas-validator/src/Between.php
+share/glpi/vendor/laminas/laminas-validator/src/Bitwise.php
+share/glpi/vendor/laminas/laminas-validator/src/BusinessIdentifierCode.php
+share/glpi/vendor/laminas/laminas-validator/src/Callback.php
+share/glpi/vendor/laminas/laminas-validator/src/ConfigProvider.php
+share/glpi/vendor/laminas/laminas-validator/src/CreditCard.php
+share/glpi/vendor/laminas/laminas-validator/src/Csrf.php
+share/glpi/vendor/laminas/laminas-validator/src/Date.php
+share/glpi/vendor/laminas/laminas-validator/src/DateStep.php
+share/glpi/vendor/laminas/laminas-validator/src/Db/AbstractDb.php
+share/glpi/vendor/laminas/laminas-validator/src/Db/NoRecordExists.php
+share/glpi/vendor/laminas/laminas-validator/src/Db/RecordExists.php
+share/glpi/vendor/laminas/laminas-validator/src/Digits.php
+share/glpi/vendor/laminas/laminas-validator/src/EmailAddress.php
+share/glpi/vendor/laminas/laminas-validator/src/Exception/BadMethodCallException.php
+share/glpi/vendor/laminas/laminas-validator/src/Exception/ExceptionInterface.php
+share/glpi/vendor/laminas/laminas-validator/src/Exception/ExtensionNotLoadedException.php
+share/glpi/vendor/laminas/laminas-validator/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/laminas/laminas-validator/src/Exception/InvalidMagicMimeFileException.php
+share/glpi/vendor/laminas/laminas-validator/src/Exception/RuntimeException.php
+share/glpi/vendor/laminas/laminas-validator/src/Explode.php
+share/glpi/vendor/laminas/laminas-validator/src/File/Count.php
+share/glpi/vendor/laminas/laminas-validator/src/File/Crc32.php
+share/glpi/vendor/laminas/laminas-validator/src/File/ExcludeExtension.php
+share/glpi/vendor/laminas/laminas-validator/src/File/ExcludeMimeType.php
+share/glpi/vendor/laminas/laminas-validator/src/File/Exists.php
+share/glpi/vendor/laminas/laminas-validator/src/File/Extension.php
+share/glpi/vendor/laminas/laminas-validator/src/File/FileInformationTrait.php
+share/glpi/vendor/laminas/laminas-validator/src/File/FilesSize.php
+share/glpi/vendor/laminas/laminas-validator/src/File/Hash.php
+share/glpi/vendor/laminas/laminas-validator/src/File/ImageSize.php
+share/glpi/vendor/laminas/laminas-validator/src/File/IsCompressed.php
+share/glpi/vendor/laminas/laminas-validator/src/File/IsImage.php
+share/glpi/vendor/laminas/laminas-validator/src/File/Md5.php
+share/glpi/vendor/laminas/laminas-validator/src/File/MimeType.php
+share/glpi/vendor/laminas/laminas-validator/src/File/NotExists.php
+share/glpi/vendor/laminas/laminas-validator/src/File/Sha1.php
+share/glpi/vendor/laminas/laminas-validator/src/File/Size.php
+share/glpi/vendor/laminas/laminas-validator/src/File/Upload.php
+share/glpi/vendor/laminas/laminas-validator/src/File/UploadFile.php
+share/glpi/vendor/laminas/laminas-validator/src/File/WordCount.php
+share/glpi/vendor/laminas/laminas-validator/src/GpsPoint.php
+share/glpi/vendor/laminas/laminas-validator/src/GreaterThan.php
+share/glpi/vendor/laminas/laminas-validator/src/Hex.php
+share/glpi/vendor/laminas/laminas-validator/src/Hostname.php
+share/glpi/vendor/laminas/laminas-validator/src/Hostname/Biz.php
+share/glpi/vendor/laminas/laminas-validator/src/Hostname/Cn.php
+share/glpi/vendor/laminas/laminas-validator/src/Hostname/Com.php
+share/glpi/vendor/laminas/laminas-validator/src/Hostname/Jp.php
+share/glpi/vendor/laminas/laminas-validator/src/Iban.php
+share/glpi/vendor/laminas/laminas-validator/src/Identical.php
+share/glpi/vendor/laminas/laminas-validator/src/InArray.php
+share/glpi/vendor/laminas/laminas-validator/src/Ip.php
+share/glpi/vendor/laminas/laminas-validator/src/IsCountable.php
+share/glpi/vendor/laminas/laminas-validator/src/IsInstanceOf.php
+share/glpi/vendor/laminas/laminas-validator/src/Isbn.php
+share/glpi/vendor/laminas/laminas-validator/src/Isbn/Isbn10.php
+share/glpi/vendor/laminas/laminas-validator/src/Isbn/Isbn13.php
+share/glpi/vendor/laminas/laminas-validator/src/LessThan.php
+share/glpi/vendor/laminas/laminas-validator/src/Module.php
+share/glpi/vendor/laminas/laminas-validator/src/NotEmpty.php
+share/glpi/vendor/laminas/laminas-validator/src/Regex.php
+share/glpi/vendor/laminas/laminas-validator/src/Sitemap/Changefreq.php
+share/glpi/vendor/laminas/laminas-validator/src/Sitemap/Lastmod.php
+share/glpi/vendor/laminas/laminas-validator/src/Sitemap/Loc.php
+share/glpi/vendor/laminas/laminas-validator/src/Sitemap/Priority.php
+share/glpi/vendor/laminas/laminas-validator/src/StaticValidator.php
+share/glpi/vendor/laminas/laminas-validator/src/Step.php
+share/glpi/vendor/laminas/laminas-validator/src/StringLength.php
+share/glpi/vendor/laminas/laminas-validator/src/Timezone.php
+share/glpi/vendor/laminas/laminas-validator/src/Translator/TranslatorAwareInterface.php
+share/glpi/vendor/laminas/laminas-validator/src/Translator/TranslatorInterface.php
+share/glpi/vendor/laminas/laminas-validator/src/UndisclosedPassword.php
+share/glpi/vendor/laminas/laminas-validator/src/Uri.php
+share/glpi/vendor/laminas/laminas-validator/src/Uuid.php
+share/glpi/vendor/laminas/laminas-validator/src/ValidatorChain.php
+share/glpi/vendor/laminas/laminas-validator/src/ValidatorInterface.php
+share/glpi/vendor/laminas/laminas-validator/src/ValidatorPluginManager.php
+share/glpi/vendor/laminas/laminas-validator/src/ValidatorPluginManagerAwareInterface.php
+share/glpi/vendor/laminas/laminas-validator/src/ValidatorPluginManagerFactory.php
+share/glpi/vendor/laminas/laminas-validator/src/ValidatorProviderInterface.php
+share/glpi/vendor/league/csv/CHANGELOG.md
+share/glpi/vendor/league/csv/LICENSE
+share/glpi/vendor/league/csv/autoload.php
+share/glpi/vendor/league/csv/composer.json
+share/glpi/vendor/league/csv/src/AbstractCsv.php
+share/glpi/vendor/league/csv/src/ByteSequence.php
+share/glpi/vendor/league/csv/src/CannotInsertRecord.php
+share/glpi/vendor/league/csv/src/CharsetConverter.php
+share/glpi/vendor/league/csv/src/ColumnConsistency.php
+share/glpi/vendor/league/csv/src/EncloseField.php
+share/glpi/vendor/league/csv/src/EscapeFormula.php
+share/glpi/vendor/league/csv/src/Exception.php
+share/glpi/vendor/league/csv/src/HTMLConverter.php
+share/glpi/vendor/league/csv/src/Info.php
+share/glpi/vendor/league/csv/src/InvalidArgument.php
+share/glpi/vendor/league/csv/src/MapIterator.php
+share/glpi/vendor/league/csv/src/RFC4180Field.php
+share/glpi/vendor/league/csv/src/Reader.php
+share/glpi/vendor/league/csv/src/ResultSet.php
+share/glpi/vendor/league/csv/src/Statement.php
+share/glpi/vendor/league/csv/src/Stream.php
+share/glpi/vendor/league/csv/src/SyntaxError.php
+share/glpi/vendor/league/csv/src/TabularDataReader.php
+share/glpi/vendor/league/csv/src/UnableToProcessCsv.php
+share/glpi/vendor/league/csv/src/UnavailableFeature.php
+share/glpi/vendor/league/csv/src/UnavailableStream.php
+share/glpi/vendor/league/csv/src/Writer.php
+share/glpi/vendor/league/csv/src/XMLConverter.php
+share/glpi/vendor/league/csv/src/functions.php
+share/glpi/vendor/league/csv/src/functions_include.php
+share/glpi/vendor/mexitek/phpcolors/LICENSE
+share/glpi/vendor/mexitek/phpcolors/README.md
+share/glpi/vendor/mexitek/phpcolors/composer.json
+share/glpi/vendor/mexitek/phpcolors/demo/demo.php
+share/glpi/vendor/mexitek/phpcolors/demo/phpColor-demo.png
+share/glpi/vendor/mexitek/phpcolors/src/Mexitek/PHPColors/Color.php
+share/glpi/vendor/mexitek/phpcolors/tests/bootstrap.php
+share/glpi/vendor/mexitek/phpcolors/tests/colorAnalyze.phpt
+share/glpi/vendor/mexitek/phpcolors/tests/colorChange.phpt
+share/glpi/vendor/mexitek/phpcolors/tests/colorComplementary.phpt
+share/glpi/vendor/mexitek/phpcolors/tests/colorConvertHslToHex.phpt
+share/glpi/vendor/mexitek/phpcolors/tests/colorConvertNameToHex.phpt
+share/glpi/vendor/mexitek/phpcolors/tests/colorConvertRgbToHex.phpt
+share/glpi/vendor/mexitek/phpcolors/tests/colorInput.phpt
+share/glpi/vendor/mexitek/phpcolors/tests/colorMix.phpt
 share/glpi/vendor/michelf/php-markdown/License.md
 share/glpi/vendor/michelf/php-markdown/Michelf/Markdown.inc.php
 share/glpi/vendor/michelf/php-markdown/Michelf/Markdown.php
@@ -2287,13 +4417,143 @@ share/glpi/vendor/michelf/php-markdown/M
 share/glpi/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php
 share/glpi/vendor/michelf/php-markdown/Readme.md
 share/glpi/vendor/michelf/php-markdown/Readme.php
-share/glpi/vendor/monolog/monolog/.php_cs
+share/glpi/vendor/michelf/php-markdown/composer.json
+share/glpi/vendor/michelf/php-markdown/phpunit.xml.dist
+share/glpi/vendor/michelf/php-markdown/test/bootstrap.php
+share/glpi/vendor/michelf/php-markdown/test/helpers/MarkdownTestHelper.php
+share/glpi/vendor/michelf/php-markdown/test/integration/PhpMarkdownTest.php
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Amps and angle encoding.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Amps and angle encoding.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Auto links.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Auto links.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Backslash escapes.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Backslash escapes.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Blockquotes with code blocks.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Blockquotes with code blocks.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Code Blocks.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Code Blocks.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Code Spans.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Code Spans.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Hard-wrapped paragraphs with list-like lines.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Hard-wrapped paragraphs with list-like lines.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Horizontal rules.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Horizontal rules.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Images.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Images.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Inline HTML (Advanced).text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Inline HTML (Advanced).xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Inline HTML (Simple).html
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Inline HTML (Simple).text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Inline HTML comments.html
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Inline HTML comments.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Links, inline style.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Links, inline style.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Links, reference style.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Links, reference style.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Links, shortcut references.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Links, shortcut references.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Literal quotes in titles.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Literal quotes in titles.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Markdown Documentation - Basics.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Markdown Documentation - Basics.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Markdown Documentation - Syntax.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Markdown Documentation - Syntax.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Nested blockquotes.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Nested blockquotes.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Ordered and unordered lists.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Ordered and unordered lists.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Strong and em together.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Strong and em together.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Tabs.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Tabs.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Tidyness.text
+share/glpi/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Tidyness.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Abbr.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Abbr.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Backtick Fenced Code Blocks Special Cases.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Backtick Fenced Code Blocks Special Cases.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Backtick Fenced Code Blocks.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Backtick Fenced Code Blocks.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Definition Lists.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Definition Lists.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Emphasis.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Emphasis.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Footnotes.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Footnotes.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Headers with attributes.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Headers with attributes.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Inline HTML with Markdown content.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Inline HTML with Markdown content.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Link & Image Attributes.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Link & Image Attributes.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Tables.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Tables.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Tilde Fenced Code Blocks Special Cases.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Tilde Fenced Code Blocks Special Cases.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Tilde Fenced Code Blocks.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Tilde Fenced Code Blocks.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Adjacent Lists.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Adjacent Lists.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Auto Links.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Auto Links.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Backslash escapes.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Backslash escapes.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Code Spans.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Code Spans.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Code block in a list item.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Code block in a list item.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Code block on second line.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Code block on second line.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Code block regressions.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Code block regressions.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Email auto links.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Email auto links.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Emphasis.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Emphasis.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Empty List Item.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Empty List Item.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Headers.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Headers.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Horizontal Rules.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Horizontal Rules.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML (Simple).html
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML (Simple).text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML (Span).text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML (Span).xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML comments.html
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML comments.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Ins & del.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Ins & del.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Links, inline style.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Links, inline style.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/MD5 Hashes.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/MD5 Hashes.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Mixed OLs and ULs.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Mixed OLs and ULs.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Nesting.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Nesting.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/PHP-Specific Bugs.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/PHP-Specific Bugs.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Parens in URL.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Parens in URL.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Quotes in attributes.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Quotes in attributes.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Tight blocks.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Tight blocks.xhtml
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/XML empty tag.text
+share/glpi/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/XML empty tag.xhtml
+share/glpi/vendor/michelf/php-markdown/test/unit/MarkdownExtraTest.php
 share/glpi/vendor/monolog/monolog/CHANGELOG.md
 share/glpi/vendor/monolog/monolog/LICENSE
 share/glpi/vendor/monolog/monolog/README.md
+share/glpi/vendor/monolog/monolog/UPGRADE.md
+share/glpi/vendor/monolog/monolog/composer.json
+share/glpi/vendor/monolog/monolog/src/Monolog/Attribute/AsMonologProcessor.php
+share/glpi/vendor/monolog/monolog/src/Monolog/DateTimeImmutable.php
 share/glpi/vendor/monolog/monolog/src/Monolog/ErrorHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Formatter/ElasticsearchFormatter.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Formatter/FlowdockFormatter.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Formatter/FluentdFormatter.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php
@@ -2302,6 +4562,7 @@ share/glpi/vendor/monolog/monolog/src/Mo
 share/glpi/vendor/monolog/monolog/src/Monolog/Formatter/JsonFormatter.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Formatter/LogglyFormatter.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Formatter/LogmaticFormatter.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Formatter/LogstashFormatter.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Formatter/MongoDBFormatter.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php
@@ -2320,8 +4581,10 @@ share/glpi/vendor/monolog/monolog/src/Mo
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/DeduplicationHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/DoctrineCouchDBHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/DynamoDbHandler.php
-share/glpi/vendor/monolog/monolog/src/Monolog/Handler/ElasticSearchHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/ElasticaHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/ElasticsearchHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/ErrorLogHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/FallbackGroupHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/FilterHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ChannelLevelActivationStrategy.php
@@ -2330,45 +4593,58 @@ share/glpi/vendor/monolog/monolog/src/Mo
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/FleepHookHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/FlowdockHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/GelfHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/Handler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/HandlerWrapper.php
-share/glpi/vendor/monolog/monolog/src/Monolog/Handler/HipChatHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/IFTTTHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/InsightOpsHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/LogEntriesHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/LogglyHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/LogmaticHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/MailHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/MandrillHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/MissingExtensionException.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/MongoDBHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/NativeMailerHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/NewRelicHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/NoopHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/OverflowHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/PHPConsoleHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/ProcessHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/PsrHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/PushoverHandler.php
-share/glpi/vendor/monolog/monolog/src/Monolog/Handler/RavenHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/RedisHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/RedisPubSubHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/RollbarHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/SamplingHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/SendGridHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/Slack/SlackRecord.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/SlackHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/SlackWebhookHandler.php
-share/glpi/vendor/monolog/monolog/src/Monolog/Handler/SlackbotHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/SocketHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/SqsHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/UdpSocket.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdpHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/TelegramBotHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/TestHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/WhatFailureGroupHandler.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Handler/ZendMonitorHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/LogRecord.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Logger.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Processor/GitProcessor.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Processor/HostnameProcessor.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php
@@ -2383,27 +4659,131 @@ share/glpi/vendor/monolog/monolog/src/Mo
 share/glpi/vendor/monolog/monolog/src/Monolog/Registry.php
 share/glpi/vendor/monolog/monolog/src/Monolog/ResettableInterface.php
 share/glpi/vendor/monolog/monolog/src/Monolog/SignalHandler.php
+share/glpi/vendor/monolog/monolog/src/Monolog/Test/TestCase.php
 share/glpi/vendor/monolog/monolog/src/Monolog/Utils.php
-share/glpi/vendor/paragonie/random_compat/LICENSE
-share/glpi/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey
-share/glpi/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc
-share/glpi/vendor/paragonie/random_compat/lib/byte_safe_strings.php
-share/glpi/vendor/paragonie/random_compat/lib/cast_to_int.php
-share/glpi/vendor/paragonie/random_compat/lib/error_polyfill.php
-share/glpi/vendor/paragonie/random_compat/lib/random.php
-share/glpi/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php
-share/glpi/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php
-share/glpi/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php
-share/glpi/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php
-share/glpi/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php
-share/glpi/vendor/paragonie/random_compat/lib/random_int.php
+share/glpi/vendor/paragonie/sodium_compat/LICENSE
+share/glpi/vendor/paragonie/sodium_compat/README.md
+share/glpi/vendor/paragonie/sodium_compat/appveyor.yml
+share/glpi/vendor/paragonie/sodium_compat/autoload-fast.php
+share/glpi/vendor/paragonie/sodium_compat/autoload-pedantic.php
+share/glpi/vendor/paragonie/sodium_compat/autoload-php7.php
+share/glpi/vendor/paragonie/sodium_compat/autoload-phpunit.php
+share/glpi/vendor/paragonie/sodium_compat/autoload.php
+share/glpi/vendor/paragonie/sodium_compat/build-phar.sh
+share/glpi/vendor/paragonie/sodium_compat/composer-php52.json
+share/glpi/vendor/paragonie/sodium_compat/composer.json
+share/glpi/vendor/paragonie/sodium_compat/dist/Makefile
+share/glpi/vendor/paragonie/sodium_compat/dist/box.json
+share/glpi/vendor/paragonie/sodium_compat/lib/constants.php
+share/glpi/vendor/paragonie/sodium_compat/lib/namespaced.php
+share/glpi/vendor/paragonie/sodium_compat/lib/php72compat.php
+share/glpi/vendor/paragonie/sodium_compat/lib/php72compat_const.php
+share/glpi/vendor/paragonie/sodium_compat/lib/ristretto255.php
+share/glpi/vendor/paragonie/sodium_compat/lib/sodium_compat.php
+share/glpi/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Compat.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/Util.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/Crypto.php
+share/glpi/vendor/paragonie/sodium_compat/namespaced/File.php
+share/glpi/vendor/paragonie/sodium_compat/phpunit.xml.dist
+share/glpi/vendor/paragonie/sodium_compat/psalm-above-3.xml
+share/glpi/vendor/paragonie/sodium_compat/psalm-below-3.xml
+share/glpi/vendor/paragonie/sodium_compat/src/Compat.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Curve25519.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Curve25519/README.md
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Ed25519.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Poly1305.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Salsa20.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/SipHash.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/Util.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/X25519.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Curve25519/README.md
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Int32.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Int64.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/SipHash.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/Util.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/X25519.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php
+share/glpi/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php
+share/glpi/vendor/paragonie/sodium_compat/src/Crypto.php
+share/glpi/vendor/paragonie/sodium_compat/src/Crypto32.php
+share/glpi/vendor/paragonie/sodium_compat/src/File.php
+share/glpi/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php
+share/glpi/vendor/paragonie/sodium_compat/src/SodiumException.php
+share/glpi/vendor/phplang/scope-exit/README.md
+share/glpi/vendor/phplang/scope-exit/composer.json
+share/glpi/vendor/phplang/scope-exit/src/ScopeExit.php
+share/glpi/vendor/phplang/scope-exit/tests/BasicTest.php
 share/glpi/vendor/phpmailer/phpmailer/COMMITMENT
 share/glpi/vendor/phpmailer/phpmailer/LICENSE
 share/glpi/vendor/phpmailer/phpmailer/README.md
 share/glpi/vendor/phpmailer/phpmailer/SECURITY.md
 share/glpi/vendor/phpmailer/phpmailer/VERSION
+share/glpi/vendor/phpmailer/phpmailer/composer.json
 share/glpi/vendor/phpmailer/phpmailer/get_oauth_token.php
-share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-am.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-af.php
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-ar.php
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-az.php
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-ba.php
@@ -2427,6 +4807,7 @@ share/glpi/vendor/phpmailer/phpmailer/la
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-hi.php
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-hr.php
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-hy.php
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-id.php
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php
@@ -2446,6 +4827,7 @@ share/glpi/vendor/phpmailer/phpmailer/la
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-sl.php
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr.php
+share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-sr_latn.php
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-sv.php
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-tl.php
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php
@@ -2455,21 +4837,52 @@ share/glpi/vendor/phpmailer/phpmailer/la
 share/glpi/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php
 share/glpi/vendor/phpmailer/phpmailer/src/Exception.php
 share/glpi/vendor/phpmailer/phpmailer/src/OAuth.php
+share/glpi/vendor/phpmailer/phpmailer/src/OAuthTokenProvider.php
 share/glpi/vendor/phpmailer/phpmailer/src/PHPMailer.php
 share/glpi/vendor/phpmailer/phpmailer/src/POP3.php
 share/glpi/vendor/phpmailer/phpmailer/src/SMTP.php
 share/glpi/vendor/psr/cache/CHANGELOG.md
 share/glpi/vendor/psr/cache/LICENSE.txt
 share/glpi/vendor/psr/cache/README.md
+share/glpi/vendor/psr/cache/composer.json
 share/glpi/vendor/psr/cache/src/CacheException.php
 share/glpi/vendor/psr/cache/src/CacheItemInterface.php
 share/glpi/vendor/psr/cache/src/CacheItemPoolInterface.php
 share/glpi/vendor/psr/cache/src/InvalidArgumentException.php
 share/glpi/vendor/psr/container/LICENSE
 share/glpi/vendor/psr/container/README.md
+share/glpi/vendor/psr/container/composer.json
 share/glpi/vendor/psr/container/src/ContainerExceptionInterface.php
 share/glpi/vendor/psr/container/src/ContainerInterface.php
 share/glpi/vendor/psr/container/src/NotFoundExceptionInterface.php
+share/glpi/vendor/psr/http-client/CHANGELOG.md
+share/glpi/vendor/psr/http-client/LICENSE
+share/glpi/vendor/psr/http-client/README.md
+share/glpi/vendor/psr/http-client/composer.json
+share/glpi/vendor/psr/http-client/src/ClientExceptionInterface.php
+share/glpi/vendor/psr/http-client/src/ClientInterface.php
+share/glpi/vendor/psr/http-client/src/NetworkExceptionInterface.php
+share/glpi/vendor/psr/http-client/src/RequestExceptionInterface.php
+share/glpi/vendor/psr/http-factory/LICENSE
+share/glpi/vendor/psr/http-factory/README.md
+share/glpi/vendor/psr/http-factory/composer.json
+share/glpi/vendor/psr/http-factory/src/RequestFactoryInterface.php
+share/glpi/vendor/psr/http-factory/src/ResponseFactoryInterface.php
+share/glpi/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php
+share/glpi/vendor/psr/http-factory/src/StreamFactoryInterface.php
+share/glpi/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php
+share/glpi/vendor/psr/http-factory/src/UriFactoryInterface.php
+share/glpi/vendor/psr/http-message/CHANGELOG.md
+share/glpi/vendor/psr/http-message/LICENSE
+share/glpi/vendor/psr/http-message/README.md
+share/glpi/vendor/psr/http-message/composer.json
+share/glpi/vendor/psr/http-message/src/MessageInterface.php
+share/glpi/vendor/psr/http-message/src/RequestInterface.php
+share/glpi/vendor/psr/http-message/src/ResponseInterface.php
+share/glpi/vendor/psr/http-message/src/ServerRequestInterface.php
+share/glpi/vendor/psr/http-message/src/StreamInterface.php
+share/glpi/vendor/psr/http-message/src/UploadedFileInterface.php
+share/glpi/vendor/psr/http-message/src/UriInterface.php
 share/glpi/vendor/psr/log/LICENSE
 share/glpi/vendor/psr/log/Psr/Log/AbstractLogger.php
 share/glpi/vendor/psr/log/Psr/Log/InvalidArgumentException.php
@@ -2479,25 +4892,511 @@ share/glpi/vendor/psr/log/Psr/Log/Logger
 share/glpi/vendor/psr/log/Psr/Log/LoggerInterface.php
 share/glpi/vendor/psr/log/Psr/Log/LoggerTrait.php
 share/glpi/vendor/psr/log/Psr/Log/NullLogger.php
+share/glpi/vendor/psr/log/Psr/Log/Test/DummyTest.php
 share/glpi/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
 share/glpi/vendor/psr/log/Psr/Log/Test/TestLogger.php
 share/glpi/vendor/psr/log/README.md
-share/glpi/vendor/psr/simple-cache/.editorconfig
+share/glpi/vendor/psr/log/composer.json
 share/glpi/vendor/psr/simple-cache/LICENSE.md
 share/glpi/vendor/psr/simple-cache/README.md
+share/glpi/vendor/psr/simple-cache/composer.json
 share/glpi/vendor/psr/simple-cache/src/CacheException.php
 share/glpi/vendor/psr/simple-cache/src/CacheInterface.php
 share/glpi/vendor/psr/simple-cache/src/InvalidArgumentException.php
-share/glpi/vendor/sabre/uri/.travis.yml
-share/glpi/vendor/sabre/uri/CHANGELOG.md
+share/glpi/vendor/ralouphie/getallheaders/LICENSE
+share/glpi/vendor/ralouphie/getallheaders/README.md
+share/glpi/vendor/ralouphie/getallheaders/composer.json
+share/glpi/vendor/ralouphie/getallheaders/src/getallheaders.php
+share/glpi/vendor/ramsey/collection/LICENSE
+share/glpi/vendor/ramsey/collection/README.md
+share/glpi/vendor/ramsey/collection/SECURITY.md
+share/glpi/vendor/ramsey/collection/composer.json
+share/glpi/vendor/ramsey/collection/src/AbstractArray.php
+share/glpi/vendor/ramsey/collection/src/AbstractCollection.php
+share/glpi/vendor/ramsey/collection/src/AbstractSet.php
+share/glpi/vendor/ramsey/collection/src/ArrayInterface.php
+share/glpi/vendor/ramsey/collection/src/Collection.php
+share/glpi/vendor/ramsey/collection/src/CollectionInterface.php
+share/glpi/vendor/ramsey/collection/src/DoubleEndedQueue.php
+share/glpi/vendor/ramsey/collection/src/DoubleEndedQueueInterface.php
+share/glpi/vendor/ramsey/collection/src/Exception/CollectionMismatchException.php
+share/glpi/vendor/ramsey/collection/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/ramsey/collection/src/Exception/InvalidSortOrderException.php
+share/glpi/vendor/ramsey/collection/src/Exception/NoSuchElementException.php
+share/glpi/vendor/ramsey/collection/src/Exception/OutOfBoundsException.php
+share/glpi/vendor/ramsey/collection/src/Exception/UnsupportedOperationException.php
+share/glpi/vendor/ramsey/collection/src/Exception/ValueExtractionException.php
+share/glpi/vendor/ramsey/collection/src/GenericArray.php
+share/glpi/vendor/ramsey/collection/src/Map/AbstractMap.php
+share/glpi/vendor/ramsey/collection/src/Map/AbstractTypedMap.php
+share/glpi/vendor/ramsey/collection/src/Map/AssociativeArrayMap.php
+share/glpi/vendor/ramsey/collection/src/Map/MapInterface.php
+share/glpi/vendor/ramsey/collection/src/Map/NamedParameterMap.php
+share/glpi/vendor/ramsey/collection/src/Map/TypedMap.php
+share/glpi/vendor/ramsey/collection/src/Map/TypedMapInterface.php
+share/glpi/vendor/ramsey/collection/src/Queue.php
+share/glpi/vendor/ramsey/collection/src/QueueInterface.php
+share/glpi/vendor/ramsey/collection/src/Set.php
+share/glpi/vendor/ramsey/collection/src/Tool/TypeTrait.php
+share/glpi/vendor/ramsey/collection/src/Tool/ValueExtractorTrait.php
+share/glpi/vendor/ramsey/collection/src/Tool/ValueToStringTrait.php
+share/glpi/vendor/ramsey/uuid/LICENSE
+share/glpi/vendor/ramsey/uuid/README.md
+share/glpi/vendor/ramsey/uuid/composer.json
+share/glpi/vendor/ramsey/uuid/src/BinaryUtils.php
+share/glpi/vendor/ramsey/uuid/src/Builder/BuilderCollection.php
+share/glpi/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php
+share/glpi/vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php
+share/glpi/vendor/ramsey/uuid/src/Builder/FallbackBuilder.php
+share/glpi/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php
+share/glpi/vendor/ramsey/uuid/src/Codec/CodecInterface.php
+share/glpi/vendor/ramsey/uuid/src/Codec/GuidStringCodec.php
+share/glpi/vendor/ramsey/uuid/src/Codec/OrderedTimeCodec.php
+share/glpi/vendor/ramsey/uuid/src/Codec/StringCodec.php
+share/glpi/vendor/ramsey/uuid/src/Codec/TimestampFirstCombCodec.php
+share/glpi/vendor/ramsey/uuid/src/Codec/TimestampLastCombCodec.php
+share/glpi/vendor/ramsey/uuid/src/Converter/Number/BigNumberConverter.php
+share/glpi/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php
+share/glpi/vendor/ramsey/uuid/src/Converter/Number/GenericNumberConverter.php
+share/glpi/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php
+share/glpi/vendor/ramsey/uuid/src/Converter/Time/BigNumberTimeConverter.php
+share/glpi/vendor/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php
+share/glpi/vendor/ramsey/uuid/src/Converter/Time/GenericTimeConverter.php
+share/glpi/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php
+share/glpi/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php
+share/glpi/vendor/ramsey/uuid/src/DegradedUuid.php
+share/glpi/vendor/ramsey/uuid/src/DeprecatedUuidInterface.php
+share/glpi/vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php
+share/glpi/vendor/ramsey/uuid/src/Exception/BuilderNotFoundException.php
+share/glpi/vendor/ramsey/uuid/src/Exception/DateTimeException.php
+share/glpi/vendor/ramsey/uuid/src/Exception/DceSecurityException.php
+share/glpi/vendor/ramsey/uuid/src/Exception/InvalidArgumentException.php
+share/glpi/vendor/ramsey/uuid/src/Exception/InvalidBytesException.php
+share/glpi/vendor/ramsey/uuid/src/Exception/InvalidUuidStringException.php
+share/glpi/vendor/ramsey/uuid/src/Exception/NameException.php
+share/glpi/vendor/ramsey/uuid/src/Exception/NodeException.php
+share/glpi/vendor/ramsey/uuid/src/Exception/RandomSourceException.php
+share/glpi/vendor/ramsey/uuid/src/Exception/TimeSourceException.php
+share/glpi/vendor/ramsey/uuid/src/Exception/UnableToBuildUuidException.php
+share/glpi/vendor/ramsey/uuid/src/Exception/UnsupportedOperationException.php
+share/glpi/vendor/ramsey/uuid/src/Exception/UuidExceptionInterface.php
+share/glpi/vendor/ramsey/uuid/src/FeatureSet.php
+share/glpi/vendor/ramsey/uuid/src/Fields/FieldsInterface.php
+share/glpi/vendor/ramsey/uuid/src/Fields/SerializableFieldsTrait.php
+share/glpi/vendor/ramsey/uuid/src/Generator/CombGenerator.php
+share/glpi/vendor/ramsey/uuid/src/Generator/DceSecurityGenerator.php
+share/glpi/vendor/ramsey/uuid/src/Generator/DceSecurityGeneratorInterface.php
+share/glpi/vendor/ramsey/uuid/src/Generator/DefaultNameGenerator.php
+share/glpi/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php
+share/glpi/vendor/ramsey/uuid/src/Generator/NameGeneratorFactory.php
+share/glpi/vendor/ramsey/uuid/src/Generator/NameGeneratorInterface.php
+share/glpi/vendor/ramsey/uuid/src/Generator/PeclUuidNameGenerator.php
+share/glpi/vendor/ramsey/uuid/src/Generator/PeclUuidRandomGenerator.php
+share/glpi/vendor/ramsey/uuid/src/Generator/PeclUuidTimeGenerator.php
+share/glpi/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php
+share/glpi/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php
+share/glpi/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php
+share/glpi/vendor/ramsey/uuid/src/Generator/RandomLibAdapter.php
+share/glpi/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php
+share/glpi/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php
+share/glpi/vendor/ramsey/uuid/src/Guid/Fields.php
+share/glpi/vendor/ramsey/uuid/src/Guid/Guid.php
+share/glpi/vendor/ramsey/uuid/src/Guid/GuidBuilder.php
+share/glpi/vendor/ramsey/uuid/src/Lazy/LazyUuidFromString.php
+share/glpi/vendor/ramsey/uuid/src/Math/BrickMathCalculator.php
+share/glpi/vendor/ramsey/uuid/src/Math/CalculatorInterface.php
+share/glpi/vendor/ramsey/uuid/src/Math/RoundingMode.php
+share/glpi/vendor/ramsey/uuid/src/Nonstandard/Fields.php
+share/glpi/vendor/ramsey/uuid/src/Nonstandard/Uuid.php
+share/glpi/vendor/ramsey/uuid/src/Nonstandard/UuidBuilder.php
+share/glpi/vendor/ramsey/uuid/src/Nonstandard/UuidV6.php
+share/glpi/vendor/ramsey/uuid/src/Provider/Dce/SystemDceSecurityProvider.php
+share/glpi/vendor/ramsey/uuid/src/Provider/DceSecurityProviderInterface.php
+share/glpi/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php
+share/glpi/vendor/ramsey/uuid/src/Provider/Node/NodeProviderCollection.php
+share/glpi/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php
+share/glpi/vendor/ramsey/uuid/src/Provider/Node/StaticNodeProvider.php
+share/glpi/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php
+share/glpi/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php
+share/glpi/vendor/ramsey/uuid/src/Provider/Time/FixedTimeProvider.php
+share/glpi/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php
+share/glpi/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php
+share/glpi/vendor/ramsey/uuid/src/Rfc4122/Fields.php
+share/glpi/vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php
+share/glpi/vendor/ramsey/uuid/src/Rfc4122/NilTrait.php
+share/glpi/vendor/ramsey/uuid/src/Rfc4122/NilUuid.php
+share/glpi/vendor/ramsey/uuid/src/Rfc4122/UuidBuilder.php
+share/glpi/vendor/ramsey/uuid/src/Rfc4122/UuidInterface.php
+share/glpi/vendor/ramsey/uuid/src/Rfc4122/UuidV1.php
+share/glpi/vendor/ramsey/uuid/src/Rfc4122/UuidV2.php
+share/glpi/vendor/ramsey/uuid/src/Rfc4122/UuidV3.php
+share/glpi/vendor/ramsey/uuid/src/Rfc4122/UuidV4.php
+share/glpi/vendor/ramsey/uuid/src/Rfc4122/UuidV5.php
+share/glpi/vendor/ramsey/uuid/src/Rfc4122/Validator.php
+share/glpi/vendor/ramsey/uuid/src/Rfc4122/VariantTrait.php
+share/glpi/vendor/ramsey/uuid/src/Rfc4122/VersionTrait.php
+share/glpi/vendor/ramsey/uuid/src/Type/Decimal.php
+share/glpi/vendor/ramsey/uuid/src/Type/Hexadecimal.php
+share/glpi/vendor/ramsey/uuid/src/Type/Integer.php
+share/glpi/vendor/ramsey/uuid/src/Type/NumberInterface.php
+share/glpi/vendor/ramsey/uuid/src/Type/Time.php
+share/glpi/vendor/ramsey/uuid/src/Type/TypeInterface.php
+share/glpi/vendor/ramsey/uuid/src/Uuid.php
+share/glpi/vendor/ramsey/uuid/src/UuidFactory.php
+share/glpi/vendor/ramsey/uuid/src/UuidFactoryInterface.php
+share/glpi/vendor/ramsey/uuid/src/UuidInterface.php
+share/glpi/vendor/ramsey/uuid/src/Validator/GenericValidator.php
+share/glpi/vendor/ramsey/uuid/src/Validator/ValidatorInterface.php
+share/glpi/vendor/ramsey/uuid/src/functions.php
+share/glpi/vendor/rlanvin/php-rrule/CHANGELOG.md
+share/glpi/vendor/rlanvin/php-rrule/LICENSE
+share/glpi/vendor/rlanvin/php-rrule/README.md
+share/glpi/vendor/rlanvin/php-rrule/bin/import_windows_timezones.php
+share/glpi/vendor/rlanvin/php-rrule/bin/review_translations.php
+share/glpi/vendor/rlanvin/php-rrule/composer.json
+share/glpi/vendor/rlanvin/php-rrule/phpunit.xml.dist
+share/glpi/vendor/rlanvin/php-rrule/src/RRule.php
+share/glpi/vendor/rlanvin/php-rrule/src/RRuleInterface.php
+share/glpi/vendor/rlanvin/php-rrule/src/RRuleTrait.php
+share/glpi/vendor/rlanvin/php-rrule/src/RSet.php
+share/glpi/vendor/rlanvin/php-rrule/src/RfcParser.php
+share/glpi/vendor/rlanvin/php-rrule/src/i18n/de.php
+share/glpi/vendor/rlanvin/php-rrule/src/i18n/en.php
+share/glpi/vendor/rlanvin/php-rrule/src/i18n/es.php
+share/glpi/vendor/rlanvin/php-rrule/src/i18n/fa.php
+share/glpi/vendor/rlanvin/php-rrule/src/i18n/fi.php
+share/glpi/vendor/rlanvin/php-rrule/src/i18n/fr.php
+share/glpi/vendor/rlanvin/php-rrule/src/i18n/he.php
+share/glpi/vendor/rlanvin/php-rrule/src/i18n/it.php
+share/glpi/vendor/rlanvin/php-rrule/src/i18n/nl.php
+share/glpi/vendor/rlanvin/php-rrule/src/i18n/sv.php
+share/glpi/vendor/rlanvin/php-rrule/src/tzdata/windows.php
+share/glpi/vendor/rlanvin/php-rrule/tests/RRuleTest.php
+share/glpi/vendor/rlanvin/php-rrule/tests/RSetTest.php
+share/glpi/vendor/rlanvin/php-rrule/tests/RfcParserTest.php
+share/glpi/vendor/rlanvin/php-rrule/tests/bootstrap.php
+share/glpi/vendor/rlanvin/php-rrule/tests/i18n/fr_BE.php
+share/glpi/vendor/rlanvin/php-rrule/tests/i18n/xx.php
+share/glpi/vendor/sabre/dav/LICENSE
+share/glpi/vendor/sabre/dav/README.md
+share/glpi/vendor/sabre/dav/bin/build.php
+share/glpi/vendor/sabre/dav/bin/googlecode_upload.py
+share/glpi/vendor/sabre/dav/bin/migrateto20.php
+share/glpi/vendor/sabre/dav/bin/migrateto21.php
+share/glpi/vendor/sabre/dav/bin/migrateto30.php
+share/glpi/vendor/sabre/dav/bin/migrateto32.php
+share/glpi/vendor/sabre/dav/bin/naturalselection
+share/glpi/vendor/sabre/dav/bin/sabredav
+share/glpi/vendor/sabre/dav/bin/sabredav.php
+share/glpi/vendor/sabre/dav/composer.json
+share/glpi/vendor/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Backend/PDO.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Backend/SharingSupport.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Backend/SimplePDO.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Backend/SyncSupport.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Calendar.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/CalendarHome.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/CalendarObject.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/CalendarQueryValidator.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/CalendarRoot.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/ICSExportPlugin.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/ICalendar.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/ICalendarObject.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/ISharedCalendar.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Notifications/Collection.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Notifications/ICollection.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Notifications/INode.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Notifications/Node.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Notifications/Plugin.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Plugin.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Principal/Collection.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Principal/IProxyRead.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Principal/ProxyRead.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Principal/User.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Schedule/IInbox.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Schedule/IOutbox.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Schedule/Inbox.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Schedule/Outbox.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/SharedCalendar.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/SharingPlugin.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Notification/Invite.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Notification/InviteReply.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Notification/NotificationInterface.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Notification/SystemStatus.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Property/EmailAddressSet.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Property/Invite.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarData.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCollationSet.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Request/MkCalendar.php
+share/glpi/vendor/sabre/dav/lib/CalDAV/Xml/Request/Share.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/AddressBook.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/AddressBookHome.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/AddressBookRoot.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/Backend/BackendInterface.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/Backend/PDO.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/Backend/SyncSupport.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/Card.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/IAddressBook.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/ICard.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/IDirectory.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/Plugin.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/VCFExportPlugin.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/Xml/Filter/AddressData.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/Xml/Property/SupportedCollationSet.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
+share/glpi/vendor/sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
+share/glpi/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php
+share/glpi/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractBearer.php
+share/glpi/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php
+share/glpi/vendor/sabre/dav/lib/DAV/Auth/Backend/Apache.php
+share/glpi/vendor/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php
+share/glpi/vendor/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php
+share/glpi/vendor/sabre/dav/lib/DAV/Auth/Backend/File.php
+share/glpi/vendor/sabre/dav/lib/DAV/Auth/Backend/IMAP.php
+share/glpi/vendor/sabre/dav/lib/DAV/Auth/Backend/PDO.php
+share/glpi/vendor/sabre/dav/lib/DAV/Auth/Backend/PDOBasicAuth.php
+share/glpi/vendor/sabre/dav/lib/DAV/Auth/Plugin.php
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/GuessContentType.php
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/HtmlOutput.php
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/Plugin.php
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/PropFindAll.php
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/assets/favicon.ico
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/assets/sabredav.css
+share/glpi/vendor/sabre/dav/lib/DAV/Browser/assets/sabredav.png
+share/glpi/vendor/sabre/dav/lib/DAV/Client.php
+share/glpi/vendor/sabre/dav/lib/DAV/Collection.php
+share/glpi/vendor/sabre/dav/lib/DAV/CorePlugin.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/BadRequest.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/Conflict.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/ConflictingLock.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/Forbidden.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/InsufficientStorage.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/InvalidResourceType.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/LengthRequired.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/Locked.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/NotAuthenticated.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/NotFound.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/NotImplemented.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/PaymentRequired.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/PreconditionFailed.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/ReportNotSupported.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/TooManyMatches.php
+share/glpi/vendor/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php
+share/glpi/vendor/sabre/dav/lib/DAV/FS/Directory.php
+share/glpi/vendor/sabre/dav/lib/DAV/FS/File.php
+share/glpi/vendor/sabre/dav/lib/DAV/FS/Node.php
+share/glpi/vendor/sabre/dav/lib/DAV/FSExt/Directory.php
+share/glpi/vendor/sabre/dav/lib/DAV/FSExt/File.php
+share/glpi/vendor/sabre/dav/lib/DAV/File.php
+share/glpi/vendor/sabre/dav/lib/DAV/ICollection.php
+share/glpi/vendor/sabre/dav/lib/DAV/ICopyTarget.php
+share/glpi/vendor/sabre/dav/lib/DAV/IExtendedCollection.php
+share/glpi/vendor/sabre/dav/lib/DAV/IFile.php
+share/glpi/vendor/sabre/dav/lib/DAV/IMoveTarget.php
+share/glpi/vendor/sabre/dav/lib/DAV/IMultiGet.php
+share/glpi/vendor/sabre/dav/lib/DAV/INode.php
+share/glpi/vendor/sabre/dav/lib/DAV/IProperties.php
+share/glpi/vendor/sabre/dav/lib/DAV/IQuota.php
+share/glpi/vendor/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php
+share/glpi/vendor/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php
+share/glpi/vendor/sabre/dav/lib/DAV/Locks/Backend/File.php
+share/glpi/vendor/sabre/dav/lib/DAV/Locks/Backend/PDO.php
+share/glpi/vendor/sabre/dav/lib/DAV/Locks/LockInfo.php
+share/glpi/vendor/sabre/dav/lib/DAV/Locks/Plugin.php
+share/glpi/vendor/sabre/dav/lib/DAV/MkCol.php
+share/glpi/vendor/sabre/dav/lib/DAV/Mount/Plugin.php
+share/glpi/vendor/sabre/dav/lib/DAV/Node.php
+share/glpi/vendor/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php
+share/glpi/vendor/sabre/dav/lib/DAV/PartialUpdate/Plugin.php
+share/glpi/vendor/sabre/dav/lib/DAV/PropFind.php
+share/glpi/vendor/sabre/dav/lib/DAV/PropPatch.php
+share/glpi/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php
+share/glpi/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php
+share/glpi/vendor/sabre/dav/lib/DAV/PropertyStorage/Plugin.php
+share/glpi/vendor/sabre/dav/lib/DAV/Server.php
+share/glpi/vendor/sabre/dav/lib/DAV/ServerPlugin.php
+share/glpi/vendor/sabre/dav/lib/DAV/Sharing/ISharedNode.php
+share/glpi/vendor/sabre/dav/lib/DAV/Sharing/Plugin.php
+share/glpi/vendor/sabre/dav/lib/DAV/SimpleCollection.php
+share/glpi/vendor/sabre/dav/lib/DAV/SimpleFile.php
+share/glpi/vendor/sabre/dav/lib/DAV/StringUtil.php
+share/glpi/vendor/sabre/dav/lib/DAV/Sync/ISyncCollection.php
+share/glpi/vendor/sabre/dav/lib/DAV/Sync/Plugin.php
+share/glpi/vendor/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php
+share/glpi/vendor/sabre/dav/lib/DAV/Tree.php
+share/glpi/vendor/sabre/dav/lib/DAV/UUIDUtil.php
+share/glpi/vendor/sabre/dav/lib/DAV/Version.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Element/Prop.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Element/Response.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Element/Sharee.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Property/Complex.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Property/Href.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Property/Invite.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Property/LocalHref.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Property/ResourceType.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Property/ShareAccess.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Request/Lock.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Request/MkCol.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Request/PropFind.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Request/PropPatch.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Request/ShareResource.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Request/SyncCollectionReport.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Response/MultiStatus.php
+share/glpi/vendor/sabre/dav/lib/DAV/Xml/Service.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/ACLTrait.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Exception/AceConflict.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Exception/NoAbstract.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/FS/Collection.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/FS/File.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/FS/HomeCollection.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/IACL.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/IPrincipal.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/IPrincipalCollection.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Plugin.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Principal.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/PrincipalCollection.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Xml/Property/Acl.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Xml/Property/AclRestrictions.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Xml/Property/Principal.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Xml/Request/AclPrincipalPropSetReport.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalMatchReport.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
+share/glpi/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
+share/glpi/vendor/sabre/event/LICENSE
+share/glpi/vendor/sabre/event/composer.json
+share/glpi/vendor/sabre/event/lib/Emitter.php
+share/glpi/vendor/sabre/event/lib/EmitterInterface.php
+share/glpi/vendor/sabre/event/lib/EmitterTrait.php
+share/glpi/vendor/sabre/event/lib/EventEmitter.php
+share/glpi/vendor/sabre/event/lib/Loop/Loop.php
+share/glpi/vendor/sabre/event/lib/Loop/functions.php
+share/glpi/vendor/sabre/event/lib/Promise.php
+share/glpi/vendor/sabre/event/lib/Promise/functions.php
+share/glpi/vendor/sabre/event/lib/PromiseAlreadyResolvedException.php
+share/glpi/vendor/sabre/event/lib/Version.php
+share/glpi/vendor/sabre/event/lib/WildcardEmitter.php
+share/glpi/vendor/sabre/event/lib/WildcardEmitterTrait.php
+share/glpi/vendor/sabre/event/lib/coroutine.php
+share/glpi/vendor/sabre/event/phpstan.neon
+share/glpi/vendor/sabre/http/CHANGELOG.md
+share/glpi/vendor/sabre/http/LICENSE
+share/glpi/vendor/sabre/http/README.md
+share/glpi/vendor/sabre/http/composer.json
+share/glpi/vendor/sabre/http/examples/asyncclient.php
+share/glpi/vendor/sabre/http/examples/basicauth.php
+share/glpi/vendor/sabre/http/examples/client.php
+share/glpi/vendor/sabre/http/examples/digestauth.php
+share/glpi/vendor/sabre/http/examples/reverseproxy.php
+share/glpi/vendor/sabre/http/examples/stringify.php
+share/glpi/vendor/sabre/http/lib/Auth/AWS.php
+share/glpi/vendor/sabre/http/lib/Auth/AbstractAuth.php
+share/glpi/vendor/sabre/http/lib/Auth/Basic.php
+share/glpi/vendor/sabre/http/lib/Auth/Bearer.php
+share/glpi/vendor/sabre/http/lib/Auth/Digest.php
+share/glpi/vendor/sabre/http/lib/Client.php
+share/glpi/vendor/sabre/http/lib/ClientException.php
+share/glpi/vendor/sabre/http/lib/ClientHttpException.php
+share/glpi/vendor/sabre/http/lib/HttpException.php
+share/glpi/vendor/sabre/http/lib/Message.php
+share/glpi/vendor/sabre/http/lib/MessageDecoratorTrait.php
+share/glpi/vendor/sabre/http/lib/MessageInterface.php
+share/glpi/vendor/sabre/http/lib/Request.php
+share/glpi/vendor/sabre/http/lib/RequestDecorator.php
+share/glpi/vendor/sabre/http/lib/RequestInterface.php
+share/glpi/vendor/sabre/http/lib/Response.php
+share/glpi/vendor/sabre/http/lib/ResponseDecorator.php
+share/glpi/vendor/sabre/http/lib/ResponseInterface.php
+share/glpi/vendor/sabre/http/lib/Sapi.php
+share/glpi/vendor/sabre/http/lib/Version.php
+share/glpi/vendor/sabre/http/lib/functions.php
+share/glpi/vendor/sabre/http/phpstan.neon
+share/glpi/vendor/sabre/http/tests/HTTP/Auth/AWSTest.php
+share/glpi/vendor/sabre/http/tests/HTTP/Auth/BasicTest.php
+share/glpi/vendor/sabre/http/tests/HTTP/Auth/BearerTest.php
+share/glpi/vendor/sabre/http/tests/HTTP/Auth/DigestTest.php
+share/glpi/vendor/sabre/http/tests/HTTP/ClientTest.php
+share/glpi/vendor/sabre/http/tests/HTTP/FunctionsTest.php
+share/glpi/vendor/sabre/http/tests/HTTP/MessageDecoratorTest.php
+share/glpi/vendor/sabre/http/tests/HTTP/MessageTest.php
+share/glpi/vendor/sabre/http/tests/HTTP/NegotiateTest.php
+share/glpi/vendor/sabre/http/tests/HTTP/RequestDecoratorTest.php
+share/glpi/vendor/sabre/http/tests/HTTP/RequestTest.php
+share/glpi/vendor/sabre/http/tests/HTTP/ResponseDecoratorTest.php
+share/glpi/vendor/sabre/http/tests/HTTP/ResponseTest.php
+share/glpi/vendor/sabre/http/tests/HTTP/SapiTest.php
+share/glpi/vendor/sabre/http/tests/HTTP/URLUtilTest.php
+share/glpi/vendor/sabre/http/tests/bootstrap.php
+share/glpi/vendor/sabre/http/tests/phpunit.xml
+share/glpi/vendor/sabre/http/tests/www/bar.php
+share/glpi/vendor/sabre/http/tests/www/foo
+share/glpi/vendor/sabre/http/tests/www/large.php
 share/glpi/vendor/sabre/uri/LICENSE
-share/glpi/vendor/sabre/uri/README.md
+share/glpi/vendor/sabre/uri/composer.json
 share/glpi/vendor/sabre/uri/lib/InvalidUriException.php
 share/glpi/vendor/sabre/uri/lib/Version.php
 share/glpi/vendor/sabre/uri/lib/functions.php
-share/glpi/vendor/sabre/vobject/.php_cs.dist
-share/glpi/vendor/sabre/vobject/.travis.yml
-share/glpi/vendor/sabre/vobject/CHANGELOG.md
+share/glpi/vendor/sabre/uri/phpstan.neon
 share/glpi/vendor/sabre/vobject/LICENSE
 share/glpi/vendor/sabre/vobject/README.md
 share/glpi/vendor/sabre/vobject/bin/bench.php
@@ -2509,6 +5408,7 @@ share/glpi/vendor/sabre/vobject/bin/gene
 share/glpi/vendor/sabre/vobject/bin/mergeduplicates.php
 share/glpi/vendor/sabre/vobject/bin/rrulebench.php
 share/glpi/vendor/sabre/vobject/bin/vobject
+share/glpi/vendor/sabre/vobject/composer.json
 share/glpi/vendor/sabre/vobject/lib/BirthdayCalendarGenerator.php
 share/glpi/vendor/sabre/vobject/lib/Cli.php
 share/glpi/vendor/sabre/vobject/lib/Component.php
@@ -2563,6 +5463,7 @@ share/glpi/vendor/sabre/vobject/lib/Prop
 share/glpi/vendor/sabre/vobject/lib/Property/VCard/DateAndOrTime.php
 share/glpi/vendor/sabre/vobject/lib/Property/VCard/DateTime.php
 share/glpi/vendor/sabre/vobject/lib/Property/VCard/LanguageTag.php
+share/glpi/vendor/sabre/vobject/lib/Property/VCard/PhoneNumber.php
 share/glpi/vendor/sabre/vobject/lib/Property/VCard/TimeStamp.php
 share/glpi/vendor/sabre/vobject/lib/Reader.php
 share/glpi/vendor/sabre/vobject/lib/Recur/EventIterator.php
@@ -2576,6 +5477,13 @@ share/glpi/vendor/sabre/vobject/lib/Spli
 share/glpi/vendor/sabre/vobject/lib/Splitter/VCard.php
 share/glpi/vendor/sabre/vobject/lib/StringUtil.php
 share/glpi/vendor/sabre/vobject/lib/TimeZoneUtil.php
+share/glpi/vendor/sabre/vobject/lib/TimezoneGuesser/FindFromOffset.php
+share/glpi/vendor/sabre/vobject/lib/TimezoneGuesser/FindFromTimezoneIdentifier.php
+share/glpi/vendor/sabre/vobject/lib/TimezoneGuesser/FindFromTimezoneMap.php
+share/glpi/vendor/sabre/vobject/lib/TimezoneGuesser/GuessFromLicEntry.php
+share/glpi/vendor/sabre/vobject/lib/TimezoneGuesser/GuessFromMsTzId.php
+share/glpi/vendor/sabre/vobject/lib/TimezoneGuesser/TimezoneFinder.php
+share/glpi/vendor/sabre/vobject/lib/TimezoneGuesser/TimezoneGuesser.php
 share/glpi/vendor/sabre/vobject/lib/UUIDUtil.php
 share/glpi/vendor/sabre/vobject/lib/VCardConverter.php
 share/glpi/vendor/sabre/vobject/lib/Version.php
@@ -2585,14 +5493,11 @@ share/glpi/vendor/sabre/vobject/lib/time
 share/glpi/vendor/sabre/vobject/lib/timezonedata/php-bc.php
 share/glpi/vendor/sabre/vobject/lib/timezonedata/php-workaround.php
 share/glpi/vendor/sabre/vobject/lib/timezonedata/windowszones.php
-share/glpi/vendor/sabre/vobject/phpstan.neon
 share/glpi/vendor/sabre/vobject/resources/schema/xcal.rng
 share/glpi/vendor/sabre/vobject/resources/schema/xcard.rng
-share/glpi/vendor/sabre/xml/.travis.yml
-share/glpi/vendor/sabre/xml/CHANGELOG.md
 share/glpi/vendor/sabre/xml/LICENSE
 share/glpi/vendor/sabre/xml/README.md
-share/glpi/vendor/sabre/xml/bin/.empty
+share/glpi/vendor/sabre/xml/composer.json
 share/glpi/vendor/sabre/xml/lib/ContextStackTrait.php
 share/glpi/vendor/sabre/xml/lib/Deserializer/functions.php
 share/glpi/vendor/sabre/xml/lib/Element.php
@@ -2611,23 +5516,98 @@ share/glpi/vendor/sabre/xml/lib/Version.
 share/glpi/vendor/sabre/xml/lib/Writer.php
 share/glpi/vendor/sabre/xml/lib/XmlDeserializable.php
 share/glpi/vendor/sabre/xml/lib/XmlSerializable.php
-share/glpi/vendor/sebastian/diff/.php_cs
-share/glpi/vendor/sebastian/diff/.travis.yml
+share/glpi/vendor/scssphp/scssphp/LICENSE.md
+share/glpi/vendor/scssphp/scssphp/README.md
+share/glpi/vendor/scssphp/scssphp/bin/pscss
+share/glpi/vendor/scssphp/scssphp/composer.json
+share/glpi/vendor/scssphp/scssphp/phpcs.xml.dist
+share/glpi/vendor/scssphp/scssphp/scss.inc.php
+share/glpi/vendor/scssphp/scssphp/src/Base/Range.php
+share/glpi/vendor/scssphp/scssphp/src/Block.php
+share/glpi/vendor/scssphp/scssphp/src/Block/AtRootBlock.php
+share/glpi/vendor/scssphp/scssphp/src/Block/CallableBlock.php
+share/glpi/vendor/scssphp/scssphp/src/Block/ContentBlock.php
+share/glpi/vendor/scssphp/scssphp/src/Block/DirectiveBlock.php
+share/glpi/vendor/scssphp/scssphp/src/Block/EachBlock.php
+share/glpi/vendor/scssphp/scssphp/src/Block/ElseBlock.php
+share/glpi/vendor/scssphp/scssphp/src/Block/ElseifBlock.php
+share/glpi/vendor/scssphp/scssphp/src/Block/ForBlock.php
+share/glpi/vendor/scssphp/scssphp/src/Block/IfBlock.php
+share/glpi/vendor/scssphp/scssphp/src/Block/MediaBlock.php
+share/glpi/vendor/scssphp/scssphp/src/Block/NestedPropertyBlock.php
+share/glpi/vendor/scssphp/scssphp/src/Block/WhileBlock.php
+share/glpi/vendor/scssphp/scssphp/src/Cache.php
+share/glpi/vendor/scssphp/scssphp/src/Colors.php
+share/glpi/vendor/scssphp/scssphp/src/CompilationResult.php
+share/glpi/vendor/scssphp/scssphp/src/Compiler.php
+share/glpi/vendor/scssphp/scssphp/src/Compiler/CachedResult.php
+share/glpi/vendor/scssphp/scssphp/src/Compiler/Environment.php
+share/glpi/vendor/scssphp/scssphp/src/Exception/CompilerException.php
+share/glpi/vendor/scssphp/scssphp/src/Exception/ParserException.php
+share/glpi/vendor/scssphp/scssphp/src/Exception/RangeException.php
+share/glpi/vendor/scssphp/scssphp/src/Exception/SassException.php
+share/glpi/vendor/scssphp/scssphp/src/Exception/SassScriptException.php
+share/glpi/vendor/scssphp/scssphp/src/Exception/ServerException.php
+share/glpi/vendor/scssphp/scssphp/src/Formatter.php
+share/glpi/vendor/scssphp/scssphp/src/Formatter/Compact.php
+share/glpi/vendor/scssphp/scssphp/src/Formatter/Compressed.php
+share/glpi/vendor/scssphp/scssphp/src/Formatter/Crunched.php
+share/glpi/vendor/scssphp/scssphp/src/Formatter/Debug.php
+share/glpi/vendor/scssphp/scssphp/src/Formatter/Expanded.php
+share/glpi/vendor/scssphp/scssphp/src/Formatter/Nested.php
+share/glpi/vendor/scssphp/scssphp/src/Formatter/OutputBlock.php
+share/glpi/vendor/scssphp/scssphp/src/Logger/LoggerInterface.php
+share/glpi/vendor/scssphp/scssphp/src/Logger/QuietLogger.php
+share/glpi/vendor/scssphp/scssphp/src/Logger/StreamLogger.php
+share/glpi/vendor/scssphp/scssphp/src/Node.php
+share/glpi/vendor/scssphp/scssphp/src/Node/Number.php
+share/glpi/vendor/scssphp/scssphp/src/OutputStyle.php
+share/glpi/vendor/scssphp/scssphp/src/Parser.php
+share/glpi/vendor/scssphp/scssphp/src/SourceMap/Base64.php
+share/glpi/vendor/scssphp/scssphp/src/SourceMap/Base64VLQ.php
+share/glpi/vendor/scssphp/scssphp/src/SourceMap/SourceMapGenerator.php
+share/glpi/vendor/scssphp/scssphp/src/Type.php
+share/glpi/vendor/scssphp/scssphp/src/Util.php
+share/glpi/vendor/scssphp/scssphp/src/Util/Path.php
+share/glpi/vendor/scssphp/scssphp/src/ValueConverter.php
+share/glpi/vendor/scssphp/scssphp/src/Version.php
+share/glpi/vendor/scssphp/scssphp/src/Warn.php
+share/glpi/vendor/sebastian/diff/ChangeLog.md
 share/glpi/vendor/sebastian/diff/LICENSE
 share/glpi/vendor/sebastian/diff/README.md
-share/glpi/vendor/sebastian/diff/phpunit.xml
+share/glpi/vendor/sebastian/diff/composer.json
 share/glpi/vendor/sebastian/diff/src/Chunk.php
 share/glpi/vendor/sebastian/diff/src/Diff.php
 share/glpi/vendor/sebastian/diff/src/Differ.php
-share/glpi/vendor/sebastian/diff/src/LCS/LongestCommonSubsequence.php
-share/glpi/vendor/sebastian/diff/src/LCS/MemoryEfficientLongestCommonSubsequenceImplementation.php
-share/glpi/vendor/sebastian/diff/src/LCS/TimeEfficientLongestCommonSubsequenceImplementation.php
+share/glpi/vendor/sebastian/diff/src/Exception/ConfigurationException.php
+share/glpi/vendor/sebastian/diff/src/Exception/Exception.php
+share/glpi/vendor/sebastian/diff/src/Exception/InvalidArgumentException.php
 share/glpi/vendor/sebastian/diff/src/Line.php
+share/glpi/vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php
+share/glpi/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php
+share/glpi/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php
+share/glpi/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php
+share/glpi/vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php
+share/glpi/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php
+share/glpi/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php
 share/glpi/vendor/sebastian/diff/src/Parser.php
-share/glpi/vendor/simplepie/simplepie/.travis.yml
+share/glpi/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php
+share/glpi/vendor/seld/jsonlint/CHANGELOG.md
+share/glpi/vendor/seld/jsonlint/LICENSE
+share/glpi/vendor/seld/jsonlint/README.md
+share/glpi/vendor/seld/jsonlint/bin/jsonlint
+share/glpi/vendor/seld/jsonlint/composer.json
+share/glpi/vendor/seld/jsonlint/phpstan.neon.dist
+share/glpi/vendor/seld/jsonlint/src/Seld/JsonLint/DuplicateKeyException.php
+share/glpi/vendor/seld/jsonlint/src/Seld/JsonLint/JsonParser.php
+share/glpi/vendor/seld/jsonlint/src/Seld/JsonLint/Lexer.php
+share/glpi/vendor/seld/jsonlint/src/Seld/JsonLint/ParsingException.php
+share/glpi/vendor/seld/jsonlint/src/Seld/JsonLint/Undefined.php
+share/glpi/vendor/simplepie/simplepie/CHANGELOG.md
 share/glpi/vendor/simplepie/simplepie/LICENSE.txt
 share/glpi/vendor/simplepie/simplepie/README.markdown
 share/glpi/vendor/simplepie/simplepie/autoloader.php
+share/glpi/vendor/simplepie/simplepie/composer.json
 share/glpi/vendor/simplepie/simplepie/db.sql
 share/glpi/vendor/simplepie/simplepie/idn/LICENCE
 share/glpi/vendor/simplepie/simplepie/idn/ReadMe.txt
@@ -2668,16 +5648,185 @@ share/glpi/vendor/simplepie/simplepie/li
 share/glpi/vendor/simplepie/simplepie/library/SimplePie/Source.php
 share/glpi/vendor/simplepie/simplepie/library/SimplePie/XML/Declaration/Parser.php
 share/glpi/vendor/simplepie/simplepie/library/SimplePie/gzdecode.php
+share/glpi/vendor/swaggest/json-diff/CHANGELOG.md
+share/glpi/vendor/swaggest/json-diff/LICENSE
+share/glpi/vendor/swaggest/json-diff/README.md
+share/glpi/vendor/swaggest/json-diff/composer.json
+share/glpi/vendor/swaggest/json-diff/src/Exception.php
+share/glpi/vendor/swaggest/json-diff/src/JsonDiff.php
+share/glpi/vendor/swaggest/json-diff/src/JsonHash.php
+share/glpi/vendor/swaggest/json-diff/src/JsonMergePatch.php
+share/glpi/vendor/swaggest/json-diff/src/JsonPatch.php
+share/glpi/vendor/swaggest/json-diff/src/JsonPatch/Add.php
+share/glpi/vendor/swaggest/json-diff/src/JsonPatch/Copy.php
+share/glpi/vendor/swaggest/json-diff/src/JsonPatch/Move.php
+share/glpi/vendor/swaggest/json-diff/src/JsonPatch/OpPath.php
+share/glpi/vendor/swaggest/json-diff/src/JsonPatch/OpPathFrom.php
+share/glpi/vendor/swaggest/json-diff/src/JsonPatch/OpPathValue.php
+share/glpi/vendor/swaggest/json-diff/src/JsonPatch/Remove.php
+share/glpi/vendor/swaggest/json-diff/src/JsonPatch/Replace.php
+share/glpi/vendor/swaggest/json-diff/src/JsonPatch/Test.php
+share/glpi/vendor/swaggest/json-diff/src/JsonPointer.php
+share/glpi/vendor/swaggest/json-diff/src/JsonValueReplace.php
+share/glpi/vendor/swaggest/json-diff/src/ModifiedPathDiff.php
+share/glpi/vendor/swaggest/json-schema/CHANGELOG.md
+share/glpi/vendor/swaggest/json-schema/LICENSE
+share/glpi/vendor/swaggest/json-schema/Makefile
+share/glpi/vendor/swaggest/json-schema/README.md
+share/glpi/vendor/swaggest/json-schema/benchmarks/AjvSchemasBench.php
+share/glpi/vendor/swaggest/json-schema/benchmarks/Draft7Bench.php
+share/glpi/vendor/swaggest/json-schema/composer.json
+share/glpi/vendor/swaggest/json-schema/composer.lock
+share/glpi/vendor/swaggest/json-schema/spec/json-schema-draft6.json
+share/glpi/vendor/swaggest/json-schema/spec/json-schema-draft7.json
+share/glpi/vendor/swaggest/json-schema/spec/json-schema.json
+share/glpi/vendor/swaggest/json-schema/spec/petstore-swagger.json
+share/glpi/vendor/swaggest/json-schema/spec/swagger-schema.json
+share/glpi/vendor/swaggest/json-schema/src/Constraint/Constraint.php
+share/glpi/vendor/swaggest/json-schema/src/Constraint/Content.php
+share/glpi/vendor/swaggest/json-schema/src/Constraint/Format.php
+share/glpi/vendor/swaggest/json-schema/src/Constraint/Format/IdnHostname.php
+share/glpi/vendor/swaggest/json-schema/src/Constraint/Format/Iri.php
+share/glpi/vendor/swaggest/json-schema/src/Constraint/Format/Uri.php
+share/glpi/vendor/swaggest/json-schema/src/Constraint/Properties.php
+share/glpi/vendor/swaggest/json-schema/src/Constraint/Ref.php
+share/glpi/vendor/swaggest/json-schema/src/Constraint/Type.php
+share/glpi/vendor/swaggest/json-schema/src/Constraint/UniqueItems.php
+share/glpi/vendor/swaggest/json-schema/src/Context.php
+share/glpi/vendor/swaggest/json-schema/src/DataPreProcessor.php
+share/glpi/vendor/swaggest/json-schema/src/Exception.php
+share/glpi/vendor/swaggest/json-schema/src/Exception/ArrayException.php
+share/glpi/vendor/swaggest/json-schema/src/Exception/ConstException.php
+share/glpi/vendor/swaggest/json-schema/src/Exception/ContentException.php
+share/glpi/vendor/swaggest/json-schema/src/Exception/EnumException.php
+share/glpi/vendor/swaggest/json-schema/src/Exception/Error.php
+share/glpi/vendor/swaggest/json-schema/src/Exception/LogicException.php
+share/glpi/vendor/swaggest/json-schema/src/Exception/NumericException.php
+share/glpi/vendor/swaggest/json-schema/src/Exception/ObjectException.php
+share/glpi/vendor/swaggest/json-schema/src/Exception/StringException.php
+share/glpi/vendor/swaggest/json-schema/src/Exception/TypeException.php
+share/glpi/vendor/swaggest/json-schema/src/HasDefault.php
+share/glpi/vendor/swaggest/json-schema/src/Helper.php
+share/glpi/vendor/swaggest/json-schema/src/InvalidRef.php
+share/glpi/vendor/swaggest/json-schema/src/InvalidValue.php
+share/glpi/vendor/swaggest/json-schema/src/JsonSchema.php
+share/glpi/vendor/swaggest/json-schema/src/MagicMap.php
+share/glpi/vendor/swaggest/json-schema/src/MagicMapTrait.php
+share/glpi/vendor/swaggest/json-schema/src/Meta/AbstractMeta.php
+share/glpi/vendor/swaggest/json-schema/src/Meta/MetaHolder.php
+share/glpi/vendor/swaggest/json-schema/src/NameMirror.php
+share/glpi/vendor/swaggest/json-schema/src/Path/PointerUtil.php
+share/glpi/vendor/swaggest/json-schema/src/RefResolver.php
+share/glpi/vendor/swaggest/json-schema/src/RemoteRef/BasicFetcher.php
+share/glpi/vendor/swaggest/json-schema/src/RemoteRef/Preloaded.php
+share/glpi/vendor/swaggest/json-schema/src/RemoteRefProvider.php
+share/glpi/vendor/swaggest/json-schema/src/Schema.php
+share/glpi/vendor/swaggest/json-schema/src/SchemaContract.php
+share/glpi/vendor/swaggest/json-schema/src/SchemaExporter.php
+share/glpi/vendor/swaggest/json-schema/src/Structure/ClassStructure.php
+share/glpi/vendor/swaggest/json-schema/src/Structure/ClassStructureContract.php
+share/glpi/vendor/swaggest/json-schema/src/Structure/ClassStructureTrait.php
+share/glpi/vendor/swaggest/json-schema/src/Structure/Composition.php
+share/glpi/vendor/swaggest/json-schema/src/Structure/Egg.php
+share/glpi/vendor/swaggest/json-schema/src/Structure/Nested.php
+share/glpi/vendor/swaggest/json-schema/src/Structure/ObjectItem.php
+share/glpi/vendor/swaggest/json-schema/src/Structure/ObjectItemContract.php
+share/glpi/vendor/swaggest/json-schema/src/Structure/ObjectItemTrait.php
+share/glpi/vendor/swaggest/json-schema/src/Structure/WithResolvedValue.php
+share/glpi/vendor/swaggest/json-schema/src/Wrapper.php
+share/glpi/vendor/symfony/cache-contracts/CHANGELOG.md
+share/glpi/vendor/symfony/cache-contracts/CacheInterface.php
+share/glpi/vendor/symfony/cache-contracts/CacheTrait.php
+share/glpi/vendor/symfony/cache-contracts/CallbackInterface.php
+share/glpi/vendor/symfony/cache-contracts/ItemInterface.php
+share/glpi/vendor/symfony/cache-contracts/LICENSE
+share/glpi/vendor/symfony/cache-contracts/README.md
+share/glpi/vendor/symfony/cache-contracts/TagAwareCacheInterface.php
+share/glpi/vendor/symfony/cache-contracts/composer.json
+share/glpi/vendor/symfony/cache/Adapter/AbstractAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/AdapterInterface.php
+share/glpi/vendor/symfony/cache/Adapter/ApcuAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/ArrayAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/ChainAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/CouchbaseBucketAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/CouchbaseCollectionAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/DoctrineAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/DoctrineDbalAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/FilesystemAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/FilesystemTagAwareAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/MemcachedAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/NullAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/ParameterNormalizer.php
+share/glpi/vendor/symfony/cache/Adapter/PdoAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/PhpArrayAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/PhpFilesAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/ProxyAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/Psr16Adapter.php
+share/glpi/vendor/symfony/cache/Adapter/RedisAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/TagAwareAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php
+share/glpi/vendor/symfony/cache/Adapter/TraceableAdapter.php
+share/glpi/vendor/symfony/cache/Adapter/TraceableTagAwareAdapter.php
+share/glpi/vendor/symfony/cache/CHANGELOG.md
+share/glpi/vendor/symfony/cache/CacheItem.php
+share/glpi/vendor/symfony/cache/DataCollector/CacheDataCollector.php
+share/glpi/vendor/symfony/cache/DependencyInjection/CacheCollectorPass.php
+share/glpi/vendor/symfony/cache/DependencyInjection/CachePoolClearerPass.php
+share/glpi/vendor/symfony/cache/DependencyInjection/CachePoolPass.php
+share/glpi/vendor/symfony/cache/DependencyInjection/CachePoolPrunerPass.php
+share/glpi/vendor/symfony/cache/DoctrineProvider.php
+share/glpi/vendor/symfony/cache/Exception/CacheException.php
+share/glpi/vendor/symfony/cache/Exception/InvalidArgumentException.php
+share/glpi/vendor/symfony/cache/Exception/LogicException.php
+share/glpi/vendor/symfony/cache/LICENSE
+share/glpi/vendor/symfony/cache/LockRegistry.php
+share/glpi/vendor/symfony/cache/Marshaller/DefaultMarshaller.php
+share/glpi/vendor/symfony/cache/Marshaller/DeflateMarshaller.php
+share/glpi/vendor/symfony/cache/Marshaller/MarshallerInterface.php
+share/glpi/vendor/symfony/cache/Marshaller/SodiumMarshaller.php
+share/glpi/vendor/symfony/cache/Marshaller/TagAwareMarshaller.php
+share/glpi/vendor/symfony/cache/Messenger/EarlyExpirationDispatcher.php
+share/glpi/vendor/symfony/cache/Messenger/EarlyExpirationHandler.php
+share/glpi/vendor/symfony/cache/Messenger/EarlyExpirationMessage.php
+share/glpi/vendor/symfony/cache/PruneableInterface.php
+share/glpi/vendor/symfony/cache/Psr16Cache.php
+share/glpi/vendor/symfony/cache/README.md
+share/glpi/vendor/symfony/cache/ResettableInterface.php
+share/glpi/vendor/symfony/cache/Traits/AbstractAdapterTrait.php
+share/glpi/vendor/symfony/cache/Traits/ContractsTrait.php
+share/glpi/vendor/symfony/cache/Traits/FilesystemCommonTrait.php
+share/glpi/vendor/symfony/cache/Traits/FilesystemTrait.php
+share/glpi/vendor/symfony/cache/Traits/ProxyTrait.php
+share/glpi/vendor/symfony/cache/Traits/RedisClusterNodeProxy.php
+share/glpi/vendor/symfony/cache/Traits/RedisClusterProxy.php
+share/glpi/vendor/symfony/cache/Traits/RedisProxy.php
+share/glpi/vendor/symfony/cache/Traits/RedisTrait.php
+share/glpi/vendor/symfony/cache/composer.json
 share/glpi/vendor/symfony/console/Application.php
+share/glpi/vendor/symfony/console/Attribute/AsCommand.php
 share/glpi/vendor/symfony/console/CHANGELOG.md
+share/glpi/vendor/symfony/console/CI/GithubActionReporter.php
+share/glpi/vendor/symfony/console/Color.php
 share/glpi/vendor/symfony/console/Command/Command.php
+share/glpi/vendor/symfony/console/Command/CompleteCommand.php
+share/glpi/vendor/symfony/console/Command/DumpCompletionCommand.php
 share/glpi/vendor/symfony/console/Command/HelpCommand.php
+share/glpi/vendor/symfony/console/Command/LazyCommand.php
 share/glpi/vendor/symfony/console/Command/ListCommand.php
 share/glpi/vendor/symfony/console/Command/LockableTrait.php
+share/glpi/vendor/symfony/console/Command/SignalableCommandInterface.php
 share/glpi/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php
 share/glpi/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php
 share/glpi/vendor/symfony/console/CommandLoader/FactoryCommandLoader.php
+share/glpi/vendor/symfony/console/Completion/CompletionInput.php
+share/glpi/vendor/symfony/console/Completion/CompletionSuggestions.php
+share/glpi/vendor/symfony/console/Completion/Output/BashCompletionOutput.php
+share/glpi/vendor/symfony/console/Completion/Output/CompletionOutputInterface.php
+share/glpi/vendor/symfony/console/Completion/Suggestion.php
 share/glpi/vendor/symfony/console/ConsoleEvents.php
+share/glpi/vendor/symfony/console/Cursor.php
 share/glpi/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php
 share/glpi/vendor/symfony/console/Descriptor/ApplicationDescription.php
 share/glpi/vendor/symfony/console/Descriptor/Descriptor.php
@@ -2689,7 +5838,7 @@ share/glpi/vendor/symfony/console/Descri
 share/glpi/vendor/symfony/console/Event/ConsoleCommandEvent.php
 share/glpi/vendor/symfony/console/Event/ConsoleErrorEvent.php
 share/glpi/vendor/symfony/console/Event/ConsoleEvent.php
-share/glpi/vendor/symfony/console/Event/ConsoleExceptionEvent.php
+share/glpi/vendor/symfony/console/Event/ConsoleSignalEvent.php
 share/glpi/vendor/symfony/console/Event/ConsoleTerminateEvent.php
 share/glpi/vendor/symfony/console/EventListener/ErrorListener.php
 share/glpi/vendor/symfony/console/Exception/CommandNotFoundException.php
@@ -2697,14 +5846,20 @@ share/glpi/vendor/symfony/console/Except
 share/glpi/vendor/symfony/console/Exception/InvalidArgumentException.php
 share/glpi/vendor/symfony/console/Exception/InvalidOptionException.php
 share/glpi/vendor/symfony/console/Exception/LogicException.php
+share/glpi/vendor/symfony/console/Exception/MissingInputException.php
+share/glpi/vendor/symfony/console/Exception/NamespaceNotFoundException.php
 share/glpi/vendor/symfony/console/Exception/RuntimeException.php
+share/glpi/vendor/symfony/console/Formatter/NullOutputFormatter.php
+share/glpi/vendor/symfony/console/Formatter/NullOutputFormatterStyle.php
 share/glpi/vendor/symfony/console/Formatter/OutputFormatter.php
 share/glpi/vendor/symfony/console/Formatter/OutputFormatterInterface.php
 share/glpi/vendor/symfony/console/Formatter/OutputFormatterStyle.php
 share/glpi/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php
 share/glpi/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php
+share/glpi/vendor/symfony/console/Formatter/WrappableOutputFormatterInterface.php
 share/glpi/vendor/symfony/console/Helper/DebugFormatterHelper.php
 share/glpi/vendor/symfony/console/Helper/DescriptorHelper.php
+share/glpi/vendor/symfony/console/Helper/Dumper.php
 share/glpi/vendor/symfony/console/Helper/FormatterHelper.php
 share/glpi/vendor/symfony/console/Helper/Helper.php
 share/glpi/vendor/symfony/console/Helper/HelperInterface.php
@@ -2717,6 +5872,8 @@ share/glpi/vendor/symfony/console/Helper
 share/glpi/vendor/symfony/console/Helper/SymfonyQuestionHelper.php
 share/glpi/vendor/symfony/console/Helper/Table.php
 share/glpi/vendor/symfony/console/Helper/TableCell.php
+share/glpi/vendor/symfony/console/Helper/TableCellStyle.php
+share/glpi/vendor/symfony/console/Helper/TableRows.php
 share/glpi/vendor/symfony/console/Helper/TableSeparator.php
 share/glpi/vendor/symfony/console/Helper/TableStyle.php
 share/glpi/vendor/symfony/console/Input/ArgvInput.php
@@ -2734,310 +5891,175 @@ share/glpi/vendor/symfony/console/Logger
 share/glpi/vendor/symfony/console/Output/BufferedOutput.php
 share/glpi/vendor/symfony/console/Output/ConsoleOutput.php
 share/glpi/vendor/symfony/console/Output/ConsoleOutputInterface.php
+share/glpi/vendor/symfony/console/Output/ConsoleSectionOutput.php
 share/glpi/vendor/symfony/console/Output/NullOutput.php
 share/glpi/vendor/symfony/console/Output/Output.php
 share/glpi/vendor/symfony/console/Output/OutputInterface.php
 share/glpi/vendor/symfony/console/Output/StreamOutput.php
+share/glpi/vendor/symfony/console/Output/TrimmedBufferOutput.php
 share/glpi/vendor/symfony/console/Question/ChoiceQuestion.php
 share/glpi/vendor/symfony/console/Question/ConfirmationQuestion.php
 share/glpi/vendor/symfony/console/Question/Question.php
 share/glpi/vendor/symfony/console/README.md
 share/glpi/vendor/symfony/console/Resources/bin/hiddeninput.exe
+share/glpi/vendor/symfony/console/Resources/completion.bash
+share/glpi/vendor/symfony/console/SignalRegistry/SignalRegistry.php
+share/glpi/vendor/symfony/console/SingleCommandApplication.php
 share/glpi/vendor/symfony/console/Style/OutputStyle.php
 share/glpi/vendor/symfony/console/Style/StyleInterface.php
 share/glpi/vendor/symfony/console/Style/SymfonyStyle.php
 share/glpi/vendor/symfony/console/Terminal.php
 share/glpi/vendor/symfony/console/Tester/ApplicationTester.php
+share/glpi/vendor/symfony/console/Tester/CommandCompletionTester.php
 share/glpi/vendor/symfony/console/Tester/CommandTester.php
-share/glpi/vendor/symfony/console/Tests/ApplicationTest.php
-share/glpi/vendor/symfony/console/Tests/Command/CommandTest.php
-share/glpi/vendor/symfony/console/Tests/Command/HelpCommandTest.php
-share/glpi/vendor/symfony/console/Tests/Command/ListCommandTest.php
-share/glpi/vendor/symfony/console/Tests/Command/LockableTraitTest.php
-share/glpi/vendor/symfony/console/Tests/CommandLoader/ContainerCommandLoaderTest.php
-share/glpi/vendor/symfony/console/Tests/CommandLoader/FactoryCommandLoaderTest.php
-share/glpi/vendor/symfony/console/Tests/DependencyInjection/AddConsoleCommandPassTest.php
-share/glpi/vendor/symfony/console/Tests/Descriptor/AbstractDescriptorTest.php
-share/glpi/vendor/symfony/console/Tests/Descriptor/ApplicationDescriptionTest.php
-share/glpi/vendor/symfony/console/Tests/Descriptor/JsonDescriptorTest.php
-share/glpi/vendor/symfony/console/Tests/Descriptor/MarkdownDescriptorTest.php
-share/glpi/vendor/symfony/console/Tests/Descriptor/ObjectsProvider.php
-share/glpi/vendor/symfony/console/Tests/Descriptor/TextDescriptorTest.php
-share/glpi/vendor/symfony/console/Tests/Descriptor/XmlDescriptorTest.php
-share/glpi/vendor/symfony/console/Tests/EventListener/ErrorListenerTest.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/BarBucCommand.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/DescriptorApplication1.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/DescriptorApplication2.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/DescriptorApplicationMbString.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/DescriptorCommand1.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/DescriptorCommand2.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/DescriptorCommand3.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/DescriptorCommand4.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/DescriptorCommandMbString.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/DummyOutput.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Foo1Command.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Foo2Command.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Foo3Command.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Foo4Command.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Foo5Command.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Foo6Command.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/FooCommand.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/FooHiddenCommand.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/FooLock2Command.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/FooLockCommand.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/FooOptCommand.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/FooSameCaseLowercaseCommand.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/FooSameCaseUppercaseCommand.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/FooSubnamespaced1Command.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/FooSubnamespaced2Command.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/FoobarCommand.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_0.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_1.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_10.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_11.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_12.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_14.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_15.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_16.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_2.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_3.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_4.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_9.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/interactive_command_1.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/interactive_output_1.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_0.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_1.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_10.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_11.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_12.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_13.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_14.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_15.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_16.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_17.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_2.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_3.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_4.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_5.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_7.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_8.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_9.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/TestAmbiguousCommandRegistering.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/TestAmbiguousCommandRegistering2.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/TestCommand.php
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_1.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_1.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_1.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_1.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_2.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_2.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_2.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_2.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_filtered_namespace.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_gethelp.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_mbstring.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_mbstring.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_renderexception1.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_renderexception2.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_renderexception3.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_renderexception3decorated.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_renderexception4.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1decorated.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth2.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_renderexception_escapeslines.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_renderexception_linebreaks.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_run1.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_run2.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_run3.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/application_run4.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/command_1.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/command_1.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/command_1.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/command_1.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/command_2.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/command_2.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/command_2.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/command_2.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/command_mbstring.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/command_mbstring.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_1.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_1.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_1.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_1.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_2.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_2.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_2.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_2.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_3.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_3.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_3.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_3.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_4.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_4.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_4.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_4.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_1.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_1.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_1.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_1.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_2.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_2.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_2.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_2.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_3.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_3.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_3.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_3.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_4.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_4.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_4.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_definition_4.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_1.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_1.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_1.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_1.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_2.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_2.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_2.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_2.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_3.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_3.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_3.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_3.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_4.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_4.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_4.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_4.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_5.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_5.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_5.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_5.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_6.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_6.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_6.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_6.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_with_style.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_with_style.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_with_style.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_with_style.xml
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.json
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.md
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.txt
-share/glpi/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.xml
-share/glpi/vendor/symfony/console/Tests/Formatter/OutputFormatterStyleStackTest.php
-share/glpi/vendor/symfony/console/Tests/Formatter/OutputFormatterStyleTest.php
-share/glpi/vendor/symfony/console/Tests/Formatter/OutputFormatterTest.php
-share/glpi/vendor/symfony/console/Tests/Helper/AbstractQuestionHelperTest.php
-share/glpi/vendor/symfony/console/Tests/Helper/FormatterHelperTest.php
-share/glpi/vendor/symfony/console/Tests/Helper/HelperSetTest.php
-share/glpi/vendor/symfony/console/Tests/Helper/HelperTest.php
-share/glpi/vendor/symfony/console/Tests/Helper/ProcessHelperTest.php
-share/glpi/vendor/symfony/console/Tests/Helper/ProgressBarTest.php
-share/glpi/vendor/symfony/console/Tests/Helper/ProgressIndicatorTest.php
-share/glpi/vendor/symfony/console/Tests/Helper/QuestionHelperTest.php
-share/glpi/vendor/symfony/console/Tests/Helper/SymfonyQuestionHelperTest.php
-share/glpi/vendor/symfony/console/Tests/Helper/TableStyleTest.php
-share/glpi/vendor/symfony/console/Tests/Helper/TableTest.php
-share/glpi/vendor/symfony/console/Tests/Input/ArgvInputTest.php
-share/glpi/vendor/symfony/console/Tests/Input/ArrayInputTest.php
-share/glpi/vendor/symfony/console/Tests/Input/InputArgumentTest.php
-share/glpi/vendor/symfony/console/Tests/Input/InputDefinitionTest.php
-share/glpi/vendor/symfony/console/Tests/Input/InputOptionTest.php
-share/glpi/vendor/symfony/console/Tests/Input/InputTest.php
-share/glpi/vendor/symfony/console/Tests/Input/StringInputTest.php
-share/glpi/vendor/symfony/console/Tests/Logger/ConsoleLoggerTest.php
-share/glpi/vendor/symfony/console/Tests/Output/ConsoleOutputTest.php
-share/glpi/vendor/symfony/console/Tests/Output/NullOutputTest.php
-share/glpi/vendor/symfony/console/Tests/Output/OutputTest.php
-share/glpi/vendor/symfony/console/Tests/Output/StreamOutputTest.php
-share/glpi/vendor/symfony/console/Tests/Question/ChoiceQuestionTest.php
-share/glpi/vendor/symfony/console/Tests/Question/ConfirmationQuestionTest.php
-share/glpi/vendor/symfony/console/Tests/Style/SymfonyStyleTest.php
-share/glpi/vendor/symfony/console/Tests/TerminalTest.php
-share/glpi/vendor/symfony/console/Tests/Tester/ApplicationTesterTest.php
-share/glpi/vendor/symfony/console/Tests/Tester/CommandTesterTest.php
-share/glpi/vendor/symfony/debug/BufferingLogger.php
-share/glpi/vendor/symfony/debug/CHANGELOG.md
-share/glpi/vendor/symfony/debug/Debug.php
-share/glpi/vendor/symfony/debug/DebugClassLoader.php
-share/glpi/vendor/symfony/debug/ErrorHandler.php
-share/glpi/vendor/symfony/debug/Exception/ClassNotFoundException.php
-share/glpi/vendor/symfony/debug/Exception/ContextErrorException.php
-share/glpi/vendor/symfony/debug/Exception/FatalErrorException.php
-share/glpi/vendor/symfony/debug/Exception/FatalThrowableError.php
-share/glpi/vendor/symfony/debug/Exception/FlattenException.php
-share/glpi/vendor/symfony/debug/Exception/OutOfMemoryException.php
-share/glpi/vendor/symfony/debug/Exception/SilencedErrorContext.php
-share/glpi/vendor/symfony/debug/Exception/UndefinedFunctionException.php
-share/glpi/vendor/symfony/debug/Exception/UndefinedMethodException.php
-share/glpi/vendor/symfony/debug/ExceptionHandler.php
-share/glpi/vendor/symfony/debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php
-share/glpi/vendor/symfony/debug/FatalErrorHandler/FatalErrorHandlerInterface.php
-share/glpi/vendor/symfony/debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php
-share/glpi/vendor/symfony/debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php
-share/glpi/vendor/symfony/debug/LICENSE
-share/glpi/vendor/symfony/debug/README.md
-share/glpi/vendor/symfony/debug/Resources/ext/README.md
-share/glpi/vendor/symfony/debug/Resources/ext/config.m4
-share/glpi/vendor/symfony/debug/Resources/ext/config.w32
-share/glpi/vendor/symfony/debug/Resources/ext/php_symfony_debug.h
-share/glpi/vendor/symfony/debug/Resources/ext/symfony_debug.c
-share/glpi/vendor/symfony/debug/Tests/DebugClassLoaderTest.php
-share/glpi/vendor/symfony/debug/Tests/ErrorHandlerTest.php
-share/glpi/vendor/symfony/debug/Tests/Exception/FlattenExceptionTest.php
-share/glpi/vendor/symfony/debug/Tests/ExceptionHandlerTest.php
-share/glpi/vendor/symfony/debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php
-share/glpi/vendor/symfony/debug/Tests/FatalErrorHandler/UndefinedFunctionFatalErrorHandlerTest.php
-share/glpi/vendor/symfony/debug/Tests/FatalErrorHandler/UndefinedMethodFatalErrorHandlerTest.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/AnnotatedClass.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/ClassAlias.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/DeprecatedClass.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/DeprecatedInterface.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/ExtendedFinalMethod.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/FinalClasses.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/FinalMethod.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/FinalMethod2Trait.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/InternalClass.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/InternalInterface.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/InternalTrait.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/InternalTrait2.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/LoggerThatSetAnErrorHandler.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/NonDeprecatedInterface.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/PEARClass.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/Throwing.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/ToStringThrower.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/TraitWithInternalMethod.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/casemismatch.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/notPsr0Bis.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/psr4/Psr4CaseMismatch.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures/reallyNotPsr0.php
-share/glpi/vendor/symfony/debug/Tests/Fixtures2/RequiredTwice.php
-share/glpi/vendor/symfony/debug/Tests/HeaderMock.php
-share/glpi/vendor/symfony/debug/Tests/MockExceptionHandler.php
-share/glpi/vendor/symfony/debug/Tests/phpt/debug_class_loader.phpt
-share/glpi/vendor/symfony/debug/Tests/phpt/decorate_exception_hander.phpt
-share/glpi/vendor/symfony/debug/Tests/phpt/exception_rethrown.phpt
-share/glpi/vendor/symfony/debug/Tests/phpt/fatal_with_nested_handlers.phpt
+share/glpi/vendor/symfony/console/Tester/Constraint/CommandIsSuccessful.php
+share/glpi/vendor/symfony/console/Tester/TesterTrait.php
+share/glpi/vendor/symfony/console/composer.json
+share/glpi/vendor/symfony/css-selector/CHANGELOG.md
+share/glpi/vendor/symfony/css-selector/CssSelectorConverter.php
+share/glpi/vendor/symfony/css-selector/Exception/ExceptionInterface.php
+share/glpi/vendor/symfony/css-selector/Exception/ExpressionErrorException.php
+share/glpi/vendor/symfony/css-selector/Exception/InternalErrorException.php
+share/glpi/vendor/symfony/css-selector/Exception/ParseException.php
+share/glpi/vendor/symfony/css-selector/Exception/SyntaxErrorException.php
+share/glpi/vendor/symfony/css-selector/LICENSE
+share/glpi/vendor/symfony/css-selector/Node/AbstractNode.php
+share/glpi/vendor/symfony/css-selector/Node/AttributeNode.php
+share/glpi/vendor/symfony/css-selector/Node/ClassNode.php
+share/glpi/vendor/symfony/css-selector/Node/CombinedSelectorNode.php
+share/glpi/vendor/symfony/css-selector/Node/ElementNode.php
+share/glpi/vendor/symfony/css-selector/Node/FunctionNode.php
+share/glpi/vendor/symfony/css-selector/Node/HashNode.php
+share/glpi/vendor/symfony/css-selector/Node/NegationNode.php
+share/glpi/vendor/symfony/css-selector/Node/NodeInterface.php
+share/glpi/vendor/symfony/css-selector/Node/PseudoNode.php
+share/glpi/vendor/symfony/css-selector/Node/SelectorNode.php
+share/glpi/vendor/symfony/css-selector/Node/Specificity.php
+share/glpi/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php
+share/glpi/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php
+share/glpi/vendor/symfony/css-selector/Parser/Handler/HashHandler.php
+share/glpi/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php
+share/glpi/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php
+share/glpi/vendor/symfony/css-selector/Parser/Handler/StringHandler.php
+share/glpi/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php
+share/glpi/vendor/symfony/css-selector/Parser/Parser.php
+share/glpi/vendor/symfony/css-selector/Parser/ParserInterface.php
+share/glpi/vendor/symfony/css-selector/Parser/Reader.php
+share/glpi/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php
+share/glpi/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php
+share/glpi/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php
+share/glpi/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php
+share/glpi/vendor/symfony/css-selector/Parser/Token.php
+share/glpi/vendor/symfony/css-selector/Parser/TokenStream.php
+share/glpi/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php
+share/glpi/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php
+share/glpi/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php
+share/glpi/vendor/symfony/css-selector/README.md
+share/glpi/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php
+share/glpi/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php
+share/glpi/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php
+share/glpi/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php
+share/glpi/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php
+share/glpi/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php
+share/glpi/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php
+share/glpi/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php
+share/glpi/vendor/symfony/css-selector/XPath/Translator.php
+share/glpi/vendor/symfony/css-selector/XPath/TranslatorInterface.php
+share/glpi/vendor/symfony/css-selector/XPath/XPathExpr.php
+share/glpi/vendor/symfony/css-selector/composer.json
+share/glpi/vendor/symfony/deprecation-contracts/CHANGELOG.md
+share/glpi/vendor/symfony/deprecation-contracts/LICENSE
+share/glpi/vendor/symfony/deprecation-contracts/README.md
+share/glpi/vendor/symfony/deprecation-contracts/composer.json
+share/glpi/vendor/symfony/deprecation-contracts/function.php
+share/glpi/vendor/symfony/dom-crawler/AbstractUriElement.php
+share/glpi/vendor/symfony/dom-crawler/CHANGELOG.md
+share/glpi/vendor/symfony/dom-crawler/Crawler.php
+share/glpi/vendor/symfony/dom-crawler/Field/ChoiceFormField.php
+share/glpi/vendor/symfony/dom-crawler/Field/FileFormField.php
+share/glpi/vendor/symfony/dom-crawler/Field/FormField.php
+share/glpi/vendor/symfony/dom-crawler/Field/InputFormField.php
+share/glpi/vendor/symfony/dom-crawler/Field/TextareaFormField.php
+share/glpi/vendor/symfony/dom-crawler/Form.php
+share/glpi/vendor/symfony/dom-crawler/FormFieldRegistry.php
+share/glpi/vendor/symfony/dom-crawler/Image.php
+share/glpi/vendor/symfony/dom-crawler/LICENSE
+share/glpi/vendor/symfony/dom-crawler/Link.php
+share/glpi/vendor/symfony/dom-crawler/README.md
+share/glpi/vendor/symfony/dom-crawler/Test/Constraint/CrawlerSelectorAttributeValueSame.php
+share/glpi/vendor/symfony/dom-crawler/Test/Constraint/CrawlerSelectorExists.php
+share/glpi/vendor/symfony/dom-crawler/Test/Constraint/CrawlerSelectorTextContains.php
+share/glpi/vendor/symfony/dom-crawler/Test/Constraint/CrawlerSelectorTextSame.php
+share/glpi/vendor/symfony/dom-crawler/UriResolver.php
+share/glpi/vendor/symfony/dom-crawler/composer.json
+share/glpi/vendor/symfony/polyfill-ctype/Ctype.php
+share/glpi/vendor/symfony/polyfill-ctype/LICENSE
+share/glpi/vendor/symfony/polyfill-ctype/README.md
+share/glpi/vendor/symfony/polyfill-ctype/bootstrap.php
+share/glpi/vendor/symfony/polyfill-ctype/bootstrap80.php
+share/glpi/vendor/symfony/polyfill-ctype/composer.json
+share/glpi/vendor/symfony/polyfill-iconv/Iconv.php
+share/glpi/vendor/symfony/polyfill-iconv/LICENSE
+share/glpi/vendor/symfony/polyfill-iconv/README.md
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.big5.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp037.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1006.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp1026.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp424.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp437.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp500.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp737.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp775.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp850.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp852.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp855.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp856.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp857.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp860.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp861.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp862.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp863.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp864.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp865.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp866.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp869.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp874.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp875.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp932.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp936.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp949.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.cp950.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-1.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-10.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-11.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-13.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-14.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-15.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-16.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-2.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-3.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-4.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-5.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-6.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-7.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-8.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.iso-8859-9.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-r.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.koi8-u.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.us-ascii.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1250.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1251.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1252.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1253.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1254.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1255.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1256.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1257.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/from.windows-1258.php
+share/glpi/vendor/symfony/polyfill-iconv/Resources/charset/translit.php
+share/glpi/vendor/symfony/polyfill-iconv/bootstrap.php
+share/glpi/vendor/symfony/polyfill-iconv/bootstrap80.php
+share/glpi/vendor/symfony/polyfill-iconv/composer.json
 share/glpi/vendor/symfony/polyfill-mbstring/LICENSE
 share/glpi/vendor/symfony/polyfill-mbstring/Mbstring.php
 share/glpi/vendor/symfony/polyfill-mbstring/README.md
@@ -3045,14 +6067,247 @@ share/glpi/vendor/symfony/polyfill-mbstr
 share/glpi/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
 share/glpi/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
 share/glpi/vendor/symfony/polyfill-mbstring/bootstrap.php
+share/glpi/vendor/symfony/polyfill-mbstring/bootstrap80.php
+share/glpi/vendor/symfony/polyfill-mbstring/composer.json
+share/glpi/vendor/symfony/polyfill-php80/LICENSE
+share/glpi/vendor/symfony/polyfill-php80/Php80.php
+share/glpi/vendor/symfony/polyfill-php80/PhpToken.php
+share/glpi/vendor/symfony/polyfill-php80/README.md
+share/glpi/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
+share/glpi/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php
+share/glpi/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
+share/glpi/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
+share/glpi/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
+share/glpi/vendor/symfony/polyfill-php80/bootstrap.php
+share/glpi/vendor/symfony/polyfill-php80/composer.json
+share/glpi/vendor/symfony/polyfill-php81/LICENSE
+share/glpi/vendor/symfony/polyfill-php81/Php81.php
+share/glpi/vendor/symfony/polyfill-php81/README.md
+share/glpi/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php
+share/glpi/vendor/symfony/polyfill-php81/bootstrap.php
+share/glpi/vendor/symfony/polyfill-php81/composer.json
+share/glpi/vendor/symfony/service-contracts/Attribute/Required.php
+share/glpi/vendor/symfony/service-contracts/Attribute/SubscribedService.php
+share/glpi/vendor/symfony/service-contracts/CHANGELOG.md
+share/glpi/vendor/symfony/service-contracts/LICENSE
+share/glpi/vendor/symfony/service-contracts/README.md
+share/glpi/vendor/symfony/service-contracts/ResetInterface.php
+share/glpi/vendor/symfony/service-contracts/ServiceLocatorTrait.php
+share/glpi/vendor/symfony/service-contracts/ServiceProviderInterface.php
+share/glpi/vendor/symfony/service-contracts/ServiceSubscriberInterface.php
+share/glpi/vendor/symfony/service-contracts/ServiceSubscriberTrait.php
+share/glpi/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php
+share/glpi/vendor/symfony/service-contracts/composer.json
+share/glpi/vendor/symfony/string/AbstractString.php
+share/glpi/vendor/symfony/string/AbstractUnicodeString.php
+share/glpi/vendor/symfony/string/ByteString.php
+share/glpi/vendor/symfony/string/CHANGELOG.md
+share/glpi/vendor/symfony/string/CodePointString.php
+share/glpi/vendor/symfony/string/Exception/ExceptionInterface.php
+share/glpi/vendor/symfony/string/Exception/InvalidArgumentException.php
+share/glpi/vendor/symfony/string/Exception/RuntimeException.php
+share/glpi/vendor/symfony/string/Inflector/EnglishInflector.php
+share/glpi/vendor/symfony/string/Inflector/FrenchInflector.php
+share/glpi/vendor/symfony/string/Inflector/InflectorInterface.php
+share/glpi/vendor/symfony/string/LICENSE
+share/glpi/vendor/symfony/string/LazyString.php
+share/glpi/vendor/symfony/string/README.md
+share/glpi/vendor/symfony/string/Resources/data/wcswidth_table_wide.php
+share/glpi/vendor/symfony/string/Resources/data/wcswidth_table_zero.php
+share/glpi/vendor/symfony/string/Resources/functions.php
+share/glpi/vendor/symfony/string/Slugger/AsciiSlugger.php
+share/glpi/vendor/symfony/string/Slugger/SluggerInterface.php
+share/glpi/vendor/symfony/string/UnicodeString.php
+share/glpi/vendor/symfony/string/composer.json
+share/glpi/vendor/symfony/translation-contracts/CHANGELOG.md
+share/glpi/vendor/symfony/translation-contracts/LICENSE
+share/glpi/vendor/symfony/translation-contracts/LocaleAwareInterface.php
+share/glpi/vendor/symfony/translation-contracts/README.md
+share/glpi/vendor/symfony/translation-contracts/Test/TranslatorTest.php
+share/glpi/vendor/symfony/translation-contracts/TranslatableInterface.php
+share/glpi/vendor/symfony/translation-contracts/TranslatorInterface.php
+share/glpi/vendor/symfony/translation-contracts/TranslatorTrait.php
+share/glpi/vendor/symfony/translation-contracts/composer.json
+share/glpi/vendor/symfony/var-exporter/CHANGELOG.md
+share/glpi/vendor/symfony/var-exporter/Exception/ClassNotFoundException.php
+share/glpi/vendor/symfony/var-exporter/Exception/ExceptionInterface.php
+share/glpi/vendor/symfony/var-exporter/Exception/NotInstantiableTypeException.php
+share/glpi/vendor/symfony/var-exporter/Instantiator.php
+share/glpi/vendor/symfony/var-exporter/Internal/Exporter.php
+share/glpi/vendor/symfony/var-exporter/Internal/Hydrator.php
+share/glpi/vendor/symfony/var-exporter/Internal/Reference.php
+share/glpi/vendor/symfony/var-exporter/Internal/Registry.php
+share/glpi/vendor/symfony/var-exporter/Internal/Values.php
+share/glpi/vendor/symfony/var-exporter/LICENSE
+share/glpi/vendor/symfony/var-exporter/README.md
+share/glpi/vendor/symfony/var-exporter/VarExporter.php
+share/glpi/vendor/symfony/var-exporter/composer.json
 share/glpi/vendor/tecnickcom/tcpdf/CHANGELOG.TXT
 share/glpi/vendor/tecnickcom/tcpdf/LICENSE.TXT
 share/glpi/vendor/tecnickcom/tcpdf/README.md
 share/glpi/vendor/tecnickcom/tcpdf/VERSION
+share/glpi/vendor/tecnickcom/tcpdf/composer.json
 share/glpi/vendor/tecnickcom/tcpdf/config/tcpdf_config.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_html.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_png.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_svg.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_1d_svgi.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_html.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_png.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_svg.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_datamatrix_svgi.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_html.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_png.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_svg.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_pdf417_svgi.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_html.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_png.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_svg.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/example_2d_qrcode_svgi.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/tcpdf_barcodes_1d_include.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/barcodes/tcpdf_barcodes_2d_include.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/config/tcpdf_config_alt.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/data/cert/tcpdf.crt
+share/glpi/vendor/tecnickcom/tcpdf/examples/data/cert/tcpdf.fdf
+share/glpi/vendor/tecnickcom/tcpdf/examples/data/cert/tcpdf.p12
+share/glpi/vendor/tecnickcom/tcpdf/examples/data/chapter_demo_1.txt
+share/glpi/vendor/tecnickcom/tcpdf/examples/data/chapter_demo_2.txt
+share/glpi/vendor/tecnickcom/tcpdf/examples/data/table_data_demo.txt
+share/glpi/vendor/tecnickcom/tcpdf/examples/data/utf8test.txt
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_001.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_002.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_003.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_004.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_005.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_006.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_007.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_008.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_009.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_010.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_011.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_012.pdf
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_012.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_013.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_014.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_015.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_016.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_017.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_018.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_019.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_020.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_021.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_022.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_023.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_024.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_025.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_026.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_027.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_028.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_029.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_030.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_031.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_032.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_033.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_034.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_035.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_036.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_037.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_038.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_039.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_040.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_041.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_042.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_043.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_044.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_045.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_046.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_047.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_048.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_049.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_050.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_051.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_052.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_053.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_054.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_055.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_056.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_057.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_058.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_059.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_060.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_061.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_062.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_063.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_064.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_065.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/example_066.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/images/_blank.png
+share/glpi/vendor/tecnickcom/tcpdf/examples/images/alpha.png
+share/glpi/vendor/tecnickcom/tcpdf/examples/images/image_demo.jpg
+share/glpi/vendor/tecnickcom/tcpdf/examples/images/image_with_alpha.png
+share/glpi/vendor/tecnickcom/tcpdf/examples/images/img.png
+share/glpi/vendor/tecnickcom/tcpdf/examples/images/logo_example.gif
+share/glpi/vendor/tecnickcom/tcpdf/examples/images/logo_example.jpg
+share/glpi/vendor/tecnickcom/tcpdf/examples/images/logo_example.png
+share/glpi/vendor/tecnickcom/tcpdf/examples/images/tcpdf_box.ai
+share/glpi/vendor/tecnickcom/tcpdf/examples/images/tcpdf_box.svg
+share/glpi/vendor/tecnickcom/tcpdf/examples/images/tcpdf_cell.png
+share/glpi/vendor/tecnickcom/tcpdf/examples/images/tcpdf_logo.jpg
+share/glpi/vendor/tecnickcom/tcpdf/examples/images/tcpdf_signature.png
+share/glpi/vendor/tecnickcom/tcpdf/examples/images/testsvg.svg
+share/glpi/vendor/tecnickcom/tcpdf/examples/images/tux.svg
+share/glpi/vendor/tecnickcom/tcpdf/examples/index.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/afr.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/ara.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/aze.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/bel.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/bra.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/bul.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/cat.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/ces.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/chi.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/cym.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/dan.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/eng.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/est.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/eus.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/far.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/fra.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/ger.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/gle.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/glg.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/hat.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/heb.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/hrv.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/hun.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/hye.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/ind.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/ita.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/jpn.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/kat.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/kor.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/mkd.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/mlt.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/msa.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/nld.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/nob.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/pol.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/por.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/ron.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/rus.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/slv.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/spa.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/sqi.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/srp.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/swa.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/swe.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/ukr.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/urd.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/yid.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/lang/zho.php
+share/glpi/vendor/tecnickcom/tcpdf/examples/tcpdf_include.php
 share/glpi/vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/COPYING
 share/glpi/vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/ChangeLog
-share/glpi/vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/ChangeLog.9745.BAK
 share/glpi/vendor/tecnickcom/tcpdf/fonts/ae_fonts_2.0/README
 share/glpi/vendor/tecnickcom/tcpdf/fonts/aealarabiya.ctg.z
 share/glpi/vendor/tecnickcom/tcpdf/fonts/aealarabiya.php
@@ -3074,7 +6329,6 @@ share/glpi/vendor/tecnickcom/tcpdf/fonts
 share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/NEWS
 share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/README
 share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/langcover.txt
-share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/status.txt
 share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.33/unicover.txt
 share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/AUTHORS
 share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/BUGS
@@ -3082,7 +6336,6 @@ share/glpi/vendor/tecnickcom/tcpdf/fonts
 share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/NEWS
 share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/README
 share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/langcover.txt
-share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/status.txt
 share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavu-fonts-ttf-2.34/unicover.txt
 share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusans.ctg.z
 share/glpi/vendor/tecnickcom/tcpdf/fonts/dejavusans.php
@@ -3157,7 +6410,6 @@ share/glpi/vendor/tecnickcom/tcpdf/fonts
 share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/COPYING
 share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/CREDITS
 share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/ChangeLog
-share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/ChangeLog.10070.BAK
 share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/INSTALL
 share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/README
 share/glpi/vendor/tecnickcom/tcpdf/fonts/freefont-20120503/TROUBLESHOOTING
@@ -3267,570 +6519,252 @@ share/glpi/vendor/tecnickcom/tcpdf/tools
 share/glpi/vendor/true/punycode/CHANGELOG.md
 share/glpi/vendor/true/punycode/LICENSE
 share/glpi/vendor/true/punycode/README.md
+share/glpi/vendor/true/punycode/composer.json
 share/glpi/vendor/true/punycode/src/Exception/DomainOutOfBoundsException.php
 share/glpi/vendor/true/punycode/src/Exception/LabelOutOfBoundsException.php
 share/glpi/vendor/true/punycode/src/Exception/OutOfBoundsException.php
 share/glpi/vendor/true/punycode/src/Punycode.php
-share/glpi/vendor/zendframework/zend-cache/CHANGELOG.md
-share/glpi/vendor/zendframework/zend-cache/LICENSE.md
-share/glpi/vendor/zendframework/zend-cache/README.md
-share/glpi/vendor/zendframework/zend-cache/autoload/patternPluginManagerPolyfill.php
-share/glpi/vendor/zendframework/zend-cache/src/ConfigProvider.php
-share/glpi/vendor/zendframework/zend-cache/src/Exception/BadMethodCallException.php
-share/glpi/vendor/zendframework/zend-cache/src/Exception/ExceptionInterface.php
-share/glpi/vendor/zendframework/zend-cache/src/Exception/ExtensionNotLoadedException.php
-share/glpi/vendor/zendframework/zend-cache/src/Exception/InvalidArgumentException.php
-share/glpi/vendor/zendframework/zend-cache/src/Exception/LogicException.php
-share/glpi/vendor/zendframework/zend-cache/src/Exception/MissingDependencyException.php
-share/glpi/vendor/zendframework/zend-cache/src/Exception/MissingKeyException.php
-share/glpi/vendor/zendframework/zend-cache/src/Exception/OutOfSpaceException.php
-share/glpi/vendor/zendframework/zend-cache/src/Exception/RuntimeException.php
-share/glpi/vendor/zendframework/zend-cache/src/Exception/UnexpectedValueException.php
-share/glpi/vendor/zendframework/zend-cache/src/Exception/UnsupportedMethodCallException.php
-share/glpi/vendor/zendframework/zend-cache/src/Module.php
-share/glpi/vendor/zendframework/zend-cache/src/Pattern/AbstractPattern.php
-share/glpi/vendor/zendframework/zend-cache/src/Pattern/CallbackCache.php
-share/glpi/vendor/zendframework/zend-cache/src/Pattern/CaptureCache.php
-share/glpi/vendor/zendframework/zend-cache/src/Pattern/ClassCache.php
-share/glpi/vendor/zendframework/zend-cache/src/Pattern/ObjectCache.php
-share/glpi/vendor/zendframework/zend-cache/src/Pattern/OutputCache.php
-share/glpi/vendor/zendframework/zend-cache/src/Pattern/PatternInterface.php
-share/glpi/vendor/zendframework/zend-cache/src/Pattern/PatternOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/PatternFactory.php
-share/glpi/vendor/zendframework/zend-cache/src/PatternPluginManager/PatternPluginManagerTrait.php
-share/glpi/vendor/zendframework/zend-cache/src/PatternPluginManager/PatternPluginManagerV2Polyfill.php
-share/glpi/vendor/zendframework/zend-cache/src/PatternPluginManager/PatternPluginManagerV3Polyfill.php
-share/glpi/vendor/zendframework/zend-cache/src/Psr/CacheItemPool/CacheException.php
-share/glpi/vendor/zendframework/zend-cache/src/Psr/CacheItemPool/CacheItem.php
-share/glpi/vendor/zendframework/zend-cache/src/Psr/CacheItemPool/CacheItemPoolDecorator.php
-share/glpi/vendor/zendframework/zend-cache/src/Psr/CacheItemPool/InvalidArgumentException.php
-share/glpi/vendor/zendframework/zend-cache/src/Psr/SerializationTrait.php
-share/glpi/vendor/zendframework/zend-cache/src/Psr/SimpleCache/SimpleCacheDecorator.php
-share/glpi/vendor/zendframework/zend-cache/src/Psr/SimpleCache/SimpleCacheException.php
-share/glpi/vendor/zendframework/zend-cache/src/Psr/SimpleCache/SimpleCacheInvalidArgumentException.php
-share/glpi/vendor/zendframework/zend-cache/src/Service/PatternPluginManagerFactory.php
-share/glpi/vendor/zendframework/zend-cache/src/Service/PluginManagerLookupTrait.php
-share/glpi/vendor/zendframework/zend-cache/src/Service/StorageAdapterPluginManagerFactory.php
-share/glpi/vendor/zendframework/zend-cache/src/Service/StorageCacheAbstractServiceFactory.php
-share/glpi/vendor/zendframework/zend-cache/src/Service/StorageCacheFactory.php
-share/glpi/vendor/zendframework/zend-cache/src/Service/StoragePluginManagerFactory.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/AbstractAdapter.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/AbstractZendServer.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/AdapterOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Apc.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/ApcIterator.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/ApcOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Apcu.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/ApcuIterator.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/ApcuOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/BlackHole.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Dba.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/DbaIterator.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/DbaOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/ExtMongoDb.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/ExtMongoDbOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/ExtMongoDbResourceManager.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Filesystem.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/FilesystemIterator.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/FilesystemOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/KeyListIterator.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Memcache.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcacheOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcacheResourceManager.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Memcached.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcachedOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MemcachedResourceManager.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Memory.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MemoryOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDb.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDbOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/MongoDbResourceManager.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Redis.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/RedisOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/RedisResourceManager.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/Session.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/SessionOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/WinCache.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/WinCacheOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/XCache.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/XCacheOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/ZendServerDisk.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Adapter/ZendServerShm.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/AdapterPluginManager.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/AvailableSpaceCapableInterface.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Capabilities.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/ClearByNamespaceInterface.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/ClearByPrefixInterface.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/ClearExpiredInterface.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Event.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/ExceptionEvent.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/FlushableInterface.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/IterableInterface.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/IteratorInterface.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/OptimizableInterface.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/AbstractPlugin.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/ClearExpiredByFactor.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/ExceptionHandler.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/IgnoreUserAbort.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/OptimizeByFactor.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/PluginInterface.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/PluginOptions.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/Plugin/Serializer.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/PluginManager.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/PostEvent.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/StorageInterface.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/TaggableInterface.php
-share/glpi/vendor/zendframework/zend-cache/src/Storage/TotalSpaceCapableInterface.php
-share/glpi/vendor/zendframework/zend-cache/src/StorageFactory.php
-share/glpi/vendor/zendframework/zend-eventmanager/CHANGELOG.md
-share/glpi/vendor/zendframework/zend-eventmanager/CONDUCT.md
-share/glpi/vendor/zendframework/zend-eventmanager/CONTRIBUTING.md
-share/glpi/vendor/zendframework/zend-eventmanager/LICENSE.md
-share/glpi/vendor/zendframework/zend-eventmanager/README.md
-share/glpi/vendor/zendframework/zend-eventmanager/src/AbstractListenerAggregate.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/Event.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/EventInterface.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/EventManager.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/EventManagerAwareInterface.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/EventManagerAwareTrait.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/EventManagerInterface.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/EventsCapableInterface.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/Exception/DomainException.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/Exception/ExceptionInterface.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/Exception/InvalidArgumentException.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/Exception/InvalidCallbackException.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/Exception/RuntimeException.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/Filter/FilterInterface.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/Filter/FilterIterator.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/FilterChain.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/LazyEventListener.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/LazyListener.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/LazyListenerAggregate.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/ListenerAggregateInterface.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/ListenerAggregateTrait.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/ResponseCollection.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/SharedEventManager.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/SharedEventManagerInterface.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/SharedEventsCapableInterface.php
-share/glpi/vendor/zendframework/zend-eventmanager/src/Test/EventListenerIntrospectionTrait.php
-share/glpi/vendor/zendframework/zend-i18n/CHANGELOG.md
-share/glpi/vendor/zendframework/zend-i18n/LICENSE.md
-share/glpi/vendor/zendframework/zend-i18n/README.md
-share/glpi/vendor/zendframework/zend-i18n/src/ConfigProvider.php
-share/glpi/vendor/zendframework/zend-i18n/src/Exception/ExceptionInterface.php
-share/glpi/vendor/zendframework/zend-i18n/src/Exception/ExtensionNotLoadedException.php
-share/glpi/vendor/zendframework/zend-i18n/src/Exception/InvalidArgumentException.php
-share/glpi/vendor/zendframework/zend-i18n/src/Exception/OutOfBoundsException.php
-share/glpi/vendor/zendframework/zend-i18n/src/Exception/ParseException.php
-share/glpi/vendor/zendframework/zend-i18n/src/Exception/RangeException.php
-share/glpi/vendor/zendframework/zend-i18n/src/Exception/RuntimeException.php
-share/glpi/vendor/zendframework/zend-i18n/src/Filter/AbstractLocale.php
-share/glpi/vendor/zendframework/zend-i18n/src/Filter/Alnum.php
-share/glpi/vendor/zendframework/zend-i18n/src/Filter/Alpha.php
-share/glpi/vendor/zendframework/zend-i18n/src/Filter/NumberFormat.php
-share/glpi/vendor/zendframework/zend-i18n/src/Filter/NumberParse.php
-share/glpi/vendor/zendframework/zend-i18n/src/Module.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/Loader/AbstractFileLoader.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/Loader/FileLoaderInterface.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/Loader/Gettext.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/Loader/Ini.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/Loader/PhpArray.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/Loader/PhpMemoryArray.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/Loader/RemoteLoaderInterface.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/LoaderPluginManager.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/LoaderPluginManagerFactory.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/Plural/Parser.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/Plural/Rule.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/Plural/Symbol.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/TextDomain.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/Translator.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/TranslatorAwareInterface.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/TranslatorAwareTrait.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/TranslatorInterface.php
-share/glpi/vendor/zendframework/zend-i18n/src/Translator/TranslatorServiceFactory.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/Alnum.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/Alpha.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/DateTime.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/Float.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/Int.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/IsFloat.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/IsInt.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AC.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AD.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AE.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AF.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AG.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AI.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AL.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AM.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AO.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AR.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AS.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AT.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AU.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AW.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AX.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/AZ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BA.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BB.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BD.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BE.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BF.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BG.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BH.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BI.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BJ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BL.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BM.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BN.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BO.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BQ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BR.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BS.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BT.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BW.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BY.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/BZ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CA.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CC.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CD.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CF.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CG.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CH.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CI.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CK.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CL.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CM.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CN.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CO.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CR.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CU.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CV.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CW.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CX.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CY.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/CZ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DE.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DJ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DK.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DM.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DO.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/DZ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EC.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EE.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EG.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/EH.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ER.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ES.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ET.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/FI.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/FJ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/FK.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/FM.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/FO.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/FR.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GA.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GB.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GD.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GE.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GF.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GG.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GH.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GI.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GL.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GM.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GN.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GP.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GQ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GR.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GT.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GU.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GW.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/GY.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/HK.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/HN.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/HR.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/HT.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/HU.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ID.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IE.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IL.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IM.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IN.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IO.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IQ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IR.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IS.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/IT.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/JE.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/JM.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/JO.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/JP.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KE.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KG.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KH.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KI.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KM.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KN.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KP.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KR.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KW.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KY.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/KZ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LA.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LB.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LC.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LI.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LK.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LR.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LS.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LT.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LU.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LV.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/LY.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MA.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MC.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MD.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ME.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MF.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MG.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MH.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MK.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ML.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MM.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MN.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MO.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MP.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MQ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MR.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MS.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MT.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MU.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MV.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MW.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MX.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MY.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/MZ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NA.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NC.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NE.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NF.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NG.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NI.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NL.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NO.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NP.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NR.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NU.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/NZ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/OM.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PA.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PE.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PF.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PG.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PH.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PK.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PL.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PM.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PR.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PS.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PT.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PW.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/PY.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/QA.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/RE.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/RO.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/RS.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/RU.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/RW.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SA.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SB.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SC.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SD.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SE.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SG.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SH.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SI.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SJ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SK.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SL.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SM.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SN.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SO.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SR.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SS.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ST.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SV.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SX.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SY.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/SZ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TC.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TD.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TG.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TH.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TJ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TK.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TL.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TM.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TN.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TO.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TR.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TT.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TV.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TW.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/TZ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/UA.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/UG.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/US.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/UY.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/UZ.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/VA.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/VC.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/VE.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/VG.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/VI.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/VN.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/VU.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/WF.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/WS.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/XK.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/YE.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/YT.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ZA.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ZM.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PhoneNumber/ZW.php
-share/glpi/vendor/zendframework/zend-i18n/src/Validator/PostCode.php
-share/glpi/vendor/zendframework/zend-i18n/src/View/Helper/AbstractTranslatorHelper.php
-share/glpi/vendor/zendframework/zend-i18n/src/View/Helper/CurrencyFormat.php
-share/glpi/vendor/zendframework/zend-i18n/src/View/Helper/DateFormat.php
-share/glpi/vendor/zendframework/zend-i18n/src/View/Helper/NumberFormat.php
-share/glpi/vendor/zendframework/zend-i18n/src/View/Helper/Plural.php
-share/glpi/vendor/zendframework/zend-i18n/src/View/Helper/Translate.php
-share/glpi/vendor/zendframework/zend-i18n/src/View/Helper/TranslatePlural.php
-share/glpi/vendor/zendframework/zend-i18n/src/View/HelperConfig.php
-share/glpi/vendor/zendframework/zend-i18n/src/View/HelperTrait.php
-share/glpi/vendor/zendframework/zend-json/CHANGELOG.md
-share/glpi/vendor/zendframework/zend-json/LICENSE.md
-share/glpi/vendor/zendframework/zend-json/README.md
-share/glpi/vendor/zendframework/zend-json/src/Decoder.php
-share/glpi/vendor/zendframework/zend-json/src/Encoder.php
-share/glpi/vendor/zendframework/zend-json/src/Exception/BadMethodCallException.php
-share/glpi/vendor/zendframework/zend-json/src/Exception/ExceptionInterface.php
-share/glpi/vendor/zendframework/zend-json/src/Exception/InvalidArgumentException.php
-share/glpi/vendor/zendframework/zend-json/src/Exception/RecursionException.php
-share/glpi/vendor/zendframework/zend-json/src/Exception/RuntimeException.php
-share/glpi/vendor/zendframework/zend-json/src/Expr.php
-share/glpi/vendor/zendframework/zend-json/src/Json.php
-share/glpi/vendor/zendframework/zend-serializer/CHANGELOG.md
-share/glpi/vendor/zendframework/zend-serializer/LICENSE.md
-share/glpi/vendor/zendframework/zend-serializer/README.md
-share/glpi/vendor/zendframework/zend-serializer/src/Adapter/AbstractAdapter.php
-share/glpi/vendor/zendframework/zend-serializer/src/Adapter/AdapterInterface.php
-share/glpi/vendor/zendframework/zend-serializer/src/Adapter/AdapterOptions.php
-share/glpi/vendor/zendframework/zend-serializer/src/Adapter/IgBinary.php
-share/glpi/vendor/zendframework/zend-serializer/src/Adapter/Json.php
-share/glpi/vendor/zendframework/zend-serializer/src/Adapter/JsonOptions.php
-share/glpi/vendor/zendframework/zend-serializer/src/Adapter/MsgPack.php
-share/glpi/vendor/zendframework/zend-serializer/src/Adapter/PhpCode.php
-share/glpi/vendor/zendframework/zend-serializer/src/Adapter/PhpSerialize.php
-share/glpi/vendor/zendframework/zend-serializer/src/Adapter/PhpSerializeOptions.php
-share/glpi/vendor/zendframework/zend-serializer/src/Adapter/PythonPickle.php
-share/glpi/vendor/zendframework/zend-serializer/src/Adapter/PythonPickleOptions.php
-share/glpi/vendor/zendframework/zend-serializer/src/Adapter/Wddx.php
-share/glpi/vendor/zendframework/zend-serializer/src/Adapter/WddxOptions.php
-share/glpi/vendor/zendframework/zend-serializer/src/AdapterPluginManager.php
-share/glpi/vendor/zendframework/zend-serializer/src/AdapterPluginManagerFactory.php
-share/glpi/vendor/zendframework/zend-serializer/src/ConfigProvider.php
-share/glpi/vendor/zendframework/zend-serializer/src/Exception/ExceptionInterface.php
-share/glpi/vendor/zendframework/zend-serializer/src/Exception/ExtensionNotLoadedException.php
-share/glpi/vendor/zendframework/zend-serializer/src/Exception/InvalidArgumentException.php
-share/glpi/vendor/zendframework/zend-serializer/src/Exception/RuntimeException.php
-share/glpi/vendor/zendframework/zend-serializer/src/Module.php
-share/glpi/vendor/zendframework/zend-serializer/src/Serializer.php
-share/glpi/vendor/zendframework/zend-servicemanager/CHANGELOG.md
-share/glpi/vendor/zendframework/zend-servicemanager/LICENSE.md
-share/glpi/vendor/zendframework/zend-servicemanager/README.md
-share/glpi/vendor/zendframework/zend-servicemanager/bin/generate-deps-for-config-factory
-share/glpi/vendor/zendframework/zend-servicemanager/bin/generate-factory-for-class
-share/glpi/vendor/zendframework/zend-servicemanager/src/AbstractFactory/ConfigAbstractFactory.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/AbstractFactory/ReflectionBasedAbstractFactory.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/AbstractFactoryInterface.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/AbstractPluginManager.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Config.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/ConfigInterface.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/DelegatorFactoryInterface.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/ContainerModificationsNotAllowedException.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/CyclicAliasException.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/ExceptionInterface.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/InvalidArgumentException.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/InvalidServiceException.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/ServiceNotCreatedException.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Exception/ServiceNotFoundException.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Factory/AbstractFactoryInterface.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Factory/DelegatorFactoryInterface.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Factory/FactoryInterface.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Factory/InvokableFactory.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/FactoryInterface.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Initializer/InitializerInterface.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/InitializerInterface.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/PluginManagerInterface.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Proxy/LazyServiceFactory.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/PsrContainerDecorator.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/ServiceLocatorInterface.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/ServiceManager.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Test/CommonPluginManagerTrait.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Tool/ConfigDumper.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Tool/ConfigDumperCommand.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Tool/FactoryCreator.php
-share/glpi/vendor/zendframework/zend-servicemanager/src/Tool/FactoryCreatorCommand.php
-share/glpi/vendor/zendframework/zend-stdlib/CHANGELOG.md
-share/glpi/vendor/zendframework/zend-stdlib/LICENSE.md
-share/glpi/vendor/zendframework/zend-stdlib/README.md
-share/glpi/vendor/zendframework/zend-stdlib/src/AbstractOptions.php
-share/glpi/vendor/zendframework/zend-stdlib/src/ArrayObject.php
-share/glpi/vendor/zendframework/zend-stdlib/src/ArraySerializableInterface.php
-share/glpi/vendor/zendframework/zend-stdlib/src/ArrayStack.php
-share/glpi/vendor/zendframework/zend-stdlib/src/ArrayUtils.php
-share/glpi/vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeRemoveKey.php
-share/glpi/vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKey.php
-share/glpi/vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKeyInterface.php
-share/glpi/vendor/zendframework/zend-stdlib/src/ConsoleHelper.php
-share/glpi/vendor/zendframework/zend-stdlib/src/DispatchableInterface.php
-share/glpi/vendor/zendframework/zend-stdlib/src/ErrorHandler.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Exception/BadMethodCallException.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Exception/DomainException.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Exception/ExceptionInterface.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Exception/ExtensionNotLoadedException.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Exception/InvalidArgumentException.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Exception/LogicException.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Exception/RuntimeException.php
-share/glpi/vendor/zendframework/zend-stdlib/src/FastPriorityQueue.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Glob.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Guard/AllGuardsTrait.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Guard/ArrayOrTraversableGuardTrait.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Guard/EmptyGuardTrait.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Guard/NullGuardTrait.php
-share/glpi/vendor/zendframework/zend-stdlib/src/InitializableInterface.php
-share/glpi/vendor/zendframework/zend-stdlib/src/JsonSerializable.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Message.php
-share/glpi/vendor/zendframework/zend-stdlib/src/MessageInterface.php
-share/glpi/vendor/zendframework/zend-stdlib/src/ParameterObjectInterface.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Parameters.php
-share/glpi/vendor/zendframework/zend-stdlib/src/ParametersInterface.php
-share/glpi/vendor/zendframework/zend-stdlib/src/PriorityList.php
-share/glpi/vendor/zendframework/zend-stdlib/src/PriorityQueue.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Request.php
-share/glpi/vendor/zendframework/zend-stdlib/src/RequestInterface.php
-share/glpi/vendor/zendframework/zend-stdlib/src/Response.php
-share/glpi/vendor/zendframework/zend-stdlib/src/ResponseInterface.php
-share/glpi/vendor/zendframework/zend-stdlib/src/SplPriorityQueue.php
-share/glpi/vendor/zendframework/zend-stdlib/src/SplQueue.php
-share/glpi/vendor/zendframework/zend-stdlib/src/SplStack.php
-share/glpi/vendor/zendframework/zend-stdlib/src/StringUtils.php
-share/glpi/vendor/zendframework/zend-stdlib/src/StringWrapper/AbstractStringWrapper.php
-share/glpi/vendor/zendframework/zend-stdlib/src/StringWrapper/Iconv.php
-share/glpi/vendor/zendframework/zend-stdlib/src/StringWrapper/Intl.php
-share/glpi/vendor/zendframework/zend-stdlib/src/StringWrapper/MbString.php
-share/glpi/vendor/zendframework/zend-stdlib/src/StringWrapper/Native.php
-share/glpi/vendor/zendframework/zend-stdlib/src/StringWrapper/StringWrapperInterface.php
+share/glpi/vendor/twig/string-extra/LICENSE
+share/glpi/vendor/twig/string-extra/README.md
+share/glpi/vendor/twig/string-extra/StringExtension.php
+share/glpi/vendor/twig/string-extra/composer.json
+share/glpi/vendor/twig/twig/CHANGELOG
+share/glpi/vendor/twig/twig/LICENSE
+share/glpi/vendor/twig/twig/README.rst
+share/glpi/vendor/twig/twig/composer.json
+share/glpi/vendor/twig/twig/src/Cache/CacheInterface.php
+share/glpi/vendor/twig/twig/src/Cache/FilesystemCache.php
+share/glpi/vendor/twig/twig/src/Cache/NullCache.php
+share/glpi/vendor/twig/twig/src/Compiler.php
+share/glpi/vendor/twig/twig/src/Environment.php
+share/glpi/vendor/twig/twig/src/Error/Error.php
+share/glpi/vendor/twig/twig/src/Error/LoaderError.php
+share/glpi/vendor/twig/twig/src/Error/RuntimeError.php
+share/glpi/vendor/twig/twig/src/Error/SyntaxError.php
+share/glpi/vendor/twig/twig/src/ExpressionParser.php
+share/glpi/vendor/twig/twig/src/Extension/AbstractExtension.php
+share/glpi/vendor/twig/twig/src/Extension/CoreExtension.php
+share/glpi/vendor/twig/twig/src/Extension/DebugExtension.php
+share/glpi/vendor/twig/twig/src/Extension/EscaperExtension.php
+share/glpi/vendor/twig/twig/src/Extension/ExtensionInterface.php
+share/glpi/vendor/twig/twig/src/Extension/GlobalsInterface.php
+share/glpi/vendor/twig/twig/src/Extension/OptimizerExtension.php
+share/glpi/vendor/twig/twig/src/Extension/ProfilerExtension.php
+share/glpi/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php
+share/glpi/vendor/twig/twig/src/Extension/SandboxExtension.php
+share/glpi/vendor/twig/twig/src/Extension/StagingExtension.php
+share/glpi/vendor/twig/twig/src/Extension/StringLoaderExtension.php
+share/glpi/vendor/twig/twig/src/ExtensionSet.php
+share/glpi/vendor/twig/twig/src/FileExtensionEscapingStrategy.php
+share/glpi/vendor/twig/twig/src/Lexer.php
+share/glpi/vendor/twig/twig/src/Loader/ArrayLoader.php
+share/glpi/vendor/twig/twig/src/Loader/ChainLoader.php
+share/glpi/vendor/twig/twig/src/Loader/FilesystemLoader.php
+share/glpi/vendor/twig/twig/src/Loader/LoaderInterface.php
+share/glpi/vendor/twig/twig/src/Markup.php
+share/glpi/vendor/twig/twig/src/Node/AutoEscapeNode.php
+share/glpi/vendor/twig/twig/src/Node/BlockNode.php
+share/glpi/vendor/twig/twig/src/Node/BlockReferenceNode.php
+share/glpi/vendor/twig/twig/src/Node/BodyNode.php
+share/glpi/vendor/twig/twig/src/Node/CheckSecurityCallNode.php
+share/glpi/vendor/twig/twig/src/Node/CheckSecurityNode.php
+share/glpi/vendor/twig/twig/src/Node/CheckToStringNode.php
+share/glpi/vendor/twig/twig/src/Node/DeprecatedNode.php
+share/glpi/vendor/twig/twig/src/Node/DoNode.php
+share/glpi/vendor/twig/twig/src/Node/EmbedNode.php
+share/glpi/vendor/twig/twig/src/Node/Expression/AbstractExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/ArrayExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/CallExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/ConstantExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php
+share/glpi/vendor/twig/twig/src/Node/Expression/FilterExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/FunctionExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/InlinePrint.php
+share/glpi/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/NameExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/ParentExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/TempNameExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Test/NullTest.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Test/OddTest.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php
+share/glpi/vendor/twig/twig/src/Node/Expression/TestExpression.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php
+share/glpi/vendor/twig/twig/src/Node/Expression/VariadicExpression.php
+share/glpi/vendor/twig/twig/src/Node/FlushNode.php
+share/glpi/vendor/twig/twig/src/Node/ForLoopNode.php
+share/glpi/vendor/twig/twig/src/Node/ForNode.php
+share/glpi/vendor/twig/twig/src/Node/IfNode.php
+share/glpi/vendor/twig/twig/src/Node/ImportNode.php
+share/glpi/vendor/twig/twig/src/Node/IncludeNode.php
+share/glpi/vendor/twig/twig/src/Node/MacroNode.php
+share/glpi/vendor/twig/twig/src/Node/ModuleNode.php
+share/glpi/vendor/twig/twig/src/Node/Node.php
+share/glpi/vendor/twig/twig/src/Node/NodeCaptureInterface.php
+share/glpi/vendor/twig/twig/src/Node/NodeOutputInterface.php
+share/glpi/vendor/twig/twig/src/Node/PrintNode.php
+share/glpi/vendor/twig/twig/src/Node/SandboxNode.php
+share/glpi/vendor/twig/twig/src/Node/SetNode.php
+share/glpi/vendor/twig/twig/src/Node/TextNode.php
+share/glpi/vendor/twig/twig/src/Node/WithNode.php
+share/glpi/vendor/twig/twig/src/NodeTraverser.php
+share/glpi/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php
+share/glpi/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php
+share/glpi/vendor/twig/twig/src/NodeVisitor/MacroAutoImportNodeVisitor.php
+share/glpi/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php
+share/glpi/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php
+share/glpi/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php
+share/glpi/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php
+share/glpi/vendor/twig/twig/src/Parser.php
+share/glpi/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php
+share/glpi/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php
+share/glpi/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php
+share/glpi/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php
+share/glpi/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php
+share/glpi/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php
+share/glpi/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php
+share/glpi/vendor/twig/twig/src/Profiler/Profile.php
+share/glpi/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php
+share/glpi/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php
+share/glpi/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php
+share/glpi/vendor/twig/twig/src/Sandbox/SecurityError.php
+share/glpi/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php
+share/glpi/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php
+share/glpi/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php
+share/glpi/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php
+share/glpi/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php
+share/glpi/vendor/twig/twig/src/Sandbox/SecurityPolicy.php
+share/glpi/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php
+share/glpi/vendor/twig/twig/src/Source.php
+share/glpi/vendor/twig/twig/src/Template.php
+share/glpi/vendor/twig/twig/src/TemplateWrapper.php
+share/glpi/vendor/twig/twig/src/Test/IntegrationTestCase.php
+share/glpi/vendor/twig/twig/src/Test/NodeTestCase.php
+share/glpi/vendor/twig/twig/src/Token.php
+share/glpi/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/BlockTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/DoTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/FlushTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/ForTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/FromTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/IfTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/ImportTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/MacroTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/SetTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/TokenParserInterface.php
+share/glpi/vendor/twig/twig/src/TokenParser/UseTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenParser/WithTokenParser.php
+share/glpi/vendor/twig/twig/src/TokenStream.php
+share/glpi/vendor/twig/twig/src/TwigFilter.php
+share/glpi/vendor/twig/twig/src/TwigFunction.php
+share/glpi/vendor/twig/twig/src/TwigTest.php
+share/glpi/vendor/twig/twig/src/Util/DeprecationCollector.php
+share/glpi/vendor/twig/twig/src/Util/TemplateDirIterator.php
+share/glpi/vendor/wapmorgan/unified-archive/CHANGELOG.md
+share/glpi/vendor/wapmorgan/unified-archive/LICENSE
+share/glpi/vendor/wapmorgan/unified-archive/README.md
+share/glpi/vendor/wapmorgan/unified-archive/_config.yml
+share/glpi/vendor/wapmorgan/unified-archive/bin/cam
+share/glpi/vendor/wapmorgan/unified-archive/composer.json
+share/glpi/vendor/wapmorgan/unified-archive/docs/API.md
+share/glpi/vendor/wapmorgan/unified-archive/docs/Drivers.md
+share/glpi/vendor/wapmorgan/unified-archive/docs/Usage.md
+share/glpi/vendor/wapmorgan/unified-archive/phpunit.xml.dist
+share/glpi/vendor/wapmorgan/unified-archive/src/Archive7z.php
+share/glpi/vendor/wapmorgan/unified-archive/src/ArchiveEntry.php
+share/glpi/vendor/wapmorgan/unified-archive/src/ArchiveInformation.php
+share/glpi/vendor/wapmorgan/unified-archive/src/CamApplication.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Drivers/AlchemyZippy.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Drivers/BasicDriver.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Drivers/Cab.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Drivers/Iso.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Drivers/OneFile/Bzip.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Drivers/OneFile/Gzip.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Drivers/OneFile/Lzma.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Drivers/OneFile/OneFileDriver.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Drivers/Rar.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Drivers/SevenZip.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Drivers/TarByPear.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Drivers/TarByPhar.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Drivers/Zip.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Exceptions/ArchiveCreationException.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Exceptions/ArchiveExtractionException.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Exceptions/ArchiveModificationException.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Exceptions/EmptyFileListException.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Exceptions/FileAlreadyExistsException.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Exceptions/NonExistentArchiveFileException.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Exceptions/UnsupportedArchiveException.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Exceptions/UnsupportedOperationException.php
+share/glpi/vendor/wapmorgan/unified-archive/src/Formats.php
+share/glpi/vendor/wapmorgan/unified-archive/src/LzwStreamWrapper.php
+share/glpi/vendor/wapmorgan/unified-archive/src/PclzipZipInterface.php
+share/glpi/vendor/wapmorgan/unified-archive/src/UnifiedArchive.php
+share/glpi/vendor/wapmorgan/unified-archive/tests/ArchivingTest.php
+share/glpi/vendor/wapmorgan/unified-archive/tests/ReadingTest.php
+share/glpi/vendor/wapmorgan/unified-archive/tests/bootstrap.php
+share/glpi/vendor/wapmorgan/unified-archive/tests/fixtures/doc
+share/glpi/vendor/wapmorgan/unified-archive/tests/fixtures/folder/subdoc
+share/glpi/vendor/wapmorgan/unified-archive/tests/fixtures/folder/subfolder/subfile
+share/glpi/vendor/webmozart/assert/CHANGELOG.md
+share/glpi/vendor/webmozart/assert/LICENSE
+share/glpi/vendor/webmozart/assert/README.md
+share/glpi/vendor/webmozart/assert/composer.json
+share/glpi/vendor/webmozart/assert/psalm.xml
+share/glpi/vendor/webmozart/assert/src/Assert.php
+share/glpi/vendor/webmozart/assert/src/InvalidArgumentException.php
+share/glpi/vendor/webmozart/assert/src/Mixin.php
+@pkgdir share/glpi/vendor/twig/twig/doc
+@pkgdir share/glpi/vendor/symfony/string/Resources/bin
+@pkgdir share/glpi/vendor/swaggest/json-schema/spec/ajv
+@pkgdir share/glpi/vendor/swaggest/json-schema/spec/JSON-Schema-Test-Suite
+@pkgdir share/glpi/vendor/sabre/xml/bin
+@pkgdir share/glpi/vendor/sabre/http/bin
+@pkgdir share/glpi/vendor/sabre/event/bin
+@pkgdir share/glpi/vendor/ramsey/collection/bin
+@pkgdir share/glpi/vendor/blueimp/jquery-file-upload/wdio/reports

Index: pkgsrc/www/php-glpi/distinfo
diff -u pkgsrc/www/php-glpi/distinfo:1.11 pkgsrc/www/php-glpi/distinfo:1.12
--- pkgsrc/www/php-glpi/distinfo:1.11   Tue Oct 26 11:30:23 2021
+++ pkgsrc/www/php-glpi/distinfo        Tue Aug 16 13:52:48 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:30:23 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/08/16 13:52:48 hauke Exp $
 
-BLAKE2s (glpi-9.4.6.tgz) = 1747d685b07a1b7628ab3b414dde45e0d85f92cb29c40fa7dbd5d8a5ebb72ddb
-SHA512 (glpi-9.4.6.tgz) = a7bd8f2c351d17feb245716b3716268a43be513d3265916c93e0ce926bce3c754c05b9c1c237336bab74cd2ddb349c722dcaf994f39f5e1b5f2c01e0565df0de
-Size (glpi-9.4.6.tgz) = 35006348 bytes
+BLAKE2s (glpi-10.0.2.tgz) = 9638b695717a0df8267aa4f0b1150be0be178f0b9e9dceea2548909021634ced
+SHA512 (glpi-10.0.2.tgz) = 0ea38c951ab2a6f5ea8b89b0df1fdc5ab68b84affaef270a1b107be5a71fca08e789ad3f097cbbe24cb150dc3819b37a62be399f186d4bdb54b657af05115283
+Size (glpi-10.0.2.tgz) = 60482619 bytes



Home | Main Index | Thread Index | Old Index