Andy Miller
7dc6b71252
whitespace
2021-10-26 11:39:15 -06:00
Ricardo Verdugo
fd61f82f5a
Watermark Media Action ( #3308 )
...
* added gregwar merge media action and watermark media function
* remove the dump left by accident
* added scaling to the watermark
Co-authored-by: Ricardo <ricardo@urbansquid.london >
Co-authored-by: Andy Miller <1084697+rhukster@users.noreply.github.com >
2021-10-21 06:31:33 -06:00
Andy Miller
07bd1e03d0
Better backwards compatibility
2021-10-01 11:42:41 -06:00
Andy Miller
75ef1341eb
Added new HTTP\Client class for more general use
2021-09-30 17:39:49 -06:00
Rotzbua
de3aa16aca
add mime for .avif image format
...
new image format developed by google
references:
https://codelabs.developers.google.com/codelabs/avif#0
https://caniuse.com/avif
2021-08-18 11:19:38 +03:00
Rotzbua
34d001cbef
fix typo mime type of .aif ( #3423 )
...
mime type should be `audio/aiff`
reference: https://en.wikipedia.org/wiki/Audio_Interchange_File_Format
2021-08-13 10:58:35 -04:00
Matias Griese
f45afd1f54
Added support for multiple mime-types per file extension [ #3422 ]
2021-08-13 13:05:32 +03:00
Rotzbua
b3af6c9920
Change mime-type to text/javascript ( #3415 )
...
Recommended by whatwg and draft-ietf-dispatch-javascript-mjs-09 (obsoletes RFC4329)
2021-07-31 14:29:22 -06:00
Andy Miller
90f5635478
Switch to JQuery 3.x rather than 2.x
2021-06-15 10:15:12 -06:00
Djamil Legato
39247ac7ef
Updated blueprints inline-docs for clear_images_by_default
2021-06-02 23:35:04 -07:00
Andy Miller
7f23b088a4
set clear_images_by_default to false by default
2021-05-25 11:27:13 -06:00
Matias Griese
2ef4c28401
Added configuration options to allow PHP methods to be used in Twig functions
2021-04-09 21:31:45 +03:00
pamtbaau
e02d298ff4
Add option images.defaults.size to set default height/width ( #3272 )
...
* Add option images.defaults.size to set default height/width
- Add option to config/system.yaml
- Add option to blueprints/config/system.yaml
- Add ImageSizeTrait.php
- Add ImageSizeTrait to ImageMedium.php
- Add Unit tests
* moved width/height to rendering phase
* Add test: height/width should be of resized image.
* Added optional apsect-ratio variable
* more improvements
* Added aspectRatio and retinaScale image functions
* remove use for old trait
* reset the CLS variables after calling reset on the image
Co-authored-by: Andy Miller <rhuk@mac.com >
2021-04-05 11:21:03 -06:00
Matias Griese
ec661d2c15
Fixed page.html returning duplicated content with system.pages.redirect_default_route turned on [ #3130 ]
2021-03-11 16:19:57 +02:00
Miguel Sales Pereira
3b6f5353fd
Add SRI integrity hash to assets ( #3256 )
...
* Added default setting to enable/disable assets SRI
* Added system options to enable/disable assets SRI
* Added integrityHash function to create asset SRI
* Output SRI integrity hash on CSS assets
* Output SRI integrity hash for JS assets
* Updated integrityHash visibility (protected => public)
* Add SRI integrity hash to CSS and JS pipelines
* Made integrityHash static
2021-03-08 10:51:51 -07:00
Matias Griese
49fca0da2b
Added support for setting session domain [ #2040 ]
2021-02-10 18:46:43 +02:00
Andy Miller
aa8778a0fb
added optional password/database attributes
2021-02-06 14:39:21 -07:00
Andy Miller
4d26acfd66
change testing -> stable in system.yaml
2021-01-20 12:55:20 -07:00
Matias Griese
ac4f093590
Fixed streams in setup.php being overridden by system/streams.yaml [ #2450 ]
2021-01-18 11:20:21 +02:00
Matias Griese
589c9e4445
Enabled ETag setting by default for 304 responses
2020-12-22 18:43:13 +02:00
Matias Griese
ea358c239f
Restored samesite cookies after merge from develop
2020-12-09 15:42:46 +02:00
Matias Griese
2cf90cc60b
Merge branch 'develop' of github.com:getgrav/grav into 1.7
...
Conflicts:
CHANGELOG.md
composer.json
composer.lock
system/blueprints/config/system.yaml
system/defines.php
system/src/Grav/Common/Page/Pages.php
2020-12-09 15:33:37 +02:00
Andy Miller
08304d5064
Revert "Allow to set SameSite from system.yaml ( #3063 )"
...
This reverts commit 0b41eea2bb .
2020-12-04 03:34:26 -07:00
Matias Griese
631e0e0f3f
New sites have compatibility features turned off by default, upgrading from older versions will keep the settings on
2020-11-23 19:09:55 +02:00
Djamil Legato
e219f56ff4
Merge branch 'develop' into 1.7
2020-11-21 14:08:49 -08:00
1tsi
56ce4ab0f2
Update media.yaml ( #3070 )
...
fixed MIME types for .docx, .pptx and .xlsx
2020-11-18 12:10:23 -07: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
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
972d32c969
Added deprecation notice when using system.pages_fallback_only
2020-10-16 12:29:37 +03:00
Matias Griese
6f78c2288f
Added missing languages.content_fallback configuration variable to system.yaml
2020-10-15 11:12:30 +03:00
Andy Miller
aaff2f486f
set default for auto-fix-orientation to true
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2020-07-20 19:09:58 -06:00
Andy Miller
a65c21acba
Merge branch 'develop' into 1.7
...
Signed-off-by: Andy Miller <rhuk@mac.com >
# Conflicts:
# CHANGELOG.md
# system/blueprints/config/system.yaml
2020-06-04 14:46:54 -06:00
Andy Miller
bfbe4ce1b8
option to control supported attributes in markdown links
...
Signed-off-by: Andy Miller <rhuk@mac.com >
2020-06-04 14:42:38 -06:00
Andy Miller
ad1ecf21c3
Merge branch 'develop' into 1.7
...
Signed-off-by: Andy Miller <rhuk@mac.com >
# Conflicts:
# system/blueprints/config/system.yaml
# system/config/system.yaml
# system/src/Grav/Common/Uri.php
2020-05-14 14:46:14 -06:00
Andy Miller
497ca2a5cd
Advanced Customization options for HTTP_X_FORWARDED headers
2020-05-14 14:43:52 -06:00
Andy Miller
4e578ed95e
Advanced Customization options for HTTP_X_FORWARDED headers
2020-05-14 14:32:07 -06:00
Andy Miller
148117edcb
Support for native lazy loading of images #2910
2020-05-14 12:33:46 -06:00
Andy Miller
fe0ad9c9c2
Added support for webp (must be defined in media.yaml) #1168
2020-04-23 12:35:05 -06:00
Matias Griese
11f9ba74e8
Added configuration option system.strict_mode.blueprint_compat to maintain old validation: strict behavior [ #1273 ]
2020-02-24 20:24:25 +02:00
Matias Griese
80125ce298
Fixed system.translations: false breaking Inflector methods
2020-01-29 14:58:50 +02:00
Matias Griese
664447a67b
Added Flex cache configuration options
2020-01-21 10:02:29 +02:00
Matias Griese
7574195ca2
Added support for custom permissions in configuration
2020-01-15 20:04:08 +02:00
Matias Griese
9c4eb549b7
Added missing system.include_default_lang_file_extension configuration option
2019-11-13 11:17:14 +02:00
Andy Miller
ab75201f11
Added a new sanitize_svg security config option [default: true]
2019-09-03 12:07:47 -06:00
Matias Griese
8b31ee173e
Added configuration option for Flex Page, enabled experimental options in Admin Plugin
2019-08-16 15:49:58 +03:00
Matias Griese
e116998914
Added new system.debugger.censored configuration option to hide potentially sensitive information
2019-06-28 15:26:31 +03:00
Andy Miller
fe05c9b87b
clockwork debugger by default
2019-06-14 13:43:24 -06:00
Matias Griese
d8fccb0edd
Clockwork: Added call traces to deprecated messages
2019-06-14 13:48:45 +03:00
Andy Miller
f4645fc77e
Debugbar/Clockwork Toggle.
2019-05-27 19:20:21 +03:00
Andy Miller
1043b9a189
Added languages.default_lang option to override the default lang
2019-04-09 17:27:35 -06:00