Commit Graph

47 Commits

Author SHA1 Message Date
c554af9479 Implemented user settings view 2025-11-23 13:57:02 +01:00
af19b29fdb Implemented image preloading 2025-11-20 20:06: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
ffa7f25372 Revert "Add pagination"
This reverts commit edac9f28d8.
2025-11-06 09:00:32 +01:00
anomny
edac9f28d8 Add pagination 2025-11-03 20:23:05 +01:00
anomny
c3973b6cfb Clear picture in between loads 2025-11-03 20:06:06 +01:00
anomny
dcd79d215c Rename Index calls to get or getall 2025-11-03 19:06:08 +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
anomny
a4195a609d Add dedicated Models and improved logging for loactions Controller 2025-10-28 19:24:58 +01:00
75c0e6dc5d Removed unnecessary image processing in Users view 2025-10-26 16:44:26 +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
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
724bb95809 Added role based authorization base 2025-10-17 18:31:07 +02:00
0cc806a0a3 Added asset inventory information and action in AssetsController 2025-10-13 17:24:25 +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
434b0952dc Added asset id counter to migrations, fixed migrations async issue 2025-10-12 17:55:21 +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
dd865b99be Implemented frontend Assets update button 2025-10-10 19:52:28 +02:00
1e13ea11d7 Implemented /Home/Location table and delete action 2025-10-10 09:35:53 +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
bd72b1075a Added retry logic to ConnectAndBind 2025-10-08 22:56:45 +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
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
43cac9e304 Implemented live asset table in /Home/Index 2025-10-05 21:29:17 +02:00
anomny
d12ac659f5 Add return model to AssetsController 2025-10-05 14:50:59 +02:00
anomny
ef3be7cb41 CRUD - Assets create 2025-10-04 14:37:10 +02:00
b262a73d9d Added Assets update CRUD element 2025-10-03 23:07:55 +02:00
4d0d3ac473 Added Locations update CRUD element, fixed locations index missing cn attribute 2025-10-03 22:13:39 +02:00
3a97bd6024 Added Group backend CRUD 2025-10-03 21:16:34 +02:00
1f356a807f Added LDAP migrations, made CreateObject async, moved LdapOptions to Models, fixed user password not hashed on user creation 2025-10-03 16:31:08 +02:00
5c633bd17c Added UserModel, Added Login and Logout and authorization, Made dark mode default 2025-09-29 21:51:32 +02:00
5c9a066ded Added filter to /Users/Index to filter out fields 2025-09-28 22:08:08 +02:00
2f894881b2 Added filter by username for /Users/Index, implemented /Users/Update 2025-09-28 21:41:04 +02:00
cc1f55658f Created src folder, created docs folder, added Pflichtenheft 2025-09-27 14:31:29 +02:00