Commit Graph

5905 Commits

Author SHA1 Message Date
Cody
f60f7a4dc1
Remove httpOnly setting from setCookie 2024-10-05 14:17:20 -07:00
Cody
998dc95cb2
Removed extra attribute for interop.SetCookie 2024-10-05 14:08:16 -07:00
Cody
12f5d7b846
Remove extra attribute for SetCookie 2024-10-05 14:06:35 -07:00
Cody
906ae0a43e
Remove extra attribute for SetCookie 2024-10-05 14:06:18 -07:00
Cody
485b774876
Remove httpOnly cooking attribute from SetCookie 2024-10-05 14:03:20 -07:00
Cody
3121cf5b75
Remove unnecessary httpOnly setCookie option 2024-10-05 14:00:18 -07:00
Cody
ce7570dae2
Remove Unnecessary httpOnly setting setCookie Option 2024-10-05 13:58:55 -07:00
Cody
b5ea0dfbc7
Update Cleanup "setCookie" function notes options: secure, httpOnly, Samesite 2024-10-05 13:57:36 -07:00
Cody
dd0f8f4772
Update SetCookie function to include secure, httpOnly and sameSite 2024-10-05 13:55:35 -07:00
Cody
9d0ab34274
Update 'SetCookie" option settings "secure, httpOnly, sameSite" 2024-10-05 13:28:33 -07:00
Cody
e6038be6f7
Update SetCookie Option Settings Secure, HttpOnly, SameSite 2024-10-05 13:27:14 -07:00
Cody
bd2153a0ed
Update cookie options to set SameSite, HttpOnly, Secure settings 2024-10-05 13:23:09 -07:00
Cody
e526deac20
Update Cookie Settings Secure, httpOnly, sameSite 2024-10-05 13:19:52 -07:00
Cody
b65f165dcf
Update adds SameSite, Secure and httpOnly SetCookie Settings 2024-10-05 13:17:31 -07:00
Cody
f9fbe5adc2
Update NavigateTo() to use "true" instead of "forceLoad: true" 2024-10-05 12:11:52 -07:00
Shaun Walker
1047058676
Merge pull request #4705 from maurocavallin/dev
Hard deletion of page more robust use of entity framework contexts
2024-10-04 17:14:00 -04:00
mauroc
29a1e77da8 Hard deletion of page more robust use of contexts (fixes issue: presence of stale records of deleted page on db). 2024-10-04 22:46:40 +02:00
Shaun Walker
290547e482
Merge pull request #4702 from sbwalker/dev
add defensive logic if ModuleState is null  in ModuleMessage
2024-10-02 16:53:46 -04:00
sbwalker
3df45ca20f add defensive logic if ModuleState is null in ModuleMessage 2024-10-02 16:53:36 -04:00
Shaun Walker
cc06258484
Merge pull request #4701 from sbwalker/dev
updated version to 5.2.4
2024-10-02 16:39:45 -04:00
sbwalker
2c262d0655 updated version to 5.2.4 2024-10-02 16:39:31 -04:00
Shaun Walker
1875e1e158
Merge pull request #4696 from sbwalker/dev
fix #4695 - null reference exception deleting a setting which does not exist
2024-10-02 08:30:58 -04:00
sbwalker
1c95967b31 fix #4695 - null reference exception deleting a setting which does not exist 2024-10-02 08:30:34 -04:00
Shaun Walker
2ae98929de
Merge pull request #4689 from thabaum/Update-Dependencies-and-Prepare-Release-5.2.4
Fixes #4688 - Update dependencies and prepare release 5.2.4
2024-10-01 11:21:35 -04:00
Shaun Walker
6a1dd38cbb
Merge pull request #4691 from zyhfish/task/fix-4690
Fix #4690: prevent invalid parsing.
2024-10-01 11:20:01 -04:00
Ben
c458a77d27 Fix #4690: prevent invalid parsing. 2024-10-01 22:13:32 +08:00
Cody
352c23f389
Prepare Release 5.2.4 2024-10-01 06:15:46 -07:00
Cody
6c5a1dc2e1
Prepare Release 5.2.4 2024-10-01 06:14:57 -07:00
Cody
004ff1e91d
Update Dependencies and Prepare Release 5.2.4 2024-10-01 06:14:07 -07:00
Cody
f7de4c567b
Prepare Release 5.2.4 2024-10-01 06:12:07 -07:00
Cody
b2ad1010ac
Prepare Release 5.2.4 2024-10-01 06:11:36 -07:00
Cody
660e164ff8
Prepare Release 5.2.4 2024-10-01 06:11:04 -07:00
Cody
eb6dc80b50
Prepare Release 5.2.4 - removed whitespace 2024-10-01 06:10:21 -07:00
Cody
a9882cc96a
Update Oqtane.Shared.nuspec 2024-10-01 06:09:35 -07:00
Cody
fb5a2ce178
Prepare Release 5.2.4 2024-10-01 06:09:12 -07:00
Cody
d441b31dc7
Prepare Release 5.2.4 2024-10-01 06:08:46 -07:00
Cody
d4239fe7e0
Prepare Release 5.2.4 2024-10-01 06:07:55 -07:00
Cody
6a98999105
Prepare Release 5.2.4 2024-10-01 06:06:03 -07:00
Cody
5caa1fe7d4
Prepare Release 5.2.4 2024-10-01 06:05:07 -07:00
Cody
ef33bdb65e
Prepare Release 5.2.4 2024-10-01 06:04:11 -07:00
Cody
14a463382b
Prepare Release 5.2.4 2024-10-01 06:03:20 -07:00
Cody
1ad79874c8
Update Dependencies and Prepare Release 5.2.4 2024-10-01 06:02:40 -07:00
Cody
1a61a58d28
Prepare Release 5.2.4 2024-10-01 06:00:20 -07:00
Cody
3e3c973679
Prepare Release 5.2.4 2024-10-01 05:59:47 -07:00
Cody
9dede84d20
Update Dependencies and Prepare Release 5.2.4 2024-10-01 05:57:17 -07:00
Shaun Walker
e78b11cf62
Merge pull request #4687 from sbwalker/dev
add some clarity to the database fields help text
2024-09-30 13:32:08 -04:00
sbwalker
341ca5a330 add some clarity to the database fields help text 2024-09-30 13:31:57 -04:00
Shaun Walker
e5d8c02def
Merge pull request #4686 from sbwalker/dev
add validation of recipient email address to Notification job
2024-09-30 11:27:59 -04:00
sbwalker
947aa08c42 add validation of recipient email address to Notification job 2024-09-30 11:27:47 -04:00
Shaun Walker
9a04d436bd
Merge pull request #4683 from sbwalker/dev
simplify configuration of external login providers
2024-09-27 16:21:23 -04:00