Ben
0cafef7ab4
update to load the data in scope.
2024-03-19 09:19:56 +08:00
Ben
055e54966d
upate the code lines.
2024-03-18 21:41:59 +08:00
Ben
c58254f951
Fix #4010 : update repositories to using db context factory.
2024-03-18 15:32:19 +08:00
Ben
91136fe48f
Fix #3977 : missed readonly attribute.
2024-03-17 22:01:27 +08:00
Ben
40cc0f721d
Fix #3977 : use db context factory.
2024-03-17 21:29:32 +08:00
sbwalker
1c31c1947c
use DbContextFactory in SiteRepository
2024-03-06 16:56:27 -05:00
sbwalker
74952cf62d
implement client and server service implementations in Html/Text module
2024-03-05 08:44:09 -05:00
sbwalker
1d187f525d
reorganize SiteRepository methods
2024-02-27 15:19:25 -05:00
sbwalker
e7157a8528
replace Task.Run() logic in SiteService with async SiteRepository methods
2024-02-27 15:12:48 -05:00
sbwalker
c20138c9fc
admin pages url mappings and visitor management isnavigation property should be false for consistency
2024-02-26 11:51:35 -05:00
sbwalker
eef58f4da0
update documentation
2024-02-22 11:01:49 -05:00
sbwalker
ab09810bef
handle site level scripts in App component
2024-02-20 13:50:09 -05:00
sbwalker
6f39ebf48f
fix #3637 - ensure ServerState Scripts only contains site level script resources
2024-01-12 08:19:58 -05:00
Ricardo Pacheco
422bf7b689
Edit languages to set default.
2023-12-07 18:12:49 -06:00
sbwalker
85f9597f2c
add defensive logic to handle scenario where a tenant connection string does not exist in appsettings.json
2023-11-29 17:31:51 -05:00
Cody
f68d26317d
Removes Biography
2023-10-21 15:12:15 -07:00
Cody
fe5efff255
Adds Biography and Rows Profile Settings to Create Site
2023-10-21 10:36:09 -07:00
sbwalker
a0e289dcd6
resolve issue in making Pager search work with sorting
2023-10-16 08:03:31 -04:00
sbwalker
916663b493
fix issue where module migrations were not being executed on upgrade due to version not being overridden
2023-09-22 14:12:18 -04:00
sbwalker
8e5e79a799
add ability to import users
2023-09-20 10:43:49 -04:00
sbwalker
e507023a03
fix #3255 - behavior when moving pages to other parents
2023-09-15 16:23:14 -04:00
sbwalker
e91db18677
allow an administratot to browse to the SiteMap, handle default module panes and ordering for PageTemplates, allow trial products to be purchased
2023-09-01 12:14:04 -04:00
sbwalker
11d02ccf44
fix page template update logic
2023-08-28 16:12:32 -04:00
sbwalker
d47175df8a
improve solution related to module installation issue where ModuleDefinition Version property was not being populated correctly ( #3175 )
2023-08-28 15:20:09 -04:00
sbwalker
0a22f80942
added defensive logic to resolve regression issue caused by #3175
2023-08-24 08:09:53 -04:00
sbwalker
d9948e8ee0
resolve module installation issue where ModuleDefinition Version property was not being populated correctly
2023-08-23 09:24:36 -04:00
sbwalker
c2acd010ce
add ability to get user based on username or email address
2023-08-13 08:35:03 -04:00
sbwalker
96cf06fe8d
fix issue where user could not be shared across multiple sites
2023-08-07 09:58:24 -04:00
sbwalker
93be61e483
fix #3065 - redirect user if they are logged in and navigating to Login page
2023-08-03 12:46:42 -04:00
sbwalker
c1b1cef590
trim dependencies for Themes (related to #3079 )
2023-08-02 14:48:51 -04:00
Shaun Walker
507f7804c3
Merge pull request #3079 from vnetonline/fix-3078
...
[FIX] - #3078 - ModuleInfo Dependency needs to be trimmed so there is no white space (credit @maxmontgmx))
2023-08-02 14:45:23 -04:00
sbwalker
7a42646bed
Fix #3068 - support microsites in .NET MAUI
2023-08-02 13:55:01 -04:00
vnetonline
d2df3b2d9a
ModuleInfo Dependency needs to be trimmed so there is no white space at the end (credit @maxmontgmx))
2023-08-01 21:02:19 +10:00
sbwalker
9a3b458c45
Package enhancements for Marketplace
2023-07-09 08:36:14 -04:00
vnetonline
f7338bf00e
Update GetNotifications (read) to retrieve descending oder by CreatedOn at repository level
2023-07-07 10:21:22 +10:00
vnetonline
b7de4b81a6
[ENHANCE] - Added IsRead property to Notifications
...
Fixed Version to Tenant.04.00.01.01 and reverted the Program.cs back to the way it was
This reverts commit 82fef82c4f
.
[ENHANCE] - Added API to get Count of New Notifications based on IsRead
Fixed Typo in Notification Controller
[ENHANCE] - Added API to get Notifications by Count and IsRead
2023-07-06 01:02:05 +10:00
sbwalker
c8a679ecce
integrate old logic for managing stylesheets using JS Interop
2023-06-20 08:52:02 -04:00
sbwalker
34a727b435
allow selection of site template during installation
2023-06-15 19:10:37 -04:00
sbwalker
3b644338bc
move logic for populating theme control names
2023-06-10 13:35:22 -04:00
sbwalker
88c489a585
fix for child pages in templates
2023-06-10 10:10:34 -04:00
sbwalker
d52809c914
fix page template logic on install
2023-06-10 09:17:52 -04:00
sbwalker
a9d871e9af
improvements to page template processing in cases where a page parent and name is specified without a path
2023-06-09 12:33:07 -04:00
sbwalker
ce56dfc239
fixed page setting cleanup on delete and centralized module delete logic within PageModuleRepository
2023-06-06 09:11:08 -04:00
sbwalker
10a754642a
ability for non-administrators to edit page settings
2023-06-05 14:33:05 -04:00
sbwalker
cc9377b37d
improvements for personalized pages
2023-06-05 08:22:29 -04:00
sbwalker
85358c7dd4
make page path and moduile title lookups case insensitive
2023-06-01 14:40:59 -04:00
sbwalker
c14dc67d8a
fix log message spelling
2023-06-01 12:16:41 -04:00
sbwalker
640216d076
ensure PageModule Order is updated
2023-06-01 11:29:31 -04:00
sbwalker
0d5c3a3a0c
ability to specify PageTemplates for modules
2023-05-30 15:52:27 -04:00
sbwalker
18a9c059f4
fix site provisioning issue for host module definitions
2023-05-25 14:55:46 -04:00
sbwalker
59d1a47846
add ability to modify Theme Name
2023-05-25 12:56:49 -04:00
sbwalker
95ba87945b
optimize client assembly download service, add support for site level scripts
2023-05-25 12:32:21 -04:00
sbwalker
98c2f012ee
ability to specify if a theme is enabled for a site
2023-05-24 13:09:10 -04:00
sbwalker
666f9c2db9
use SiteKey as a cache key for multi-tenancy
2023-05-24 10:29:45 -04:00
sbwalker
c0e6f06a5c
ability to specify if a module definition is enabled for a site
2023-05-24 09:40:05 -04:00
sbwalker
e41d9008b3
ability to specify Resources in IModule and ITheme interfaces,, fixed module settings for personalized pages
2023-05-19 18:08:15 -04:00
sbwalker
f59a5c90a5
Modify the FilterModuleDefinition() method to return null if the object passed to the method is null instead of returning an initialized object
2023-05-11 17:10:39 -04:00
sbwalker
79fe224cea
fix #2795 - remove protocol from alias names during add/update
2023-05-08 11:43:59 -04:00
Cody
9a9a78e0bd
Remove Admin Page/Module Registered User View
2023-05-01 20:01:49 -07:00
sbwalker
dd83e3ee67
fix #2761 - updating Module Definition name, description, category not invalidating cache
2023-05-01 15:38:18 -04:00
Shaun Walker
94a02b7bf9
add filter to exclude orphaned permissions
2023-04-11 10:35:23 -04:00
Shaun Walker
cf46210ff8
Merge pull request #2725 from thabaum/patch-17
...
Fixes null reference permissions issue: Fixes #2724
2023-04-11 10:22:08 -04:00
Shaun Walker
0f34c6efc5
fix #2720 - module definition permissions not being created properly for new sites
2023-04-05 10:29:51 -04:00
Cody
481f18cf1c
Fixes null reference permissions issue
2023-04-04 11:19:25 -07:00
Shaun Walker
3d23a5c79a
Fix #2696 - PermissionNames not appearing in PermissionGrid
2023-03-24 12:54:46 -04:00
Shaun Walker
0a30f2b7e8
fix #2679 - fixed issue where ModuleDefinition cache properties were being overwritten (same issue as #2674 however implemented in ModuleController)
2023-03-14 11:49:38 -04:00
Shaun Walker
2c88f36e3d
fix #2680 - issue when adding new site to existing installation
2023-03-14 10:26:51 -04:00
Shaun Walker
ef4e99b3a7
further optimization of permissions - removed reference to Role to reduce API payload and minimize information disclosure
2023-03-10 08:28:37 -05:00
Shaun Walker
78adb24a75
fix new installation issue
2023-03-09 16:54:44 -05:00
Shaun Walker
af3b289331
exclude legacy Permissions properties from serialization/API payload
2023-03-09 15:51:16 -05:00
Shaun Walker
0f109ab93a
fx #2647 - error when creating new site in existing installation
2023-03-08 10:51:38 -05:00
Shaun Walker
1f29f77f66
fix #2624 - permission grid behavior issues
2023-03-06 12:20:20 -05:00
Shaun Walker
2b41909d47
#2618 - add backward compatibility for permissions optimizations
2023-03-02 15:34:42 -05:00
Shaun Walker
8605e3ca5a
Major refactoring replacing permission strings with permission collections. These changes will require extensive regression testing. These changes may include breaking changes which will need to be identified and resolved to provide backward compatibility.
2023-02-28 17:59:21 -05:00
Shaun Walker
4913fab0b3
explicity specify optional and reload parameters
2023-02-24 14:21:03 -05:00
Shaun Walker
f2df8e96db
fix #2567 - migrate tenant connection string details from database to appsettings.json
2023-02-23 16:29:15 -05:00
Leigh Pointer
52300e680a
Fix for Missing Delete ModuleDefinition settings #1966
...
Added ISettingRepository _settings to the public ModuleDefinitionRepository method and updated the DeleteModuleDefinition with _settings.DeleteSettings(EntityNames.ModuleDefinition, moduleDefinitionId);
2023-02-16 13:38:42 +01:00
Shaun Walker
2e61a43e4f
fix #2596 - fix EF Core tracking error when updating a file in a folder which has a Capacity specified
2023-02-15 12:43:18 -05:00
Shaun Walker
0883a8dbff
optimize Split() statements for consistency
2023-02-08 16:51:45 -05:00
Shaun Walker
475894b680
fix #2584 - added IsDeleted columns back to Folder and File tables to preserve compatibility for SQLite
2023-02-08 08:05:25 -05:00
Shaun Walker
02c134bf4b
Merge pull request #2580 from markdav-is/patch-3
...
Make ActiveDatabase setter public
2023-02-06 16:50:55 -05:00
Shaun Walker
33bc6adcb5
fix #2574 - check for null ModuleDefinition reference when loding permissions in PageModuleRepository (credit @beolafsen)
2023-02-06 16:49:45 -05:00
Mark Davis
85ac8dd701
Make ActiveDatabase setter public
...
We have two cases where we need to override the active database: Unit Testing and added GraphQL. In both of these cases, we have a database context that is in a different scope than the automatically assigned active database during normal Oqtane startup. Our work-around has been to make this setter public. Unless there is a better solution to our cases, I feel this change would be useful for others as well.
2023-02-04 09:04:54 -08:00
Shaun Walker
c2375c897d
permission updates
2023-01-10 08:20:32 -05:00
Shaun Walker
e136972cd7
add support for API permissions at the UI layer - including ability to delegate user, role, profile management
2023-01-09 11:38:25 -05:00
Shaun Walker
7489d9d186
move UI logic from FileService to FileManager, add progressive retry logic, update file attributes if uploading a new version of a file, clean up temporary artifacts on failure, improve upload efficiency
2022-11-09 21:11:02 -05:00
Shaun Walker
6182b96d16
Scope permissions by SiteId to support entity level authorization as well as improve caching and performance. Optimize GetTenant to use existing cache.
2022-11-07 18:16:32 -05:00
Shaun Walker
282a0b0c44
Fix #2382 - Admin pane improvements
2022-09-02 18:10:13 -04:00
Shaun Walker
075748d697
made folder paths cross platform, introduced file handler for abstracting the serving of files, enabled url mapping for broken file links, resolved public folder deletion issue
2022-08-30 07:21:52 -04:00
Shaun Walker
3c6ebd7742
performance improvements to reduce http and database interactions
2022-08-12 16:47:51 -04:00
Shaun Walker
f96129fa37
Blazor Hybrid / .NET MAUI support
2022-08-11 17:09:32 -04:00
Shaun Walker
985f003e6d
add ability to supply connection string in Add Site
2022-07-26 10:12:54 -04:00
Shaun Walker
5762ce58a4
introduce ITransientService interface for auto registration of transient services (for DBContexts and Repositories)
2022-07-26 09:41:42 -04:00
Shaun Walker
b3feda9fd1
performance optimization for permissions
2022-07-19 10:49:33 -04:00
Shaun Walker
f97a6a2bee
Added version to Language Management, improved framework performance by loading languages into PageState, include all supported cultures and allow Administrator to add any language to a site regardless of translation availability, fix translation upgrade issue
2022-07-16 09:59:47 -04:00
Shaun Walker
79c8126c4a
Fix #2230 - add support for an Unauthenticated User global role
2022-06-07 15:25:44 -04:00
Shaun Walker
1978bf151f
add support for external login parameters and improve diagnostic messages related to claims
2022-05-12 13:51:46 -04:00
Shaun Walker
53ead7a03f
fix #2185 - alias auto registration including trailing slash
2022-05-10 08:03:38 -04:00
Shaun Walker
345b0bc95f
fix #2182 - modifications to address MySQL compatibility issues
2022-05-08 22:14:26 -04:00
Shaun Walker
e4c648ee92
completed antiforgery implementation, improved external login claim mapping, principal construction, and user experience
2022-04-22 17:54:20 -04:00