Commit Graph

257 Commits

Author SHA1 Message Date
c554af9479 Implemented user settings view 2025-11-23 13:57:02 +01:00
66280edf8c Replaced png banner with webp banner 2025-11-23 03:17:57 +01:00
89aba92b9b Fixed file CriticalCSS not exporting 2025-11-23 02:28:47 +01:00
5f9cea52af Fixed javascript not compressing 2025-11-23 01:51:51 +01:00
55ec8a467f Fixed more layout shifts 2025-11-23 01:37:42 +01:00
51c2b1ccd3 Fixed text compression not working 2025-11-23 00:00:49 +01:00
9572d2633a Improved lighthouse performance score through inlining CSS 2025-11-22 23:48:54 +01:00
0ab715db49 Fix banner does not have fixed width and height 2025-11-22 18:10:19 +01:00
be8257e012 Fixed aspect ratio of user images wrong, added new user default image 2025-11-22 17:11:00 +01:00
99a39bb8cd Fixed prevents users from pasting into input fields issue 2025-11-22 14:20:34 +01:00
fbe6fd813e Added missing localization regarding user image cache 2025-11-20 22:07:42 +01:00
baac2bce1d Added cache clear button, added cache size estimation 2025-11-20 22:02:28 +01:00
116b47cdc0 Implemented user image cache update on settings update 2025-11-20 21:03:48 +01:00
3b83341876 Removed stray Console.WriteLine in ImageHelper.cs 2025-11-20 20:08:19 +01:00
af19b29fdb Implemented image preloading 2025-11-20 20:06:30 +01:00
9767feb3e2 Added user image caching 2025-11-20 19:22:12 +01:00
6be72c1f5c Fixed high memory usage and slow image encoding times for user images 2025-11-20 15:14:06 +01:00
f8f5d33c03 Fixed duplicate resource not allowed warning 2025-11-20 14:52:58 +01:00
3d12c8b340 Added localization for admin settings and user settings 2025-11-20 09:37:07 +01:00
2f98193ea7 Removed BarcodeType from appsettings.json 2025-11-19 23:29:28 +01:00
13a99c184e Updated Swashbuckle and ImageSharp 2025-11-19 23:15:01 +01:00
272246aa92 Updated E2E tests packages, removed RollForward 2025-11-19 23:07:42 +01:00
3e770bdf34 Added RollForward to accomodate dotnet 10 release candidate versions 2025-11-19 16:18:53 +01:00
b537f67466 Upgraded project and E2E tests to dotnet 10 2025-11-19 08:56:34 +01:00
95111a6a3d Fixed location update does not cause update of assets and users, fixed ldap async issue 2025-11-16 21:47:33 +01:00
a6e58ee880 Fixed username update or user delete does not cause asset ownership update 2025-11-16 21:07:15 +01:00
cf9a7c2a11 Fixed close button on user view doesnt work 2025-11-16 17:34:21 +01:00
3b18ba3709 Fixed presets don't load when coming from inventory add asset link 2025-11-15 23:58:45 +01:00
LD50
b8ce21d17f Merge pull request #305 from LD-Reborn/288-feature-e2e-tests---users
288 feature e2e tests   users
2025-11-15 20:57:30 +01:00
0e227fc4ea Fixed date not showing correctly after creation 2025-11-15 20:52:14 +01:00
4a395d2f28 Fixed attributes added beneath add attribute button 2025-11-15 19:10:35 +01:00
46795625e7 Added barcode preview 2025-11-15 16:23:09 +01:00
89ac080f0a Fixed barcode settings not applying for Assets.cshtml 2025-11-15 15:28:04 +01:00
888223b31b Fixed missing localization in Assets.cshtml 2025-11-15 14:55:00 +01:00
fb272ee63c Added presets 2025-11-15 14:50:20 +01:00
c8cb61f766 Updated German Admin.cshtml localization 2025-11-15 12:52:29 +01:00
770706883a Added localization for Admin.cshtml, added url-based collapse state 2025-11-15 12:44:52 +01:00
fe1329985f Improved Admin.cshtml preset collapsing 2025-11-15 12:26:01 +01:00
bb1e4c197a Made presets collapsible 2025-11-15 11:54:06 +01:00
2df6111bd1 Moved unflatten to site.js, implemented Admin.cshtml view 2025-11-15 11:02:31 +01:00
f2e759d17c Fixed users image not round before load 2025-11-10 01:11:37 +01:00
1b95cf4d3b Fixed renaming group identifier not working 2025-11-09 20:28:46 +01:00
3062136317 Fixed Assets location removed when not set on update 2025-11-06 19:28:41 +01:00
6e7b5d0923 Added initial Selenium E2E test setup 2025-11-06 17:43:18 +01:00
7de42b34dd Fixed default image not showing 2025-11-06 09:40:30 +01:00
LD50
15b0c89e29 Merge pull request #281 from LD-Reborn/feature/issue_224
Issue 224: Bug: Image of different user is visible until new image is loaded
2025-11-06 09:26:51 +01:00
16e82ab167 Added small pre-cached image pre-loading, fixed layout shift for user preview 2025-11-06 09:26:05 +01:00
ffa7f25372 Revert "Add pagination"
This reverts commit edac9f28d8.
2025-11-06 09:00:32 +01:00
b235e7c411 Revert "Show the total user count"
This reverts commit 981d3614b9.
2025-11-06 09:00:30 +01:00
b109b6c81b Revert "Add server-side filtering with AJAX pagination for users"
This reverts commit cd0173a38c.
2025-11-06 09:00:24 +01:00