Commit Graph

88 Commits

Author SHA1 Message Date
rui hildt a689b54233 Update documentation url 2020-09-29 01:02:24 +02:00
rui hildt 27f2dd796c Update repo urls 2020-09-29 00:57:13 +02:00
Rui Hildt dda9b88428 Merge pull request 'Send email when adding participant' (#2) from feat-send-email into master
Reviewed-on: https://git.armada.digital/meeting-planner/backend/pulls/2
2020-09-04 11:08:30 +00:00
rui hildt 8614166d64 Send email when adding participant
- create invite email template
- move email config
- implement sendEmail functionality
2020-09-04 12:41:09 +02:00
rui hildt ac2b6c2b88 Fix id spreadng order bug and consistency in use 2020-09-01 18:57:33 +02:00
rui hildt 3490f71fc3 Refactor nodemailer config 2020-09-01 18:34:33 +02:00
rui hildt 4579be1541 Add function to check SMTP status 2020-08-29 18:14:39 +02:00
rui hildt 6a378df5cf Add invite email template 2020-08-29 15:15:55 +02:00
rui hildt 5413c7dddf Add SMTP status check 2020-08-29 14:30:27 +02:00
rui hildt a197ae9cc6 Add SMTP transporter in helpers 2020-08-29 11:01:57 +02:00
rui hildt 2b4832a4f7 Update config variables and add nodemailer's ones 2020-08-29 10:48:21 +02:00
rui hildt f8af75d7d3 Make queries not return meeting password 2020-08-28 20:43:15 +02:00
rui hildt 63843d1afc Remove unused participant knex query
Also fix returned data from getMeetingsByAccountId
2020-08-28 19:30:36 +02:00
rui hildt c69c510604 Update remaining models to db change 2020-08-28 19:02:50 +02:00
rui hildt f53842271a Fix getParticipantsByMeetingId 2020-08-28 16:08:19 +02:00
rui hildt aaa33b46cb Update availability model 2020-08-28 14:34:37 +02:00
rui hildt d59a562fe2 Update participant model and routes 2020-08-28 14:08:13 +02:00
rui hildt 9cdf4eedd2 Change db structure to allow inviteless accounts 2020-08-28 13:10:15 +02:00
rui hildt 38f3c06d51 Update models to latest changes 2020-08-27 15:21:00 +02:00
rui hildt ad27d42144 Change migration and seeds from time to datetime 2020-08-26 17:22:59 +02:00
rui hildt ca1b0fe883 Update migrations with latest db structure changes 2020-08-26 13:20:54 +02:00
rui hildt 8afa93c708 Change default password and possible_date type 2020-08-23 16:04:06 +02:00
rui hildt 12ecf719e9 Update server root message 2020-06-17 13:21:13 +02:00
rui hildt d46a19b424 Add heroku deployed app url 2020-06-17 13:13:23 +02:00
rui hildt 29030636f6 Comment unconfigured validator 2020-06-17 13:02:52 +02:00
rui hildt 32477a1e57 Change start script name 2020-06-17 12:54:03 +02:00
rui hildt 3f6ff08e6c Correct typo: "availibility" => "availability 2020-06-02 16:51:42 +02:00
rui hildt ca0bd47ed8 Update installation instructions 2020-05-13 20:24:01 +02:00
rui hildt dd93f94f3a Fix table of users formatting 2020-05-13 19:58:42 +02:00
rui hildt 9d6e9a288a Update readme with installation steps 2020-05-13 18:45:10 +02:00
rui hildt 0f7f67868b Add link to frontend repository 2020-05-11 11:10:28 +02:00
rui hildt 48c0d05bcb Add express-validator library 2020-05-11 00:48:27 +02:00
rui hildt 03815bd2f6 Add validateParticipantID to participant routes 2020-05-11 00:25:08 +02:00
rui hildt 7a0b2b09ba Add validateMeetingID middleware to meeting routes 2020-05-11 00:18:09 +02:00
rui hildt e8d8d9e42f Add validateAccountID middleware to account routes 2020-05-11 00:09:16 +02:00
rui hildt 79a8a2fb75 Reorganize and improve error responses 2020-05-11 00:03:48 +02:00
rui hildt dd6fa0e63c Delete password from user in login response 2020-05-09 14:58:22 +02:00
rui hildt aa3d51702f Add bcrypt password encoding to account seeds 2020-05-09 14:50:47 +02:00
rui hildt 4b5a5b2477 Implement auth with jwt and add endpoints 2020-05-08 13:12:10 +02:00
rui hildt fce5a162d3 Replace bcrypt with bcryptjs / move env to config 2020-05-07 15:10:15 +02:00
rui hildt bf2fb47033 Add password hashing to routes 2020-05-07 14:14:13 +02:00
rui hildt 5ccec5878d Fix addAvailibility model 2020-05-06 15:33:38 +02:00
rui hildt 6a3c5420b0 Fix participant delete endpoint 2020-05-06 15:27:25 +02:00
rui hildt 596baff4b3 Complete meeting endpoints 2020-05-06 13:17:52 +02:00
rui hildt ad7ca3136a Complete account endpoints 2020-05-06 12:30:32 +02:00
rui hildt a6dd5bb7f4 Add seeds for db 2020-05-05 17:58:34 +02:00
rui hildt fa8dfb8ebc Add availibility endpoints 2020-05-05 16:18:36 +02:00
rui hildt 57b66883da Update availibility migration and add basic crud 2020-05-05 11:54:02 +02:00
rui hildt cfedf47568 Improve error messages with id 2020-05-05 11:34:30 +02:00
rui hildt b7b7dbbc73 Change fk constraint in possible_date migration 2020-05-04 19:00:20 +02:00