Andy Miller
ca53b8afca
Merge branch '1.7' of github.com:getgrav/grav into 1.7
...
# Conflicts:
# CHANGELOG.md
2020-11-17 12:01:56 -07:00
Andy Miller
053bc03a54
fixed blueprintschema for config-default-@
2020-11-17 12:00:55 -07:00
Matias Griese
78dc70bcdc
Turn off xss detection on unset fields
2020-11-17 19:10:13 +02:00
Matias Griese
ea00c044d3
Added XSS detection to all forms (use check_xss: false to disable it per field)
2020-11-17 18:54:03 +02:00
randoum
11cd2b086e
Allow to set SameSite from system.yaml ( #3063 )
...
* Update system.yaml
* Update SessionServiceProvider.php
* Update Session.php
* Update system.yaml
2020-11-17 13:10:12 +02:00
Stephan Strate
ae6f0b5505
Check exact extension in checkFilename utility ( #3061 )
...
* Fix uploads_dangerous_extensions checking (#3060 )
* Remove redundant prefixing of `.` to extension (#3060 )
2020-11-17 13:07:33 +02:00
Vilius Šumskas
247d1a9aa6
Fix failing example custom job. ( #3050 )
...
* Since Symfony 4.2 passing chained shell commands to the Process component is not supported anymore and a working directory needs to be set by passing it as a completely separate parameter.
Unless somebody finds a way to use Process() for this and fixes it in the code, rework example custom job.
Related info: https://symfony.com/blog/new-in-symfony-4-2-important-deprecations#deprecated-process-commands-as-strings
* One more place to fix Symfony 4.2 compatibility.
2020-11-17 13:03:30 +02:00
Djamil Legato
6273c2395d
Minor tweak to pages list tree ui
2020-11-16 20:24:09 -08:00
Djamil Legato
1396525251
Escape titles in Flex pages list (flex-objects#84)
2020-11-15 12:00:47 -08:00
Andy Miller
de46afff1c
vendor library updates
2020-11-13 16:02:52 -07:00
Andy Miller
54fd54d3f0
Set minimum requirements to PHP 7.3.6
2020-11-13 16:01:26 -07:00
Matias Griese
63207d370b
Fixed updated media missing from media when editing Flex Object after page reload
2020-11-12 21:19:45 +02:00
Matias Griese
e92d88df8b
Fixed fatal error in CompiledFile if the cached version is broken
2020-11-12 13:35:36 +02:00
Matias Griese
a9e6d3665f
Fixed potential fatal error when creating flex index using cache [ #3062 ]
2020-11-12 13:26:25 +02:00
Matias Griese
2453927ba3
Fixed Utils::isFunctionDisabled() method if there are spaces in disable_functions [ #3023 ]
2020-11-12 13:14:17 +02:00
Matias Griese
94e6cb02f3
Fixed header.admin.children_display_order in Flex Pages to work just like with regular pages
2020-11-12 12:58:26 +02:00
Matias Griese
c9a3f349ad
Merge remote-tracking branch 'origin/1.7' into 1.7
2020-11-11 14:51:56 +02:00
Matias Griese
439b539dcb
Added FormFlashFile::getField() method
2020-11-11 14:51:48 +02:00
Andy Miller
ab7f0a2e95
Address errors in CLI when accidentally initializing twice
2020-11-09 14:25:04 -07:00
Matias Griese
b50dbf3ff0
Fixed sorting by groups in Flex Users
2020-11-09 20:44:37 +02:00
Matias Griese
d3f1f833ab
Fixed sorting by groups in Flex Users
2020-11-09 19:47:00 +02:00
Matias Griese
3df099a0e3
Fixed typo in composer.json
2020-11-05 10:45:15 +02:00
Matias Griese
77ec847e20
Tighten requirements (require PHP 8 support for libraries)
2020-11-04 18:31:04 +02:00
Matias Griese
8bf5fcb8ec
Improve Flex configuration: gather views together in blueprint
2020-11-04 18:30:15 +02:00
Matias Griese
ff41d76501
Added search option same_as to Flex Objects
2020-11-03 09:11:58 +02:00
Matias Griese
d9772ed5c6
Hide Flex Pages frontend configuration (not ready for production use)
2020-11-02 15:52:27 +02:00
Matias Griese
8dba1b37c7
Update composer
2020-11-02 15:44:45 +02:00
Matias Griese
8b017dc647
Update composer
2020-10-30 22:17:14 +02:00
Matias Griese
c8ee05d671
Set minimum requirements to PHP 7.2.5
2020-10-30 21:52:04 +02:00
Djamil Legato
ce327dca42
Set grav_cli as referer when coming from CLI
2020-10-29 15:56:20 -07:00
Djamil Legato
5bf1ec0fd9
Forward a sid to GPM when downloading a premium package via CLI
2020-10-29 15:48:34 -07:00
Matias Griese
306c0505a6
Merge branch 'develop' of github.com:getgrav/grav into 1.7
...
Conflicts:
CHANGELOG.md
2020-10-29 11:10:33 +02:00
Matias Griese
325cb69a65
Merge remote-tracking branch 'origin/develop' into develop
2020-10-29 11:03:37 +02:00
Matias Griese
c3df9b6484
Added .htaccess rule to block attempts to use Twig in the request URL
2020-10-29 11:03:28 +02:00
Andy Miller
db6bfc00fc
Upgraded bin/composer.phar to composer 2
2020-10-26 11:37:24 -06:00
Andy Miller
51b5d7a939
Fix compatibility with Symfony 4.2 and up. ( #3048 )
2020-10-26 11:34:52 -06:00
Matias Griese
9490f62dee
Composer update
2020-10-26 14:58:49 +02:00
Vilius Šumskas
1661dc9ef7
Fix compatibility with Symfony 4.2 and up. ( #3048 )
...
This enables running scheduled *shell* commands again because Symfony 4.2 deprecated passing commands as a string to the Process component: https://symfony.com/blog/new-in-symfony-4-2-important-deprecations#deprecated-process-commands-as-strings
One also needs to catch all possible exceptions from the Process component, though. These exceptions are never displayed or sent to any of the logs and I've spent hours trying to debug why my scheduled tasks are failing.
2020-10-23 14:40:35 -06:00
Matias Griese
aa7731dc5d
Merge remote-tracking branch 'origin/1.7' into 1.7
2020-10-23 14:45:24 +03:00
Matias Griese
4150564538
Added FlexDirectoryInterface interface
2020-10-23 14:45:16 +03:00
Andy Miller
38043ebade
Merge branch 'develop' of github.com:getgrav/grav into develop
...
# Conflicts:
# CHANGELOG.md
2020-10-18 15:10:01 -06:00
Andy Miller
9a694a8d3d
updated jquery 3.x
2020-10-18 15:08:59 -06:00
Andy Miller
f6997f54eb
Merge branch '1.7' of github.com:getgrav/grav into 1.7
2020-10-18 15:07:19 -06:00
Andy Miller
2631c18484
updated jquery
2020-10-18 15:07:13 -06:00
Matias Griese
c0d819b97a
Fixed print_r() in twig
2020-10-18 20:17:17 +03:00
Matias Griese
972d32c969
Added deprecation notice when using system.pages_fallback_only
2020-10-16 12:29:37 +03:00
Matias Griese
7f0e51f92f
Minor fix to upgrade guide
2020-10-15 13:41:50 +03:00
Matias Griese
6f78c2288f
Added missing languages.content_fallback configuration variable to system.yaml
2020-10-15 11:12:30 +03:00
Matias Griese
b331ba42b8
Merge branch 'develop' of github.com:getgrav/grav into 1.7
...
Conflicts:
CHANGELOG.md
2020-10-14 11:02:46 +03:00
Matias Griese
fb3efba204
Fixed hardcoded system folder in blueprints, config and language streams
2020-10-14 11:01:45 +03:00