Commit Graph

2463 Commits

Author SHA1 Message Date
1b9d22cb6f update elastic-test docker volumn 2022-07-07 15:08:34 +08:00
583fee7f73 fix tests 2022-07-07 14:19:28 +08:00
322e135ead delete this user pages in elastic 2022-07-07 12:32:55 +08:00
41f43b54ab Publish delete event 2022-07-07 12:31:46 +08:00
94d8891c06 add test 2022-07-07 12:20:29 +08:00
efd47f3f83 add function to delete pages by param 2022-07-07 11:07:00 +08:00
b898f55bb9 add delete account result in resolvers 2022-07-07 10:56:20 +08:00
5db87db1c6 add api tests for deleting a user 2022-07-06 10:23:52 -07:00
e5d6386b96 return UserNotFound error if user does not exist in delete account trx 2022-07-06 09:49:01 -07:00
7d7b51500c migration to allow user to delete themseleves 2022-07-06 09:38:24 -07:00
02f0e22cff add UI and API call to delete account from ios app 2022-07-06 09:38:24 -07:00
75b22fbe67 update swift braphql schema 2022-07-06 09:38:24 -07:00
ddba50dee6 fix delete user resolver and map it to deleteAccount mutation 2022-07-06 09:38:24 -07:00
da76ae7aab attempt to write resolver functions 2022-07-06 09:38:24 -07:00
02411347a7 regenerate graphql files 2022-07-06 09:38:24 -07:00
d595bfb7f1 add delete account mutation to schema.ts 2022-07-06 09:38:24 -07:00
620ace93d1 Merge pull request #927 from omnivore-app/fix/content-fetch-timeout
Shorten the timeout requesting pages
2022-07-05 11:35:06 -07:00
01353add63 Shorten the timeout requesting pages
I believe our process is sometimes being terminated before this
timeout is hit, which means we then don't have time to fetch
with a fallback.
2022-07-05 11:16:11 -07:00
6b1f21398e Merge pull request #925 from omnivore-app/fix/scrapingbee-url
Create a scrapingbee url when using the fallback
2022-07-05 09:03:13 -07:00
9554f8f6ba Create a scrapingbee url when using the fallback
Javascript hoists variables to the top of scope, so `url` here
refers to the `url` variable defined lower in the block.
2022-07-05 08:41:34 -07:00
2231d6fc9b Merge pull request #924 from omnivore-app/fall-back-to-scrapingbee
Always fall back to scrapingbee if there is an exception
2022-07-05 08:25:53 -07:00
3a79710dbf Always fall back to scrapingbee if there is an exception 2022-07-05 21:48:58 +08:00
a0e040c8b1 Merge pull request #918 from omnivore-app/enable-api
Enable API in the dropdown
2022-07-01 17:40:14 -07:00
a959c4beb0 Better dropdown name 2022-07-01 17:29:43 -07:00
0752191138 Enable API in the dropdown 2022-07-01 17:29:08 -07:00
4ace3ed616 Merge pull request #916 from omnivore-app/rm-md-api-docs
Remove markdown API docs, harder to read than just looking at schema.ts
2022-07-01 10:29:40 -07:00
a07111d7c8 Remove markdown API docs, harder to read than just looking at schema.ts 2022-07-01 10:26:48 -07:00
d62b910893 Merge pull request #915 from omnivore-app/api-docs
Generate API docs into Markdown
2022-07-01 10:22:47 -07:00
e375acd693 Generate API docs into Markdown
Not sure how well this will work but testing it out to see how
it looks on GitHub.
2022-07-01 10:18:14 -07:00
a218598810 Merge pull request #911 from omnivore-app/never-expire-tokens
never expire tokens
2022-06-30 17:37:05 -07:00
5d4cba6c77 Merge pull request #898 from omnivore-app/macos-web-reader
Mac App bundled reader
2022-06-29 22:59:32 -07:00
f6da7d6251 enable pdfreader for macos 2022-06-29 22:57:06 -07:00
943845628a adjust header layout for macos reader 2022-06-29 22:45:58 -07:00
06bd8ef07d Merge pull request #902 from omnivore-app/remove-userDataDir
Remove userDataDir
2022-06-30 13:34:52 +08:00
09b28a1960 fix webPreferencesPopoverView for macos 2022-06-29 22:22:00 -07:00
af6f8dd416 enable highlight bar for macos web reader 2022-06-29 22:09:52 -07:00
aa79137223 fix bug where viewerAction is overridden on webreader 2022-06-29 20:23:54 -07:00
6721a0681c remove duplicate platform code in webreader 2022-06-29 20:08:42 -07:00
e48a3027f6 use resourceURL for locating bundled web reader web resources 2022-06-29 15:58:16 -07:00
2344d6711b Better printing of never expiring tokens 2022-06-29 10:51:54 -07:00
37075f076e Remove userDataDir 2022-06-29 22:56:14 +08:00
14ed43f263 Add support for "never" expiring tokens by setting to the Date MAX_AGE 2022-06-28 20:02:32 -07:00
43a20abcd5 try to load htmlString on mac app 2022-06-28 17:03:58 -07:00
93d3485e40 remove old web reader code 2022-06-28 16:21:42 -07:00
23a03e4aa2 rename WebView to OmnivoreWebView to avaoid clash with AppKit class 2022-06-28 15:17:50 -07:00
d6f183e1f2 Added never as one of the options 2022-06-28 13:57:47 -07:00
61de5b88ac fixed bug for input text showing undefined value 2022-06-28 09:20:50 -07:00
c91d56a957 Merge pull request #894 from omnivore-app/fix/macos-labels 2022-06-28 07:30:40 -07:00
c2ce6a478b Set select color and background colors so OS themes dont override them 2022-06-27 23:07:55 -07:00
1ddd014b7d Merge pull request #893 from omnivore-app/add-highlights-to-search-results
add highlights to search results
2022-06-28 14:01:32 +08:00