Commit Graph

7737 Commits

Author SHA1 Message Date
22289e3d5c Fix login screen sizes, add some spinners during login 2023-09-25 16:18:48 +08:00
6f59afcea3 Merge pull request #2795 from sumajoo/main
Add german language version
2023-09-25 10:36:54 +08:00
d9e7ac3b7e Add german language version 2023-09-24 16:07:45 +02:00
b37d97c90f Merge pull request #2791 from omnivore-app/feat/web-pwa-share-debugging
Make a test page for debuging the PWA share extension
2023-09-22 18:31:26 +08:00
21244a394d Move debug directory to not interfere with usernames 2023-09-22 17:56:25 +08:00
716f488bbe Merge pull request #2790 from omnivore-app/fix/extension-prevent-scroll
Prevent scroll on focus of the extension toast element
2023-09-22 17:32:53 +08:00
c5359c930b Use original url for article redirect after saving 2023-09-22 17:25:47 +08:00
eeb30c9ff0 Remove debug lines 2023-09-22 17:20:30 +08:00
cfe5dc94e6 Early return from share-target 2023-09-22 17:09:49 +08:00
f59b6cd370 Fix debug line 2023-09-22 16:54:30 +08:00
806c19ccd4 Make a test page for debuging the PWA share extension 2023-09-22 15:59:28 +08:00
83d9f27ea1 Bump version number 2023-09-22 11:54:13 +08:00
3ce15cf4d5 Prevent scroll on focus of the extension toast element 2023-09-22 08:12:13 +08:00
0a50215abc Merge pull request #2786 from omnivore-app/fix/macos-disable-tabbing
Disable window tabbing in the OSX app
2023-09-20 19:29:04 +08:00
e34830c1dd Merge pull request #2785 from omnivore-app/fix/web-archive-tooltip
More explicit tooltip on archive button hover
2023-09-20 19:28:37 +08:00
8d0747554c Disable window tabbing in the OSX app 2023-09-20 19:17:32 +08:00
d4991dc079 More explicit tooltip on archive button hover 2023-09-20 18:20:31 +08:00
4993ef24c8 Merge pull request #2783 from omnivore-app/fix/macos-menus-and-add-link
Fix context menus in the library, add an Add link dialog
2023-09-20 17:26:05 +08:00
d5bc792a1f Only add padding to the form on macos 2023-09-20 17:03:07 +08:00
8cf94e552d Fix context menus in the library, add an Add link dialog 2023-09-20 16:55:37 +08:00
bfb9f01c68 Merge pull request #2781 from omnivore-app/fix/mac-extension-update
Update safari extension, clean up the macos app
2023-09-20 15:20:12 +08:00
99df196317 Bump marketing version, set stack navigation style for iOS15 2023-09-19 19:05:15 +08:00
b8e033f736 Fixes for iOS15 2023-09-19 18:26:31 +08:00
b714fe1f94 Revert Package changes, try the when conditional that doesnt seem to do what we need 2023-09-19 18:09:12 +08:00
8a5372fd63 iOS build fixes 2023-09-19 17:47:34 +08:00
79dbe3686b Update safari extension, clean up the macos app 2023-09-19 17:21:02 +08:00
ed6f162f48 Merge pull request #2662 from omnivore-app/dependabot/npm_and_yarn/protobufjs-6.11.4
Bump protobufjs from 6.11.3 to 6.11.4
2023-09-19 13:09:35 +08:00
2cde87b1f5 Merge pull request #2780 from omnivore-app/dependabot/npm_and_yarn/opentelemetry/resources-1.17.0
Bump @opentelemetry/resources from 0.24.0 to 1.17.0
2023-09-19 13:09:19 +08:00
2ada2d3ca0 Merge pull request #2708 from omnivore-app/dependabot/npm_and_yarn/apollo-server-core-3.12.1
Bump apollo-server-core from 3.11.0 to 3.12.1
2023-09-19 13:09:02 +08:00
1cb5ba36d0 Merge pull request #2779 from omnivore-app/dependabot/npm_and_yarn/sentry/integrations-7.69.0
Bump @sentry/integrations from 7.50.0 to 7.69.0
2023-09-19 13:08:47 +08:00
2d8a52a3c7 Bump @opentelemetry/resources from 0.24.0 to 1.17.0
Bumps [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) from 0.24.0 to 1.17.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/v0.24.0...v1.17.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/resources"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 04:44:08 +00:00
5a21d5177e Bump apollo-server-core from 3.11.0 to 3.12.1
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) from 3.11.0 to 3.12.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Commits](https://github.com/apollographql/apollo-server/commits/apollo-server-core@3.12.1/packages/apollo-server-core)

---
updated-dependencies:
- dependency-name: apollo-server-core
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 04:40:15 +00:00
713ab58068 Merge pull request #2778 from omnivore-app/fix/api-set-user-properties
Set user properties instead of event properties on labels setter
2023-09-19 12:38:30 +08:00
d9d220c898 Merge pull request #2777 from omnivore-app/fix/ios-audio-crash
Handle ios out of bounds issue
2023-09-19 12:36:15 +08:00
989d5ecf06 Bump @sentry/integrations from 7.50.0 to 7.69.0
Bumps [@sentry/integrations](https://github.com/getsentry/sentry-javascript) from 7.50.0 to 7.69.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/7.50.0...7.69.0)

---
updated-dependencies:
- dependency-name: "@sentry/integrations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 04:35:54 +00:00
e26f7e00ec Merge pull request #2773 from omnivore-app/feat/admin-rss
Add subscriptions to admin
2023-09-19 12:35:01 +08:00
5a3e5a5933 Bump protobufjs from 6.11.3 to 6.11.4
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 04:34:41 +00:00
d1b27fedcc Merge pull request #2753 from omnivore-app/dependabot/npm_and_yarn/express-rate-limit-6.11.1
Bump express-rate-limit from 6.3.0 to 6.11.1
2023-09-19 12:34:35 +08:00
64a8756f9a Merge pull request #2772 from omnivore-app/fix/web-favicon
Update favicon
2023-09-19 12:34:19 +08:00
53ac43563d Set user properties instead of event properties on labels setter 2023-09-19 12:30:20 +08:00
c94227ded9 Improve labels loading for iOS17, bump version 2023-09-19 12:22:38 +08:00
135feeb362 Handle ios out of bounds issue 2023-09-19 07:08:18 +08:00
52ad191255 Merge pull request #2774 from omnivore-app/fix/api-rss-max
Add a max count to RSS refreshes
2023-09-15 22:49:06 +08:00
ef52c03dfa Add a max count to RSS refreshes 2023-09-15 22:35:58 +08:00
166a45f142 Join user on subscription 2023-09-15 22:33:16 +08:00
ce3f1f789c Add subscription and integration to user 2023-09-15 22:21:31 +08:00
eb604fff84 Fix last fetch at column 2023-09-15 22:12:25 +08:00
f1deca700a Register subscriptions 2023-09-15 21:54:12 +08:00
f129b0d7f6 Add subscription models 2023-09-15 21:53:49 +08:00
1d2ef4a9b5 Update favicon 2023-09-15 20:41:29 +08:00