7b95db4d13
modify #4099 - fix localization and use Delete rather than Clear in API methods for consistency with rest of framework
2024-04-04 11:58:05 -04:00
757a39a75e
update code by review result.
2024-04-03 22:27:39 +08:00
4c08a527be
Fix #3625 : add the clear logs function.
2024-04-03 09:21:13 +08:00
650c6670f2
Fix incorrect parameter passed from ProfileService.cs to ProfileController.cs
...
ProfileService was passing SiteId instead of ProfileId which was causing updates to profile entries to fail with "Unauthorized Profile Put Attempt".
2024-03-31 10:08:19 -07:00
ce14b9e43e
add HttpClientFactory support
2024-03-21 10:43:46 -04:00
e01a1a456c
Merge pull request #3831 from thabaum/IPageService-spelling-correction
...
Corrects documentation spelling error for the word "Returns" in IPageService.cs
2024-02-18 10:44:42 -05:00
79ce990644
cleanup unused namespaces
2024-02-17 18:22:01 -08:00
2262d44638
Removes unnecessary Oqtane.UI namespace
2024-02-17 18:17:13 -08:00
972601caf6
correct documentation spelling error
2024-02-17 17:55:38 -08:00
ed7904b673
create server-side SiteService
2024-02-15 15:48:18 -05:00
949ca00dbb
Merge pull request #3638 from sbwalker/dev
...
add defensive null check
2024-01-12 08:15:44 -05:00
bfdf1ee8f5
add defensive null check
2024-01-12 08:15:30 -05:00
ea9d88009f
Documentation Spelling Correction
2024-01-07 11:09:06 -08:00
e5013c918e
Documentation Spelling Correction
2024-01-07 11:08:08 -08:00
4b45103a4e
Documentation Spelling Correction
2024-01-07 11:07:35 -08:00
1ea28411da
Documentation Spelling Correction
2024-01-07 11:07:08 -08:00
e27fce1227
Documentation Spelling Correction
2024-01-07 11:06:32 -08:00
cf3b8378bd
Documentation Spelling Correction
2024-01-07 11:05:46 -08:00
9f07532140
documentation spelling correction
2024-01-07 10:59:11 -08:00
422bf7b689
Edit languages to set default.
2023-12-07 18:12:49 -06:00
a2feca0ba3
Fixed Bug #3282
2023-09-28 19:23:31 +03:30
edac046fcd
improvements based on user import testing
2023-09-23 09:04:18 -04:00
98257de005
user import improvements
2023-09-21 09:37:29 -04:00
8e5e79a799
add ability to import users
2023-09-20 10:43:49 -04:00
9966fc4651
add ability to validate and download packages
2023-09-02 14:08:21 -04:00
74921a0686
move password requirement localization back to Client project
2023-08-27 08:43:23 -04:00
bdd1ba05e8
optimize package update queries
2023-08-25 15:42:45 -04:00
ef2f779f71
fix #3174 - display accurate password complexity requirements (this is now implemented in registration, user profiles, and user management - add/edit)
2023-08-25 13:31:02 -04:00
95de1fff69
resolve #3189 - make path a querystring parameter
2023-08-25 09:49:07 -04:00
82d128974c
move icon loading reflection logic to server
2023-08-23 15:25:39 -04:00
c2acd010ce
add ability to get user based on username or email address
2023-08-13 08:35:03 -04:00
337a566617
improve sync service to always rely on server dates
2023-08-08 07:51:07 -04:00
4bdcb974bd
change defaultvalue parameter to defaultResult to make more intuitive
2023-08-05 16:34:41 -04:00
19e3cef7dd
introduce new GetJsonAsync method with default value parameter
2023-08-05 09:00:38 -04:00
7a42646bed
Fix #3068 - support microsites in .NET MAUI
2023-08-02 13:55:01 -04:00
48f8d41993
disable ServiceBase logic which does not work with legacy ControllerRoutes.Default routes (modules created prior to 2.1)
2023-07-19 20:07:27 -04:00
92595ccc35
prevent client looping if server is down
2023-07-17 11:49:06 -04:00
985d324593
use discretion with LogLevel.Error messages
2023-07-17 09:28:29 -04:00
be799eb254
added logging to ServiceBase to capture HTTP errors
2023-07-13 07:39:24 -04:00
6b0f5ed12d
fix issue for site folders
2023-07-12 19:49:38 -04:00
c0f4cd2097
add a UserManager to simplify user creation, improve response validation in ServiceBase, allow Section component to support parameter changes
2023-07-12 16:37:18 -04:00
df0f562817
support both 404 andf 403 status codes in API response (404 should not log)
2023-07-11 08:14:00 -04:00
3aff31b826
make GetHttpClient() public
2023-07-10 14:16:17 -04:00
c597c4c234
add API method to get File based on name, and fix permission validation for Folder
2023-07-10 08:44:14 -04:00
9a3b458c45
Package enhancements for Marketplace
2023-07-09 08:36:14 -04:00
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
ee4068d671
clarify documentation and parameter names
2023-06-23 07:44:15 -04:00
6126624631
add validation logic to ensure page theme martches site theme
2023-06-23 07:38:33 -04:00
2a5713ed67
restrict to a single theme per site
2023-06-22 11:32:03 -04:00
5eb25796ca
Merge pull request #2876 from sbwalker/dev
...
order theme controls and container comtrols in alphabetical order based on name
2023-06-09 08:50:03 -04:00