Hongbo Wu
|
e4cecda2fb
|
Merge pull request #3216 from omnivore-app/fix/non-english-word-in-search
capture non-english words in parser
|
2023-12-08 10:45:09 +08:00 |
|
Hongbo Wu
|
ee79910e0d
|
clean up
|
2023-12-07 19:26:54 +08:00 |
|
Hongbo Wu
|
ed2ef4df31
|
fix dockerfile
|
2023-12-07 19:15:14 +08:00 |
|
Hongbo Wu
|
9f25aa4a53
|
capture non-english characters in the parser
|
2023-12-07 18:59:49 +08:00 |
|
Hongbo Wu
|
07d8c72972
|
create a standalone version of liqe
|
2023-12-07 18:47:25 +08:00 |
|
Hongbo Wu
|
bf8d081161
|
wrap non-english words in quotes
|
2023-12-07 17:59:45 +08:00 |
|
Hongbo Wu
|
fe853451c5
|
Merge pull request #3214 from omnivore-app/fix/search
fix some bugs with new search feature
|
2023-12-07 11:05:25 +08:00 |
|
Hongbo Wu
|
5f09165128
|
allow bulk action on max 100 items
|
2023-12-07 10:55:25 +08:00 |
|
Hongbo Wu
|
618a5dc6a8
|
add test cases
|
2023-12-06 22:23:32 +08:00 |
|
Hongbo Wu
|
ed29721728
|
fix bulk action query limited to 1000 char
|
2023-12-06 22:06:47 +08:00 |
|
Hongbo Wu
|
d42f257f9e
|
fix searching for multiple labels in iOS
|
2023-12-06 21:09:30 +08:00 |
|
Hongbo Wu
|
7277b27a9f
|
Merge pull request #3211 from omnivore-app/fix/search
fix/search
|
2023-12-06 17:02:01 +08:00 |
|
Hongbo Wu
|
ec25a65050
|
fix integration handler search query
|
2023-12-06 17:01:39 +08:00 |
|
Hongbo Wu
|
2576aa0f2a
|
add debugging logs
|
2023-12-06 15:16:45 +08:00 |
|
Hongbo Wu
|
dff2376df3
|
fix integration handler to use first as number
|
2023-12-06 14:44:07 +08:00 |
|
Hongbo Wu
|
9e1c656506
|
add debugging logs
|
2023-12-06 14:16:44 +08:00 |
|
Hongbo Wu
|
4ec16a1752
|
fix parenthesized expression
|
2023-12-06 14:02:23 +08:00 |
|
Hongbo Wu
|
284697da5b
|
fix sort
|
2023-12-06 13:52:17 +08:00 |
|
Hongbo Wu
|
c8bd953cf3
|
capture the right value of the rss feed url in search string
|
2023-12-06 10:46:15 +08:00 |
|
Hongbo Wu
|
9b210d6ac0
|
Merge pull request #3189 from omnivore-app/feature/query-parser
feat: allow logical operator in search query
|
2023-12-05 21:07:14 +08:00 |
|
Hongbo Wu
|
8579b79eb3
|
fix tests
|
2023-12-05 20:58:08 +08:00 |
|
Hongbo Wu
|
4dacceac01
|
allow use keyword
|
2023-12-05 20:43:23 +08:00 |
|
Hongbo Wu
|
29e2bf45e3
|
allow use:folders in search string for new clients to filter inbox items
|
2023-12-05 20:40:02 +08:00 |
|
Hongbo Wu
|
312bf93d9b
|
fix tests
|
2023-12-05 17:07:40 +08:00 |
|
Hongbo Wu
|
7c5f90983e
|
clean up
|
2023-12-05 13:05:31 +08:00 |
|
Hongbo Wu
|
e6322ffaf8
|
remove unused code
|
2023-12-05 13:04:07 +08:00 |
|
Hongbo Wu
|
3c67d1911c
|
fix tests
|
2023-12-05 12:31:26 +08:00 |
|
Hongbo Wu
|
073bd8b43a
|
fix in:trash
|
2023-12-05 10:58:20 +08:00 |
|
Hongbo Wu
|
88a61d962f
|
parse sort parameter
|
2023-12-05 10:58:20 +08:00 |
|
Hongbo Wu
|
a3d3f4daf4
|
feat: allow logical operator in search query
|
2023-12-05 10:58:18 +08:00 |
|
Hongbo Wu
|
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 |
|
Hongbo Wu
|
120fe19dab
|
fix typo
|
2023-12-04 18:53:46 +08:00 |
|
Hongbo Wu
|
a116833659
|
feat: allow moving items to a folder in a bulk
|
2023-12-04 18:10:14 +08:00 |
|
Hongbo Wu
|
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 |
|
Hongbo Wu
|
767629b8c7
|
replace articleSavingRequest with success (boolean value) as a response
|
2023-12-04 15:54:14 +08:00 |
|
Hongbo Wu
|
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 |
|
Hongbo Wu
|
824b8187af
|
use system token in integration handler
|
2023-12-04 15:38:08 +08:00 |
|
Hongbo Wu
|
bafcdb2fee
|
skip rate limiter for system requests
|
2023-12-04 14:56:26 +08:00 |
|
Hongbo Wu
|
e33c4ad685
|
fix moveToFolder API error by skipping fetching content again
|
2023-12-04 14:29:54 +08:00 |
|
Hongbo Wu
|
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 |
|
Hongbo Wu
|
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 |
|
Hongbo Wu
|
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 |
|
Hongbo Wu
|
fe86085245
|
update comment
|
2023-12-01 12:19:05 +08:00 |
|
Hongbo Wu
|
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 |
|
Hongbo Wu
|
706ff94cd1
|
allow use:folders in search string for new clients to filter inbox items
|
2023-12-01 12:11:09 +08:00 |
|
Hongbo Wu
|
a231278ca6
|
Merge pull request #3187 from fuergaosi233/patch-1
[Fix] Fix password in DockerCompose
|
2023-11-29 15:23:50 +08:00 |
|
Holegots
|
fe1cf30637
|
Update docker-compose.yml
Fix password in DockerCompose
|
2023-11-29 13:19:25 +08:00 |
|
Jackson Harper
|
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 |
|
Hongbo Wu
|
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 |
|