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 |
|