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
Andy Miller
90aa4083ca
improved order of page types - fixes #2337
2019-03-25 17:29:35 -07:00
Andy Miller
ab535ec8be
Better solution for SEO imagename format
2019-03-14 17:14:19 -06:00
Andy Miller
a5e832b0b0
new option for image.prettyname_prefix
2019-03-13 18:04:52 -06:00
Matias Griese
212d7d24ef
Changelog update, minor cleanup
2019-02-25 11:47:24 +02:00
Andy Miller
3545761b92
reformatted the site.yaml a little
2019-02-18 12:59:56 -07:00
Andy Miller
72016d7e7c
Fixed purgeJob() and added clearJob()
2019-02-18 12:59:47 -07:00
Andy Miller
f8f1d5854c
Squashed commit of the following:
...
commit 6522db9beb579ee9ccb4f8b73f22bd0a57af5294
Merge: e047173f a1c8cb9f
Author: Matias Griese <matias@trilbymedia.com >
Date: Thu Feb 7 21:25:18 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
commit e047173fe0acf79a593db5b2e9db87cdc6f416a1
Author: Matias Griese <matias@trilbymedia.com >
Date: Thu Feb 7 21:09:18 2019 +0200
Updated FlexCollection to match object isAuthorized() call (fixed oopsie)
commit a937a5834fab908c915d9859479b07088cbe1677
Author: Matias Griese <matias@trilbymedia.com >
Date: Thu Feb 7 21:02:21 2019 +0200
Updated FlexCollection to match object isAuthorized() call
commit 24ea31364632dddc38057e243075787340c3e86b
Author: Matias Griese <matias@trilbymedia.com >
Date: Thu Feb 7 20:48:13 2019 +0200
Fixed infinite loop when creating DataUser object
commit 5da9fa8e1a4d213e16d8ca5c64a898c1712a28aa
Author: Matias Griese <matias@trilbymedia.com >
Date: Thu Feb 7 17:34:54 2019 +0200
Renamed `FlexAuthorizeInterface::authorize()` to `isAuthorized()`
commit 42fcf352a53a89e2082449ff6280804d913cac99
Author: Matias Griese <matias@trilbymedia.com >
Date: Thu Feb 7 10:10:41 2019 +0200
Added proper security check for user access levels
commit 43f8051305909f4579a65026de020c4ccdb1d15a
Author: Matias Griese <matias@trilbymedia.com >
Date: Thu Feb 7 10:07:35 2019 +0200
Added configuration options for system.accounts fields
commit 9ff8cc6e984744cb1031184721cb3a03d38ca33a
Author: Andy Miller <rhuk@mac.com >
Date: Wed Feb 6 13:20:02 2019 -0700
Cleanly handle session corruption due to changing Flex object types
commit 472c7e5367d7e27044e6bf1629800c69178a4b70
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Feb 6 21:50:48 2019 +0200
Added isValid() method for Data/FlexUser classes
commit 3098479d5e5f0ae370495f77e0615f1a50d9501c
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Feb 6 14:00:06 2019 +0200
Changelog update
commit 56956e178c93b8eefe055f645693b44f0ce71092
Merge: 84510cdc 466374ba
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Feb 6 13:32:03 2019 +0200
Merge remote-tracking branch 'origin/1.7' into 1.7
commit 84510cdc24bf445aeb3b4787c6a3198d31789e8c
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Feb 6 13:31:40 2019 +0200
Restructure Users logic to allow us to switch between old and new classes
commit 466374ba33ba89b396a36cc4fc0bd53f0d974bd0
Merge: 3a84c382 26de0340
Author: Andy Miller <rhuk@mac.com >
Date: Tue Feb 5 20:37:33 2019 -0700
Merge branch '1.6' into 1.7
commit 8f9c0e513a48161e97ca8940036c94984b9e814e
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Feb 5 16:23:21 2019 +0200
Restructure FlexUsers to allow us to switch between old and new classes
commit 3a84c3822b4374dd767fed235003f426a0e48f4b
Merge: 6412498a 34bf8fb5
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Feb 5 14:24:09 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
# Conflicts:
# system/defines.php
commit 6412498acab51bfe96ff2fd071a6875e3f8e435b
Merge: 3467f1d8 b1d43d29
Author: Andy Miller <rhuk@mac.com >
Date: Mon Feb 4 16:48:04 2019 -0700
Merge branch '1.6' into 1.7
commit 3467f1d8d0448e588a8902ff70f13e24c4117e33
Merge: 49cf9820 c713625a
Author: Matias Griese <matias@trilbymedia.com >
Date: Mon Feb 4 22:27:56 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
commit 49cf9820be70b37ae9ac69e7a35950e5b9fb6c25
Merge: e0aca2f6 24e6b6c8
Author: Matias Griese <matias@trilbymedia.com >
Date: Mon Feb 4 22:21:37 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
commit e0aca2f6a0823b7346dc3eeaed698d55d9ae2f4f
Merge: 0bc93fae 632a2d79
Author: Matias Griese <matias@trilbymedia.com >
Date: Fri Feb 1 09:06:50 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
# Conflicts:
# system/src/Grav/Common/User/User.php
commit 0bc93faec721e497867bdba224a61bdd397ff8c6
Merge: 91e17b8b e4b1d2ed
Author: Andy Miller <rhuk@mac.com >
Date: Thu Jan 31 18:42:25 2019 -0700
Merge branch '1.6' into 1.7
commit 91e17b8b14d4eeeccdd2f297dd27efbc4f515a19
Merge: 959cd21d 9fadb992
Author: Andy Miller <rhuk@mac.com >
Date: Thu Jan 31 15:41:51 2019 -0700
Merge branch '1.7' of github.com:getgrav/grav into 1.7
# Conflicts:
# CHANGELOG.md
commit 959cd21da6a3aa3d15e67ad25114b4238fd5eba9
Merge: 22eedbfd a3fea3d0
Author: Andy Miller <rhuk@mac.com >
Date: Thu Jan 31 15:40:21 2019 -0700
Merge branch '1.6' into 1.7
# Conflicts:
# CHANGELOG.md
# system/defines.php
commit 9fadb992a409473ec047cee329adfd2fc001ec99
Author: Matias Griese <matias@trilbymedia.com >
Date: Fri Feb 1 00:11:05 2019 +0200
Added search() for user collection
commit fb1193e465fa0f6719a43215d0218d9e774519f1
Merge: d633eabf d50e5d95
Author: Matias Griese <matias@trilbymedia.com >
Date: Thu Jan 31 21:19:35 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
commit d633eabf58216f18c3bd2ac179f474f621206d5a
Author: Matias Griese <matias@trilbymedia.com >
Date: Thu Jan 31 21:17:35 2019 +0200
Index username and email in lowercase letters
commit 86db584b0075ef7ad523d97bbe600c83815648e0
Author: Matias Griese <matias@trilbymedia.com >
Date: Thu Jan 31 15:21:40 2019 +0200
Rework FlexUser index
commit 540dbcd24c790114cec122f8bfbdc4d199cd9e2b
Merge: 28e41fb7 7a044c73
Author: Matias Griese <matias@trilbymedia.com >
Date: Thu Jan 31 15:08:38 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
# Conflicts:
# CHANGELOG.md
commit 28e41fb7e76bc1e569c0fcb8440c16d228396c73
Author: Matias Griese <matias@trilbymedia.com >
Date: Thu Jan 31 11:17:29 2019 +0200
Remove useless check
commit bd7b91efcba0914a3b4a664319c73b230e0e0755
Merge: 22eedbfd 4f80a156
Author: Matias Griese <matias@trilbymedia.com >
Date: Thu Jan 31 10:16:33 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
# Conflicts:
# CHANGELOG.md
# system/defines.php
commit 22eedbfd1160a38f24525c50cb4ca61caec4a1f8
Author: Andy Miller <rhuk@mac.com >
Date: Wed Jan 30 17:18:59 2019 -0700
Defines update
commit 338d40993e16e5c233c5fd010a259bbb37433de3
Merge: 1ecb6c4c f312c44a
Author: Andy Miller <rhuk@mac.com >
Date: Wed Jan 30 17:15:38 2019 -0700
Merge branch '1.6' into 1.7
commit 1ecb6c4c2b42e61785c473348bbeaffd2319344a
Merge: 22fc6ede 60436104
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Jan 30 21:05:13 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
commit 22fc6edea286a51bb15f23dd8762960b5bb1821f
Merge: 21b9e2cd d45efb48
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Jan 30 20:51:30 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
commit 21b9e2cd7c06e9f286428f2794ebd7d4e8f0e64d
Merge: 09f9eb22 610c6c34
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Jan 30 11:20:39 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
commit 09f9eb228f5980a56602b0a82ca73929d1d0336c
Author: Andy Miller <rhuk@mac.com >
Date: Tue Jan 29 17:16:42 2019 -0700
updated changelog
commit d2641c89e5a8e25d5a8d20cb10d7d0d302661ac7
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Jan 29 23:08:04 2019 +0200
Added support for looking up user by key, flex_key and storage_key
commit 2482ae7b8ca46e9cd6c7759ee5c3a62cb1e58363
Merge: 354bfd95 bbdac0fd
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Jan 29 22:22:29 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
commit 354bfd95fccf169357591a7f4c6b603121012f12
Merge: c0299f0d 5f5bfdaa
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Jan 29 19:32:41 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
commit c0299f0de81ebc3a0d05e147443a1602e7f86a34
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Jan 29 19:22:24 2019 +0200
Log alert if user index file gets corrupted or cannot be read
commit a9bd316868c45ada12ba7756ef6abc46daa3638d
Merge: 318cff10 ad7fdd5c
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Jan 29 18:15:00 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
commit 318cff102747c863e785f3bdbf3e538c84884b29
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Jan 29 18:00:18 2019 +0200
FlexUser: Do not fail hard if user index is corrupted
commit a402e675e485c2ccaa9e15f0d4f444073efe1fc5
Merge: a6179018 1321e582
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Jan 29 16:09:10 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
commit a6179018d3e57acf6a0e00ed8cbe65be1b214ae7
Merge: eaeb9d30 f7865873
Author: Matias Griese <matias@trilbymedia.com >
Date: Mon Jan 28 19:48:39 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
commit eaeb9d30251e9e31cd72c34c2f0f3a9b8e448f6c
Author: Matias Griese <matias@trilbymedia.com >
Date: Fri Jan 25 12:20:16 2019 +0200
FlexUser: Fixed original avatar image saving if there wasn't any before resize
commit 6e9b880dba19e3e717065e1d6b9adce4eb4fa100
Merge: d02f1c3d 5ad4ffd3
Author: Matias Griese <matias@trilbymedia.com >
Date: Fri Jan 25 12:13:03 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
# Conflicts:
# system/src/Grav/Common/Form/FormFlash.php
commit d02f1c3dd6b9e621fd1da5d9fb845faf2efb14d2
Author: Matias Griese <matias@trilbymedia.com >
Date: Fri Jan 25 11:42:56 2019 +0200
Fixed a bug on Form file crop with existing data
commit 17221a2a31fb7153e83e6a949bd004fe6aa73af8
Merge: c1c0467e 0700e4bf
Author: Matias Griese <matias@trilbymedia.com >
Date: Fri Jan 25 11:08:14 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into 1.7
commit c1c0467ea1510bf7a7dceadefccb1358a6e74b28
Author: Matias Griese <matias@trilbymedia.com >
Date: Thu Jan 24 16:20:51 2019 +0200
Added `FlexCollection::sort()` method
commit a07f36995573646ce08fa8fb70adcb9f6ccbb95b
Merge: 4929c700 6d89108c
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Jan 23 21:25:35 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into feature/1.6-flex-users
commit 4929c700065c10c6e047fd46169d121aea8c0fad
Merge: 13aac576 4e31a114
Author: Andy Miller <rhuk@mac.com >
Date: Wed Jan 23 12:17:23 2019 -0700
Merge branch '1.6' into feature/1.6-flex-users
commit 13aac576f81c0ef1a6721652c04432512c3bb669
Merge: 81b47c21 18d53079
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Jan 23 20:54:29 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into feature/1.6-flex-users
commit 81b47c21ff58d5c6c876857dd9ea24d9cef97880
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Jan 23 15:43:23 2019 +0200
Move user search index into user-data://accounts folder
commit c7bf4fc71abd1298d729da08e0770dd94ab4f708
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Jan 23 15:41:48 2019 +0200
Fixed fatal error when user has no avatar
commit 586f6252d84c657b58fe84b79955c4542900e56a
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Jan 23 15:41:18 2019 +0200
Added configuration option for account storage type, default to old structure
commit 78cd6d05aa06e132ba4090edac5b4a4dab54d13b
Merge: 2d554b55 57de7cc0
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Jan 23 15:14:17 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into feature/1.6-flex-users
commit 2d554b5577224bdd160e1319a9ba51b0b0ee6a34
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Jan 23 12:46:50 2019 +0200
FlexUser: Added original/cropped image support
commit 3f78f1b82316cf4d8bb2d0109c11ec6bf73c2bc5
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Jan 23 12:13:54 2019 +0200
FlexUser: Added original image/crop support
commit f8b7e7922cb036d57345d5587e9ba70271722503
Merge: f6b81fde e6b6e218
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Jan 23 11:21:16 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into feature/1.6-flex-users
commit f6b81fde528a2b6ef17b784a5b695bb371b4617c
Merge: d82eeeac 24305528
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Jan 23 11:11:39 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into feature/1.6-flex-users
commit d82eeeac9b50290d17b852e2221d9ae97b375fdc
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Jan 23 10:28:58 2019 +0200
MediaTrait: Clearing cache should unset media variable
commit ddaa9117ed7e795f95d897b6dd07a604482ca60b
Author: Matias Griese <matias@trilbymedia.com >
Date: Wed Jan 23 10:11:26 2019 +0200
FlexUser: Fixed issue on avatar if the field isn't what is expected by default (an array)
commit 8b23a47708106557c41fe497211e4dc3c7c1767e
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Jan 22 22:03:47 2019 +0200
Added User::getAvatarMedia() method
commit bb175341a5cb556c698481731fe73e9fa4b07643
Merge: bc9d60ca 5b0e2e40
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Jan 22 21:44:18 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into feature/1.6-flex-users
# Conflicts:
# system/src/Grav/Common/User/User.php
commit bc9d60ca79888c1c7eb0087bc841f409a67017b0
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Jan 22 21:25:19 2019 +0200
FlexUser: Fix extra parameter
commit 93b4b03706e8440e8e7ccad473fc5595ac85b631
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Jan 22 11:10:51 2019 +0200
FlexUser: Added support for avatar (or images in general)
commit fcd5756d2747cc4126c03fc53c2bd1bd35f0e8dc
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Jan 22 09:29:54 2019 +0200
Add `FormFlash::clearFiles()` method
commit 9da3c566188fa3f68077292d82a68b793763dc6a
Author: Matias Griese <matias@trilbymedia.com >
Date: Mon Jan 21 20:57:07 2019 +0200
Added media support for User
commit bb94022b709cebc73be4b3f010568b6504535aa2
Author: Matias Griese <matias@trilbymedia.com >
Date: Mon Jan 21 11:44:35 2019 +0200
Store users with unique ids
commit 6a184c4011ed3ed90cec4d536ead067896a580aa
Merge: 698a291c bd27d6fe
Author: Matias Griese <matias@trilbymedia.com >
Date: Fri Jan 18 14:14:23 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into feature/1.6-flex-users
# Conflicts:
# system/src/Grav/Common/User/User.php
commit 698a291cc844605dd8e969784883207308bc3a5f
Author: Matias Griese <matias@trilbymedia.com >
Date: Fri Jan 18 14:02:02 2019 +0200
Make sure that `authenticated` and `authorized` will not be saved into the file
commit 59c7dd59af86c7e0feaf4a9fa3832bad8a85b631
Author: Matias Griese <matias@trilbymedia.com >
Date: Fri Jan 18 13:09:43 2019 +0200
FlexUser: Fixed missing username in the object
commit b139e5daaa67d51baa26222e6155b359ac5a17f5
Merge: 426dae47 254fe990
Author: Matias Griese <matias@trilbymedia.com >
Date: Fri Jan 18 12:22:22 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into feature/1.6-flex-users
# Conflicts:
# system/src/Grav/Common/User/User.php
commit 426dae4731383bfd64f7e8e611f3721f58776feb
Merge: f4ff6713 0afe9d4f
Author: Matias Griese <matias@trilbymedia.com >
Date: Fri Jan 18 11:00:36 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into feature/1.6-flex-users
commit f4ff6713ac1c930b3f932b285c762552f99c79b0
Merge: eaab0b0a 751d1da7
Author: Matias Griese <matias@trilbymedia.com >
Date: Fri Jan 11 13:04:04 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into feature/1.6-flex-users
commit eaab0b0ae9c50ca5995ea7aa769720fc647ec4c2
Author: Matias Griese <matias@trilbymedia.com >
Date: Fri Jan 11 12:57:15 2019 +0200
Fixed merge conflict
commit 531dd1a788a6496c228c56103d4512d39c4d7650
Merge: 3bd925d6 f0cf4ed8
Author: Matias Griese <matias@trilbymedia.com >
Date: Fri Jan 11 12:50:46 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into feature/1.6-flex-users
commit 3bd925d61b96c12ea77cad19f4a9c01ba9afba8f
Merge: a383fbac a224c8b3
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Jan 8 18:37:22 2019 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into feature/1.6-flex-users
commit a383fbac0447d3226ee3a6109b99edca5210c5e5
Merge: 422e1f70 b38a143c
Author: Matias Griese <matias@trilbymedia.com >
Date: Tue Dec 4 15:32:39 2018 +0200
Merge branch '1.6' of https://github.com/getgrav/grav into feature/flex-users
# Conflicts:
# system/src/Grav/Common/Grav.php
commit 422e1f7027389fd1727dac4e269309a33187ea69
Author: Matias Griese <matias@trilbymedia.com >
Date: Mon Nov 26 19:57:28 2018 +0200
Implement Flex User classes
2019-02-07 14:36:07 -07:00
Andy Miller
74cd3ac1e0
Supporting negotiated content types
2018-11-11 18:27:12 -07:00
Andy Miller
eea70d380c
Set default config to testing
2018-11-05 16:10:54 -07:00
Andy Miller
3c2a8510f9
Added new uniqueness option to optionally use security.salt
2018-11-04 15:50:03 -07:00
Andy Miller
472b575e20
Added option to configure list of xss_invalid_protocols in Security config #2250
2018-11-03 14:09:00 -06:00