Commit Graph

1505 Commits

Author SHA1 Message Date
bab96aaa1e remove membership from user 2022-07-25 15:14:01 -07:00
ea9d98aa95 make confirm-email a post api 2022-07-25 15:14:01 -07:00
4c75260229 replace hard-coded email address with env var for the remaining files 2022-07-25 15:14:01 -07:00
a87f75f319 add test for confirm-email router 2022-07-25 15:14:01 -07:00
e4ea49c05f add confirm-email router 2022-07-25 15:14:01 -07:00
9ea9bd9ea1 send confirmation email to pending user when login 2022-07-25 15:14:01 -07:00
bd2327a3ae test set auth token after login 2022-07-25 15:14:01 -07:00
abb1a414c1 remove login gql resolver 2022-07-25 15:13:58 -07:00
86b950183c fix test 2022-07-25 15:13:32 -07:00
f7053622a5 remove signup gql resolver 2022-07-25 15:13:30 -07:00
80639311d7 improve confirmation email format 2022-07-25 15:12:56 -07:00
068684d16b add test for failing to send confirmation email when signup 2022-07-25 15:12:56 -07:00
d284a3d302 fake sendMail in sign up test 2022-07-25 15:12:56 -07:00
638294e17b fake sendMail in testing 2022-07-25 15:12:56 -07:00
01c4bbad00 delete pending user if failed to send confirmation email 2022-07-25 15:12:56 -07:00
b0a0020fc7 fix return false when sending failed 2022-07-25 15:12:56 -07:00
4e11000ac0 add return type 2022-07-25 15:12:56 -07:00
7a11d90d2c use mocha in the test 2022-07-25 15:12:56 -07:00
7339a0daf3 add sinon and sinon-chai for faking sendMail 2022-07-25 15:12:55 -07:00
e4e985cfce add more test 2022-07-25 15:12:55 -07:00
d187c6c993 use general sender for confirmation email 2022-07-25 15:12:55 -07:00
d108806234 make sender address nullable env var 2022-07-25 15:12:55 -07:00
b52043bd95 add a test to check if use has a pending status after creation 2022-07-25 15:12:55 -07:00
b98f7c6ba2 reject with unknow reason if failed to send confirmation email 2022-07-25 15:12:55 -07:00
1ea34bde62 send confirmation email to pending user 2022-07-25 15:12:55 -07:00
7293469468 use sender email address in env 2022-07-25 15:12:55 -07:00
bd5b289168 add verification token generation 2022-07-25 15:12:55 -07:00
1346140a20 add sender email address in env 2022-07-25 15:12:55 -07:00
ba73eec9e5 create pending user first 2022-07-25 15:12:55 -07:00
35e060890e add status to user entity 2022-07-25 15:12:55 -07:00
a97c3286bf add status to user table 2022-07-25 15:12:55 -07:00
7ee6622997 load intercom on /support page 2022-07-25 11:38:24 -07:00
02156c73be Reduce command bar priority on theme items so they display at the bottom 2022-07-22 11:09:24 -07:00
478ddbc875 Merge branch '895' of github.com:omnivore-app/omnivore into 895 2022-07-22 16:27:35 +02:00
3d2035a014 removing the border from the table on small screens 2022-07-22 16:26:31 +02:00
c113c94567 Add param validation so we dont get undefined values passed to GQL 2022-07-21 17:43:15 -07:00
291bb59248 Add name attribiutes to email login form elements 2022-07-21 17:29:55 -07:00
735169bf41 Updated CSS to match how it was before 2022-07-21 22:31:19 +02:00
8874513e59 Some clean up around css 2022-07-21 13:03:44 +02:00
5c69fb50fb Show the css attribute 2022-07-20 16:12:25 -07:00
1c1db00626 Example of how to style table components 2022-07-20 16:08:57 -07:00
fdd140485e Rename table to imports dont fail 2022-07-20 15:58:19 -07:00
1852ec2a6b Merge branch 'main' of github.com:omnivore-app/omnivore into 895 2022-07-20 23:36:01 +02:00
3e1ecaad76 Fixing z-index issue on modal 2022-07-20 23:35:32 +02:00
07a03b4d48 Merge pull request #994 from omnivore-app/fix/landing-image
Fix image-set syntax for the login page
2022-07-19 16:18:40 -07:00
ff629b2fed Merge pull request #992 from omnivore-app/fix/email-urls
Use email-signup instead of email-registration as path to match naming
2022-07-19 16:02:00 -07:00
0eb447117c Fix image-set syntax for the login page 2022-07-19 16:00:14 -07:00
d31003229c Merge pull request #993 from omnivore-app/fix/login-landing-image
Update login landing image, remove unused images
2022-07-19 15:45:33 -07:00
e0a4478400 Merge pull request #954 from omnivore-app/feat/extension-commands
Extension: support right click saveurl and shortcut key to save current tab
2022-07-19 15:37:18 -07:00
290da8db19 Merge branch 'main' of github.com:omnivore-app/omnivore into 895 2022-07-19 23:52:06 +02:00