Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • noblogs/noblogs-composer
1 result
Show changes
Commits on Source (4)
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "8cd140a1af2ebbaf4ce07ff2f56ba9a6", "content-hash": "b57270323015fb039ad7603e30e10ff7",
"packages": [ "packages": [
{ {
"name": "bjornjohansen/wplang", "name": "bjornjohansen/wplang",
...@@ -1262,15 +1262,15 @@ ...@@ -1262,15 +1262,15 @@
}, },
{ {
"name": "wpackagist-plugin/two-factor-provider-webauthn", "name": "wpackagist-plugin/two-factor-provider-webauthn",
"version": "1.0.9", "version": "2.0.0",
"source": { "source": {
"type": "svn", "type": "svn",
"url": "https://plugins.svn.wordpress.org/two-factor-provider-webauthn/", "url": "https://plugins.svn.wordpress.org/two-factor-provider-webauthn/",
"reference": "tags/1.0.9" "reference": "tags/2.0.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://downloads.wordpress.org/plugin/two-factor-provider-webauthn.1.0.9.zip" "url": "https://downloads.wordpress.org/plugin/two-factor-provider-webauthn.2.0.0.zip"
}, },
"require": { "require": {
"composer/installers": "^1.0 || ^2.0" "composer/installers": "^1.0 || ^2.0"
......
...@@ -18,6 +18,7 @@ PACKAGES=" ...@@ -18,6 +18,7 @@ PACKAGES="
libapache2-mod-xsendfile libapache2-mod-xsendfile
libapache2-mod-security2 libapache2-mod-security2
modsecurity-crs modsecurity-crs
php-gd
php-imagick php-imagick
php-intl php-intl
php-mysql php-mysql
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
DocumentRoot /opt/noblogs/www DocumentRoot /opt/noblogs/www
SetEnvIf X-Forwarded-Proto https HTTPS=on SetEnvIf X-Forwarded-Proto https HTTPS=on
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
<Directory /opt/noblogs/www> <Directory /opt/noblogs/www>
Options FollowSymLinks Indexes Options FollowSymLinks Indexes
......