Commit Graph

73 Commits

Author SHA1 Message Date
3062136317 Fixed Assets location removed when not set on update 2025-11-06 19:28:41 +01:00
7de42b34dd Fixed default image not showing 2025-11-06 09:40:30 +01:00
anomny
9b94aaea56 [HttpDelete("Delete")] 2025-11-03 19:07:36 +01:00
anomny
dcd79d215c Rename Index calls to get or getall 2025-11-03 19:06:08 +01:00
6d065de974 Implemented MaxDownloadableUserImageSize config setting 2025-11-02 22:35:06 +01:00
af70cfb5f8 Added CanManageSettings claim, Implemented authorization for admin settings 2025-11-02 15:23:31 +01:00
f7508b698a Added admin settings update endpoint 2025-11-02 14:44:47 +01:00
5b5fcd6322 Added settings model, added settings migration, added LDAP salted hashes 2025-11-02 13:39:28 +01:00
fe3ab8e449 Added user image and navbar elements 2025-11-01 22:22:41 +01:00
4b3ad38cc3 Fixed performance issue related to user model retrieval, cleaned up ListUsersAsync() 2025-11-01 16:59:36 +01:00
anomny
a4195a609d Add dedicated Models and improved logging for loactions Controller 2025-10-28 19:24:58 +01:00
b9b3c91f3f Added user password validation, Fixed new user localization issue 2025-10-26 21:31:29 +01:00
23d93f69d4 Removed unused LDAP data retrieval 2025-10-26 16:55:35 +01:00
75c0e6dc5d Removed unnecessary image processing in Users view 2025-10-26 16:44:26 +01:00
6c42ff500b Added user photo resizing 2025-10-26 16:26:20 +01:00
2957800876 Fixed updating asset to empty location only clientside 2025-10-26 09:22:48 +01:00
85cb68a6c2 Implemented user creation in frontend 2025-10-25 22:44:36 +02:00
310e05545f Implemented users update button in frontend 2025-10-25 22:15:08 +02:00
dcb23b76ec Fixed something in HomeController, I don't remember what 2025-10-25 22:14:11 +02:00
0929e2c638 Implemented frontent Locations create button, fixed localization for frontend Locations 2025-10-25 16:40:18 +02:00
20d7ceb784 Implemented frontend Locations update buttons 2025-10-25 16:20:17 +02:00
6867899268 Implemented authorization for other controllers 2025-10-17 18:52:25 +02:00
ec6633573c Added role authorization to home controller 2025-10-17 18:40:55 +02:00
724bb95809 Added role based authorization base 2025-10-17 18:31:07 +02:00
a968585eef Added qr code reader and general inventory to /Home/Inventory 2025-10-14 00:24:55 +02:00
0cc806a0a3 Added asset inventory information and action in AssetsController 2025-10-13 17:24:25 +02:00
903c1836eb Fixed missing authorization for /Home endpoints 2025-10-13 15:58:46 +02:00
3958c97132 Fixed localization for /Home/Login 2025-10-12 20:18:57 +02:00
04c39feb7a Fixed created assets not showing on list until site refresh 2025-10-12 20:03:30 +02:00
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
164831c903 Implemented Groups edit buttons 2025-10-12 16:13:41 +02:00
4dc0f00e5b Implemented group creation button 2025-10-11 15:32:05 +02:00
dfe1a2b2b1 Implemented Groups delete buttons 2025-10-11 13:48:23 +02:00
fd5dcb5618 Added groups view model, implemented basic groups table view 2025-10-11 13:29:59 +02:00
d9127736d9 Added basic Groups view and controller 2025-10-11 12:57:51 +02:00
dd865b99be Implemented frontend Assets update button 2025-10-10 19:52:28 +02:00
2b5527a760 Fixed Asset delete wrong HTTP method, Added Asset creation in /Home/Assets 2025-10-10 10:22:16 +02:00
1e13ea11d7 Implemented /Home/Location table and delete action 2025-10-10 09:35:53 +02:00
49af3e79c3 Fixed images in Users view 2025-10-09 11:50:43 +02:00
41cc78d321 Added Users table 2025-10-09 10:36:12 +02:00
97b97f589c Added Make and Model and Attributes to AssetDescription 2025-10-09 09:54:40 +02:00
LD50
501fd7ab3b Merge pull request #89 from LD-Reborn/feature/Create_AssetsResponseModel
Feature: Add return model to AssetsController
2025-10-08 21:55:52 +02:00
9acc650707 Implemented ResponseModels for Assets, Reverted error handling removal 2025-10-08 21:50:57 +02:00
ba7cde8adb Added Locations Create CRUD element, Updated Locations LDAP service methods 2025-10-08 21:06:04 +02:00
anomny
1d26781e8e Have a different reponse model for get all 2025-10-06 21:25:10 +02:00
anomny
c25e196814 Use new assets response model for update call 2025-10-06 21:16:48 +02:00
anomny
ba96fe0b22 Use new response model for create call 2025-10-06 21:05:58 +02:00
anomny
89d7cb6315 Update the general asset response model to work with GetAll call. 2025-10-06 20:53:35 +02:00
anomny
7d167aa877 Create a more general AssetResponseModel and use in delete 2025-10-06 20:32:48 +02:00
48c68adcc6 Added Inventory, Assets, Locations, Users pages 2025-10-06 19:42:44 +02:00