Commit Graph

3106 Commits

Author SHA1 Message Date
Bob den Otter
fbd72adf6f Merge pull request #2980 from bolt/improve-caching
Improve caching
2021-11-29 09:52:46 +01:00
Bob den Otter
98f839680a Merge pull request #2982 from bolt/bobdenotter-patch-1
Allow passing in string in `getTitle`, to give friendlier notice
2021-11-29 09:50:51 +01:00
Joossensei
d0a43ea1ce Fix the phpstan 😄 2021-11-28 14:01:20 +01:00
Joossensei
729b23ec44 Fix the date format expected for params like 'today' 2021-11-28 14:01:20 +01:00
Bob den Otter
ad07b68bfe Add config options for Frontend and BackendMenu 2021-11-28 14:01:06 +01:00
Bob den Otter
075cc7007d Cache JsonRecords 2021-11-28 14:01:06 +01:00
Bob den Otter
284dc2a83a Comments 2021-11-28 14:01:06 +01:00
Bob den Otter
b78c1b4d8b CS fix 2021-11-28 14:01:06 +01:00
Bob den Otter
1532172861 Ensure we use tags in our caches 2021-11-28 14:01:06 +01:00
Bob den Otter
a8a50dc592 Cache "Select Options" for type: select fields 2021-11-28 14:01:06 +01:00
Bob den Otter
bbbdc5f6d6 Cache canonical (for a little while) 2021-11-28 14:01:06 +01:00
Bob den Otter
e1f2075056 Tweaking Caching Decorator 2021-11-28 14:01:06 +01:00
Bob den Otter
79a1cb65be Merge branch '5.0' 2021-11-28 13:01:26 +01:00
Bob den Otter
4b095fdb12 Merge pull request #2981 from nicodeboer/bugfix/possible-null-locale-value-throws-error
Check on null value added to calling setCurrentLocale to prevent null value parameter
2021-11-28 13:00:26 +01:00
Bob den Otter
6bacf788c4 Allow passing in string in getTitle, to give friendlier notice 2021-11-28 11:46:45 +01:00
Nico de Boer
3c9b750935 Check on null value added to calling setCurrentLocale to prevent null value parameter 2021-11-28 11:00:57 +01:00
Bob den Otter
a65cccf682 Prepare release 5.0.7 2021-11-26 16:28:14 +01:00
Bob den Otter
a11e5a718e Merge pull request #2957 from bolt/feature/toggle-cache
Toggle cache for related options
2021-11-26 15:54:46 +01:00
Ivo Valchev
85402da5de Update CsrfTrait.php 2021-11-23 09:44:25 +01:00
Ivo Valchev
17cec40c82 Refactor dependency for cssrfTokenManager service 2021-11-23 09:44:25 +01:00
Ivo Valchev
d9dbcde0b2 Replace UserPasswordEncoderInterface with UserPasswordHasherInterface 2021-11-22 10:35:55 +01:00
Ivo Valchev
7358675168 Update CachingTrait.php 2021-11-22 10:14:42 +01:00
Ivo Valchev
1e7b736364 Toggle cache for related options 2021-11-22 10:12:46 +01:00
Ivo Valchev
e5381d420d Create a new error request zone 2021-11-19 10:30:54 +01:00
Bob den Otter
cf66bc8cdf Fix regex for email pattern 2021-11-17 17:46:44 +01:00
Bob den Otter
8476dba726 Merge branch '5.0' 2021-11-16 11:18:49 +01:00
Bob den Otter
71bc832824 Merge pull request #2928 from jbarbin/bugfix/dynamic-values-for-config-settings
[#2909] fix(configuration): use environment variables into config settings
2021-11-16 11:16:05 +01:00
Bob den Otter
017f34f41c Merge pull request #2927 from jbarbin/bugfix/existing-database-on-setup-command
fix(setup-command): skip creating the database if it already exists
2021-11-16 11:15:48 +01:00
Jones
724551f53b Little typo :)
There was a typo in the welcome command
2021-11-15 09:50:49 +01:00
Bob den Otter
d6b67fc45d Merge pull request #2912 from bolt/bugfix/user-auth-token-bind-session
Multiple sessions reflect correctly in the `Current sessions` area
2021-11-12 15:31:50 +01:00
Jonathan Barbin
8e70837fc3 fix(configuration): use environment variables into config settings 2021-11-12 01:29:31 +01:00
Jonathan Barbin
5821ac712a fix(setup-command): skip creating the database if it already exists 2021-11-12 00:21:13 +01:00
Ivo Valchev
9ba2f95373 Fix the Other Content menu icon 2021-11-11 10:13:33 +01:00
Bob den Otter
469a4526f9 CS fix 2021-11-10 18:31:21 +01:00
Bob den Otter
6fb7fdb6b7 Merge pull request #2919 from bolt/bugfix/unique-slug-when-missing
Fix unique slugs if title is empty
2021-11-10 18:30:36 +01:00
Bob den Otter
3c827d4989 Update src/Security/LogoutListener.php 2021-11-10 15:35:10 +01:00
Bob den Otter
1e16b12392 Update src/Security/LogoutListener.php 2021-11-10 15:35:04 +01:00
Bob den Otter
72b02abe93 Merge pull request #2915 from bolt/bugfix/dont-fail-content-factory-if-unauthenticated
Don't fail on upsert or create if programatically creating content without authentication
2021-11-10 15:32:07 +01:00
Ivo Valchev
7cea11b5c0 Fix unique slugs if title is empty 2021-11-09 17:08:49 +01:00
Ivo Valchev
10ffdf4c00 Merge branch 'bugfix/user-auth-token-bind-session' of github.com:bolt/core into bugfix/user-auth-token-bind-session 2021-11-09 15:08:49 +01:00
Ivo Valchev
d5b3a03790 Multiple sessions reflect correctly in the Current sessions area 2021-11-09 15:08:10 +01:00
Ivo Valchev
b52f0281d7 Fiz incorrect edit link to orphaned pages 2021-11-09 15:04:28 +01:00
Ivo Valchev
7ef22720cd Merge pull request #2904 from bolt/get-requests-for-preview
Redirect 'GET on Preview' link to edit page
2021-11-09 14:37:11 +01:00
Ivo Valchev
ca82fde1fc Merge pull request #2913 from bolt/more-logging-on-login-and-logout
More detailed logging when logging in and logging out
2021-11-09 09:50:15 +01:00
Bob den Otter
f38ffb0907 Merge pull request #2914 from bolt/enhancement/log-deauthentication-events
Log `TokenDeauthenticatedEvent` in Bolt logger
2021-11-08 16:52:33 +01:00
Ivo Valchev
5ac1b709f5 Don't fail on upsert or create if programatically creating content without authentication 2021-11-08 16:38:51 +01:00
Bob den Otter
6a353ec490 Update DetailController.php 2021-11-08 15:31:41 +01:00
Bob den Otter
cce407cd4f Redirect 'GET on Preview' link to edit page 2021-11-08 15:30:50 +01:00
Ivo Valchev
de04cef176 Update TokenDeauthenticatedSubscriber.php 2021-11-08 15:13:06 +01:00
Ivo Valchev
b08ad95b69 Log TokenDeauthenticatedEvent in Bolt logger 2021-11-08 15:12:12 +01:00