From owner-svn-ports-head@freebsd.org Fri Jan 22 16:11:34 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A4D3E4F7E69; Fri, 22 Jan 2021 16:11:34 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DMklp4DYYz3Mxy; Fri, 22 Jan 2021 16:11:34 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 83F0521253; Fri, 22 Jan 2021 16:11:34 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10MGBYfO061480; Fri, 22 Jan 2021 16:11:34 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10MGBX3H060939; Fri, 22 Jan 2021 16:11:33 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <202101221611.10MGBX3H060939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 22 Jan 2021 16:11:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562319 - in head: . www www/element-web www/element-web/files www/riot-web X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head: . www www/element-web www/element-web/files www/riot-web X-SVN-Commit-Revision: 562319 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2021 16:11:34 -0000 Author: jhale Date: Fri Jan 22 16:11:33 2021 New Revision: 562319 URL: https://svnweb.freebsd.org/changeset/ports/562319 Log: www/riot-web: Rename to www/element-web and update to 1.7.5 PR: 248408 Submitted by: Alexander Sieg (maintainer) Added: head/www/element-web/ - copied from r562318, head/www/riot-web/ head/www/element-web/files/ head/www/element-web/files/pkg-message.in (contents, props changed) Deleted: head/www/riot-web/ Modified: head/MOVED head/www/Makefile head/www/element-web/Makefile head/www/element-web/distinfo head/www/element-web/pkg-descr head/www/element-web/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Fri Jan 22 16:10:27 2021 (r562318) +++ head/MOVED Fri Jan 22 16:11:33 2021 (r562319) @@ -16020,3 +16020,4 @@ security/py-gtts-token|audio/py-gtts|2021-01-17|Has ex graphics/qt-avif-image-plugin|graphics/kf5-kimageformats|2021-01-18|Part of kimageformats since KDE Frameworks 5.78.0 archivers/libunrar5|archivers/libunrar6|2021-01-19|Renamed to match current major version of libunrar devel/electron7|devel/electron9|2021-01-21|EOLed upstream, switch to newer major version +www/riot-web|www/element-web|2021-01-22|Project renamed Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Jan 22 16:10:27 2021 (r562318) +++ head/www/Makefile Fri Jan 22 16:11:33 2021 (r562319) @@ -124,6 +124,7 @@ SUBDIR += edbrowse SUBDIR += eden SUBDIR += efront + SUBDIR += element-web SUBDIR += elgg SUBDIR += elinks SUBDIR += elixir-html_entities @@ -1792,7 +1793,6 @@ SUBDIR += resin3 SUBDIR += restbed SUBDIR += retawq - SUBDIR += riot-web SUBDIR += rss-bridge SUBDIR += rsskit SUBDIR += rssroll Modified: head/www/element-web/Makefile ============================================================================== --- head/www/riot-web/Makefile Fri Jan 22 16:10:27 2021 (r562318) +++ head/www/element-web/Makefile Fri Jan 22 16:11:33 2021 (r562319) @@ -1,11 +1,12 @@ # $FreeBSD$ -PORTNAME= riot +PORTNAME= element DISTVERSIONPREFIX= v -DISTVERSION= 1.7.1 +DISTVERSION= 1.7.5 CATEGORIES= www -MASTER_SITES= https://github.com/vector-im/riot-web/releases/download/${DISTVERSIONFULL}/ +MASTER_SITES= https://github.com/vector-im/element-web/releases/download/${DISTVERSIONFULL}/ PKGNAMESUFFIX= -web +DISTNAME= riot-${DISTVERSIONPREFIX}${DISTVERSION} MAINTAINER= ports@xanderio.de COMMENT= Glossy Matrix collaboration client for the web @@ -14,6 +15,7 @@ LICENSE= APACHE20 NO_ARCH= yes NO_BUILD= yes +SUB_FILES= pkg-message do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} Modified: head/www/element-web/distinfo ============================================================================== --- head/www/riot-web/distinfo Fri Jan 22 16:10:27 2021 (r562318) +++ head/www/element-web/distinfo Fri Jan 22 16:11:33 2021 (r562319) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594924801 -SHA256 (riot-v1.7.1.tar.gz) = 5e69f862529d429d2d9064de210c16364de48cd38d0ef8ee9a099c096071b5ab -SIZE (riot-v1.7.1.tar.gz) = 11980025 +TIMESTAMP = 1611330573 +SHA256 (riot-v1.7.5.tar.gz) = 0b956ac8a4f54648618c8335847237d34ee33abff3e997ec1739dc563d240c1f +SIZE (riot-v1.7.5.tar.gz) = 12140153 Added: head/www/element-web/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/element-web/files/pkg-message.in Fri Jan 22 16:11:33 2021 (r562319) @@ -0,0 +1,8 @@ +[ +{ type: upgrade + maximum_version: 1.7.2 + message: "Project was renamed to element, this also changes the install path to %%WWWDIR%%" +} +{ type: install + message: "Please serve files in %%WWWDIR%% with a webserver of your choice. (eg. www/nginx)" +] Modified: head/www/element-web/pkg-descr ============================================================================== --- head/www/riot-web/pkg-descr Fri Jan 22 16:10:27 2021 (r562318) +++ head/www/element-web/pkg-descr Fri Jan 22 16:11:33 2021 (r562319) @@ -1,9 +1,9 @@ -Riot (formerly known as Vector) is a Matrix web client built using the Matrix -React SDK. +Element (formerly known as Vector and Riot) is a Matrix web client built +using the Matrix React SDK. -Riot is officially supported on the web in modern versions of Chrome, Firefox, -and Safari. Other browsers may work, however official support is not provided. -For accessing Riot on an Android or iOS device, check out riot-android and -riot-ios - riot-web does not support mobile devices. +Element is officially supported on the web in modern versions of Chrome, +Firefox, and Safari. Other browsers may work, however, official support is +not provided. For accessing Element on an Android or iOS device, check out +element-android and element-ios - element-web does not support mobile devices. -WWW: https://github.com/vector-im/riot-web +WWW: https://github.com/vector-im/element-web Modified: head/www/element-web/pkg-plist ============================================================================== --- head/www/riot-web/pkg-plist Fri Jan 22 16:10:27 2021 (r562318) +++ head/www/element-web/pkg-plist Fri Jan 22 16:11:33 2021 (r562319) @@ -1,72 +1,72 @@ -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/0.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/0.js.LICENSE.txt -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/0.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/1.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/1.js.LICENSE.txt -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/1.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/2.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/2.js.LICENSE.txt -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/2.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/20.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/20.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/21.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/21.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/22.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/22.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/23.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/23.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/24.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/24.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/25.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/25.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/26.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/26.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/bundle.css -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/bundle.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/bundle.js.LICENSE.txt -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/bundle.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/compatibility-view.css -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/compatibility-view.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/compatibility-view.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/error-view.css -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/error-view.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/error-view.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/indexeddb-worker.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/indexeddb-worker.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/init.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/init.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/jitsi.css -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/jitsi.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/jitsi.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/mobileguide.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/mobileguide.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/riot-web-app.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/riot-web-app.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/riot-web-component-index.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/riot-web-component-index.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-dark-custom.css -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-dark-custom.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-dark-custom.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-dark.css -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-dark.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-dark.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-legacy-dark.css -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-legacy-dark.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-legacy-dark.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-legacy.css -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-legacy.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-legacy.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-light-custom.css -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-light-custom.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-light-custom.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-light.css -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-light.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/theme-light.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/usercontent.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/usercontent.js.map -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/vendors~init.js -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/vendors~init.js.LICENSE.txt -%%WWWDIR%%/bundles/2bf2e97955bd40c82b34/vendors~init.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/0.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/0.js.LICENSE.txt +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/0.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/1.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/1.js.LICENSE.txt +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/1.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/2.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/2.js.LICENSE.txt +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/2.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/20.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/20.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/21.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/21.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/22.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/22.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/23.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/23.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/24.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/24.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/25.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/25.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/26.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/26.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/bundle.css +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/bundle.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/bundle.js.LICENSE.txt +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/bundle.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/compatibility-view.css +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/compatibility-view.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/compatibility-view.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/error-view.css +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/error-view.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/error-view.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/indexeddb-worker.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/indexeddb-worker.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/init.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/init.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/jitsi.css +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/jitsi.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/jitsi.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/mobileguide.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/mobileguide.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/riot-web-app.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/riot-web-app.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/riot-web-component-index.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/riot-web-component-index.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-dark-custom.css +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-dark-custom.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-dark-custom.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-dark.css +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-dark.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-dark.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-legacy-dark.css +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-legacy-dark.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-legacy-dark.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-legacy.css +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-legacy.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-legacy.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-light-custom.css +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-light-custom.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-light-custom.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-light.css +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-light.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/theme-light.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/usercontent.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/usercontent.js.map +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/vendors~init.js +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/vendors~init.js.LICENSE.txt +%%WWWDIR%%/bundles/ab97ea17d13283e0226e/vendors~init.js.map %%WWWDIR%%/config.sample.json %%WWWDIR%%/contribute.json %%WWWDIR%%/decoder-ring/datatypes.js @@ -97,54 +97,55 @@ %%WWWDIR%%/fonts/Nunito/Nunito-SemiBold.bca2d7f.ttf %%WWWDIR%%/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.5bb743a.woff2 %%WWWDIR%%/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.fb38407.woff2 -%%WWWDIR%%/i18n/bg.4044924.json +%%WWWDIR%%/i18n/bg.9d083f2.json %%WWWDIR%%/i18n/ca.28c5d50.json -%%WWWDIR%%/i18n/cs.ee48db0.json +%%WWWDIR%%/i18n/cs.33efce3.json %%WWWDIR%%/i18n/da.affdbfa.json -%%WWWDIR%%/i18n/de_DE.088894a.json +%%WWWDIR%%/i18n/de_DE.728e73d.json %%WWWDIR%%/i18n/el.ef8fb44.json -%%WWWDIR%%/i18n/en_EN.3d55d49.json +%%WWWDIR%%/i18n/en_EN.0bdfaf3.json %%WWWDIR%%/i18n/en_US.4e0451e.json -%%WWWDIR%%/i18n/eo.94d7843.json -%%WWWDIR%%/i18n/es.90a53cb.json -%%WWWDIR%%/i18n/eu.56e7712.json -%%WWWDIR%%/i18n/fi.fea485e.json -%%WWWDIR%%/i18n/fr.6b02bee.json -%%WWWDIR%%/i18n/gl.c10ae7d.json +%%WWWDIR%%/i18n/eo.6a58b92.json +%%WWWDIR%%/i18n/es.0e28569.json +%%WWWDIR%%/i18n/eu.54010ec.json +%%WWWDIR%%/i18n/fi.e741170.json +%%WWWDIR%%/i18n/fr.6a608ae.json +%%WWWDIR%%/i18n/gl.8b9e3fd.json %%WWWDIR%%/i18n/hi.c7c8d1e.json -%%WWWDIR%%/i18n/hu.0999b3a.json -%%WWWDIR%%/i18n/is.369bd76.json -%%WWWDIR%%/i18n/it.ae1ac0e.json -%%WWWDIR%%/i18n/ja.4500e85.json +%%WWWDIR%%/i18n/hu.75a5eff.json +%%WWWDIR%%/i18n/is.7f0687f.json +%%WWWDIR%%/i18n/it.aedb2c9.json +%%WWWDIR%%/i18n/ja.993b225.json +%%WWWDIR%%/i18n/jbo.bd02827.json +%%WWWDIR%%/i18n/kab.c839cad.json %%WWWDIR%%/i18n/ko.22a6135.json -%%WWWDIR%%/i18n/languages.5fafa1f.json +%%WWWDIR%%/i18n/languages.9f8808c.json %%WWWDIR%%/i18n/languages.json -%%WWWDIR%%/i18n/lt.9b9b881.json +%%WWWDIR%%/i18n/lt.cf507ac.json %%WWWDIR%%/i18n/lv.dff4174.json -%%WWWDIR%%/i18n/nb_NO.3b8d077.json -%%WWWDIR%%/i18n/nl.191dcac.json -%%WWWDIR%%/i18n/nn.c9ba134.json -%%WWWDIR%%/i18n/pl.5232b16.json +%%WWWDIR%%/i18n/nb_NO.49b7021.json +%%WWWDIR%%/i18n/nl.4e1be64.json +%%WWWDIR%%/i18n/nn.f8bdb9f.json +%%WWWDIR%%/i18n/pl.5511e41.json %%WWWDIR%%/i18n/pt.e813962.json -%%WWWDIR%%/i18n/pt_BR.ac77939.json -%%WWWDIR%%/i18n/ru.88ae135.json -%%WWWDIR%%/i18n/sk.071ad51.json -%%WWWDIR%%/i18n/sq.754f97d.json -%%WWWDIR%%/i18n/sr.71292ee.json -%%WWWDIR%%/i18n/sv.d45f863.json +%%WWWDIR%%/i18n/pt_BR.d730cad.json +%%WWWDIR%%/i18n/ru.b748dbb.json +%%WWWDIR%%/i18n/sk.4550ef1.json +%%WWWDIR%%/i18n/sq.69fba78.json +%%WWWDIR%%/i18n/sr.98b7d83.json +%%WWWDIR%%/i18n/sv.80e7d22.json %%WWWDIR%%/i18n/te.3234605.json %%WWWDIR%%/i18n/th.bd3dd53.json -%%WWWDIR%%/i18n/tr.58f5c0b.json -%%WWWDIR%%/i18n/uk.af067d7.json +%%WWWDIR%%/i18n/tr.20448c9.json +%%WWWDIR%%/i18n/uk.e16281f.json %%WWWDIR%%/i18n/vls.438fbf1.json -%%WWWDIR%%/i18n/zh_Hans.b67a042.json -%%WWWDIR%%/i18n/zh_Hant.e883f69.json +%%WWWDIR%%/i18n/zh_Hans.a4c977d.json +%%WWWDIR%%/i18n/zh_Hant.2e7f2b8.json %%WWWDIR%%/img/camera.2f271b6.svg %%WWWDIR%%/img/cancel-red.3d9df3d.svg %%WWWDIR%%/img/cancel-small.495f44c.svg %%WWWDIR%%/img/cancel-white.3709ff3.svg %%WWWDIR%%/img/cancel.4b9715b.svg -%%WWWDIR%%/img/chevron-left.82128ee.png %%WWWDIR%%/img/download.4f331f0.svg %%WWWDIR%%/img/e2e/lock-warning-filled.993fb6c.svg %%WWWDIR%%/img/e2e/normal.4d9456f.svg @@ -157,6 +158,7 @@ %%WWWDIR%%/img/element-icons/call/voice-call.303eba8.svg %%WWWDIR%%/img/element-icons/call/voice-muted.bc0ff47.svg %%WWWDIR%%/img/element-icons/call/voice-unmuted.5613640.svg +%%WWWDIR%%/img/element-icons/cloud-off.33cd28e.svg %%WWWDIR%%/img/element-icons/community-members.cbb31c1.svg %%WWWDIR%%/img/element-icons/community-rooms.8f0b6c9.svg %%WWWDIR%%/img/element-icons/context-menu.829cc1a.svg @@ -187,6 +189,8 @@ %%WWWDIR%%/img/element-icons/roomlist/archived.226584d.svg %%WWWDIR%%/img/element-icons/roomlist/checkmark.a8c4d72.svg %%WWWDIR%%/img/element-icons/roomlist/dark-light-mode.f72b785.svg +%%WWWDIR%%/img/element-icons/roomlist/decorated-avatar-mask.76c407f.svg +%%WWWDIR%%/img/element-icons/roomlist/explore.1523e65.svg %%WWWDIR%%/img/element-icons/roomlist/favorite.ff7609d.svg %%WWWDIR%%/img/element-icons/roomlist/feedback.b9a3f53.svg %%WWWDIR%%/img/element-icons/roomlist/home.1b4edd5.svg @@ -194,6 +198,9 @@ %%WWWDIR%%/img/element-icons/roomlist/notifications-default.8b8509e.svg %%WWWDIR%%/img/element-icons/roomlist/notifications-dm.ffa8881.svg %%WWWDIR%%/img/element-icons/roomlist/notifications-off.0c57561.svg +%%WWWDIR%%/img/element-icons/roomlist/plus.daac9ba.svg +%%WWWDIR%%/img/element-icons/roomlist/search-clear.6164d97.svg +%%WWWDIR%%/img/element-icons/roomlist/search.3774248.svg %%WWWDIR%%/img/element-icons/security.66f2fa6.svg %%WWWDIR%%/img/element-icons/settings.6b381af.svg %%WWWDIR%%/img/element-icons/settings/appearance.cdebd40.svg @@ -202,7 +209,6 @@ %%WWWDIR%%/img/element-icons/settings/lab-flags.6fbe5e2.svg %%WWWDIR%%/img/element-icons/settings/preference.82bfabd.svg %%WWWDIR%%/img/element-icons/view-community.0cad1a5.svg -%%WWWDIR%%/img/element-logo.b8650b1.svg %%WWWDIR%%/img/ellipsis.c2118e5.svg %%WWWDIR%%/img/emojipicker/activity.921ec9f.svg %%WWWDIR%%/img/emojipicker/custom.e1cd0fd.svg @@ -217,38 +223,29 @@ %%WWWDIR%%/img/emojipicker/search.973c315.svg %%WWWDIR%%/img/emojipicker/symbols.15a557d.svg %%WWWDIR%%/img/ems-logo.9cc945a.svg -%%WWWDIR%%/img/explore.32f6303.svg %%WWWDIR%%/img/external-link.a8d3e9b.svg %%WWWDIR%%/img/feather-customised/alert-triangle.38aca3a.svg %%WWWDIR%%/img/feather-customised/bridge.b2ca042.svg %%WWWDIR%%/img/feather-customised/cancel.23c2689.svg %%WWWDIR%%/img/feather-customised/check.5745b4e.svg -%%WWWDIR%%/img/feather-customised/chevron-down.537efce.svg -%%WWWDIR%%/img/feather-customised/chevron-right.9c59704.svg -%%WWWDIR%%/img/feather-customised/chevron-up.90f4709.svg -%%WWWDIR%%/img/feather-customised/compass.1d4ab08.svg +%%WWWDIR%%/img/feather-customised/chevron-down-thin.f9a2477.svg +%%WWWDIR%%/img/feather-customised/chevron-down.5278abe.svg +%%WWWDIR%%/img/feather-customised/clipboard.24dd87a.svg %%WWWDIR%%/img/feather-customised/dropdown-arrow.1a22ebc.svg %%WWWDIR%%/img/feather-customised/edit.fd55ec2.svg %%WWWDIR%%/img/feather-customised/explore.a5769bb.svg %%WWWDIR%%/img/feather-customised/eye.52aa0d2.svg -%%WWWDIR%%/img/feather-customised/favourites.215232c.svg %%WWWDIR%%/img/feather-customised/files.d6a33b8.svg %%WWWDIR%%/img/feather-customised/globe.f8e834b.svg %%WWWDIR%%/img/feather-customised/group.e7f9021.svg %%WWWDIR%%/img/feather-customised/help-circle.03fb6cf.svg -%%WWWDIR%%/img/feather-customised/home.55644be.svg %%WWWDIR%%/img/feather-customised/image.a8671b8.svg -%%WWWDIR%%/img/feather-customised/life-buoy.8a302f4.svg -%%WWWDIR%%/img/feather-customised/lock-solid.3d8f17d.svg %%WWWDIR%%/img/feather-customised/message-circle.b70b8d6.svg %%WWWDIR%%/img/feather-customised/monitor.f07f712.svg %%WWWDIR%%/img/feather-customised/plus.38ae979.svg %%WWWDIR%%/img/feather-customised/search-input.044bfa7.svg %%WWWDIR%%/img/feather-customised/secure-backup.329cb1c.svg %%WWWDIR%%/img/feather-customised/secure-phrase.a9d3725.svg -%%WWWDIR%%/img/feather-customised/settings.cc405e6.svg -%%WWWDIR%%/img/feather-customised/sign-in.7022ff3.svg -%%WWWDIR%%/img/feather-customised/sign-out.fa2d962.svg %%WWWDIR%%/img/feather-customised/smartphone.93bb43c.svg %%WWWDIR%%/img/feather-customised/trash.custom.1e6ecd4.svg %%WWWDIR%%/img/feather-customised/user.7a4d23d.svg @@ -263,29 +260,16 @@ %%WWWDIR%%/img/format/italics.4e279d1.svg %%WWWDIR%%/img/format/quote.5843424.svg %%WWWDIR%%/img/format/strikethrough.bac51cb.svg -%%WWWDIR%%/img/globe.83bc76a.svg +%%WWWDIR%%/img/globe.8201f08.svg %%WWWDIR%%/img/hangup.a9def68.svg %%WWWDIR%%/img/icon-address-delete.40c8a04.svg -%%WWWDIR%%/img/icon-context-mute-mentions.266796b.svg -%%WWWDIR%%/img/icon-context-mute-off-copy.8b8d189.svg -%%WWWDIR%%/img/icon-context-mute-off.b112ec4.svg -%%WWWDIR%%/img/icon-context-mute.c8f99f3.svg %%WWWDIR%%/img/icon-email-pill-avatar.575ff20.svg %%WWWDIR%%/img/icon-email-user.af133ff.svg %%WWWDIR%%/img/icon-invite-people.d82f491.svg -%%WWWDIR%%/img/icon-jump-to-bottom.ded64cf.svg -%%WWWDIR%%/img/icon-jump-to-first-unread.2401872.svg %%WWWDIR%%/img/icon-pill-remove.7719165.svg %%WWWDIR%%/img/icon-return.cb24475.svg %%WWWDIR%%/img/icon_context.f8baf8d.svg %%WWWDIR%%/img/icon_context_delete.f02c798.svg -%%WWWDIR%%/img/icon_context_fave.c05e648.svg -%%WWWDIR%%/img/icon_context_fave_on.dd832e0.svg -%%WWWDIR%%/img/icon_context_low.6ff73d9.svg -%%WWWDIR%%/img/icon_context_low_on.bb2628b.svg -%%WWWDIR%%/img/icon_context_person.034a4b2.svg -%%WWWDIR%%/img/icon_context_person_on.4f0232f.svg -%%WWWDIR%%/img/icon_copy_message.f2eab28.svg %%WWWDIR%%/img/icons-close.11ff07c.svg %%WWWDIR%%/img/icons-create-room.817ede2.svg %%WWWDIR%%/img/icons-directory.a0cc9b7.svg @@ -297,10 +281,7 @@ %%WWWDIR%%/img/matrix-org-bw-logo.e8617d8.svg %%WWWDIR%%/img/member_chevron.4163a20.png %%WWWDIR%%/img/minimise.871d2de.svg -%%WWWDIR%%/img/notif-active.6d534cc.svg -%%WWWDIR%%/img/notif-slider.e648344.svg %%WWWDIR%%/img/plus.53bc1d6.svg -%%WWWDIR%%/img/riot-logo.7fb8451.svg %%WWWDIR%%/img/room-continuation.1f243ce.svg %%WWWDIR%%/img/room_replaced.80042bb.svg %%WWWDIR%%/img/rotate-ccw.96d36a7.svg @@ -314,7 +295,6 @@ %%WWWDIR%%/img/spinner.0b29ec9.gif %%WWWDIR%%/img/spinner.a5c5b3b.svg %%WWWDIR%%/img/stickerpack-placeholder.9c54c13.png -%%WWWDIR%%/img/tick.fc8e192.svg %%WWWDIR%%/img/typing-indicator-2x.0eb9f0e.gif %%WWWDIR%%/img/upload-big.4e229de.svg %%WWWDIR%%/img/warning.05cc423.svg