Matias Griese
b66287cbb9
Fixed CLI self-upgrade from Grav 1.6 [ #3079 ]
2020-11-23 09:50:30 +02:00
Matias Griese
9e6d38bc1a
Added support for having all sites / environments under user/env folder [ #3072 ]
2020-11-23 08:50:19 +02:00
Matias Griese
6cbe4aeec4
Fixed system:// stream is causing issues in Admin, making Media tab to disappear and possibly causing other issues [ #3072 ]
2020-11-23 08:42:17 +02:00
Djamil Legato
e219f56ff4
Merge branch 'develop' into 1.7
2020-11-21 14:08:49 -08:00
Djamil Legato
e16b29c566
Better handling of missing repository index (grav-plugin-admin#1916)
2020-11-21 14:05:29 -08:00
Djamil Legato
1b3e3ede4d
Better handling of missing repository index (grav-plugin-admin#1916)
2020-11-20 15:40:58 -08:00
Djamil Legato
0a601f10c0
Fixed Purge successful message only working in Scheduler but broken in CLI and Admin ( fixes #1935 )
2020-11-20 12:16:37 -08:00
1tsi
56ce4ab0f2
Update media.yaml ( #3070 )
...
fixed MIME types for .docx, .pptx and .xlsx
2020-11-18 12:10:23 -07:00
Matias Griese
1f6c2f5a0a
Add per field configuration options to customize XSS detection
2020-11-18 13:54:42 +02:00
Andy Miller
5f3ddd9389
Merge branch 'develop' into 1.7
2020-11-17 15:24:54 -07:00
Andy Miller
fd0c9823fa
better handle cookie_samesite if null
2020-11-17 15:24:08 -07:00
Andy Miller
d23588a217
Merge branch 'develop' into 1.7
...
# Conflicts:
# system/blueprints/config/system.yaml
# system/src/Grav/Common/GPM/Response.php
2020-11-17 12:07:11 -07:00
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
randoum
0b41eea2bb
Allow to set SameSite from system.yaml ( #3063 )
...
* Update system.yaml
* Update SessionServiceProvider.php
* Update Session.php
* Update system.yaml
2020-11-12 13:40:39 -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
Stephan Strate
9b2b909139
Check exact extension in checkFilename utility ( #3061 )
...
* Fix uploads_dangerous_extensions checking (#3060 )
* Remove redundant prefixing of `.` to extension (#3060 )
2020-11-11 10:30:57 -07: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
Vilius Šumskas
54dccd11ef
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-04 15:40:32 -07: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
40216e310d
Create SECURITY.md
...
Added security policy
2020-10-30 12:03:34 -07:00
Grant
6a6f99e9ae
Add option for timeout in selfupgrade command ( #3013 )
...
* Add option for timeout in selfupgrade command
* Raise the default timeout
2020-10-30 07:48:03 -06:00
Djamil Legato
14ad7cf3ac
Set grav_cli as referer when coming from CLI
2020-10-29 15:58:32 -07:00
Djamil Legato
ce327dca42
Set grav_cli as referer when coming from CLI
2020-10-29 15:56:20 -07:00
Djamil Legato
ded7670ac3
Forward a sid to GPM when downloading a premium package via CLI
2020-10-29 15:49:36 -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