Commit graph

5043 commits

Author SHA1 Message Date
8dcb0bee99
[Automatic] Updated components cache
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-20 20:30:28 +00:00
701b776a08 Added persistent storage+sync for notes 2025-06-20 20:29:22 +00:00
d1ef390e65 [alarm] Synchronize with the entities engine before interacting with the db
Otherwise the plugin may fail on startup if the database hasn't been
initialized yet.
2025-06-20 20:29:22 +00:00
faf3f1b47c Moved plugins/_notes.py to plugins/_notes/__init__.py 2025-06-20 20:29:22 +00:00
27543ce892 [#449] Added Joplin integration + general-purpose template for note plugins 2025-06-20 20:29:22 +00:00
2f4a6330cf
[Automatic] Updated UI files
All checks were successful
continuous-integration/drone/push Build is passing
2025-05-26 18:46:35 +00:00
fc50e6ccc7 Added stack trace in debug mode when a message fails to be serialized 2025-05-26 18:44:45 +00:00
5fc1d1e36d
Merge pull request #479 from blacklight/snyk-upgrade-cc89a130bca73187d1a9a156c96f6372
[Snyk] Upgrade vue-router from 4.5.0 to 4.5.1
2025-05-26 20:38:46 +02:00
1440d4860a
Merge pull request #478 from blacklight/snyk-upgrade-61aeda5efce377d1223ddcd5f3bc6370
[Snyk] Upgrade core-js from 3.41.0 to 3.42.0
2025-05-26 20:38:29 +02:00
4827590f19
Merge branch 'master' into snyk-upgrade-61aeda5efce377d1223ddcd5f3bc6370 2025-05-26 20:38:14 +02:00
8bed5a59f0
Merge pull request #477 from blacklight/snyk-upgrade-6eb787a5021a62cb5f56cce5b6419dbd
[Snyk] Upgrade cronstrue from 2.56.0 to 2.57.0
2025-05-26 20:36:54 +02:00
11dd0d3c79
Merge pull request #476 from blacklight/dependabot/npm_and_yarn/platypush/backend/http/webapp/http-proxy-middleware-2.0.9
Bump http-proxy-middleware from 2.0.6 to 2.0.9 in /platypush/backend/http/webapp
2025-05-26 20:36:41 +02:00
0403f1af71
Merge pull request #475 from blacklight/snyk-upgrade-772080d98bc19bec270c4f51ab3efd04
[Snyk] Upgrade axios from 1.8.3 to 1.8.4
2025-05-26 20:36:15 +02:00
snyk-bot
5c433b0b90
fix: upgrade vue-router from 4.5.0 to 4.5.1
Snyk has created this PR to upgrade vue-router from 4.5.0 to 4.5.1.

See this package in npm:
vue-router

See this project in Snyk:
96bfd125-5816-4d9e-83c6-94d1569ab0f1?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-05-21 09:17:26 +00:00
snyk-bot
0d78cb8b33
fix: upgrade core-js from 3.41.0 to 3.42.0
Snyk has created this PR to upgrade core-js from 3.41.0 to 3.42.0.

See this package in npm:
core-js

See this project in Snyk:
96bfd125-5816-4d9e-83c6-94d1569ab0f1?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-05-21 09:17:22 +00:00
557a4b716e
Bump version: 1.3.5 → 1.3.6
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-04-30 22:30:37 +02:00
cce32a2116
Updated CHANGELOG
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2025-04-30 22:08:10 +02:00
a517b4baca
[Automatic] Updated components cache
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-30 19:51:13 +00:00
dccd9f7829 [#445] Removed Marshmallow field parameters removed in 4.0
Closes: #445
2025-04-30 19:50:23 +00:00
4118f3f752
[#445] Temporarily set marshmallow<4.0.0 in the requirements
All checks were successful
continuous-integration/drone/push Build is passing
This will get venv, Docker and CI/CD installations (and soon Arch too
probably) to work while I implement support for both the releases after
the breaking changes.
2025-04-30 19:55:12 +02:00
5ca39d086a
[media] Pre-emptively override YouTube URL metadata
Some checks reported errors
continuous-integration/drone/push Build was killed
When using e.g. the Invidious or NewPipe handlers to process videos, the
video metadata parsed from the API may include the URL to the local
instance, not the YouTube URL.

This causes the player plugin downstream to break.

We should instead ensure that, when requesting to play a resource that
matches `/watch?v=([^&]+)`, the YouTube URL is propagated down to the
player - and conversely to the yt-dlp process.
2025-04-30 17:36:06 +02:00
06746c7032
[media.mpv] Enabled debug logging of player events 2025-04-30 16:25:56 +02:00
snyk-bot
854ef9ebcf
fix: upgrade cronstrue from 2.56.0 to 2.57.0
Snyk has created this PR to upgrade cronstrue from 2.56.0 to 2.57.0.

See this package in npm:
cronstrue

See this project in Snyk:
96bfd125-5816-4d9e-83c6-94d1569ab0f1?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-04-23 07:11:00 +00:00
dependabot[bot]
3c53d23357
Bump http-proxy-middleware in /platypush/backend/http/webapp
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.9)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 2.0.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-16 15:31:03 +00:00
snyk-bot
8ae48c7609
fix: upgrade axios from 1.8.3 to 1.8.4
Snyk has created this PR to upgrade axios from 1.8.3 to 1.8.4.

See this package in npm:
axios

See this project in Snyk:
96bfd125-5816-4d9e-83c6-94d1569ab0f1?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-04-16 07:10:20 +00:00
e61134fe9a
[Automatic] Updated UI files
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-02 15:54:26 +00:00
e9abadc6f6
Merge pull request #473 from blacklight/snyk-upgrade-67f40faf87e410176f722ec5ba26ad98
All checks were successful
continuous-integration/drone/push Build is passing
[Snyk] Upgrade cronstrue from 2.54.0 to 2.56.0
2025-04-02 17:51:46 +02:00
39010c7ba5
Merge branch 'master' into snyk-upgrade-67f40faf87e410176f722ec5ba26ad98 2025-04-02 17:51:37 +02:00
359a39ef87
Merge pull request #472 from blacklight/snyk-upgrade-d9a66b2430a592205df45ae6f6df9522
[Snyk] Upgrade axios from 1.7.9 to 1.8.3
2025-04-02 17:49:48 +02:00
e3cf669c5e
Merge branch 'master' into snyk-upgrade-d9a66b2430a592205df45ae6f6df9522 2025-04-02 17:49:39 +02:00
22dbeb3b50
Merge pull request #474 from blacklight/snyk-upgrade-0e1f1cc8f4beab0042e07ecbbc78f464
[Snyk] Upgrade core-js from 3.40.0 to 3.41.0
2025-04-02 17:48:10 +02:00
c061548377
Merge branch 'master' into snyk-upgrade-0e1f1cc8f4beab0042e07ecbbc78f464 2025-04-02 17:47:58 +02:00
8bf8d08b97
Merge pull request #471 from blacklight/dependabot/npm_and_yarn/platypush/backend/http/webapp/axios-1.8.2
Bump axios from 1.7.9 to 1.8.2 in /platypush/backend/http/webapp
2025-04-02 17:46:57 +02:00
snyk-bot
4ebac04f35
fix: upgrade core-js from 3.40.0 to 3.41.0
Snyk has created this PR to upgrade core-js from 3.40.0 to 3.41.0.

See this package in npm:
core-js

See this project in Snyk:
96bfd125-5816-4d9e-83c6-94d1569ab0f1?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-04-02 07:48:01 +00:00
snyk-bot
e7f2db3b3c
fix: upgrade cronstrue from 2.54.0 to 2.56.0
Snyk has created this PR to upgrade cronstrue from 2.54.0 to 2.56.0.

See this package in npm:
cronstrue

See this project in Snyk:
96bfd125-5816-4d9e-83c6-94d1569ab0f1?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-04-02 07:47:57 +00:00
snyk-bot
4fcb8b1c11
fix: upgrade axios from 1.7.9 to 1.8.3
Snyk has created this PR to upgrade axios from 1.7.9 to 1.8.3.

See this package in npm:
axios

See this project in Snyk:
96bfd125-5816-4d9e-83c6-94d1569ab0f1?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-04-02 07:47:52 +00:00
dependabot[bot]
5ea217e1bb
Bump axios from 1.7.9 to 1.8.2 in /platypush/backend/http/webapp
Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.8.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.9...v1.8.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-28 09:44:46 +00:00
3bbbf15def
Merge pull request #470 from blacklight/snyk-upgrade-95748398ada75797e727c3f3665833c2
[Snyk] Upgrade vue-router from 4.4.5 to 4.5.0
2025-03-28 10:44:03 +01:00
4971e5846d
Merge pull request #469 from blacklight/snyk-upgrade-312fbd06708ccd2145dae5aca3419cf4
[Snyk] Upgrade cronstrue from 2.53.0 to 2.54.0
2025-03-28 10:43:47 +01:00
bad86077c3
[Automatic] Updated components cache
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-14 23:28:54 +00:00
e40928dac5
Removed explicit properties from LatLongUpdateEvent.
All checks were successful
continuous-integration/drone/push Build is passing
They clash with the dynamic getters from the Event class.
2025-03-15 00:27:40 +01:00
cb6f1baf19
[Automatic] Updated components cache
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-14 23:07:19 +00:00
a0838346b9
Extended LatLongUpdateEvent
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-15 00:06:01 +01:00
1bf0f5a6b2
[Automatic] Updated components cache
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-14 22:39:25 +00:00
ab64424a4e
[foursquare] Better polling logic.
All checks were successful
continuous-integration/drone/push Build is passing
Also, if no `poll_interval` is set then the plugin shouldn't poll for
new checkins.
2025-03-14 23:38:10 +01:00
95073a73c3
[Automatic] Updated components cache
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-13 21:18:18 +00:00
a13b5e0cb7
[foursquare] Fixed limit and offset on get_checkins.
All checks were successful
continuous-integration/drone/push Build is passing
Those should be query string parameters, not JSON payload.
2025-03-13 22:16:29 +01:00
8f3f0385e6
[Automatic] Updated UI files
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-13 17:40:15 +00:00
6bcb983252
[#444] Fixed expiration date for session cookies.
All checks were successful
continuous-integration/drone/push Build is passing
Closes: #444
2025-03-13 18:37:21 +01:00
9b62cd6e08
[Automatic] Updated components cache
Some checks failed
continuous-integration/drone/push Build is failing
2025-03-11 20:43:28 +00:00