Commit Graph

8421 Commits

Author SHA1 Message Date
6c5afeb0e4 Send title text with share original option 2023-11-06 15:12:30 +08:00
b9df65baad WIP: mini share extension view 2023-11-06 11:40:46 +08:00
5c00c0cf68 Add notes to PDFs 2023-11-06 11:22:18 +08:00
553d3d9317 Fix share extension sheets on iPad so they dont show in splits, add dismiss button 2023-11-06 09:59:15 +08:00
ca801c7471 Merge pull request #3065 from remychantenay/android-add-link-from-library
Android: Add link from library
2023-11-03 20:07:49 +08:00
cf9532bb30 Android: Add link from library
Signed-off-by: Remy Chantenay <remy.chantenay@gmail.com>
2023-11-03 12:28:06 +01:00
fdad3a28af Merge pull request #3024 from omnivore-app/integratoin
improvement on integrations
2023-11-03 17:20:17 +08:00
8d592c52fb Merge pull request #3040 from lily-mara/dev-env-fixes
Improve developer environment onboarding
2023-11-03 16:05:11 +08:00
556fa60fc9 Add an environment variable to conditionally use legacy rewrites
These rewrites are not needed in dev, but in demo/production
we should keep them for some older clients still.
2023-11-03 15:41:47 +08:00
67766eefbb Add an environment variable for the legacy rewrite rules that arent needed for local dev 2023-11-03 15:24:38 +08:00
ac205618b7 Merge pull request #3052 from omnivore-app/dependabot/npm_and_yarn/yet-another-react-lightbox-3.14.0
Bump yet-another-react-lightbox from 3.12.2 to 3.14.0
2023-11-03 15:08:41 +08:00
356a32727a Merge pull request #3037 from omnivore-app/feat/ios-extension-cleanup
iOS Extension and notes cleanup
2023-11-03 15:08:23 +08:00
cd3132143c Merge pull request #3063 from Samuel-Martineau/fix-self-hosting-dockerfile
Fix self-hosting Dockerfile
2023-11-03 15:07:28 +08:00
90d0827b36 Merge pull request #3064 from omnivore-app/fix/highlighted-markdown
fix: highlights not added to the content if searching for highlighted content
2023-11-03 11:59:47 +08:00
3761b396f4 remove unused code 2023-11-03 10:17:36 +08:00
9ef608b4b6 fix: highlights not added to the content if searching for highlighted content 2023-11-03 10:11:14 +08:00
d5d1ccf817 Merge pull request #3043 from HVbajoria/main
Created getting-started-guide.md in Japanese
2023-11-03 08:41:43 +08:00
f581a5351e fix self-hosting dockerfile 2023-11-02 11:20:30 -04:00
6d7cbc45e3 Simplify code embedding privacy policy and tos 2023-11-02 13:35:03 +08:00
afe25c34fe Fix markdown of the notifications text 2023-11-02 13:06:04 +08:00
33258c0051 Fix issues where dates were not displayed in the nav bar if feature cards were disabled 2023-11-02 12:30:04 +08:00
583ec56d20 Simplify top item expression 2023-11-02 12:07:23 +08:00
f85d79ace3 Merge pull request #3061 from omnivore-app/fix/web-flicker-on-refresh
Fix refresh loop on web
2023-11-02 11:38:01 +08:00
4fbe14a77b Fix refresh loop on web 2023-11-02 11:11:05 +08:00
7f23b6b2d9 Add downloaded filter 2023-11-01 23:19:29 +08:00
de636748c1 Fix empty labels view bug 2023-11-01 22:50:21 +08:00
6cf9b2a05e Formatting of library notes 2023-11-01 21:37:21 +08:00
5db74f5fe9 Labels editor view and offline sync of label changes using CreateLabelInput instead of IDs 2023-11-01 19:38:44 +08:00
e1076f9ac4 Add save note to view model, improve labels editor 2023-11-01 18:25:37 +08:00
b92cbbc9a5 Add note containers 2023-11-01 17:56:54 +08:00
fd38833787 Merge pull request #3056 from fybx/patch-1
add Turkish translation
2023-11-01 17:16:16 +08:00
67c3c8e84d Resize label flow layout after labels change 2023-11-01 15:57:24 +08:00
ffad064d3a Merge pull request #3051 from naveennamani/patch-1
Fixes #3050 - URLs sensitive to trailing slash
2023-11-01 15:48:04 +08:00
500a297824 Merge pull request #3057 from omnivore-app/fix/irrelevant-information-in-webhook-event
fix/irrelevant information in webhook event
2023-11-01 15:45:37 +08:00
8f6dbfed35 Pass in dataservice 2023-11-01 15:37:50 +08:00
a28f618b08 Consistent casing for titles 2023-11-01 15:16:05 +08:00
3575008e28 Set iconURL from response if possible 2023-11-01 15:15:55 +08:00
e98d029250 remove unused fields in library_item entity so we exclude them from the webhook event 2023-11-01 14:56:36 +08:00
557ca6adaa Create labels on submit 2023-11-01 14:39:43 +08:00
1b85fb0c15 Add feeds, better delete handling 2023-11-01 14:29:15 +08:00
c93fc14de8 remove user from highlight webhook event 2023-11-01 13:26:36 +08:00
30cc952f02 do not publish events if the highlights are recommended by club users 2023-11-01 13:24:06 +08:00
3be2db1113 Improvements to label editor 2023-11-01 12:41:30 +08:00
d57bac3a23 add Turkish translation 2023-10-31 21:19:00 +03:00
2b78827964 Bump yet-another-react-lightbox from 3.12.2 to 3.14.0
Bumps [yet-another-react-lightbox](https://github.com/igordanchenko/yet-another-react-lightbox) from 3.12.2 to 3.14.0.
- [Release notes](https://github.com/igordanchenko/yet-another-react-lightbox/releases)
- [Changelog](https://github.com/igordanchenko/yet-another-react-lightbox/blob/main/CHANGELOG.md)
- [Commits](https://github.com/igordanchenko/yet-another-react-lightbox/compare/v3.12.2...v3.14.0)

---
updated-dependencies:
- dependency-name: yet-another-react-lightbox
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 21:04:50 +00:00
57c481ccfd Add editinfo to share extension 2023-10-30 19:16:47 +08:00
27632c6924 Some scaffolding for multiselect 2023-10-30 18:44:13 +08:00
ef1adfee98 Fixes #3050 - URLs sensitive to trailing slash
By passing false to `removeTrailingSlash` for normalize-url call, the URLs sensitive to trailing slash will be parsed correctly
2023-10-30 14:31:46 +05:30
8df6fb3ae2 import unarchived items by default 2023-10-30 16:22:09 +08:00
f6c0b2ba34 add import_item_state to set integration api payload 2023-10-30 16:09:10 +08:00