1536 Commits

Author SHA1 Message Date
sbwalker
5ab2f6ea3a migration to official .NET 8 release 2023-11-14 14:48:12 -05:00
sbwalker
bb10d64d58 fix #3454 - do not remove Oqtane.lLicensing assemblies during package uninstall 2023-11-13 13:16:35 -05:00
PfaffIC
96e8e9736f
Added auth cookie expiration for external login via OAuth2.
Auth cookie expiration time ist set to value provided in Setting "LoginOptions:CookieExpiration" (if provided).
2023-11-13 11:28:58 +01:00
sbwalker
10b89ff00b update email address in AspNetUsers table when user email is modified 2023-11-10 16:13:24 -05:00
sbwalker
9c833a8a95 fix #3420 - auto create user folder for Host user if it does not exist for site 2023-11-10 13:49:11 -05:00
sbwalker
fd89757814 move visitor tracking after url mapping and 404 handling 2023-11-10 13:00:57 -05:00
Nico Pfaff
0b4cdea9dd
Added functinality to declare custom login cookie expiration time.
Added login cookie expiration time. Added setting in user settings to declare custom cookie expiration time. Cookie expiration time overwrites default expiration time of 14 days (if not session timespan is used).
2023-11-09 16:15:53 +01:00
sbwalker
8b5109e32f added Verify Existing Users? option to User Management - External Login Setting 2023-10-24 14:28:14 -04:00
sbwalker
0d1be72fdb fixes to notifications UI in user profile 2023-10-24 08:40:26 -04: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
Shaun Walker
99267ac2f0
Merge pull request #3409 from thabaum/thabaum-NET8-Development-Module-Theme-Templates
development module theme templates
2023-10-18 19:37:47 -04:00
Cody
6f1f7ef7fc
Revert back to previous bootstrap version 2023-10-18 16:20:36 -07:00
Cody
d647e947e2
Removes unnecessary space 2023-10-18 15:52:22 -07:00
Cody
adef45c30f
Removes unnecessary space 2023-10-18 15:51:58 -07:00
Cody
8b80859023
.NET 8 Update 2023-10-18 15:45:47 -07:00
Cody
907fff89c8
.NET 8 Update 2023-10-18 15:43:55 -07:00
Cody
ca532ffdaf
.NET 8 Update 2023-10-18 15:43:13 -07:00
Cody
64ee842dc4
.NET 8 Update 2023-10-18 15:42:36 -07:00
Cody
9c0754a88d
.NET 8 Update 2023-10-18 15:40:51 -07:00
Cody
3dac9e3dae
.NET 8.0 Update 2023-10-18 15:38:51 -07:00
Cody
6963e667aa
Update to version 5.0.0 2023-10-18 15:37:38 -07:00
Cody
af292b291b
Updates to Bootstrap 5.3.2 2023-10-18 15:33:34 -07:00
Cody
918f75704e
.NET 8 Update 2023-10-18 15:26:42 -07:00
Cody
6e258e5d0c
.NET 8 Update 2023-10-18 15:23:06 -07:00
Cody
a8ea4ec085
.NET 8 Update 2023-10-18 15:22:22 -07:00
Cody
2f894af028
.NET 8 Update 2023-10-18 15:21:53 -07:00
Cody
dd400e1214
Version 5 2023-10-18 15:20:56 -07:00
Cody
f8a183bfdf
.NET 8 Update 2023-10-18 15:06:44 -07:00
Cody
2404193b61
.NET 8 Ready 2023-10-18 15:04:07 -07:00
sbwalker
30419cec12 fix compiler warning ASP0019: Use IHeaderDictionary.Append or the indexer to append or set headers. 2023-10-18 17:09:19 -04:00
Cody
293be93b93
Remove default connection data 2023-10-18 12:55:39 -07:00
sbwalker
9f28ee2982 .NET 8 initial migration 2023-10-18 15:22:53 -04:00
sbwalker
df37d4aa7f 4.0.6 data provider packages 2023-10-16 09:08:03 -04:00
sbwalker
c057430488 prepare for 4.0.6 release 2023-10-16 08:43:31 -04:00
sbwalker
a0e289dcd6 resolve issue in making Pager search work with sorting 2023-10-16 08:03:31 -04:00
Shaun Walker
6140743769
Merge pull request #3352 from Rodien/dev
Introduce a dropdown menu for authorization response types
2023-10-11 09:08:48 -04:00
sbwalker
c0ed335d84 Add Rows option to Profile Management. Improve Profile validation feedback. Fix Add User so that profile Options are supported. 2023-10-09 14:26:56 -04:00
Rodien_Bond004
2fa7482028 Introduce a dropdown menu in the 'External Login' settings area for authentication flow response types. 2023-10-03 09:00:53 +02:00
sbwalker
9e2fa8d7f1 include CopyLocalLockFileAssemblies property in Client project in Default Module Template 2023-09-27 16:11:29 -04:00
sbwalker
e68ae9e8a6 4.0.5 data provider packages 2023-09-26 14:03:06 -04:00
sbwalker
00f1dbc3dd prepare for 4.0.5 2023-09-26 11:34:52 -04:00
sbwalker
5539243bf3 resolve cookie configuration 2023-09-25 15:10:36 -04:00
sbwalker
545d5730b6 database provider packages for 4.0.4 2023-09-25 09:59:07 -04:00
sbwalker
5b5c8a4beb database provider packages for 4.0.4 2023-09-25 09:54:27 -04:00
sbwalker
057fd02e26 improve user import API 2023-09-23 11:37:29 -04:00
sbwalker
edac046fcd improvements based on user import testing 2023-09-23 09:04:18 -04:00
Shaun Walker
6f93ca11de
Merge pull request #3297 from sbwalker/dev
fix issue where module migrations were not being executed on upgrade due to version not being overridden
2023-09-22 14:12:36 -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
Cody
a46836e2a6
Fix typo in app.css 2023-09-21 16:34:57 -07:00