Hongbo Wu
|
8f9c317dd1
|
Save received email before publishing data
|
2023-01-18 22:35:07 +08:00 |
|
Jackson Harper
|
08048405a1
|
Correct typo in doc about labels
|
2023-01-18 22:07:39 +08:00 |
|
Jackson Harper
|
1006515eec
|
Merge pull request #1675 from omnivore-app/fix/subscriptions
Fix error of getting subscriptions without newsletter email by inner join them
|
2023-01-18 20:22:15 +08:00 |
|
Jackson Harper
|
d85f71a5ab
|
Merge pull request #1678 from omnivore-app/fix/infolink-positioning
Set width and height on infolink so its positioned correctly
|
2023-01-18 20:00:53 +08:00 |
|
Jackson Harper
|
25fffa5e14
|
Set width and height on infolink so its positioned correctly
|
2023-01-18 19:42:55 +08:00 |
|
Hongbo Wu
|
8ca17ddc24
|
Merge pull request #1676 from omnivore-app/fix/youtube-video-title
Do not escape the title of youtube video or tweet which is saved in elastic
|
2023-01-18 19:24:33 +08:00 |
|
Jackson Harper
|
52d4fe926a
|
Merge pull request #1674 from omnivore-app/fix/api-page-table
Use the same SettingsTable for the API keys
|
2023-01-18 19:21:18 +08:00 |
|
Hongbo Wu
|
1b3d4bbffa
|
Do not escape the title of youtube video or tweet which is saved in elastic
|
2023-01-18 19:08:36 +08:00 |
|
Jackson Harper
|
59328605c3
|
Properly set the expires default value date to never
|
2023-01-18 19:03:23 +08:00 |
|
Jackson Harper
|
d08763c126
|
Fix default values when creating API keys, sort keys by createdAt
|
2023-01-18 18:46:03 +08:00 |
|
Jackson Harper
|
287f569220
|
Dont use a button and a dropdown option, fire action from the option
|
2023-01-18 18:45:44 +08:00 |
|
Hongbo Wu
|
36d2ac041a
|
Fix error of getting subscriptions without newsletter email by inner join them
|
2023-01-18 18:42:10 +08:00 |
|
Hongbo Wu
|
064ea5a782
|
Add text in the payload in the test
|
2023-01-18 18:25:32 +08:00 |
|
Jackson Harper
|
5a5d0a5054
|
Use never as default expiration, fix key= prop
|
2023-01-18 18:16:30 +08:00 |
|
Jackson Harper
|
4e2197331c
|
Fix default expiration to match form
|
2023-01-18 18:01:34 +08:00 |
|
Jackson Harper
|
cab2e7ba0d
|
Continue to use 7 days for default expires at
|
2023-01-18 17:47:13 +08:00 |
|
Hongbo Wu
|
d60890d154
|
Add pubsub to save received email
|
2023-01-18 17:13:11 +08:00 |
|
Jackson Harper
|
7b885aeb34
|
Dont use children=
|
2023-01-18 16:57:21 +08:00 |
|
Jackson Harper
|
a523c3cf2d
|
Use the same SettingsTable for the API keys
|
2023-01-18 16:35:24 +08:00 |
|
Jackson Harper
|
9df36ab53b
|
Merge pull request #1671 from omnivore-app/fix/landing-page-feature-compression
Better compression on landing feature image
|
2023-01-18 15:37:20 +08:00 |
|
Hongbo Wu
|
d5e3a29fd6
|
Fix test
|
2023-01-18 15:08:28 +08:00 |
|
Hongbo Wu
|
1c52339b7a
|
Fix rebase conflict
|
2023-01-18 15:01:30 +08:00 |
|
Hongbo Wu
|
60e107964f
|
Fix typo
|
2023-01-18 15:00:34 +08:00 |
|
Hongbo Wu
|
96f727a165
|
Add mark a recent email as library item api
|
2023-01-18 15:00:34 +08:00 |
|
Hongbo Wu
|
62a3b48e00
|
Add list recent emails api
|
2023-01-18 15:00:34 +08:00 |
|
Hongbo Wu
|
3f373ab3b6
|
Save received email
|
2023-01-18 15:00:34 +08:00 |
|
Hongbo Wu
|
2da4ca5da8
|
Add saveReceivedEmail service
|
2023-01-18 15:00:34 +08:00 |
|
Hongbo Wu
|
b7d732df7c
|
Add received_email entity
|
2023-01-18 15:00:34 +08:00 |
|
Hongbo Wu
|
d87a91de77
|
Add received_emails db table
|
2023-01-18 15:00:34 +08:00 |
|
Hongbo Wu
|
5ba8b6cc5e
|
Merge pull request #1670 from omnivore-app/fix/subscriptions
Fix active subscription count
|
2023-01-18 14:58:27 +08:00 |
|
Hongbo Wu
|
d3f3a07f5e
|
Fix typo
|
2023-01-18 14:44:12 +08:00 |
|
Jackson Harper
|
d5af984f5a
|
Better compression on landing feature image
|
2023-01-18 14:41:04 +08:00 |
|
Hongbo Wu
|
f01ab3805a
|
Left join active subscriptions of a newsletter email to get the right count
|
2023-01-18 14:37:54 +08:00 |
|
Hongbo Wu
|
e94f6de466
|
Delete subscription if unsub
|
2023-01-18 14:36:23 +08:00 |
|
Hongbo Wu
|
b3fafb0c75
|
Grant delete permission on subscriptions table
|
2023-01-18 14:35:51 +08:00 |
|
dependabot[bot]
|
43018ea94d
|
Bump luxon from 3.0.4 to 3.2.1
Bumps [luxon](https://github.com/moment/luxon) from 3.0.4 to 3.2.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moment/luxon/compare/3.0.4...3.2.1)
---
updated-dependencies:
- dependency-name: luxon
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-18 06:22:56 +00:00 |
|
Jackson Harper
|
620283886c
|
Merge pull request #1668 from omnivore-app/fix/email-validating
Mark emails as validating if no data returned
|
2023-01-18 14:13:55 +08:00 |
|
Jackson Harper
|
02a31890fe
|
Handle empty email and subscription lists
|
2023-01-17 22:29:22 +08:00 |
|
Jackson Harper
|
2f8cdaec05
|
Set link colors
|
2023-01-17 21:27:43 +08:00 |
|
Jackson Harper
|
7c10cc08c5
|
Mark emails as validating if no data returned
|
2023-01-17 21:02:28 +08:00 |
|
Jackson Harper
|
c91cbe2bce
|
Merge pull request #1666 from omnivore-app/fix/newsletter-email-metadata
Show email address metadata on the /settings/emails page
|
2023-01-17 20:56:49 +08:00 |
|
Jackson Harper
|
3d90eec421
|
Reverse sort order
|
2023-01-17 20:42:55 +08:00 |
|
Jackson Harper
|
9fb5de2485
|
Sort the subscriptions list
|
2023-01-17 20:27:06 +08:00 |
|
Jackson Harper
|
cf96ece945
|
Add confirmation for deleting emails
|
2023-01-17 20:11:54 +08:00 |
|
Jackson Harper
|
4ca1269610
|
Show confirmation when unsubscribing
|
2023-01-17 19:39:24 +08:00 |
|
Jackson Harper
|
501d0c2d4d
|
Using dash indicates loading and takes up more space so the row doesnt resize
|
2023-01-17 18:59:33 +08:00 |
|
Jackson Harper
|
443b416601
|
Return true for isValidating if no data found
|
2023-01-17 18:46:39 +08:00 |
|
Jackson Harper
|
2999a7a66e
|
Add some debugging
|
2023-01-17 18:26:09 +08:00 |
|
Jackson Harper
|
60db01a308
|
Remove unused import
|
2023-01-17 18:22:26 +08:00 |
|
Jackson Harper
|
60c77bb5f8
|
Dont show empty row state when loading data
|
2023-01-17 18:06:46 +08:00 |
|