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
48676c0857
Merge pull request #1010 from omnivore-app/fix/load-intercom-on-support-page
...
Load Intercom on /support page
2022-07-25 12:02:48 -07:00
7ee6622997
load intercom on /support page
2022-07-25 11:38:24 -07:00
d1439df4bf
Merge pull request #1007 from omnivore-app/fix/remove-share-ext-search
...
Remove Label Search (iOS Share extn)
2022-07-22 15:20:50 -07:00
2281d67deb
Merge pull request #1006 from omnivore-app/fix/command-bar-order
...
Reduce command bar priority on theme items so they display at the bottom
2022-07-22 14:39:53 -07:00
c8643c591a
remove search bar from share extension
2022-07-22 14:13:26 -07:00
1f546aeb1f
Merge pull request #995 from omnivore-app/feature/ios-share-ext-labels
...
Share Extension Labels
2022-07-22 13:14:53 -07:00
60eb7a28f5
add pspdfkit back for ios build
2022-07-22 13:14:31 -07:00
c5b3354d8f
add macos conditionals for share extension improvements
2022-07-22 13:04:04 -07:00
02156c73be
Reduce command bar priority on theme items so they display at the bottom
2022-07-22 11:09:24 -07:00
f2f697089e
Merge pull request #976 from omnivore-app/895
...
#895 - Improve table used on the /settings/api page
2022-07-22 10:56:30 -07:00
478ddbc875
Merge branch '895' of github.com:omnivore-app/omnivore into 895
2022-07-22 16:27:35 +02:00
6d1ddf4e36
Merge branch 'main' of github.com:omnivore-app/omnivore into 895
2022-07-22 16:26:59 +02:00
3d2035a014
removing the border from the table on small screens
2022-07-22 16:26:31 +02:00
a4811104d6
load share ext labels from core data
2022-07-21 21:04:46 -07: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
458d501a38
Merge pull request #1003 from omnivore-app/extension-1.26.0
...
Bump extension version to `0.1.26`
2022-07-21 13:14:40 -07:00
7e269b3bcb
Merge pull request #1001 from omnivore-app/dependabot/npm_and_yarn/pkg/admin/terser-4.8.1
...
Bump terser from 4.8.0 to 4.8.1 in /pkg/admin
2022-07-21 11:43:39 -07:00
a403c41dcd
Bump extension version to 0.1.26
2022-07-21 11:07:50 -07:00
9387075a88
Bump terser from 4.8.0 to 4.8.1 in /pkg/admin
...
Bumps [terser](https://github.com/terser/terser ) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-21 18:03:56 +00:00
eabad93324
Merge pull request #998 from omnivore-app/dependabot/npm_and_yarn/terser-4.8.1
...
Bump terser from 4.8.0 to 4.8.1
2022-07-21 11:03:47 -07:00
df51f46aa4
Merge pull request #996 from omnivore-app/dependabot/npm_and_yarn/pkg/extension/terser-5.14.2
...
Bump terser from 5.5.1 to 5.14.2 in /pkg/extension
2022-07-21 11:03:24 -07:00
27472281dc
Merge pull request #1000 from omnivore-app/fix/extension-handle-no-content
...
Handle cases in the extension when GetContent fails
2022-07-21 11:03:04 -07:00
fdc1b28cf1
add circular checkmark to share ext labels list cell
2022-07-21 10:59:06 -07:00
03fac22c29
update text chip color scheme
2022-07-21 10:39:27 -07:00
0075caa894
use full modal height for share ext
2022-07-21 08:47:19 -07:00
8874513e59
Some clean up around css
2022-07-21 13:03:44 +02:00
777d469505
Handle cases in the extension when GetContent fails
...
GetContent can fail for things like PDFs in Firefox. In that
case we want to just save the URL.
Note: one issue here is we dont display any UI on the PDF in
firefox since we can't execute our content scripts.
2022-07-20 18:01:04 -07:00
d769a44a88
update apple web bundle
2022-07-20 17:52:14 -07:00
613aec6c43
Bump terser from 4.8.0 to 4.8.1
...
Bumps [terser](https://github.com/terser/terser ) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-20 23:54:13 +00: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