Commit Graph

5584 Commits

Author SHA1 Message Date
Djamil Legato
0c9333e60d
Revert "fix whitespace encoding in urls" (#3764)
* Revert "fix whitespace encoding in urls (#3719)"

This reverts commit 6a9b1f2214.

* Revert change
2023-10-27 23:58:08 -07:00
Andy Miller
cfa510e7f7
Merge branch 'master' into develop 2023-10-25 12:38:41 +01:00
Andy Miller
6d5f0ff9ba
validaiton math rounding - fixes #3761 2023-10-25 12:38:12 +01:00
Angela Ugrinovska
71939e18be
Fixed too few arguments exception thrown in the admin with using flex objects (#3658)
Going through older PRs, thanks for this.
2023-10-24 10:33:58 +01:00
Junky Junkerson
45f8fe4d0b
Correcting comment in about custom site.yaml value (#3659)
Corrected blog: route: '/blog' comment from system.blog.route to site.blog.route
2023-10-24 10:32:49 +01:00
Vital
2179ef33a7
Fixed exception: "Property 'jsmodule_pipeline_include_externals' does not exist in the object!" (#3661)
Co-authored-by: Artemkin_V <avr@vital-web.ru>
2023-10-24 10:32:19 +01:00
Rotzbua
d0ae677e61
Update jquery-3.x.min.js to v3.6.4 (#3713)
Source: https://code.jquery.com/jquery-3.6.4.min.js
2023-10-24 10:30:19 +01:00
dirkjf
6a9b1f2214
fix whitespace encoding in urls (#3719)
* fix broken src url encoding

* remove redundant code

* Revert "remove redundant code"

This reverts commit 4e0020114e.

* Revert "fix broken src url encoding"

This reverts commit 3e8259da3a.

* encode whitespaces in url paths
2023-10-24 10:30:00 +01:00
yiwu
b1117e45c9
Update system.yaml (#3721)
add ISO 8601 dateformat
2023-10-24 10:28:44 +01:00
Ricardo Verdugo
382a836d80
Fix invalid input to foreach (#3724)
* Fix invalid input to foreach

This happens with discord oauth, possibly others

* Update UserGroupObject.php

---------

Co-authored-by: Andy Miller <1084697+rhukster@users.noreply.github.com>
2023-10-24 10:28:23 +01:00
Raffael Herrmann
db3e39f0cb
Added detection of external triggers of the scheduler (#3726)
Added extension to the isCrontabSetup method to detect external triggers of the scheduler, so that in the admin interface the error message is hidden when the scheduler is called by an external trigger.
2023-10-24 10:25:44 +01:00
Jeremy Angele
80ce87e4a9
Update dangerous extensions (#3756)
Thanks for this!
2023-10-24 10:20:22 +01:00
Jeff
f0f29891d6
Update Inflector::ordinalize() (#3759)
put the init() call before the $ordinals test
2023-10-24 10:19:24 +01:00
Andy Miller
21b218e464
prepare for release 2023-10-02 10:41:26 -06:00
pamtbaau
3cdbc5890a
Fix url of @import not being rewritten (#3750)
Looks good.  thanks.
2023-10-02 10:04:29 -06:00
Andy Miller
79f9640b12
move language debug to debugger - fixes #3752 2023-10-02 09:51:22 -06:00
Andy Miller
65aeb82e21
add ability to override modified date via frontmatter 2023-10-02 09:36:22 -06:00
Andy Miller
e3b0aa0c50
inlcude phar in dangerous extensions 2023-08-22 11:57:13 +01:00
Andy Miller
893b1dd1db
prepare for release 2023-07-18 12:40:57 -06:00
Andy Miller
1146959806
fixed a typo 2023-07-18 12:40:27 -06:00
Andy Miller
0d27f2d77e
prepare for release 2023-07-18 10:50:36 -06:00
Andy Miller
b4c62101a4
SSTI attack mitigation - GHSA-9436-3gmp-4f53 2023-07-18 10:49:47 -06:00
Andy Miller
cf6bf7d1ec
prepare for release 2023-06-15 12:57:46 -06:00
Andy Miller
47665dbddb
Fixes #3727 - filter field being a closure 2023-06-15 09:03:12 -06:00
Andy Miller
50ee844759
prepare for release 2023-06-14 14:19:00 -06:00
Andy Miller
244758d438
also handle SSTI in reduce twig filter + function 2023-06-14 11:08:17 -06:00
Andy Miller
71bbed12f9
more SSTI fixes in Utils::isDangerousFunction() 2023-06-13 17:57:11 -06:00
Andy Miller
8c2c1cb726
better SSTI in |map and |filter 2023-06-13 17:45:40 -06:00
Andy Miller
9d01140a63
Fix for dangerous tags in |map filter 2023-06-13 17:07:39 -06:00
Andy Miller
259e775db8
Added languages debug option 2023-06-08 14:50:52 -06:00
Andy Miller
722ce55ccb
prepare for release 2023-06-01 15:18:53 -06:00
Andy Miller
8dfa2110bf
fix for special chars in slugs causing redirect loops 2023-06-01 15:16:56 -06:00
Andy Miller
31aeaf6309
improved the Twig Cache Tag with customizable key (lang specific if needed) 2023-05-23 15:54:48 -06:00
Andy Miller
b34f70f91d
prepare for release 2023-05-10 08:34:45 -06:00
Andy Miller
9da8cad7fe
truncator fix 2023-05-10 08:34:09 -06:00
Andy Miller
b6179bd2de
prepare for release 2023-05-09 12:44:44 -06:00
Andy Miller
e5ac37e3cf
FILTER_SANITIZE_STRING + Toolbox 1.6.5 2023-05-09 12:13:46 -06:00
Andy Miller
66463ddff3
more FILTER_SANITIZE_STRING fixes 2023-05-09 12:13:32 -06:00
Andy Miller
956c2993ae
more filter fixes 2023-05-09 11:22:28 -06:00
Andy Miller
3cf67cb2fd
deprecation fix 2023-05-09 11:18:36 -06:00
Andy Miller
36afa9d848
won’t work internally in Parsedown 2023-05-08 19:31:37 -06:00
Andy Miller
694ab76d1e
added parse_url to the list of Grav Twig functions 2023-05-08 19:03:29 -06:00
Andy Miller
369c2e9ffa
remove filter_input in favor of htmlspecialchars + strip_tags 2023-05-08 18:42:52 -06:00
Andy Miller
95ae35216a
various cast fixes 2023-05-08 18:41:19 -06:00
Andy Miller
9c0477fa52
fix dynamic class value 2023-05-08 18:41:04 -06:00
Andy Miller
e1ab15e323
another cast fix 2023-05-08 17:44:52 -06:00
Andy Miller
ff77d58acb
more casting fixes 2023-05-08 17:37:42 -06:00
Andy Miller
bf175983ec
various deprecated fixes 2023-05-08 17:31:15 -06:00
Andy Miller
470b69c775
Use new groupNames method 2023-05-08 17:27:54 -06:00
Andy Miller
75cd4f4306
Various casting fixes for deprecated messages 2023-05-08 17:27:03 -06:00
Andy Miller
2412115f41
TwigDeferredExtension updates 2023-05-08 17:26:22 -06:00
Andy Miller
598836d656
fix parsedown dynamic properties 2023-05-08 12:39:35 -06:00
Andy Miller
e1019c4420
remove FILTER_SANITIZE_STRING as deprecated 2023-05-08 12:21:09 -06:00
Andy Miller
1e2792874d
prepare for release 2023-03-22 11:29:52 -06:00
Andy Miller
0a061ce95e
bugfix for timestamp logic 2023-03-22 10:18:07 -06:00
Andy Miller
3b83c8204d
Merge branch 'develop' of github.com:getgrav/grav into develop 2023-03-22 10:07:18 -06:00
Andy Miller
9ab7a4759a
Added timestamp: true|false option for assets 2023-03-22 10:07:14 -06:00
Vilius Šumskas
c261d0d3f7
Fix force_ssl redirect in case of undefined hostname (#3702) 2023-03-17 08:53:45 -06:00
Andy Miller
60506e6f34
fixed duplicate page paths 2023-03-07 10:45:01 -07:00
Djamil Legato
bd7a74d79e
Coerce ignore validation to array to cover both array/non-array values 2023-03-06 11:01:15 -08:00
Djamil Legato
5fcf690918
Fixed BlueprintSchema:flattenData to properly handle ignored fields 2023-03-06 10:40:36 -08:00
Vilius Šumskas
259c148edb
Fix whoami command usage (#3695)
Passing process as a string is deprecated since Symfony 4.2.
2023-03-06 10:19:23 -07:00
Rotzbua
0ae980062f
Remove outdated setting xcache (#3615)
Already removed in commit ba2c37c216
2023-03-06 10:18:57 -07:00
Ari Cooper Davis
a888f19ad1
Fix LogViewer regex to reduce greediness (#3684) 2023-03-06 09:25:12 -07:00
Andy Miller
ec115a6a64
prepare for release 2023-02-22 09:20:07 -07:00
Andy Miller
2d9df03766
Revert "move account info under account section"
This reverts commit 1fae4504a2.
2023-02-22 09:16:54 -07:00
Andy Miller
88350d9090
prepare for release 2023-02-21 15:12:24 -07:00
Andy Miller
b2f27fbdf2
cleaner fix for template bug 2023-02-21 12:55:50 -07:00
Andy Miller
72b769aa63
fix for rendering specific templates fixes #3698 2023-02-21 09:39:14 -07:00
Andy Miller
8efb000801
prepare for release 2023-02-20 14:31:30 -07:00
Andy Miller
6d6e92048e
flex accounts session fix 2023-02-20 14:02:13 -07:00
Andy Miller
ee6448c307
prepare for release 2023-02-20 11:51:36 -07:00
Andy Miller
f8c9e9ada4
css fix for phpdebugbar 2023-02-20 11:49:47 -07:00
Andy Miller
9e5ed10925
typo in types 2023-02-19 14:50:16 -07:00
Andy Miller
e1950e985b
prepare for release 2023-02-19 14:44:10 -07:00
Andy Miller
81a911572c
more PHP 8.2 fixes 2023-02-19 13:26:17 -07:00
Andy Miller
c56bb86b61
php 8.2 fixes 2023-02-19 12:07:58 -07:00
Andy Miller
ea010f19f0
Fix for bad rendering of modules 2023-02-17 16:00:46 -07:00
Andy Miller
1fae4504a2
move account info under account section 2023-02-15 15:24:03 -07:00
Andy Miller
4f0fee684a
fix for email validation 2023-01-11 16:16:52 -07:00
Andy Miller
0bc0e58707
prepare for release 2023-01-02 11:23:56 -07:00
Andy Miller
a86e0d4b96
Update copyright date 2023-01-02 11:09:32 -07:00
Andy Miller
44c819b021
Added new onBeforeSessionStart() Event 2023-01-02 10:46:32 -07:00
Andy Miller
3f13d81c6f
Get around a bug where messages were not always being set on session during redirect 2023-01-01 13:10:58 -07:00
Andy Miller
ad33a63ad2
Revert "dont’ fail hard if pages recurse with same path"
This reverts commit 9c5b8b6496.

# Conflicts:
#	system/src/Grav/Common/Page/Pages.php
2022-10-25 18:20:08 -06:00
Andy Miller
f7b7f3337d
fix 2022-10-25 18:01:42 -06:00
Andy Miller
9c5b8b6496
dont’ fail hard if pages recurse with same path 2022-10-25 17:47:03 -06:00
Andy Miller
7e5ff71623
prepare for release 2022-10-05 15:06:11 -06:00
Andy Miller
5e379bfa39
prepare for release 2022-10-05 11:31:38 -06:00
Matias Griese
fb1e31d0e4 Force user index file to be updated to fix email addresses [getgrav/grav-plugin-login#229] 2022-10-05 19:16:18 +03:00
Andy Miller
8e6b823833
massive change! 2022-10-05 06:38:32 -06:00
Andy Miller
6fcc4ec5d0
Added Pages:: getSimplePagesHash() method 2022-10-05 06:34:16 -06:00
Andy Miller
3a00ca0457
temp workaround for windows issue - Fixes #2299 2022-10-04 17:55:21 -06:00
Andy Miller
51a386e252
Fix bad default page stream 2022-09-22 17:40:35 -06:00
Andy Miller
01264ef70d
initial commit 2022-09-22 12:36:36 -06:00
Andy Miller
de642df06e
Added new onPageHeaders() event 2022-09-13 14:28:58 -06:00
Andy Miller
840862c26d
prepare for release 2022-09-08 11:59:44 -06:00
Matias Griese
f799a71001 Fixed loggin with a capitalised email address when using old users [getgrav/grav-plugin-login#229] 2022-09-05 21:14:37 +03:00
Matias Griese
3f10c05840 Added support for flex-ignore@ to hide all the nested fields in the blueprint 2022-09-02 19:36:22 +03:00
Matias Griese
6882037b85 Added authorize-*@: support for Flex blueprints 2022-09-02 13:16:19 +03:00