Leigh Pointer
92aa2236c0
Swashbuckle.AspNetCore updated to 7.0
2024-11-14 09:16:55 +01:00
sbwalker
0f2aa4d2e1
update to official .NET 9 release
2024-11-12 15:40:54 -05:00
sbwalker
422bf8da59
use HttpClient rather than IHttpClientFactory as IHttpClientFactory does not pass cookies in .NET MAUI
2024-11-11 08:14:53 -05:00
sbwalker
5a91b143b6
resolved issue when setting initial culture cookie
2024-11-08 15:41:24 -05:00
sbwalker
0f698e0c50
make indexing of Files opt-in rather than opt-out
2024-11-08 15:16:32 -05:00
sbwalker
fdbdd0ef4c
Added defensive logic to File Indexer for scenarios where file does not exist on disk. Added ability to reset the search index prior to reindexing.
2024-11-07 17:05:28 -05:00
sbwalker
d85a2fc8ce
remove custom JavaScript reconnection script for SignalR
2024-11-05 11:30:18 -05:00
sbwalker
c8a22d9537
fix #4795 - ensure deterministic ordering of file parts when merging files after upload (credit @HQuast)
2024-11-04 15:28:59 -05:00
sbwalker
7deb0b06af
fix #4770 - set a default value for PrincipalSchema to ensure backward compatibility
2024-10-24 17:08:25 -04:00
sbwalker
0dfdb12431
get language using CookieRequestCultureProvider
2024-10-24 15:48:14 -04:00
sbwalker
b0c8203b24
remove Microsoft.AspNetCore.Localization from default module template
2024-10-24 15:20:07 -04:00
sbwalker
f09709aedb
remove Microsoft.AspNetCore.Http
2024-10-24 15:10:52 -04:00
sbwalker
a967332f89
remove Microsoft.AspNetCore.Localization
2024-10-24 12:24:46 -04:00
Shaun Walker
6719d242bd
Merge pull request #4756 from zyhfish/task/fix-4752
...
Fix #4752 : validate the username and email.
2024-10-24 09:53:24 -04:00
Ben
3565185808
update the error message.
2024-10-24 20:13:43 +08:00
Ben
ce51262197
update the code to use simple validation.
2024-10-24 20:04:18 +08:00
Cody
8a9651dc50
Adds logic for .modal class ScrollTo function
2024-10-21 12:22:01 -07:00
sbwalker
73ea17ae0f
changes to migrate Oqtane to .NET 9 and version 6.0.0
2024-10-21 14:51:20 -04:00
Ben
4f74962ce2
Fix #4752 : validate the username and email.
2024-10-21 23:11:57 +08:00
sbwalker
56cfb2ce06
fix sorting of Site.Languages property
2024-10-15 16:46:05 -04:00
sbwalker
bcf7866fe2
fix #4733 - remove Name column from Language table and populate value dynamically
2024-10-15 15:58:17 -04:00
sbwalker
52f552b4de
localize names of languages based on user's UI culture
2024-10-14 17:17:54 -04:00
sbwalker
62d59a09cf
set HttpOnly to false for Localization cookie in static rendering
2024-10-14 16:49:14 -04:00
sbwalker
04b38444ce
fix #4722 - support PrincipalSchema when creating foreign keys (credit @Hypnodude)
2024-10-14 15:36:32 -04:00
Shaun Walker
ca3df02002
Merge pull request #4723 from mdmontesinos/dev
...
Image Resizing and Format via QueryString in Files Page (enhances #4692 )
2024-10-14 15:20:37 -04:00
sbwalker
93bc1cd5af
fix #4714 as well as breaking change in #4712
2024-10-14 15:05:46 -04:00
Shaun Walker
0e5b370ee8
Merge pull request #4712 from thabaum/language-switcher-cookie
...
Fix #4710 - Adds language switcher component cookie set options for secure, httpOnly, sameSite + interop.cs/interop.js methods samesite and secure options
2024-10-14 14:41:18 -04:00
Shaun Walker
0d4a40e9bb
Merge pull request #4715 from leigh-pointer/CompUpdate-8.0.10
...
Updated Microsoft Components for 8.0.8 to 8.0.10
2024-10-14 13:04:54 -04:00
David Montesinos
3adb7ecb1c
Enhances image manipulation with format (webp encoder, defaults to png)
...
- computes etag with all manipulation parameters
2024-10-13 17:20:18 +02:00
David Montesinos
aa5b84a214
Implements Image Manipulation in Files Page via QueryString
...
- Extracts the image creation into a service
- Refactors Files Page GET action for better readability and cyclomatic complexity
2024-10-13 12:38:43 +02:00
Leigh Pointer
3d83fccbf1
remove appsettings
2024-10-09 15:07:57 +02:00
Leigh Pointer
4c4255be6b
Updated Template files with new component version 8.0.10
2024-10-09 14:42:07 +02:00
Leigh Pointer
ed6054b082
Updated Microsoft Components for 8.0.8 to 8.0.10
...
Tested on upgrade and new Oqtane instance creation.
2024-10-09 14:35:27 +02: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
e526deac20
Update Cookie Settings Secure, httpOnly, sameSite
2024-10-05 13:19:52 -07:00
Cody
d1e73571a1
fix typo
2024-10-05 11:12:01 -07: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
sbwalker
1c95967b31
fix #4695 - null reference exception deleting a setting which does not exist
2024-10-02 08:30:34 -04:00
Cody
004ff1e91d
Update Dependencies and Prepare Release 5.2.4
2024-10-01 06:14:07 -07:00
sbwalker
947aa08c42
add validation of recipient email address to Notification job
2024-09-30 11:27:47 -04:00
Shaun Walker
3398c1cbfe
Merge pull request #4678 from sbwalker/dev
...
remove unnecessary using statement
2024-09-26 15:54:35 -04:00
sbwalker
39c79ea68e
remove unnecessary using statement
2024-09-26 15:54:22 -04:00
Shaun Walker
66900f4a32
Merge pull request #4677 from sbwalker/dev
...
sign out the principal when it is rejected due to security stamp changes
2024-09-26 15:53:55 -04:00
sbwalker
df71dd14f7
sign out the principal when it is rejected due to security stamp changes
2024-09-26 15:53:14 -04:00
Shaun Walker
8113ca3069
Merge pull request #4676 from sbwalker/dev
...
fix #4657 - Cannot add new site to existing installation using separate database On IIS
2024-09-26 14:07:11 -04:00
sbwalker
d468e675c2
fix #4657 - Cannot add new site to existing installation using separate database On IIS
2024-09-26 14:06:51 -04:00
Shaun Walker
1e84cedf82
Merge pull request #4674 from sbwalker/dev
...
fix localization spelling mistake
2024-09-26 13:46:41 -04:00
sbwalker
7f4087e3de
fix localization spelling mistake
2024-09-26 13:46:29 -04:00
Shaun Walker
facd3c8956
Merge pull request #4673 from sbwalker/dev
...
fix remote login issue which could occut if multiple users have the same email address
2024-09-26 13:38:30 -04:00