Commit Graph

4142 Commits

Author SHA1 Message Date
fc286533c8 Fix issue where notes annotations were not created correctly on iOS 2023-07-24 21:03:01 +08:00
98c5fb21a5 Merge pull request #2518 from MagsMagnoli/fix/email-input-type
Update email inputs to type email
2023-07-24 12:42:32 +08:00
570dc0f78a Fix line-height when sub/sup is present 2023-07-23 21:24:06 +02:00
e0a6a2e0a4 limit number of rss subscriptions to 20 2023-07-21 15:28:20 +08:00
88dec7e53e save latest rss feed item which is older than 24 hours if the feed has never been fetched and no need feed items 2023-07-21 12:34:13 +08:00
65dccf5d85 update input types to email 2023-07-20 10:15:24 -04:00
2bf70c3659 validate feed url before subscribing 2023-07-20 14:43:25 +08:00
c891389b18 save rss feed without isoDate 2023-07-20 14:31:53 +08:00
6004b51956 return not found if rss feed not found 2023-07-20 14:21:36 +08:00
d572a9e3e4 add detailed error message for adding feed 2023-07-20 14:10:12 +08:00
06087c8578 show detailed error message in toast 2023-07-20 13:56:41 +08:00
40f681db2e format last fetched at as date + time 2023-07-20 13:41:12 +08:00
7ceb96a93e fix edit rss ui 2023-07-20 13:35:43 +08:00
400739f61c stop writing empty csv file if no new data retrieved from the integration 2023-07-20 10:32:46 +08:00
6ef74a2601 disable import button while importer is running 2023-07-20 09:52:23 +08:00
eee3238bcb add edit rss feed name to the web ui 2023-07-19 18:45:48 +08:00
9a42f4630e add description on the table row 2023-07-19 15:45:54 +08:00
2fe1aa1b02 clicking on the rss feed will show all the feed items 2023-07-19 15:29:41 +08:00
cd440a77c3 send last fetched at as a unix timestamp in ms 2023-07-19 14:09:38 +08:00
234b51af28 reword comment 2023-07-19 13:45:44 +08:00
834c4ec2bd if the feed has never been fetched, save the last valid item 2023-07-19 13:44:29 +08:00
35c074e647 create a cloud task to fetch rss feed item for the new subscription 2023-07-19 10:07:08 +08:00
dcb306bcfc do not include archived items in library or subscription 2023-07-18 16:45:24 +08:00
89ee3675b9 Merge pull request #2497 from omnivore-app/feature/library
make library an internal label
2023-07-18 15:40:18 +08:00
461f44aa0e change existing labels with name = library to internal 2023-07-18 15:39:54 +08:00
97242b19c5 Merge pull request #2499 from omnivore-app/feat/web-menu-hover
Set title on left menu items so hover displays full text
2023-07-18 12:21:19 +08:00
cd5a9960cd Merge pull request #2471 from omnivore-app/feat/ios-tab-view
Multi tab iOS client
2023-07-18 12:12:53 +08:00
52d4bf0cc9 Set title on left menu items so hover displays full text 2023-07-18 10:49:28 +08:00
1d0946d4bf Merge pull request #2495 from omnivore-app/feature/importer-limit
limit import to 20k urls
2023-07-18 10:30:58 +08:00
76c77fd9f9 update "read later" filter 2023-07-17 20:32:27 +08:00
456a73f4ab make library an internal label 2023-07-17 18:29:35 +08:00
896b03a4db fix invalid request body in rss handler 2023-07-17 18:14:15 +08:00
fc7a649566 limit import to 20k urls 2023-07-17 18:09:13 +08:00
44c9bfce48 Merge pull request #2494 from omnivore-app/fix/rss-feed
fix/rss feed
2023-07-17 17:50:00 +08:00
3cfd390346 Merge pull request #2489 from omnivore-app/more-search-scope
add in:subscription and in:library in search scope
2023-07-17 17:28:24 +08:00
c7edfdb27d fetch items published within 24 hours 2023-07-17 17:27:59 +08:00
03ce4b00d2 add authorization header in rss feed fetching request 2023-07-17 17:27:12 +08:00
be1e8169ba exclude items with newsletter or rss labels in library 2023-07-17 17:06:39 +08:00
113720caf6 wrap document fragment in the <html> and <body> in order to parse the HTML correctly 2023-07-17 16:14:59 +08:00
b3dcf0ee46 default return builder 2023-07-17 16:14:03 +08:00
f9aac2e894 Merge pull request #2483 from omnivore-app/fix/web-advanced-search-link
Open search docs in new tab, use docs.omnivore.app
2023-07-14 18:45:02 +08:00
d8af31e685 Merge pull request #2487 from omnivore-app/fix/web-macos-redirect
Add an install redirect for macos
2023-07-14 18:44:44 +08:00
e3af3f526c add in:subscription and in:library in search scope 2023-07-14 17:07:25 +08:00
387174c8e9 use isoDate only 2023-07-14 13:54:55 +08:00
153662ce6a set savedAt and publishedAt timestamp for rss item 2023-07-14 12:21:34 +08:00
6531dd30e9 skip rss items which are published before 48 hours 2023-07-14 12:08:08 +08:00
f53c3bf795 Add noreferred 2023-07-13 18:54:35 +08:00
a62f747b81 Add an install redirect for macos 2023-07-13 18:49:09 +08:00
df58198161 set locale in saveUrl api request on web 2023-07-13 16:00:49 +08:00
b56598c20b fix: wrong timezone used when saving item with adding link on web 2023-07-13 15:16:35 +08:00