Details des Tickets

Beschreibung,Kommentare und Anhänge

merge request id 895
Titelprovided service account notifications
Beschreibungcentralized calls of above service to boot functions of user - Die Notification an den User, wenn er angelegt wird wurde zwar zentralisiert, habe das aber wieder rausgenommen, da diese E-Mail nicht immer erwünscht ist und ausserdem diverse Tests fehlgeschlagen sind
Statusmerged
Created at 2023-10-27T16:16:55.302Z
Updated at 2023-11-20T10:59:09.284Z
Source branchfeature/LL-1646-optionally-suppress-api-user-emails
Target branchdevelop
AuthorGregor Gabriel
AssigneeSascha Immig

Discussion notes

added 1 commit
  • e17e2d4c - send account generated mail again on 3 code positions and not centralized, as…
Compare with previous version
Gregor Gabriel 2023-11-06T08:08:06.750Z
changed the description Gregor Gabriel 2023-11-06T08:41:45.918Z
added 8 commits
  • e17e2d4c...f7f97510 - 6 commits from branch develop
  • 42e95aa4 - Merge branch 'develop' of https://gitlab.learningsystem.de/lms/seventeen into…
  • 91e107bc - + finally reworked code where AccountCreated notification is not send centralized
Compare with previous version
Gregor Gabriel 2023-11-06T11:45:13.473Z
added 1 commit
  • 67c73910 - user import now behaves like UI or API in sending account norifications
Compare with previous version
Gregor Gabriel 2023-11-13T07:29:33.319Z
added 1 commit
  • 8e23d93c - optimized code - removen unused use
Compare with previous version
Gregor Gabriel 2023-11-13T07:41:05.589Z
added 2 commits
  • 9590befc - consolidated functions
  • f03973d9 - refactored store() function: reordered actions, optimized code and enhanced comments.
Compare with previous version
Sascha Immig 2023-11-20T10:46:55.564Z
added 1 commit
  • 8ef7b05e - removed comment
Compare with previous version
Sascha Immig 2023-11-20T10:51:25.100Z
merged Sascha Immig 2023-11-20T10:59:09.342Z

Merge Commits

Title Id Author Created at Message
provided service account notifications 42979320e8cc3a9a12e92750be1a5ba1ce52fdf9 TUV\gabrielg 2023-10-27T16:15:05.000Z provided service account notifications centralized calls of above service to boot functions of user
Merge branch 'develop' of https://gitlab.learningsystem.de/lms/seventeen into… 42e95aa4526665320bec4c9bfb49c15607f27da2 TUV\gabrielg 2023-11-06T08:56:58.000Z Merge branch 'develop' of https://gitlab.learningsystem.de/lms/seventeen into feature/LL-1646-optionally-suppress-api-user-emails
user import now behaves like UI or API in sending account norifications 67c73910eeddb906f7a83a4f5d14f991aeeda6ca TUV\gabrielg 2023-11-13T07:29:27.000Z user import now behaves like UI or API in sending account norifications
optimized code - removen unused use 8e23d93cf2c539bddc27e4f7bafd9666facfcd3f TUV\gabrielg 2023-11-13T07:41:00.000Z optimized code - removen unused use
removed comment 8ef7b05e2dcb560ab2ca8dfe1e90fd33e208bdf7 TUV\immigs 2023-11-20T10:51:10.000Z removed comment
+ finally reworked code where AccountCreated notification is not send centralized 91e107bc6e443436acb8e005905d3bed41ab5563 TUV\gabrielg 2023-11-06T11:45:07.000Z + finally reworked code where AccountCreated notification is not send centralized + added password policy validation to user import
consolidated functions 9590befcd67db35a4397a80449fde836db9c752b TUV\immigs 2023-11-20T10:43:02.000Z consolidated functions
send account generated mail again on 3 code positions and not centralized, as… e17e2d4cefd52e5ec979b5db3e1625e29ca08c4f TUV\gabrielg 2023-11-06T08:07:56.000Z send account generated mail again on 3 code positions and not centralized, as this caused lots of onclear test errors, and is not intended, as when a customer registers this email shold not be sent
refactored store() function: reordered actions, optimized code and enhanced comments. f03973d9a8365a70c73d4e42ac41581f1b805e67 TUV\immigs 2023-11-20T10:44:25.000Z refactored store() function: reordered actions, optimized code and enhanced comments.