62 Commits

Author SHA1 Message Date
c7b5b11f4c working on backend-side translations 2025-12-15 22:07:26 +01:00
083185137a Merge branch 'main' into module/files 2025-10-02 09:01:31 +02:00
41934b6f18 implemented halt on startup errors 2025-10-02 08:59:01 +02:00
f9941bceba peparing for file upload on server side 2025-09-30 15:17:00 +02:00
f916a2c5ae implemented storing of user's language as well as loading 2025-09-22 17:42:20 +02:00
60c9a956aa bugfixes:
- improved compatibility with OrcID
- allwed to alter password for user without email address (admin)

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-22 16:25:56 +02:00
f9f94ee674 fixing bugs:
1. error formatting caused error on OIDC login
2. sending credentials to OIDC provider

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-17 11:45:51 +02:00
667052e3c4 Merge branch 'main' into module/wiki 2025-09-12 00:41:58 +02:00
bfe87f53a8 refactored ModuleRegistry to singleton system
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-12 00:38:28 +02:00
4f6f969041 implemented display of wiki pages
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-09-09 21:08:51 +02:00
e1f32c274b implemented brute force counter measure 2025-08-27 19:09:56 +02:00
a50a451b95 conveniance modification: added registry and getters for modules to BaseHandler
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-17 23:31:06 +02:00
5d506ac0f9 introduced ModuleRegistry to easy inter-module dependencies 2025-08-09 13:48:09 +02:00
ddd947b886 moved doOptions to BaseHandler, so implementing it in each module is no longer required 2025-08-07 15:42:31 +02:00
eed0ce0e8e working on hamonization of db implementations
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-08-01 22:18:44 +02:00
378ef640d9 extending session whenever tags are queries – should be the case on most pages 2025-07-28 16:32:07 +02:00
4f54276e8f working on tag module 2025-07-27 22:56:27 +02:00
ac45517d7f implemented deletion of tasks
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-27 12:46:16 +02:00
7eca9dd08e working on Autocomplete field for member addition to projects 2025-07-21 23:47:28 +02:00
6016f81c27 working on project settings update:
adding/updating members not implemented
2025-07-21 00:16:14 +02:00
08838e8ddc refactoring 2025-07-19 00:28:11 +02:00
a06217517b freactoring to get company list work in efficient way 2025-07-18 23:23:14 +02:00
722f12912d implemented project creation 2025-07-18 22:10:47 +02:00
6a58087ace preparing for sending documents
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-17 20:15:28 +02:00
bac04ac047 implemented function to return estimated times of company.
Therefore task and project module had to be created and partially implemented
2025-07-13 23:45:18 +02:00
2cc4d43e7c bugfix
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-12 00:15:04 +02:00
5f3d112cdb implemented display of document positions 2025-07-10 22:47:09 +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
878fd21436 Merge branch 'dev' into feature/document 2025-07-09 00:36:43 +02:00
6427eec0a7 bugfix 2025-07-09 00:36:22 +02:00
5b5e6a9387 working on document list 2025-07-09 00:27:06 +02:00
61d0378d32 extend UserHelper interface
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-08 23:31:21 +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
e6e3ed4052 bugfix
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
2025-07-08 21:19:34 +02:00
5dc7c22b03 implemented creation of new user 2025-07-08 21:09:56 +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
9d83008a62 fixed creation of first user upon database initalization 2025-07-07 22:23:40 +02:00
d4bcf07b5c working on db initialization 2025-07-07 22:12:15 +02:00
fc94cced1e improved search, integrated legacy modules into navigation 2025-07-04 23:48:28 +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
e53beb9848 implemented oidc management 2025-07-03 20:32:20 +02:00
695714f4eb implemented unlinking of oidc connection 2025-07-03 19:13:38 +02:00
41c3ffa351 re-implemented login via OIDC 2025-07-03 15:26:42 +02:00
b9bff9733d workin on idc login flow 2025-07-03 13:02:31 +02:00