Commit graph

2486 commits

Author SHA1 Message Date
Jackson Harper
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
Jackson Harper
a218598810
Merge pull request #911 from omnivore-app/never-expire-tokens
never expire tokens
2022-06-30 17:37:05 -07:00
Satindar Dhillon
5d4cba6c77
Merge pull request #898 from omnivore-app/macos-web-reader
Mac App bundled reader
2022-06-29 22:59:32 -07:00
Satindar Dhillon
f6da7d6251 enable pdfreader for macos 2022-06-29 22:57:06 -07:00
Satindar Dhillon
943845628a adjust header layout for macos reader 2022-06-29 22:45:58 -07:00
Hongbo Wu
06bd8ef07d
Merge pull request #902 from omnivore-app/remove-userDataDir
Remove userDataDir
2022-06-30 13:34:52 +08:00
Satindar Dhillon
09b28a1960 fix webPreferencesPopoverView for macos 2022-06-29 22:22:00 -07:00
Satindar Dhillon
af6f8dd416 enable highlight bar for macos web reader 2022-06-29 22:09:52 -07:00
Satindar Dhillon
aa79137223 fix bug where viewerAction is overridden on webreader 2022-06-29 20:23:54 -07:00
Satindar Dhillon
6721a0681c remove duplicate platform code in webreader 2022-06-29 20:08:42 -07:00
Satindar Dhillon
e48a3027f6 use resourceURL for locating bundled web reader web resources 2022-06-29 15:58:16 -07:00
Jackson Harper
2344d6711b Better printing of never expiring tokens 2022-06-29 10:51:54 -07:00
Hongbo Wu
37075f076e Remove userDataDir 2022-06-29 22:56:14 +08:00
Jackson Harper
14ed43f263 Add support for "never" expiring tokens by setting to the Date MAX_AGE 2022-06-28 20:02:32 -07:00
Satindar Dhillon
43a20abcd5 try to load htmlString on mac app 2022-06-28 17:03:58 -07:00
Satindar Dhillon
93d3485e40 remove old web reader code 2022-06-28 16:21:42 -07:00
Satindar Dhillon
23a03e4aa2 rename WebView to OmnivoreWebView to avaoid clash with AppKit class 2022-06-28 15:17:50 -07:00
Rupin Khandelwal
d6f183e1f2 Added never as one of the options 2022-06-28 13:57:47 -07:00
Rupin Khandelwal
61de5b88ac fixed bug for input text showing undefined value 2022-06-28 09:20:50 -07:00
Satindar Dhillon
c91d56a957
Merge pull request #894 from omnivore-app/fix/macos-labels 2022-06-28 07:30:40 -07:00
Jackson Harper
c2ce6a478b Set select color and background colors so OS themes dont override them 2022-06-27 23:07:55 -07:00
Hongbo Wu
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
Satindar Dhillon
776e35079b fix edit title modal for macos 2022-06-27 21:34:14 -07:00
Satindar Dhillon
1ea4b63f54 fix apply labels view for macos app 2022-06-27 21:27:05 -07:00
Hongbo Wu
c08afe6451 Update page updatedAt when updating labels 2022-06-28 12:03:37 +08:00
Hongbo Wu
00f38d1134 Update page updatedAt when updating highlights 2022-06-28 11:55:26 +08:00
Hongbo Wu
59efc5fea7 Add test 2022-06-28 10:14:15 +08:00
Hongbo Wu
bf1faaeea4 Include highlights in search page result in elastic 2022-06-28 09:56:39 +08:00
Hongbo Wu
6cae3dc9b5 Add highlights in search item 2022-06-28 09:53:48 +08:00
Satindar Dhillon
39df22f4bf move sheets to outside scope of mac home container 2022-06-27 16:43:29 -07:00
Satindar Dhillon
ed70ceb2c4 apply delete label alert on macOS 2022-06-27 16:06:56 -07:00
Satindar Dhillon
ae4f82ac5c move sheet modifier to main body of labels view 2022-06-27 16:04:20 -07:00
Satindar Dhillon
e2cb7a70a8 rename showCreateLabelModal from showCreateEmailModal 2022-06-27 15:41:09 -07:00
Satindar Dhillon
5cfcb5ebb0 use toolbarGroup for create label modal on macOS 2022-06-27 15:26:55 -07:00
dependabot[bot]
e91f25e58c
Bump axios from 0.26.0 to 0.27.2
Bumps [axios](https://github.com/axios/axios) from 0.26.0 to 0.27.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.27.2/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.26.0...v0.27.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 21:31:14 +00:00
Jackson Harper
b467d88557
Merge pull request #852 from omnivore-app/readability/sydneydotcom
Add readability test for sydney.com
2022-06-27 13:32:39 -07:00
Rupin Khandelwal
9122495632 adding prepopulation for input 2022-06-27 13:05:43 -07:00
Rupin Khandelwal
b1a6fe1151 Allow opening the create api token dialog on the /settings/api page via a URL 2022-06-27 11:36:44 -07:00
Hongbo Wu
662d570566 Update Readability-readerable 2022-06-27 22:30:47 +08:00
Hongbo Wu
7957cd2126 Do not remove content in .menu-opacity element 2022-06-27 22:27:38 +08:00
Jackson Harper
e2a0c41528 Add readability test for sydney.com 2022-06-27 22:26:41 +08:00
Hongbo Wu
9b513a7344
Merge pull request #885 from omnivore-app/fix/readability-ottawacitizen.com
Fix getting nodes from null document element
2022-06-27 14:49:23 +08:00
Hongbo Wu
e3515e1100
Merge pull request #883 from omnivore-app/fix/unarchive-article-if-saved-again
fix/unarchive article if saved again
2022-06-27 14:49:05 +08:00
Hongbo Wu
bcebe738ff Update Readability-readerable 2022-06-27 11:56:21 +08:00
Hongbo Wu
a3e5d6d817 Remove ad 2022-06-27 11:40:18 +08:00
Hongbo Wu
2d4ee151d1 Generate test page 2022-06-27 11:12:34 +08:00
Hongbo Wu
2504348936 Fix getting nodes from null document element 2022-06-27 11:09:38 +08:00
Hongbo Wu
eb34a40f1b Add test 2022-06-26 18:53:28 +08:00
Hongbo Wu
c1855afc72 Update property unarchived=null instead of undefined in the page document in elastic 2022-06-26 18:36:54 +08:00
Jackson Harper
06cb18869b
Merge pull request #879 from omnivore-app/fix/librarylayout-persistence
Use persisted state instead of preferences data for library layout
2022-06-24 16:14:17 -07:00