cfe87a802e
fix localization issue in Scheduled Jobs
2023-03-05 08:56:35 -05:00
f2df8e96db
fix #2567 - migrate tenant connection string details from database to appsettings.json
2023-02-23 16:29:15 -05:00
db73052ee5
allow system log to be cleared
2023-02-08 14:45:20 -05:00
ea463a6548
fix #2534 - added Relay Configured site setting to enable sending from users email address
2023-01-09 16:37:06 -05:00
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
1616f94b86
add ability to view error.log in System Info
2023-01-05 10:18:55 -05:00
7bebfe1919
fix typo and help text
2023-01-05 09:55:06 -05:00
6a213561f6
added an autocomplete component and implemented in permission grid
2023-01-04 14:50:05 -05:00
cb10dde97d
added API Management for managing site level entity permissions
2022-12-02 16:42:43 -05:00
c91e285475
fix #2512 - provide guidance about password complexity policy during install, and ensure modified passwords meet complexity policy
2022-12-02 07:42:49 -05:00
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
e685252b1d
add validation message for missing package name
2022-10-20 14:00:17 -04:00
368b900a6e
fix #2464 - translation install/upgrade experience
2022-10-20 13:16:18 -04:00
ddf1caaaaa
fix #2432 - add support for roles as part of external login via OIDC
2022-09-29 16:32:50 -04:00
26ec3fc7cf
fix #2426 - error in recycle bin
2022-09-28 13:55:12 -04:00
d1f50f12af
Fix #2399 - page paths not being validated for deleted pages
2022-09-06 10:50:53 -04:00
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
99d4d75d8e
Improvements to richtexteditor to allow file management in raw html editor. Also allow disabling of raw html editor which can be utilized via new setting in Html/Text module.
2022-08-19 15:32:30 -04:00
4084b352de
added ability to specify a site home page, updated default template content to include .NET MAUI
2022-08-15 17:01:20 -04:00
b8a31a8be9
support for module translation download/install
2022-07-26 14:44:06 -04:00
985f003e6d
add ability to supply connection string in Add Site
2022-07-26 10:12:54 -04:00
d05fba06ec
add Environment to System Info
2022-07-19 14:33:51 -04:00
557b30815e
use package name as a convention for identifying satellite assemblies
2022-07-18 13:14:34 -04:00
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
310d1ed485
Fix #2285 - handle scenario where the module definition associated to a module instance does not exist
2022-07-14 16:58:16 -04:00
9ef63ae60e
Fix #2280 - add 404 page on upgrade, Fix #2279 add message indicating a restart is required to activate scheduled jobs after installation, add Package Name to Module and Theme management
2022-07-13 15:18:41 -04:00
02d1838547
FIx issue with redirect after site delete and remove tenant if it is empty
2022-06-28 08:17:06 -04:00
8882e19ec5
allow multiple aliases to be defined as default
2022-06-18 09:18:23 -04:00
227331bf24
Merge branch 'dev' into pager
2022-06-07 23:37:08 +03:00
45984a8166
Merge pull request #2231 from sbwalker/dev
...
Improvements for #2221 - validate file extensions client-side before initiating upload, validate file extension server-side before writing part to disk, optimize part cleanup logic, add error handling to JavaScript XMLHttpRequest, ensure FileInput gets initialized after upload
2022-06-04 15:41:38 -04:00
ea5655ae42
Improvements for #2221 - validate file extensions client-side before initiating upload, valid file extension server-side before writing part to disk, optimize cleanup logic, add error handling to JavaScript XMLHttpRequest, ensure FileInput gets initialized after upload
2022-06-04 15:40:26 -04:00
583383aee1
Pager should inherits from LocalizableComponent
2022-05-27 15:33:48 +03:00
6e0d2706a8
Fix for missing Resx entries #2215
...
Updated the Resx File with the missing entries.
However the UserProfile\Add cant be Localized at present as the IStringLocalizer is not loaded when that property assignment is executed.
2022-05-25 11:13:38 +02:00
25173ae85c
Ddd filtering by Category to Module Management - default to Common
2022-05-21 10:10:57 -04:00
806daaf7c9
remove columns from main user management view and migrate them to edit view
2022-05-13 17:00:10 -04:00
2ff4133cd4
updated resource file
2022-05-12 13:55:47 -04:00
1978bf151f
add support for external login parameters and improve diagnostic messages related to claims
2022-05-12 13:51:46 -04:00
e4c648ee92
completed antiforgery implementation, improved external login claim mapping, principal construction, and user experience
2022-04-22 17:54:20 -04:00
391713b84d
Fix #2144 - install issue, Fix #2146 - move file issue, require verification of external login account linkage
2022-04-20 16:00:58 -04:00
c616878a64
Merge pull request #2134 from leigh-pointer/TogglePassword
...
User Areas to use the Toggle Password method
2022-04-14 08:58:59 -04:00
2ebba3b8e7
Added CreatedOn class "align-middle" to RowClass
2022-04-14 14:52:34 +02:00
1625e3ba6c
User Areas to use the Toggle Password method
...
Updated the Components where the Password is required to allow toggle show / hide
2022-04-14 13:47:27 +02:00
5a71ab3c20
Merge pull request #2130 from leigh-pointer/LastLoggedIn
...
Update to User Management
2022-04-13 19:31:10 -04:00
e273a954e6
Update to User Management
...
Updated user management to display more of the User ; Last Login Last IP and Is Authenticated.
2022-04-13 15:24:28 +02:00
a602a942c4
Allow the deletion of all Notifications
...
Added button to delete all the notifications for the selected filter.
2022-04-13 14:33:30 +02:00
683ad8959a
dogfooding fixes
2022-04-04 10:53:40 -04:00
06e25e04f8
hide/show secure fields
2022-03-31 09:00:13 -04:00
1c8debd894
better seperation of concerns
2022-03-31 08:35:11 -04:00
a70f1ee1e0
cleanup
2022-03-30 22:08:32 -04:00
3194c5b600
remote service support via Jwt
2022-03-30 08:07:03 -04:00