12 KiB
12 KiB
Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
v0.1.0
- Merge pull request 'Selfservice link forgotten mails feature/5-registration_forgot_mails' (#10) from feature/5-registration_forgot_mails into dev
f011659 - Added mail templates for forgotten selfservice links
56c3dec - 🧾New changelog file version [CI SKIP] [skip ci]
00e7837 - Added tests
91f9a8c - Added translation keys
1d4d1d1 - Sorted locales
9ba4b40 - Added new mailer function
8da7c55 - Adjusted tests for mail types
8271014 - Added MailTypes to responses
0fa94fc - Added endpoint
9807e61 - Added translation keys to txt
44972e4 - Added new mailtype enum
015b25a - Fixed typo
577f321 - Renamed templates
34e30d6
v0.1.0
4 March 2021
- Merge pull request 'Alpha release 0.1.0' (#9) from dev into main
e60360c - 📖New license file version [CI SKIP] [skip ci]
10b1312 - Added basic welcome mails
b3f61f5 - 🚀Bumped version to v0.1.0
5e7cfff - Added drone file
3f21503 - 📖New license file version [CI SKIP] [skip ci]
f11137e - Added welcome mail tests
ce87e1f - Added reset mail valid tests
4624250 - Added all missing config vars/interpolations
4994cb0 - Sorted translations
1862013 - Added more info to the readme
9cb100c - Moved models to their own files
9ce86eb - Fixed typo
4b5e24f - Added test mail tests
bf9652d - Added + sorted translations
6e99ad5 - Added german translations
e2237d3 - Added jest config and first tests
ec939e6 - Added langauge keys for pw reset
7595235 - Locales as enums
d450ecb - Added dockerfile and docker-compose
c0c8046 - Updated api doc tests to listen on the right endpoint
f6a53cc - Added drone pipeline for automagic tests
3501a4b - Added env var docs to readme
5314100 - Added missing translations
1ec95a1 - 📖New license file version [CI SKIP] [skip ci]
4cde30e - Merge pull request 'Welcome mails feature/2-welcome_mails' (#7) from feature/2-welcome_mails into dev
0b96dc8 - Merge pull request 'Added real information to the README feature/3-readme' (#8) from feature/3-readme into dev
aed676c - Added registration mail endpoint
b3952c3 - Added request class
056b74c - Added reset mail request model
5812a48 - Now accepting reset mail class
7445223 - Added ci status
e48f830 - Merge pull request 'Added tests for the mail endpoints feature/4-tests' (#6) from feature/4-tests into dev
7473931 - Merge pull request 'Initial release 0.0.1' (#1) from dev into main
1d3901a - Added basic loaders/files/dirs
4e80aa8 - Added the old mail templates
c5f2532 - Initial commit
907b989 - Added language keys for test mails
8ab80fd - Added basic files and depedencies
4e5d5ae - Added basic mailer that can send pw reset mails
279a9ca - Added basic config
9c2f465 - Now generateing api key via eng_gen script
17f5876 - Added function for sending test mail
602600d - Added basic apispec generator
124c7a5 - Added app startup file
53daae9 - Added basic mail controller
972b09d - Added ans sorted translations
3f5b77d - Added the usual middlewares
e0523db - Added function for generateing test envs
fc37d14 - Added ans sorted translations
aedcbd5 - Sorted translations
a84500c - Added success response
895e346 - Added status controller
aa28601 - Fixed broken formatting
dc3bab3 - Added mail errors
c5fe167 - Added basic jest packages and scripts
fa9d0e5 - Updated comments
d77670f - Added custom i18n ally framework
264af07 - Added stuff to gitignore
21fab5d - Fixed json
a1fbabd - 🧾New changelog file version [CI SKIP] [skip ci]
7c16dd1 - Disabled html autoformatting
6c5996e - Added nodemailer dependencies
87d7175 - Added initial translation
48aa076 - Updated consola
9323cec - Added eventname to config
a62f9c6 - Added test watch mode
38cffc2 - Added email address verification
9b5c0b8 - Fixed argument bug
6a803c0 - Added env generation script
01f5001 - Not ignoring i18n ally framework any more
92494ea - Added copyright owner to config
806cc81 - Adjusted mail title
314ceac - Fixed inerpolation
f8b9b18 - Changed wording
940acab - Updated interpolations
0926f31 - Added empty locale files
0438df3 - Removed eventname from config
691d61b - Added eventname to config
9bdb307 - Moved scripts to own scripts folder
22195c1