Commit ab93e64
Feat/mailer (#612)
* feat: add draft for port of user registration to resource route
* feat: partly implement refresh token
* docs: simplify contributing and add info about api routes and shared logic
* feat(api): finalize user registration endpoint
* fix(tests): get the tests to run be reconfiguring build steps
* docs(db): readd db setup and seed scripts with README info for it
* fix: wrong import of utils
* refactor: remove leftover custom server stuff
* fix(tests): add missing refresh token table
* fix(tests): reenable remaining tests for registration
* fix(ci): remove playwright and use correct node version
* fix(ci): run the tests with a postgres container
* feat(tests): add coverage report
* fix(build): reorganize server modules to correctly split client/ server
* fix(build): miss an import
* fix(build): remove leftovers from custom server implementation
* chore(deps): bump react-router dependencies
* chore(deps): update react-router
* feat/user me api (#559)
* feat(api): add api routes for /users/me
* fix(tests): api me PUT
* feat(api): add delete me endpoint
* feat(api): add root route (#560)
* start
* new commit
* tested docs
* added a route
* Added API Docs
* modified
* removed unsupported packages
* updated
* Modified
* script generation without using ts-node.
* modified
* fix: update package-lock.json
* Updated (#575)
* Updated README
* Updated README
* Removed duplicate Documentation section (#576)
* Updated README
* Updated README
* Removed duplicate section.
* Update README.md
* Feat/api email and password (#561)
* feat(api): add email-confirmation endpoint
* feat(api): add request password reset
* feat(api): add password reset
* feat(api): implement resend email confirmation (without sending yet)
* feat/api auth (#562)
* feat(api): add email-confirmation endpoint
* feat(api): add request password reset
* feat(api): add password reset
* feat(api): implement resend email confirmation (without sending yet)
* feat(api): add sign-in, sign-out and refresh-routes to api
* feat(api): implement refresh endpoint
---------
Co-authored-by: jona159 <[email protected]>
* feat(api): boxes for user endpoints (#573)
* feat/api misc (#571)
* feat(api): boxes for user endpoints
* feat(api): add tags and stats route scaffold
* feat(api): implement tags route
* refactor: remove unnecessary imports
* feat(api): implement statistics route
---------
Co-authored-by: jona159 <[email protected]>
* feat(api): add route and test files
* feat: add test code
* feat: add dummy sensors to devices and implement getting them back
* feat: prefer dev server in no production envs and hide dev in prod
* feat(docs): start adding docs to route
* feat: finish up to the point where we need measurements
* fix: api routes without need for measurements
* fix: stats call
* fix: remaining tests
* fix: frontend issue from changing the service implementation
* feat: add react mail
* feat: add nodemailer and setup for sending mails
* feat: send password reset mails
* refactor: fix lint issues with mails
* feat: implement email confirmation mail
* feat: add mail for new users
* fix: rewrite package lock
* fix: rewrite package lock
* fix: packages
* feat: add email to new devices being created
* feat: send mail when email requested to change
* feat: set email language properly
* feat: implement base mail for all devices and migrate device specifics
* fix: move ts-ignore
* fix: use example vars for test
* feat: use ethereal.email for testing
* fix: remove conflicting test
* fix: rewrite package-lock.json
* refactor: remove unused comment
* refactor: remove mailhog platform
* feat: remove [email protected] and matthias mail address
---------
Co-authored-by: JerryVincent <[email protected]>
Co-authored-by: Jerry Vincent <[email protected]>
Co-authored-by: jona159 <[email protected]>1 parent 6c4ced0 commit ab93e64
File tree
21 files changed
+11944
-4856
lines changed- app
- components/device-detail
- lib
- models
- emails
- tests/models
21 files changed
+11944
-4856
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
| 382 | + | |
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
| 497 | + | |
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
563 | | - | |
| 563 | + | |
564 | 564 | | |
565 | 565 | | |
566 | 566 | | |
| |||
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
606 | | - | |
| 606 | + | |
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
0 commit comments