Commit Graph

31 Commits

Author SHA1 Message Date
anomny
c3973b6cfb Clear picture in between loads 2025-11-03 20:06:06 +01:00
5b5fcd6322 Added settings model, added settings migration, added LDAP salted hashes 2025-11-02 13:39:28 +01:00
4b3ad38cc3 Fixed performance issue related to user model retrieval, cleaned up ListUsersAsync() 2025-11-01 16:59:36 +01:00
2957800876 Fixed updating asset to empty location only clientside 2025-10-26 09:22:48 +01:00
724bb95809 Added role based authorization base 2025-10-17 18:31:07 +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
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
bd72b1075a Added retry logic to ConnectAndBind 2025-10-08 22:56:45 +02:00
45f9f5a2bf Removed stray Console.Log entries 2025-10-08 22:49:31 +02:00
ba7cde8adb Added Locations Create CRUD element, Updated Locations LDAP service methods 2025-10-08 21:06:04 +02:00
Jannis Liebig
fc57698ee4 Added CreateLocation using proper dn 2025-10-07 20:59:33 +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
7eff665f81 Added Assets Delete CRUD element 2025-10-03 21:39:56 +02:00
10e8e172e0 Fixed empty Locations Index, cleaned up attribute magic values 2025-10-03 21:30:48 +02:00
bd298874c4 Added Locations Delete CRUD element 2025-10-03 21:27:00 +02:00
3a97bd6024 Added Group backend CRUD 2025-10-03 21:16:34 +02:00
a5a08e5876 Fixed uncaught exception when user not found 2025-10-03 16:40:16 +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
5eaabe87ef Removed unused using statements in LdapService 2025-09-29 18:52: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
db342d0d28 Implemented /Users/Delete endpoint, removed unnecessary objectClasses 2025-09-28 20:08:37 +02:00
cd802eceaf Updated users LDAP spec, changed to newer LDAP package, implemented /Users/Create endpoint 2025-09-28 19:54:45 +02:00
cc1f55658f Created src folder, created docs folder, added Pflichtenheft 2025-09-27 14:31:29 +02:00