NicoHood
42daf75124
Fix documentation for asset array variable
2021-01-15 15:04:10 +01:00
NicoHood
f8972f812a
Fix asset unit test
2021-01-09 22:02:01 +01:00
NicoHood
a809fb8c41
Fix #2781 asset manager pipeline order. Patch taken from @pamtbaau
2021-01-03 13:42:26 +01:00
Andy Miller
2738107b1e
composer update for matthiasmullie/minify
2020-12-28 11:04:24 -07:00
Andy Miller
b7aa20ed88
vendor updates
2020-12-24 11:33:37 -07:00
Andy Miller
ec68068b97
Merge tag '1.6.31' into develop
...
Release v1.6.31
2020-12-14 21:28:53 -07:00
Andy Miller
d4a20c71c2
Merge branch 'release/1.6.31'
1.6.31
2020-12-14 21:28:53 -07:00
Andy Miller
d9c1445542
prepare for release
2020-12-14 21:28:42 -07:00
Djamil Legato
6a4686d17b
Update composer first thing
2020-12-10 11:19:27 -08:00
Andy Miller
1c63f4bf46
Fix Twig svg_image() issue with classes applied to all elements #3068
2020-12-10 10:54:38 -07:00
Andy Miller
bc22c8d2b1
Allow all css and js to be seached via robots.txt by default
2020-12-10 10:41:42 -07:00
Matias Griese
db24d3e53e
Fixed pages field escaping issues, needs admin update, too
2020-12-09 15:28:48 +02:00
Andy Miller
29bcbf042f
Added slack on failure
2020-12-07 16:19:34 -07:00
Andy Miller
19719ecac1
Added slack to tests
2020-12-07 16:14:16 -07:00
Djamil Legato
47ab76c7e3
🎉 Moved Travis releases builds to Github Actions 🎉
2020-12-05 16:53:14 -08:00
Andy Miller
7b97cd0cf1
ignore versions.yaml
2020-12-04 12:21:42 -07:00
Djamil Legato
809767883b
Disable develop branch from triggering travis
...
Temporary, while we move to GitHub Actions.
2020-12-04 10:07:48 -08:00
Andy Miller
6eb083bebe
Merge tag '1.6.30' into develop
...
Release v1.6.30
2020-12-04 05:30:11 -07:00
Andy Miller
3a822f7bc4
Merge branch 'release/1.6.30'
1.6.30
2020-12-04 05:30:10 -07:00
Andy Miller
9a2268a54e
prepare for release
2020-12-04 05:29:56 -07:00
Andy Miller
611171371b
fix for travis build
2020-12-04 05:26:29 -07:00
Andy Miller
e1d4fe36f4
Merge branch 'release/1.6.30'
2020-12-04 03:42:37 -07:00
Andy Miller
079d8c19a4
Merge tag '1.6.30' into develop
...
Release v1.6.30
2020-12-04 03:42:37 -07:00
Andy Miller
418c6dd7f8
prepare for release
2020-12-04 03:42:02 -07: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
Andy Miller
5cdeb28e6b
Revert "better handle cookie_samesite if null"
...
This reverts commit fd0c9823fa .
2020-12-04 03:33:59 -07:00
Andy Miller
c5efd17a9c
GA Slack WIP
2020-12-03 22:16:56 -07:00
Andy Miller
6276ead820
removed deprecated values
2020-12-03 22:10:36 -07:00
Andy Miller
b5cdc12478
GA WIP
2020-12-03 22:02:46 -07:00
Andy Miller
ff511b8968
GA testing
2020-12-03 21:58:32 -07:00
Andy Miller
037a84c46f
Added GA Test workflow
2020-12-03 20:49:02 -07:00
Andy Miller
3d0f29a172
removed deleted repo
2020-12-03 20:48:38 -07:00
Andy Miller
078c8d23d5
Merge branch 'release/1.6.29'
1.6.29
2020-12-03 14:22:52 -07:00
Andy Miller
8c845c77c1
Merge tag '1.6.29' into develop
...
Release v1.6.29
2020-12-03 14:22:52 -07:00
Andy Miller
cb373dae59
prepare for release
2020-12-03 14:22:38 -07:00
Matias Griese
00a7094802
Update getBackupDownloadUrl() method to not pass the path
2020-12-01 09:33:55 +02:00
Andy Miller
24b52c77fe
update changelog
2020-11-30 16:13:51 -07:00
Andy Miller
75b74c4ab3
XSS fix for grav-ghsa-cvmr-6428-87w9
2020-11-30 16:10:56 -07:00
Matias Griese
76670e47a1
PHP 8 fixes
2020-11-27 13:49:10 +02:00
Matias Griese
07ee5b42f7
Added basic support for user/config/versions.yaml
2020-11-23 21:53:28 +02:00
Djamil Legato
e16b29c566
Better handling of missing repository index (grav-plugin-admin#1916)
2020-11-21 14:05:29 -08:00
1tsi
56ce4ab0f2
Update media.yaml ( #3070 )
...
fixed MIME types for .docx, .pptx and .xlsx
2020-11-18 12:10:23 -07:00
Andy Miller
fd0c9823fa
better handle cookie_samesite if null
2020-11-17 15:24:08 -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
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
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
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
ded7670ac3
Forward a sid to GPM when downloading a premium package via CLI
2020-10-29 15:49:36 -07:00