Commit Graph

17 Commits

Author SHA1 Message Date
90c27382a1 working on document view/edit 2025-07-10 15:42:37 +02:00
163bcebf4f implemented document creation
this required a major refactoring of the object model
2025-07-10 12:49:32 +02:00
21812d2b42 major refactoring: working towards more interface-implementation splitting 2025-07-10 10:56:03 +02:00
5b5e6a9387 working on document list 2025-07-09 00:27:06 +02:00
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
4ba113daf5 unified loading of user in UserModule
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-08 23:12:49 +02:00
92c6b154ea implemented otp login
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-08 20:27:34 +02:00
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
3e91565fb6 working on messagesystem, password reset form
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-08 00:06:35 +02:00
b07533eaa9 working on search 2025-07-04 23:03:33 +02:00
c934e19837 preparing message system:
copied model from previous java implementation
2025-07-04 14:25:06 +02:00
3c898f36de ported legacy functions 2025-07-04 14:00:46 +02:00
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
c96e7d73ba made some preferences configurable 2025-07-03 22:58:31 +02:00
41c3ffa351 re-implemented login via OIDC 2025-07-03 15:26:42 +02:00
ea6ca9e45d implemented user list and editing other users for admin 2025-07-02 22:08:36 +02:00
b918d453cb implemented user login.
next: find a solution for routing
2025-06-30 21:11:42 +02:00