Commit Graph

8672 Commits

Author SHA1 Message Date
a3d3f4daf4 feat: allow logical operator in search query 2023-12-05 10:58:18 +08:00
b8146439d9 Merge pull request #3204 from omnivore-app/feature/bulk-move-to-folder-api
feat: allow moving items to a folder in a bulk
2023-12-04 18:54:22 +08:00
120fe19dab fix typo 2023-12-04 18:53:46 +08:00
a116833659 feat: allow moving items to a folder in a bulk 2023-12-04 18:10:14 +08:00
37beab64c6 Merge pull request #3198 from omnivore-app/fix/move-to-folder-api
fix moveToFolder API error by skipping fetching content again
2023-12-04 16:10:09 +08:00
767629b8c7 replace articleSavingRequest with success (boolean value) as a response 2023-12-04 15:54:14 +08:00
c656bd54a2 Merge pull request #3199 from omnivore-app/fix/integration-handler-rate-limit
fix/integration handler rate limit
2023-12-04 15:50:33 +08:00
824b8187af use system token in integration handler 2023-12-04 15:38:08 +08:00
bafcdb2fee skip rate limiter for system requests 2023-12-04 14:56:26 +08:00
e33c4ad685 fix moveToFolder API error by skipping fetching content again 2023-12-04 14:29:54 +08:00
48265f7e55 Merge pull request #3197 from holton-jiang/patch-3
Improve translations
2023-12-04 10:24:07 +08:00
cdf6d39cea Update strings.xml 2023-12-03 22:39:00 +08:00
f09f60d0bf Merge pull request #3191 from omnivore-app/hide-auto-add-to-library
hide auto add to library button on web because we are only releasing following features on iOS for now
2023-12-01 13:41:10 +08:00
66b64d098d Merge pull request #3190 from omnivore-app/use-folders
allow use:folders in search string for new clients to filter inbox items
2023-12-01 13:41:01 +08:00
fe86085245 update comment 2023-12-01 12:19:05 +08:00
0782ddbaea hide auto add to library button on web because we are only releasing following features on iOS for now 2023-12-01 12:15:25 +08:00
706ff94cd1 allow use:folders in search string for new clients to filter inbox items 2023-12-01 12:11:09 +08:00
a231278ca6 Merge pull request #3187 from fuergaosi233/patch-1
[Fix] Fix password in DockerCompose
2023-11-29 15:23:50 +08:00
fe1cf30637 Update docker-compose.yml
Fix password in DockerCompose
2023-11-29 13:19:25 +08:00
9a48bd9062 Merge pull request #3183 from omnivore-app/feat/ios-networked-searches
Dont attempt local searches for custom saved searches on iOS
2023-11-29 12:55:58 +08:00
3a6b11cf1e Merge pull request #3176 from omnivore-app/fix/import-csv-error-message
Web: show more descriptive error message for csv uploading on home page
2023-11-28 15:10:19 +08:00
d09ec51136 Merge pull request #3182 from omnivore-app/fix/importer-notification 2023-11-28 14:59:52 +08:00
0fa45750a4 Dont attempt local searches for custom saved searches on iOS 2023-11-28 14:19:48 +08:00
b10b704da3 fix importer metrics not updated when failed to catch invalid url in the list 2023-11-28 12:14:27 +08:00
bd3945fc7e Merge pull request #3164 from omnivore-app/feature/fetch-content-for-following
feat: fetch content for rss feed items in following folder
2023-11-28 12:07:17 +08:00
3824da2ae5 Merge pull request #3166 from omnivore-app/feature/scan-feeds-api
add scan feeds api to scan feeds from opml or html
2023-11-28 11:27:36 +08:00
848d50e15e Merge pull request #3168 from omnivore-app/fix/admin-groups
Add groups admin
2023-11-28 11:19:48 +08:00
87a6cdbdf9 Merge pull request #3174 from omnivore-app/feat/ios-sync-saved-searches
Sync saved searches on iOS
2023-11-28 11:10:57 +08:00
1f40729117 show more descriptive error message for csv uploading on home page 2023-11-27 23:24:58 +08:00
e20ff74b2d Merge pull request #3171 from omnivore-app/feat/ios-tts-1.3-speed
Add 1.3 speed to iOS text to speech
2023-11-27 22:13:54 +08:00
bf1561887d Sync saved searches on iOS 2023-11-27 21:44:52 +08:00
ee3b14e46d Merge pull request #3172 from omnivore-app/fix/pocket-importer
fix pocket importer stops running when there is no unarchived items in the batch
2023-11-27 12:45:43 +08:00
eb901a534b update comment 2023-11-27 11:20:52 +08:00
9d452c099a fix pocket importer stops running when there is no unarchived items in the batch by filtering the items after fetching 2023-11-27 11:14:55 +08:00
78652ca5d6 Add 1.3 speed to iOS text to speech 2023-11-27 11:14:01 +08:00
df48db19d1 Add label names to admin items 2023-11-25 13:45:04 +08:00
6441466c8b Fix group_id match 2023-11-25 13:32:46 +08:00
e0329d077c Fix group membership user id 2023-11-25 13:22:46 +08:00
f82860ebf4 Fix admin column field 2023-11-25 13:15:05 +08:00
d838329075 Add recommender_names column 2023-11-25 13:08:29 +08:00
87bd9d5b60 Add group membership, more debug 2023-11-25 12:59:03 +08:00
2dabfadc0a Add groups admin 2023-11-25 12:17:00 +08:00
af5040a518 saving posts from telegram channel as rss items 2023-11-24 17:23:35 +08:00
8075cfd431 allow adding telegram channel as feed 2023-11-24 16:06:24 +08:00
989f4f04e0 add scan feeds api to scan feeds from opml or html 2023-11-24 12:11:33 +08:00
022d0f9e66 Merge pull request #3159 from omnivore-app/fix/nested-labels
feat: wildcard search for labels and nested labels
2023-11-23 21:44:44 +08:00
da2b3c6895 add test cases 2023-11-23 21:34:35 +08:00
7c56dc2cba add test cases 2023-11-23 21:33:04 +08:00
fd781644f1 feat: fetch content for rss feed items in following folder 2023-11-23 18:03:25 +08:00
c2ca17b1fb Merge pull request #3157 from omnivore-app/fix/ios-safe-area-in-reader
Ignore the bottom safe area in the iOS reader
2023-11-23 16:08:51 +08:00