Commit Graph

10401 Commits

Author SHA1 Message Date
e2b3235046 delete unneccessary properties from webhook data 2024-04-04 12:02:29 +08:00
88d6455222 default filter is in:all 2024-04-04 12:02:29 +08:00
c551d9fe6b allow send data to webhook with rules 2024-04-04 12:02:29 +08:00
07cee98ff9 allow label and highlight events to trigger rules 2024-04-04 12:02:29 +08:00
e28dd73f9c Merge pull request #3780 from omnivore-app/fix/notion
sync items and highlights to user created database in notion
2024-04-04 11:58:59 +08:00
5cfef63e07 add database id validation and normalization 2024-04-04 11:57:30 +08:00
f8538d2543 Merge pull request #3778 from omnivore-app/fix/filter
add tests for filters
2024-04-04 11:48:01 +08:00
10cca7f05d find the title property and update its name to Title 2024-04-04 10:43:39 +08:00
40fccf52cd Update web 2024-04-03 23:00:21 +08:00
4b50f09eb7 Merge pull request #3779 from omnivore-app/fix/mailjet-reset-password
Also use mailjet for reset password emails
2024-04-03 22:57:59 +08:00
c45a9d365b Also use mailjet for password changes 2024-04-03 22:25:31 +08:00
491611b05f sync items and highlights to user created database in notion 2024-04-03 22:25:19 +08:00
3c1abb964b Also use mailjet for reset password emails 2024-04-03 22:07:28 +08:00
dcfc951797 revert import order change 2024-04-03 17:16:37 +08:00
e9a587bfdb escape quotes for label search on Web 2024-04-03 17:07:36 +08:00
95556f6597 escape quotes for subscription search on Web 2024-04-03 17:00:21 +08:00
1f4f68530f add tests for filters 2024-04-03 16:59:50 +08:00
f794cf707a Merge pull request #3769 from omnivore-app/fix/notion
export last 100 items in one job
2024-04-03 10:22:56 +08:00
0c56a6ea85 Merge pull request #3772 from omnivore-app/fix/filter
fix: site filter in rules matching both site name and url
2024-04-03 10:22:04 +08:00
08fb92d599 fix: site filter in rules matching both site name and url 2024-04-02 18:32:36 +08:00
cc07d2bfbf remove comment 2024-04-02 17:56:46 +08:00
d83dc17651 fix tests 2024-04-02 17:49:29 +08:00
e19d6c86d8 export last 100 items in one job 2024-04-02 15:51:02 +08:00
efeef26d7c Merge pull request #3748 from omnivore-app/fix/features
depreciate features fields in get user api in web
2024-04-02 11:00:15 +08:00
d827e08d1a Merge pull request #3768 from omnivore-app/fix/api-force-recaptcha 2024-04-01 19:49:27 +08:00
aea354c3f2 No longer make captcha optional on web signup 2024-04-01 19:07:21 +08:00
185e6967dd Merge pull request #3765 from omnivore-app/release/ios-bump-1.46
Bump iOS to 1.46
2024-04-01 17:36:35 +08:00
b0709896b6 Merge pull request #3766 from omnivore-app/feat/enable-captcha
Force captcha on sign up
2024-04-01 17:36:01 +08:00
3a59317217 Force captcha on sign up 2024-04-01 17:06:45 +08:00
1b8c428ef6 Bump iOS to 1.46 2024-04-01 15:31:57 +08:00
093aca0fca Merge pull request #3763 from omnivore-app/fix/rate-limit
use redis for hourly rate limiter
2024-04-01 13:57:47 +08:00
6ca092fbce use different prefix for different rate limiter 2024-04-01 13:44:10 +08:00
a97542d4ba use redis for hourly rate limiter 2024-04-01 13:01:02 +08:00
d901c3711b Merge pull request #3762 from omnivore-app/fix/web-captcha-var-naming
Fix naming of recaptcha environment variable
2024-04-01 12:45:30 +08:00
f7eb059f3e Fix naming of recaptcha environment variable 2024-04-01 12:32:12 +08:00
788460c144 Merge pull request #3761 from omnivore-app/feat/signup-captcha
Add recaptcha on the web sign up flow
2024-04-01 12:24:39 +08:00
26d88ba99a Merge pull request #3759 from omnivore-app/fix/rate-limit
store the rate limit data in redis if redis is connected
2024-04-01 12:24:27 +08:00
23f5377b62 Clean up isRecaptchaResponse function 2024-04-01 12:03:36 +08:00
0fe471da82 Dont require score on challenge recaptcha 2024-04-01 11:32:10 +08:00
47d6f16961 Fix signature on props 2024-04-01 11:17:15 +08:00
822fcb1e74 Add some logging 2024-04-01 11:17:15 +08:00
57b0f8c5a5 Add tests for isValidSignupRequest 2024-04-01 11:17:15 +08:00
9a159084c8 Update the isValidSignUp to check for URLs 2024-04-01 11:17:15 +08:00
442475d684 Make this optional for self hosters 2024-04-01 11:17:15 +08:00
2257a5a42e Add web recaptcha on signup 2024-04-01 11:17:13 +08:00
7518e164a5 Utils for recaptcha 2024-04-01 11:15:19 +08:00
5dd308d78e store the rate limit data in redis if redis is connected 2024-03-31 20:13:27 +08:00
72c750dae1 Merge pull request #3758 from omnivore-app/fix/mailjet-fallback
Add an email fallback to Mailjet
2024-03-31 19:36:47 +08:00
2f6ef5e447 Return false if can not send with Mailjet 2024-03-31 19:22:56 +08:00
febe39309b Add mailjet dep 2024-03-31 19:04:55 +08:00