Commit Graph

57 Commits

Author SHA1 Message Date
StephanRichter 5f3d112cdb implemented display of document positions 2025-07-10 22:47:09 +02:00
StephanRichter 48dfabaaf3 implemented selector for document state 2025-07-10 20:38:13 +02:00
StephanRichter b52ace49db added another state check
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-10 16:49:20 +02:00
StephanRichter 5fa9e12035 implemented deletion of new documents 2025-07-10 16:44:29 +02:00
StephanRichter 90c27382a1 working on document view/edit 2025-07-10 15:42:37 +02:00
StephanRichter 0bfbe47d96 preparing document display
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-10 13:13:46 +02:00
StephanRichter 163bcebf4f implemented document creation
this required a major refactoring of the object model
2025-07-10 12:49:32 +02:00
StephanRichter 21812d2b42 major refactoring: working towards more interface-implementation splitting 2025-07-10 10:56:03 +02:00
StephanRichter d68dc991d0 workin on document creation: frontend work 2025-07-09 23:49:01 +02:00
StephanRichter 003899f75d working on doc forms 2025-07-09 14:31:03 +02:00
StephanRichter 878fd21436 Merge branch 'dev' into feature/document 2025-07-09 00:36:43 +02:00
StephanRichter 6427eec0a7 bugfix 2025-07-09 00:36:22 +02:00
StephanRichter 5b5e6a9387 working on document list 2025-07-09 00:27:06 +02:00
StephanRichter 61d0378d32 extend UserHelper interface
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-08 23:31:21 +02:00
StephanRichter 58f69689e2 Merge branch 'dev' into feature/document 2025-07-08 23:17:43 +02:00
StephanRichter c0b393a85b added UserHelper interface to allow dependency injection
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-08 23:17:36 +02:00
StephanRichter e9cf28c4a7 Merge branch 'dev' into feature/document 2025-07-08 23:13:06 +02:00
StephanRichter 4ba113daf5 unified loading of user in UserModule
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-08 23:12:49 +02:00
StephanRichter a11f2f0718 preparing document module 2025-07-08 22:20:00 +02:00
StephanRichter e6e3ed4052 bugfix
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-08 21:19:34 +02:00
StephanRichter 5dc7c22b03 implemented creation of new user 2025-07-08 21:09:56 +02:00
StephanRichter 92c6b154ea implemented otp login
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-08 20:27:34 +02:00
StephanRichter 7a5bb50ee2 restructuring, working on password reset email
next steps:
- create reset url and add it to the translation fill map
- implement message translation
- implement otp validation and login
2025-07-08 15:39:48 +02:00
StephanRichter 3e91565fb6 working on messagesystem, password reset form
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-08 00:06:35 +02:00
StephanRichter 9d83008a62 fixed creation of first user upon database initalization 2025-07-07 22:23:40 +02:00
StephanRichter d4bcf07b5c working on db initialization 2025-07-07 22:12:15 +02:00
StephanRichter 72940f92c3 preparing message system 2025-07-07 16:27:19 +02:00
StephanRichter fc94cced1e improved search, integrated legacy modules into navigation 2025-07-04 23:48:28 +02:00
StephanRichter b0817319bd working on search 2025-07-04 23:23:51 +02:00
StephanRichter b07533eaa9 working on search 2025-07-04 23:03:33 +02:00
StephanRichter c934e19837 preparing message system:
copied model from previous java implementation
2025-07-04 14:25:06 +02:00
StephanRichter 3c898f36de ported legacy functions 2025-07-04 14:00:46 +02:00
StephanRichter e48ddfdb2c working on legacy api:
Teile des Codes aus funktionierendem Projekt kpiert und angepasst, aber noch nicht getestet
2025-07-04 00:26:01 +02:00
StephanRichter c96e7d73ba made some preferences configurable 2025-07-03 22:58:31 +02:00
StephanRichter e53beb9848 implemented oidc management 2025-07-03 20:32:20 +02:00
StephanRichter 695714f4eb implemented unlinking of oidc connection 2025-07-03 19:13:38 +02:00
StephanRichter 41c3ffa351 re-implemented login via OIDC 2025-07-03 15:26:42 +02:00
StephanRichter b9bff9733d workin on idc login flow 2025-07-03 13:02:31 +02:00
StephanRichter 38081894ef working on login service management 2025-07-03 00:31:32 +02:00
StephanRichter caf2356f48 working on permissions and messages 2025-07-02 23:41:04 +02:00
StephanRichter 5100ac244a implemented user impersonization 2025-07-02 23:20:21 +02:00
StephanRichter ea6ca9e45d implemented user list and editing other users for admin 2025-07-02 22:08:36 +02:00
StephanRichter 10c24dd93d started working on user edit form 2025-07-02 16:13:17 +02:00
StephanRichter 372cce43fa working on user lost for admin 2025-07-02 09:17:05 +02:00
StephanRichter 086f722074 Benutzerliste (für Admin) vorbereitet, übersetzungen hinzugefügt 2025-07-02 00:27:04 +02:00
StephanRichter 2c2eaacd5d implemented password update procedure 2025-07-02 00:16:13 +02:00
StephanRichter 06c620230d implemented theme changer 2025-07-01 22:56:49 +02:00
StephanRichter 684e0b00dd implemented dynamic theme loading, working on user edit 2025-07-01 22:24:23 +02:00
StephanRichter 691c317a57 re-implemented user update
- only for text fields
- password and theme need to be re-implemented, too
2025-07-01 15:43:35 +02:00
StephanRichter 2dc45456f9 working on user data update 2025-07-01 08:53:07 +02:00