15 Commits

Author SHA1 Message Date
jessikitty 2da2b257a5 fix: relocate AD Details panel under device assignment on user page
UIExtension content renders at the bottom of _Layout.cshtml by design.
Added wrapper div with ID and jQuery script to move the panel after
#User_Show_AssignedDevices on the user page, falling back to after
#User_Show_Subjects if the assignment section isn't present.
2026-04-29 14:24:55 +10:00
jessikitty ea1b3d5942 fix: relocate AD Compare panel under user assignment on device page
UIExtension content renders at the bottom of _Layout.cshtml by design.
Added wrapper div with ID and jQuery script to move the panel after
the user assignment .status div (#Device_Show_User) on the device page.
2026-04-29 10:31:39 +10:00
jessikitty d09d32bb52 v1.3.1 - Add Initialize override that calls Register() to hook into page rendering 2026-04-28 10:12:03 +10:00
jessikitty 3e6ba2cd69 v1.3.1 - Add Initialize override that calls Register() to hook into page rendering 2026-04-28 10:11:28 +10:00
jessikitty c3e014446c v1.2.1 - Filter out devices without valid domain ID and not found in AD 2026-04-27 16:07:48 +10:00
jessikitty 39ce0da496 v1.1.0 - Fix DN comparison in device page extension 2026-04-27 10:42:42 +10:00
jessikitty 9ae1ffdc5b v1.1.0 - Fix DN comparison: look up assigned user DN in AD, compare DN-to-DN 2026-04-27 10:41:25 +10:00
jessikitty d6543cd552 Add User page UIExtension - shows AD last login, status, and OU location 2026-04-27 10:17:49 +10:00
jessikitty 802f690255 Add Device page UIExtension - shows AD managedBy comparison and last login 2026-04-27 10:17:19 +10:00
jessikitty 0bc94c542c Downgrade to C# 5 syntax for .NET Framework MSBuild compatibility 2026-04-22 09:50:18 +10:00
jessikitty 43502fd8da Add device comparison service - compares AD managedBy vs Disco assigned user 2026-04-21 21:32:21 +10:00
jessikitty e15be7c9a0 Remove user-focused compare service 2026-04-21 21:31:27 +10:00
jessikitty 134ea492af Remove user-focused details provider 2026-04-21 21:31:21 +10:00
jessikitty 679e178ffc Add DetailsProvider feature for AD comparison and photo sync 2026-04-21 15:57:00 +10:00
jessikitty 19826a2072 Add core comparison service 2026-04-21 15:56:35 +10:00