Commit graph

8196 commits

Author SHA1 Message Date
Jackson Harper
a23b67b70b Dont rate limit auth in local env so tests can run 2023-10-20 11:44:52 +08:00
Jackson Harper
b9e2f9ee53 Add a longer rate limit window on createaccount/reset password, reduce api rate limit hits 2023-10-20 11:28:16 +08:00
Jackson Harper
b27ff99bff
Merge pull request #2970 from omnivore-app/fix/rss-checksum-status
Send ok when checksum has not been updated
2023-10-19 14:24:54 +08:00
Jackson Harper
88a46e6ee6 Send ok when checksum has not been updated 2023-10-19 14:18:01 +08:00
Jackson Harper
5d33b8bb43
Merge pull request #2962 from omnivore-app/feat/api-cache-rss-checksums
Cache and check feed checksums to reduce fetching
2023-10-19 13:45:36 +08:00
Jackson Harper
2161038b83
Merge pull request #2965 from suravshresth/patch2
docs: fix typos in packages/content-fetch/README.md
2023-10-19 13:12:07 +08:00
Jackson Harper
348673919d
Merge pull request #2967 from h3n4l/chore/add-source-of-apple
docs: add native ios app source code link in readme
2023-10-19 13:10:51 +08:00
h3n4l
1733cf756d docs: add native ios app source code link in readme 2023-10-19 11:42:42 +08:00
Jackson Harper
699e8077dc Add feed custom fields, set timeout/redirects 2023-10-19 09:57:28 +08:00
Surav Shrestha
4b171c0657 docs: fix typos in packages/content-fetch/README.md 2023-10-18 20:35:35 +05:45
Jackson Harper
c93e61ec24 Remove debug 2023-10-18 21:30:23 +08:00
Jackson Harper
3a4547a6af Remove debug 2023-10-18 21:01:01 +08:00
Jackson Harper
96b2bb5fcf
Merge pull request #2964 from suravshresth/patch1
docs: fix typo in packages/puppeteer-parse/README.md
2023-10-18 19:54:20 +08:00
Jackson Harper
78a642db6d Update type signature 2023-10-18 19:53:26 +08:00
Surav Shrestha
0fcc7096aa docs: fix typo in packages/puppeteer-parse/README.md 2023-10-18 17:33:22 +05:45
Jackson Harper
5c576347a8 MOre debug 2023-10-18 19:26:45 +08:00
Jackson Harper
fbaaaeca7c Add some debugging 2023-10-18 18:48:18 +08:00
Jackson Harper
d2c0efc540 add some debug 2023-10-18 18:22:22 +08:00
Jackson Harper
479fc8fb7d Add a test for checksumming 2023-10-18 17:11:02 +08:00
Jackson Harper
921a46a13a Linting fixes 2023-10-18 16:51:23 +08:00
Jackson Harper
d592dc44c6 Add back missing pubdate check 2023-10-18 16:34:40 +08:00
Jackson Harper
7848413645 Update schema 2023-10-18 16:34:20 +08:00
Jackson Harper
f14fc034fe Add last fetched column to the database 2023-10-18 16:28:22 +08:00
Jackson Harper
cf101c6d18 Cache and check feed checksums to reduce fetching 2023-10-18 16:26:03 +08:00
Jackson Harper
14349d8257
Merge pull request #2952 from omnivore-app/fix/queue-manager-print-latency
Post the avg latency in the update message
2023-10-18 13:37:01 +08:00
Hongbo Wu
30ba88e9b2
Merge pull request #2955 from omnivore-app/fix/rate-limit
log x-forwarded-for header for debugging purpose
2023-10-18 13:10:59 +08:00
Hongbo Wu
46313b14ba set trust proxy = true if set in env var 2023-10-18 13:06:33 +08:00
Hongbo Wu
988b20e30c test trust proxy=true 2023-10-18 12:30:27 +08:00
Hongbo Wu
506004d410 test trust proxy=2 2023-10-18 11:58:15 +08:00
Hongbo Wu
32ba744d20 test trust proxy=1 2023-10-18 11:04:32 +08:00
Hongbo Wu
91076014cd log req.ip 2023-10-18 11:04:32 +08:00
Hongbo Wu
0874f6ff21 log x-forwarded-for header for debugging purpose 2023-10-18 11:04:32 +08:00
Jackson Harper
f8d5e3f261
Merge pull request #2959 from omnivore-app/fix/api-attachments
Only use signed URLs for PDF attachments
2023-10-18 10:50:41 +08:00
Jackson Harper
71aaef3628 Update attachment URL 2023-10-18 10:43:53 +08:00
Jackson Harper
b88c64424f Special handling of file URLs 2023-10-18 10:37:21 +08:00
Jackson Harper
78843fff14 Remove import 2023-10-18 10:27:09 +08:00
Jackson Harper
4220922ff8 Preserve original URL if possible 2023-10-18 10:23:26 +08:00
Jackson Harper
b6ce4f39b1 Fix imports 2023-10-18 10:15:49 +08:00
Jackson Harper
25c0051fd4 Only use signed URLs for PDF attachments 2023-10-18 10:14:35 +08:00
Jackson Harper
6c2de0049f
Merge pull request #2958 from dentropy/main
Fix password in README
2023-10-18 09:12:21 +08:00
Jackson Harper
07c7c86f3d
Merge pull request #2957 from eltociear/patch-1
Fix typo in ContentLoading.swift
2023-10-18 09:11:54 +08:00
Jackson Harper
1053c9b53a Bump threshold for testing 2023-10-18 09:11:11 +08:00
Paul Mullins
d315418171 Fix password in readme, password is demo_password not demo, see packages/db/setup.sh for reference 2023-10-17 18:49:37 -04:00
Ikko Eltociear Ashimine
2c83017668
Fix typo in ContentLoading.swift
propogate -> propagate
2023-10-18 03:00:40 +09:00
Hongbo Wu
3d82c935f4
Merge pull request #2953 from omnivore-app/fix/rss
skip old feed if the pubDate is before last_fetched timestamp
2023-10-17 19:56:04 +08:00
Hongbo Wu
7f61acc907 skip old feed if the pubDate is before last_fetched timestamp 2023-10-17 19:40:29 +08:00
Jackson Harper
fd57e075d7 Clean up return signature 2023-10-17 18:30:57 +08:00
Jackson Harper
d8a5ed42e8 Remove unused var 2023-10-17 18:28:56 +08:00
Jackson Harper
7eadda02e8 Post the avg latency in the update message 2023-10-17 18:18:58 +08:00
Hongbo Wu
fa2fba1a2c
Merge pull request #2942 from omnivore-app/fix/rules
improvement on subscriptions and delete user api
2023-10-17 17:14:49 +08:00