Commit Graph
100 Commits
Author SHA1 Message Date
lucretia 6c42ff500b Added user photo resizing 2025-10-26 16:26:20 +01:00
lucretia b3aba6ac86 Fixed localization issue in Inventory tomselect elements 2025-10-26 15:19:42 +01:00
lucretia 9e706ed35d Added dropdown users and locations to inventory, Improved edit modal loading for Assets 2025-10-26 15:12:56 +01:00
lucretia 6e4f9f43b5 Fixed buttons not centered after creating asset, Fixed save changes button not localized in Locations view 2025-10-26 14:38:21 +01:00
lucretia dc5e117c93 Fixed users and locations not filling in in Assets modals 2025-10-26 11:45:01 +01:00
lucretia 2c0ae9f5e9 Added missing localization to user dropdown selection in Assets view 2025-10-26 11:23:34 +01:00
lucretia 6a6e641621 Implemented owner dropdown with Tomselect in Assets view 2025-10-26 11:17:52 +01:00
lucretia 1ea286cf9c Fixed locations dropdown in Assets view 2025-10-26 10:14:45 +01:00
lucretia 2957800876 Fixed updating asset to empty location only clientside 2025-10-26 09:22:48 +01:00
lucretia 2e8aee2181 Added location dropdown selection for Assets view 2025-10-26 09:06:59 +01:00
lucretia ab09de5ba8 Added table filter to Locations, Moved table filter js to site.js 2025-10-26 08:29:00 +01:00
lucretia b01c8d84da Cleaned redundant js from Locations view, added missing localization to Locations view 2025-10-26 08:23:00 +01:00
lucretia 655ac35e35 Cleaned up redundant js from views 2025-10-26 08:22:24 +01:00
lucretia c72e863b92 Added functions to site.js 2025-10-26 08:21:59 +01:00
lucretia 056d2321e4 Fixed localization issue in assets view 2025-10-26 00:37:24 +02:00
lucretia e76d37b272 Fixed missing localization in groups view 2025-10-26 00:18:50 +02:00
lucretia c252ad00db Added groups to layout localization 2025-10-26 00:12:33 +02:00
lucretia a0a4999026 Added user view localization, fixed user delete not working 2025-10-26 00:08:28 +02:00
lucretia 614abfbe90 Removed stray logging 2025-10-25 23:25:06 +02:00
lucretia 4b39d721f3 Implemented user view modal in frontend 2025-10-25 23:24:20 +02:00
lucretia 85cb68a6c2 Implemented user creation in frontend 2025-10-25 22:44:36 +02:00
lucretia 310e05545f Implemented users update button in frontend 2025-10-25 22:15:08 +02:00
lucretia dcb23b76ec Fixed something in HomeController, I don't remember what 2025-10-25 22:14:11 +02:00
lucretia 0929e2c638 Implemented frontent Locations create button, fixed localization for frontend Locations 2025-10-25 16:40:18 +02:00
lucretia 20d7ceb784 Implemented frontend Locations update buttons 2025-10-25 16:20:17 +02:00
lucretia 8f47b6a1a8 Added result from sprint meeting 2025-10-19 21:01:30 +02:00
lucretia 88277b4303 Fixed lighthouse score lowered by logo 2025-10-19 13:46:40 +02:00
lucretia 2d220fc28c Added localization to _Batch partial view 2025-10-19 01:52:17 +02:00
lucretia e1238a712c Fixed localization issue due for Assets and Inventory 2025-10-19 01:51:47 +02:00
lucretia 0dccbc388a Fixed dark text for yellow background 2025-10-19 01:32:02 +02:00
lucretia 402fd81e4e Added light theme support 2025-10-19 00:12:31 +02:00
lucretia 0cf1d8ad95 Fixed navbar twitching, added file types to request cache 2025-10-18 23:56:40 +02:00
lucretia 89f54a2671 Added temporary favicon 2025-10-18 23:51:05 +02:00
lucretia 39df2993fd Reworked Index.cshtml 2025-10-18 23:33:13 +02:00
lucretia f3d74d89cf Added temporary banner to navbar 2025-10-18 23:32:17 +02:00
lucretia b603e7ce14 Removed home from navbar 2025-10-18 23:02:48 +02:00
lucretia f64e360796 Added batch printing to Assets, Moved batch printing to partial view 2025-10-18 17:37:55 +02:00
lucretia 7193e2b78b Added modal hiding on add asset to batch, added batch clear functionality, fixed responsive 2025-10-18 17:04:19 +02:00
lucretia 2e5a370395 Improved padding value in batch print preview 2025-10-18 16:20:32 +02:00
lucretia ee60a348d7 Fixed potential display bug in print 2025-10-18 16:15:34 +02:00
lucretia 9db9e2673c Added print batch management 2025-10-18 16:05:44 +02:00
lucretia c34939d648 Fixed ahh layout in /Home/Inventory 2025-10-17 20:00:21 +02:00
lucretia b6e2b74cd0 Removed camera auto-reenabling in /Home/Inventory 2025-10-17 19:53:07 +02:00
lucretia 86d9ce721f Fixed bug: /Home/Inventory modal showing despite invalid Asset Id 2025-10-17 19:49:51 +02:00
lucretia 27210cfba7 Fixed localization for /Home/Inventory 2025-10-17 19:26:05 +02:00
lucretia bdbbd3e4d1 Added localization for /Home/AccessDenied 2025-10-17 19:06:24 +02:00
lucretia 6867899268 Implemented authorization for other controllers 2025-10-17 18:52:25 +02:00
lucretia ec6633573c Added role authorization to home controller 2025-10-17 18:40:55 +02:00
lucretia 6f6ce058e2 Implemented navbar showing elements based on permissions 2025-10-17 18:32:22 +02:00
lucretia 724bb95809 Added role based authorization base 2025-10-17 18:31:07 +02:00
lucretia a968585eef Added qr code reader and general inventory to /Home/Inventory 2025-10-14 00:24:55 +02:00
lucretia 0cc806a0a3 Added asset inventory information and action in AssetsController 2025-10-13 17:24:25 +02:00
lucretia 44d5df4bca Removed unnecessary JS from Assets.cshtml, fixed HTML in Assets.cshtml 2025-10-13 16:48:18 +02:00
lucretia 903c1836eb Fixed missing authorization for /Home endpoints 2025-10-13 15:58:46 +02:00
lucretia c7311f1042 Added Barcode view and download and print options to /Home/Assets detail view 2025-10-13 00:34:22 +02:00
lucretia cd740b5b4f Fixed css issue in /Home/Assets 2025-10-12 23:17:33 +02:00
lucretia fb45b3beb8 Added detail view to /Home/Assets 2025-10-12 23:08:22 +02:00
lucretia 13a8375557 Fixed missing localization in /Home/Groups 2025-10-12 21:34:56 +02:00
lucretia 5ef02d2899 Added filter for /Home/Assets 2025-10-12 20:53:50 +02:00
lucretia 3958c97132 Fixed localization for /Home/Login 2025-10-12 20:18:57 +02:00
lucretia 04c39feb7a Fixed created assets not showing on list until site refresh 2025-10-12 20:03:30 +02:00
lucretia 090db4a1ab Added Assets Localization 2025-10-12 19:41:02 +02:00
lucretia a3c5a5341d Implemented automated asset counter into asset creation and asset update, Fixed uid visible in owner attribute in Assets frontend 2025-10-12 18:49:09 +02:00
lucretia 434b0952dc Added asset id counter to migrations, fixed migrations async issue 2025-10-12 17:55:21 +02:00
lucretia 2a3f3fa866 Fixed Groups creation table entry has cn instead of displayname 2025-10-12 17:08:37 +02:00
lucretia 05be9950c8 Added localization for /Home/Groups 2025-10-12 17:04:31 +02:00
lucretia 9fabe2b75d Improved accessibility, fixed groups update fails when no permissions selected 2025-10-12 16:49:44 +02:00
lucretia 358e35bb6a Fixed Group creation not updating table 2025-10-12 16:23:58 +02:00
lucretia 164831c903 Implemented Groups edit buttons 2025-10-12 16:13:41 +02:00
lucretia 4b6fb74a76 Removed stray consol.log elements in Assets.cshtml 2025-10-12 14:42:57 +02:00
lucretia 4dc0f00e5b Implemented group creation button 2025-10-11 15:32:05 +02:00
lucretia dfe1a2b2b1 Implemented Groups delete buttons 2025-10-11 13:48:23 +02:00
lucretia 0ab76d895e Replaced text with icons for Groups permissions in view 2025-10-11 13:37:10 +02:00
lucretia 92776af1ff Fixed layout localization 2025-10-11 13:36:39 +02:00
lucretia fd5dcb5618 Added groups view model, implemented basic groups table view 2025-10-11 13:29:59 +02:00
lucretia d9127736d9 Added basic Groups view and controller 2025-10-11 12:57:51 +02:00
lucretia a49dfcc242 Fixed purched at and by not registered in asset creation 2025-10-11 00:28:17 +02:00
lucretia a74ae122c0 Added newest QA lighthouse report 2025-10-11 00:18:12 +02:00
lucretia 394e5a1631 Improved loading times, improved SEO for lighthouse 2025-10-11 00:10:57 +02:00
lucretia 4e8adcf1ff Replaced btn-outline-* with btn-* to improve accessibility 2025-10-10 23:57:07 +02:00
lucretia e9162632f3 Added K6 tests, Added Lighthouse test result 2025-10-10 22:21:12 +02:00
lucretia 6b1dc304f2 Added first contentful paint improvement 2025-10-10 21:38:34 +02:00
lucretia 64c4b22101 Added response compression 2025-10-10 21:19:48 +02:00
lucretia 0c9b3f8ba7 Improved performance by outsourcing bootstrap and jquery to CDNs 2025-10-10 20:58:53 +02:00
lucretia dd865b99be Implemented frontend Assets update button 2025-10-10 19:52:28 +02:00
lucretia afccacbf9e Removed stray comments from Assets.cshtml, Fixed success toast not showing 2025-10-10 12:14:22 +02:00
lucretia 01fd397b70 Renamed Pflichtenheft, Added version 3 export 2025-10-10 11:44:29 +02:00
lucretia 220ef4d620 Fixed Asset creation not including custom attributes 2025-10-10 11:22:39 +02:00
lucretia 2b5527a760 Fixed Asset delete wrong HTTP method, Added Asset creation in /Home/Assets 2025-10-10 10:22:16 +02:00
lucretia 1e13ea11d7 Implemented /Home/Location table and delete action 2025-10-10 09:35:53 +02:00
lucretia 49af3e79c3 Fixed images in Users view 2025-10-09 11:50:43 +02:00
lucretia 41cc78d321 Added Users table 2025-10-09 10:36:12 +02:00
lucretia f27ba6308b Fixed formatting error in Pflichtenheft 2025-10-09 09:55:03 +02:00
lucretia 97b97f589c Added Make and Model and Attributes to AssetDescription 2025-10-09 09:54:40 +02:00
lucretia 945d848516 Fixed Inventaristen Bezeichnung in Pflichtenheft 2025-10-09 08:44:46 +02:00
lucretia 58878a57be Fixed typos in Pflichtenheft 2025-10-09 08:34:26 +02:00
lucretia 5ee37e30e0 Fixed formatting issue in Pflichtenheft 2025-10-09 08:27:02 +02:00
lucretia bd72b1075a Added retry logic to ConnectAndBind 2025-10-08 22:56:45 +02:00
lucretia 45f9f5a2bf Removed stray Console.Log entries 2025-10-08 22:49:31 +02:00
lucretia fd472cbab7 Removed scrum mention from Pflichtenheft 2025-10-08 22:41:59 +02:00