Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
b0aba615
Commit
b0aba615
authored
May 27, 2021
by
Dominik Hebeler
Browse files
fixed deprecated function call
parent
c2fae452
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/SettingsController.php
View file @
b0aba615
...
...
@@ -56,7 +56,7 @@ class SettingsController extends Controller
$cookies
=
Cookie
::
get
();
$settingActive
=
false
;
foreach
(
$cookies
as
$key
=>
$value
)
{
if
(
\
st
arts_with
(
$key
,
[
$fokus
.
"_engine_"
,
$fokus
.
"_setting_"
]
)
||
strpos
(
$key
,
$fokus
.
'_blpage'
)
===
0
||
$key
===
'dark_mode'
||
$key
===
'new_tab'
||
$key
===
'key'
||
$key
===
'zitate'
)
{
if
(
st
ripos
(
$key
,
$fokus
.
"_engine_"
)
===
0
||
stripos
(
$key
,
$fokus
.
"_setting_"
)
===
0
||
strpos
(
$key
,
$fokus
.
'_blpage'
)
===
0
||
$key
===
'dark_mode'
||
$key
===
'new_tab'
||
$key
===
'key'
||
$key
===
'zitate'
)
{
$settingActive
=
true
;
}
}
...
...
@@ -250,7 +250,7 @@ class SettingsController extends Controller
$cookies
=
Cookie
::
get
();
foreach
(
$cookies
as
$key
=>
$value
)
{
if
(
\
st
arts_with
(
$key
,
[
$fokus
.
"_engine_"
,
$fokus
.
"_setting_"
]
))
{
if
(
st
ripos
(
$key
,
$fokus
.
"_engine_"
)
===
0
||
stripos
(
$key
,
$fokus
.
"_setting_"
)
===
0
)
{
$path
=
\
Request
::
path
();
$cookiePath
=
"/"
.
substr
(
$path
,
0
,
strpos
(
$path
,
"meta/"
)
+
5
);
Cookie
::
queue
(
$key
,
""
,
0
,
$cookiePath
,
null
,
false
,
false
);
...
...
composer.lock
View file @
b0aba615
...
...
@@ -1099,16 +1099,16 @@
},
{
"name": "laravel/framework",
"version": "v8.4
3
.0",
"version": "v8.4
4
.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "
3ec63771a07e251f4fb6c7ef2411a79a314bba65
"
"reference": "
7b3b27dc8911ab02a69731af2ba97b5130b2ddb8
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/
3ec63771a07e251f4fb6c7ef2411a79a314bba65
",
"reference": "
3ec63771a07e251f4fb6c7ef2411a79a314bba65
",
"url": "https://api.github.com/repos/laravel/framework/zipball/
7b3b27dc8911ab02a69731af2ba97b5130b2ddb8
",
"reference": "
7b3b27dc8911ab02a69731af2ba97b5130b2ddb8
",
"shasum": ""
},
"require": {
...
...
@@ -1263,7 +1263,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2021-05-2
5
T1
3:06:44
+00:00"
"time": "2021-05-2
7
T1
6:46:06
+00:00"
},
{
"name": "laravel/tinker",
...
...
@@ -1894,16 +1894,16 @@
},
{
"name": "nesbot/carbon",
"version": "2.48.
0
",
"version": "2.48.
1
",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "
d3c447f21072766cddec3522f9468a5849a76147
"
"reference": "
8d1f50f1436fb4b05e7127360483dd9c6e73da16
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/
d3c447f21072766cddec3522f9468a5849a76147
",
"reference": "
d3c447f21072766cddec3522f9468a5849a76147
",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/
8d1f50f1436fb4b05e7127360483dd9c6e73da16
",
"reference": "
8d1f50f1436fb4b05e7127360483dd9c6e73da16
",
"shasum": ""
},
"require": {
...
...
@@ -1983,7 +1983,7 @@
"type": "tidelift"
}
],
"time": "2021-05-
07T10
:08:3
0
+00:00"
"time": "2021-05-
26T22
:08:3
8
+00:00"
},
{
"name": "nikic/php-parser",
...
...
@@ -3853,16 +3853,16 @@
},
{
"name": "symfony/polyfill-apcu",
"version": "v1.2
2.1
",
"version": "v1.2
3.0
",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-apcu.git",
"reference": "
bc9974e74f8c05f4ceb500b1e0603e36be7d8223
"
"reference": "
80f7fb64c5b64ebcba76f40215e63808a2062a18
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/
bc9974e74f8c05f4ceb500b1e0603e36be7d8223
",
"reference": "
bc9974e74f8c05f4ceb500b1e0603e36be7d8223
",
"url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/
80f7fb64c5b64ebcba76f40215e63808a2062a18
",
"reference": "
80f7fb64c5b64ebcba76f40215e63808a2062a18
",
"shasum": ""
},
"require": {
...
...
@@ -3871,7 +3871,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.2
2
-dev"
"dev-main": "1.2
3
-dev"
},
"thanks": {
"name": "symfony/polyfill",
...
...
@@ -3910,7 +3910,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-apcu/tree/v1.2
2.1
"
"source": "https://github.com/symfony/polyfill-apcu/tree/v1.2
3.0
"
},
"funding": [
{
...
...
@@ -3926,20 +3926,20 @@
"type": "tidelift"
}
],
"time": "2021-0
1-22T09:19:47
+00:00"
"time": "2021-0
2-19T12:13:01
+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.2
2.1
",
"version": "v1.2
3.0
",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "
c
6c
942b1ac76c82448322025e084cadc56048b4
e"
"reference": "
4
6c
d95797e9df938fdd2b03693b5fca5e64b01c
e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/
c
6c
942b1ac76c82448322025e084cadc56048b4
e",
"reference": "
c
6c
942b1ac76c82448322025e084cadc56048b4
e",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/
4
6c
d95797e9df938fdd2b03693b5fca5e64b01c
e",
"reference": "
4
6c
d95797e9df938fdd2b03693b5fca5e64b01c
e",
"shasum": ""
},
"require": {
...
...
@@ -3951,7 +3951,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.2
2
-dev"
"dev-main": "1.2
3
-dev"
},
"thanks": {
"name": "symfony/polyfill",
...
...
@@ -3989,7 +3989,7 @@
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.2
2.1
"
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.2
3.0
"
},
"funding": [
{
...
...
@@ -4005,20 +4005,20 @@
"type": "tidelift"
}
],
"time": "2021-0
1-07T16:49:33
+00:00"
"time": "2021-0
2-19T12:13:01
+00:00"
},
{
"name": "symfony/polyfill-iconv",
"version": "v1.2
2.1
",
"version": "v1.2
3.0
",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "
06fb361659649bcfd6a208a0f1fcaf4e827ad342
"
"reference": "
63b5bb7db83e5673936d6e3b8b3e022ff6474933
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/
06fb361659649bcfd6a208a0f1fcaf4e827ad342
",
"reference": "
06fb361659649bcfd6a208a0f1fcaf4e827ad342
",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/
63b5bb7db83e5673936d6e3b8b3e022ff6474933
",
"reference": "
63b5bb7db83e5673936d6e3b8b3e022ff6474933
",
"shasum": ""
},
"require": {
...
...
@@ -4030,7 +4030,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.2
2
-dev"
"dev-main": "1.2
3
-dev"
},
"thanks": {
"name": "symfony/polyfill",
...
...
@@ -4069,7 +4069,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.2
2.1
"
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.2
3.0
"
},
"funding": [
{
...
...
@@ -4085,20 +4085,20 @@
"type": "tidelift"
}
],
"time": "2021-0
1
-2
2
T09:
19:47
+00:00"
"time": "2021-0
5
-2
7
T09:
27:20
+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.2
2.1
",
"version": "v1.2
3.0
",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "
5601e09b69f26c1828b13b6bb87cb07cddba3170
"
"reference": "
24b72c6baa32c746a4d0840147c9715e42bb68ab
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/
5601e09b69f26c1828b13b6bb87cb07cddba3170
",
"reference": "
5601e09b69f26c1828b13b6bb87cb07cddba3170
",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/
24b72c6baa32c746a4d0840147c9715e42bb68ab
",
"reference": "
24b72c6baa32c746a4d0840147c9715e42bb68ab
",
"shasum": ""
},
"require": {
...
...
@@ -4110,7 +4110,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.2
2
-dev"
"dev-main": "1.2
3
-dev"
},
"thanks": {
"name": "symfony/polyfill",
...
...
@@ -4150,7 +4150,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.2
2.1
"
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.2
3.0
"
},
"funding": [
{
...
...
@@ -4166,20 +4166,20 @@
"type": "tidelift"
}
],
"time": "2021-0
1
-2
2
T09:1
9:47
+00:00"
"time": "2021-0
5
-2
7
T09:1
7:38
+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.2
2.1
",
"version": "v1.2
3.0
",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "
2d63434d922daf7da8dd863e7907e67ee3031483
"
"reference": "
65bd267525e82759e7d8c4e8ceea44f398838e65
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/
2d63434d922daf7da8dd863e7907e67ee3031483
",
"reference": "
2d63434d922daf7da8dd863e7907e67ee3031483
",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/
65bd267525e82759e7d8c4e8ceea44f398838e65
",
"reference": "
65bd267525e82759e7d8c4e8ceea44f398838e65
",
"shasum": ""
},
"require": {
...
...
@@ -4193,7 +4193,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.2
2
-dev"
"dev-main": "1.2
3
-dev"
},
"thanks": {
"name": "symfony/polyfill",
...
...
@@ -4237,7 +4237,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.2
2.1
"
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.2
3.0
"
},
"funding": [
{
...
...
@@ -4253,20 +4253,20 @@
"type": "tidelift"
}
],
"time": "2021-0
1
-2
2
T09:
19:47
+00:00"
"time": "2021-0
5
-2
7
T09:
27:20
+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.2
2.1
",
"version": "v1.2
3.0
",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "
43a0283138253ed1d48d352ab6d0bdb3f809f24
8"
"reference": "
8590a5f561694770bdcd3f9b5c69dde6945028e
8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/
43a0283138253ed1d48d352ab6d0bdb3f809f24
8",
"reference": "
43a0283138253ed1d48d352ab6d0bdb3f809f24
8",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/
8590a5f561694770bdcd3f9b5c69dde6945028e
8",
"reference": "
8590a5f561694770bdcd3f9b5c69dde6945028e
8",
"shasum": ""
},
"require": {
...
...
@@ -4278,7 +4278,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.2
2
-dev"
"dev-main": "1.2
3
-dev"
},
"thanks": {
"name": "symfony/polyfill",
...
...
@@ -4321,7 +4321,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.2
2.1
"
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.2
3.0
"
},
"funding": [
{
...
...
@@ -4337,20 +4337,20 @@
"type": "tidelift"
}
],
"time": "2021-0
1-22T09:19:47
+00:00"
"time": "2021-0
2-19T12:13:01
+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.2
2.1
",
"version": "v1.2
3.0
",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "
5232de97ee3b75b0360528dae24e73db49566ab
1"
"reference": "
2df51500adbaebdc4c38dea4c89a2e131c45c8a
1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
5232de97ee3b75b0360528dae24e73db49566ab
1",
"reference": "
5232de97ee3b75b0360528dae24e73db49566ab
1",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
2df51500adbaebdc4c38dea4c89a2e131c45c8a
1",
"reference": "
2df51500adbaebdc4c38dea4c89a2e131c45c8a
1",
"shasum": ""
},
"require": {
...
...
@@ -4362,7 +4362,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.2
2
-dev"
"dev-main": "1.2
3
-dev"
},
"thanks": {
"name": "symfony/polyfill",
...
...
@@ -4401,7 +4401,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.2
2.1
"
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.2
3.0
"
},
"funding": [
{
...
...
@@ -4417,20 +4417,20 @@
"type": "tidelift"
}
],
"time": "2021-0
1
-2
2
T09:
19:47
+00:00"
"time": "2021-0
5
-2
7
T09:
27:20
+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "v1.2
2.1
",
"version": "v1.2
3.0
",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "
cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9
"
"reference": "
9a142215a36a3888e30d0a9eeea9766764e96976
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/
cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9
",
"reference": "
cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9
",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/
9a142215a36a3888e30d0a9eeea9766764e96976
",
"reference": "
9a142215a36a3888e30d0a9eeea9766764e96976
",
"shasum": ""
},
"require": {
...
...
@@ -4439,7 +4439,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.2
2
-dev"
"dev-main": "1.2
3
-dev"
},
"thanks": {
"name": "symfony/polyfill",
...
...
@@ -4477,7 +4477,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.2
2.1
"
"source": "https://github.com/symfony/polyfill-php72/tree/v1.2
3.0
"
},
"funding": [
{
...
...
@@ -4493,20 +4493,20 @@
"type": "tidelift"
}
],
"time": "2021-0
1-07T16:49:33
+00:00"
"time": "2021-0
5-27T09:17:38
+00:00"
},
{
"name": "symfony/polyfill-php73",
"version": "v1.2
2.1
",
"version": "v1.2
3.0
",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "
a678b42e92f86eca04b7fa4c0f6f19d097fb69e2
"
"reference": "
fba8933c384d6476ab14fb7b8526e5287ca7e010
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/
a678b42e92f86eca04b7fa4c0f6f19d097fb69e2
",
"reference": "
a678b42e92f86eca04b7fa4c0f6f19d097fb69e2
",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/
fba8933c384d6476ab14fb7b8526e5287ca7e010
",
"reference": "
fba8933c384d6476ab14fb7b8526e5287ca7e010
",
"shasum": ""
},
"require": {
...
...
@@ -4515,7 +4515,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.2
2
-dev"
"dev-main": "1.2
3
-dev"
},
"thanks": {
"name": "symfony/polyfill",
...
...
@@ -4556,7 +4556,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.2
2.1
"
"source": "https://github.com/symfony/polyfill-php73/tree/v1.2
3.0
"
},
"funding": [
{
...
...
@@ -4572,20 +4572,20 @@
"type": "tidelift"
}
],
"time": "2021-0
1-07T16:49:33
+00:00"
"time": "2021-0
2-19T12:13:01
+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.2
2.1
",
"version": "v1.2
3.0
",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "
dc3063ba22c2a1fd2
f4
5
ed
856374d79114998f91
"
"reference": "
eca0b
f4
1
ed
421bed1b57c4958bab16aa86b757d0
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/
dc3063ba22c2a1fd2
f4
5
ed
856374d79114998f91
",
"reference": "
dc3063ba22c2a1fd2
f4
5
ed
856374d79114998f91
",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/
eca0b
f4
1
ed
421bed1b57c4958bab16aa86b757d0
",
"reference": "
eca0b
f4
1
ed
421bed1b57c4958bab16aa86b757d0
",
"shasum": ""
},
"require": {
...
...
@@ -4594,7 +4594,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.2
2
-dev"
"dev-main": "1.2
3
-dev"
},
"thanks": {
"name": "symfony/polyfill",
...
...
@@ -4639,7 +4639,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.2
2.1
"
"source": "https://github.com/symfony/polyfill-php80/tree/v1.2
3.0
"
},
"funding": [
{
...
...
@@ -4655,7 +4655,7 @@
"type": "tidelift"
}
],
"time": "2021-0
1-07T16:49:33
+00:00"
"time": "2021-0
2-19T12:13:01
+00:00"
},
{
"name": "symfony/process",
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment