17962 Commits

Author SHA1 Message Date
clauspeterhuebner
367e3b0b6a change redis default log path 2025-11-27 14:16:05 +01:00
clauspeterhuebner
a9f5b9a6a0 add starting redis 2025-11-27 13:59:54 +01:00
clauspeterhuebner
6a9cda75ef correct accessing redisClient over AppDatabase 2025-11-27 13:56:42 +01:00
clauspeterhuebner
13657b82c9 correct redis volumes 2025-11-27 01:29:47 +01:00
clauspeterhuebner
2d1149232f add redis container 2025-11-27 01:14:44 +01:00
clauspeterhuebner
ce9e256a79 correct merge errors 2025-11-26 23:38:33 +01:00
clauspeterhuebner
aabc425b51 solve forgotten merge conflict 2025-11-26 23:07:32 +01:00
clauspeterhuebner
1ead1bc4a8 correct errors after master merge 2025-11-26 22:55:27 +01:00
clauspeterhuebner
60c3749119 Merge remote-tracking branch 'origin/master' into
3573-feature-introduce-distributed-semaphore-base-on-redis
2025-11-26 16:49:28 +01:00
einhornimmond
aa4bef4a83
Merge pull request #3582 from gradido/prepare_biome_fix
fix(other): fix code which lead to biome linting errors
2025-11-26 14:10:59 +01:00
einhornimmond
bcaf1cdbe2 adapt to logic change 2025-11-26 14:07:13 +01:00
einhornimmond
8e990314a1 fixed for future use of biome 2025-11-26 14:04:26 +01:00
einhornimmond
47e1aa9ab9
Merge pull request #3579 from gradido/refactor_email_move_to_core
refactor(backend): moved email to core
2025-11-26 12:59:07 +01:00
einhornimmond
b953326c1e
Merge branch 'master' into refactor_email_move_to_core 2025-11-26 12:53:16 +01:00
einhornimmond
2ad50026cb
Merge pull request #3578 from gradido/refactor_fix_database_dependency_loop
refactor(database): stabilize entity loading across runtimes by introducing deferred relation resolution
2025-11-26 12:52:57 +01:00
einhornimmond
295eb525f0 adapt to change in sendEmailTranslated 2025-11-26 12:51:57 +01:00
einhornimmond
bad4b69868 fix types without changing logic 2025-11-26 12:49:41 +01:00
einhornimmond
c60569e900 remove wrong line 2025-11-26 12:41:01 +01:00
einhornimmond
07e2ba0bc8 fix wrong code 2025-11-26 12:36:08 +01:00
clauspeterhuebner
d47fd51433 add redis-semaphore": "^5.6.2" 2025-11-26 01:51:33 +01:00
clauspeterhuebner
93a7403f25 add redis-semaphore": "^5.6.2" 2025-11-26 01:39:51 +01:00
clauspeterhuebner
331d750dfc add "redis-semaphore": "^5.6.2" 2025-11-26 01:36:07 +01:00
clauspeterhuebner
1d8582ab40 invoke redis.quit in test.afterAll 2025-11-25 03:00:27 +01:00
einhornimmond
7e793f13f7 fix backend unit test errors 2025-11-24 18:03:42 +01:00
einhornimmond
c5bca63145 increase bun version 2025-11-24 17:15:11 +01:00
einhornimmond
e6a191838c core: copy email templates into build 2025-11-24 17:07:18 +01:00
einhornimmond
68e09d432f fix ci errors 2025-11-24 17:03:44 +01:00
einhornimmond
0cb4f5fb69 fix 2025-11-24 16:48:28 +01:00
einhornimmond
4e08a182e8 update code for moved emails, fix bugs 2025-11-24 16:41:29 +01:00
einhornimmond
11147e81a9 move mails config to core 2025-11-24 14:47:34 +01:00
einhornimmond
8bb05d1721 remove email locales, simplify i18n initalization 2025-11-24 14:46:48 +01:00
einhornimmond
d07e9ba413 prepare federation for using emails 2025-11-24 14:45:50 +01:00
einhornimmond
d9647183c5 better error message for validation error, fix jest error 2025-11-24 14:45:34 +01:00
einhornimmond
9d4bda53da remove email from backend 2025-11-24 14:42:56 +01:00
einhornimmond
99effdc2f3 move email into core, update packege, usw for it 2025-11-24 14:42:28 +01:00
einhornimmond
2d85b8b55b update readme that database will be now tests by bun 2025-11-22 13:28:46 +01:00
einhornimmond
5803c34d7b remove not longer used module 2025-11-22 12:43:23 +01:00
einhornimmond
fc79874606 fix wrong version 2025-11-22 12:41:20 +01:00
einhornimmond
54c7f70976 change import to type, import actually entity later, speedup database test with bun 2025-11-22 12:40:05 +01:00
einhornimmond
5ca09f804a
Merge pull request #3577 from gradido/release-2_7_1
chore(release): v2.7.1
2025-11-21 16:27:43 +01:00
einhornimmond
17aaaa1c32 update bun.lock file 2025-11-21 16:24:54 +01:00
einhornimmond
7c3a5a4cf1 fix wrong bump tool 2025-11-21 16:23:01 +01:00
einhornimmond
44720f25b4 chore: release v2.7.1 2025-11-21 16:22:39 +01:00
einhornimmond
d0eac55b0a update changelog 2025-11-21 16:15:15 +01:00
einhornimmond
2a5744bd97 chore: bump version 2025-11-21 16:14:43 +01:00
einhornimmond
d49c8fdc41 fix release script 2025-11-21 16:14:32 +01:00
clauspeterhuebner
a2ee080ed5 introduce redis-semaphore along with a running docker redis server 2025-11-20 02:33:49 +01:00
einhornimmond
e2d296f6d1
Merge pull request #3576 from gradido/ui_add_login_page_imgs
feat(frontend): new startpage images
2025-11-19 21:22:24 +01:00
einhornimmond
399fe1cdea
Merge branch 'master' into ui_add_login_page_imgs 2025-11-19 21:13:10 +01:00
einhornimmond
759662a571
Merge pull request #3574 from gradido/ui-text-updates
feat(frontend): update login subtitle
2025-11-19 21:12:55 +01:00