Commit Graph

8164 Commits

Author SHA1 Message Date
506004d410 test trust proxy=2 2023-10-18 11:58:15 +08:00
32ba744d20 test trust proxy=1 2023-10-18 11:04:32 +08:00
91076014cd log req.ip 2023-10-18 11:04:32 +08:00
0874f6ff21 log x-forwarded-for header for debugging purpose 2023-10-18 11:04:32 +08:00
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
71aaef3628 Update attachment URL 2023-10-18 10:43:53 +08:00
b88c64424f Special handling of file URLs 2023-10-18 10:37:21 +08:00
78843fff14 Remove import 2023-10-18 10:27:09 +08:00
4220922ff8 Preserve original URL if possible 2023-10-18 10:23:26 +08:00
b6ce4f39b1 Fix imports 2023-10-18 10:15:49 +08:00
25c0051fd4 Only use signed URLs for PDF attachments 2023-10-18 10:14:35 +08:00
6c2de0049f Merge pull request #2958 from dentropy/main
Fix password in README
2023-10-18 09:12:21 +08:00
07c7c86f3d Merge pull request #2957 from eltociear/patch-1
Fix typo in ContentLoading.swift
2023-10-18 09:11:54 +08:00
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
2c83017668 Fix typo in ContentLoading.swift
propogate -> propagate
2023-10-18 03:00:40 +09:00
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
7f61acc907 skip old feed if the pubDate is before last_fetched timestamp 2023-10-17 19:40:29 +08:00
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
5f11bf1fde remove elasticsearch dep from packages/db 2023-10-17 17:12:26 +08:00
700fd73dbb disallow social login if account is deleted 2023-10-17 17:07:46 +08:00
91206fecb8 Merge pull request #2789 from omnivore-app/dependabot/npm_and_yarn/apple/gql-server/graphql-16.8.1
Bump graphql from 16.6.0 to 16.8.1 in /apple/gql-server
2023-10-17 16:50:47 +08:00
78389737f4 Merge pull request #2920 from remychantenay/android-label-name-length-validation
Android: Add label name length validation upon creation
2023-10-17 16:47:32 +08:00
7944037ff5 Merge pull request #2951 from omnivore-app/dependabot/npm_and_yarn/pkg/admin/babel/traverse-7.23.2
Bump @babel/traverse from 7.14.7 to 7.23.2 in /pkg/admin
2023-10-17 16:47:05 +08:00
16f20d126d Merge pull request #2945 from omnivore-app/feat/api-queue-manager
Add queue manager service
2023-10-17 16:46:43 +08:00
6e79f6c67f update sql to deduplicate rss subscriptions 2023-10-17 16:41:14 +08:00
76fecc90bf Merge pull request #2939 from remychantenay/android-show-url-in-open-link-view
Android: Show URL in OpenLinkView
2023-10-17 16:29:43 +08:00
d450bdd8e6 Linting improvements 2023-10-17 16:03:38 +08:00
97cb8d3af7 Bump test limit 2023-10-17 15:53:05 +08:00
d6e5472509 Merge pull request #2950 from omnivore-app/fix/web-left-menu-network-failures
Better handling of network failures for labels/subscriptions/searches in the left menu
2023-10-17 15:49:38 +08:00
eb667e04b9 update reading progress in db 2023-10-17 15:09:16 +08:00
a6d3bb22b1 Add a check param so we can avoid checks on container startup while deploying 2023-10-17 14:46:57 +08:00
d141fea977 Handle cases where fetching queue counts fails 2023-10-17 14:18:45 +08:00
ffa476a109 Bump @babel/traverse from 7.14.7 to 7.23.2 in /pkg/admin
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.14.7 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 05:44:10 +00:00
1f600c272e Better handling of network failures for labels/subscriptions/searches in the left menu 2023-10-17 13:36:47 +08:00
ab0fc1087d update tsv only if necessary 2023-10-17 12:02:44 +08:00
b700c75552 Use the GCP project id 2023-10-16 22:32:41 +08:00
51e2aaa3ea Add node-fetch dependency 2023-10-16 20:29:03 +08:00
e4332b74f9 Add queue manager service 2023-10-16 20:11:51 +08:00
c34c547a1d Merge pull request #2943 from omnivore-app/fix/web-limit-csv-import-size
Limit CSV import sizes via web
2023-10-16 17:59:50 +08:00
74b25a23ac Temporarily remove next/previous web controls 2023-10-16 17:51:28 +08:00
a537252db3 Limit CSV import sizes via web 2023-10-16 17:50:04 +08:00
1b2d93e118 remove duplicate rss subscriptions by user and url; create a unique constraint 2023-10-16 17:35:29 +08:00
89af8f0be7 Merge pull request #2941 from omnivore-app/do-not-retry-for-unauthortized-import
do not retry importer job if user account is deleted
2023-10-16 16:48:56 +08:00
00bd183287 do not retry importer job if user account is deleted 2023-10-16 16:33:22 +08:00
5ffc3e02b2 Merge pull request #2940 from omnivore-app/fix/api-limit-imports
Limit users to a single import a day
2023-10-16 15:56:12 +08:00
9e8ccb35e3 Limit users to a single import a day 2023-10-16 15:48:03 +08:00
e54c1c81a1 soft delete user by calling delete account api 2023-10-16 15:24:53 +08:00
f1a71ae86c Android: Show URL in OpenLinkView 2023-10-16 09:05:56 +02:00
c722953d81 Merge pull request #2937 from omnivore-app/fix/api-disable-jsonld-fetch
Disable JSONLD fetching which can be quite slow
2023-10-16 12:35:38 +08:00
4f86f05aac Remove JSONLD test 2023-10-16 11:39:03 +08:00