blakeblackshear.frigate/frigate
Nicolas Mowen 157df74508 Implement support for notifications (#12523)
* Setup basic notification page

* Add basic notification implementation

* Register for push notifications

* Implement dispatching

* Add fields

* Handle image and link

* Add notification config

* Add field for users notification tokens

* Implement saving of notification tokens

* Implement VAPID key generation

* Implement public key encoding

* Implement webpush from server

* Implement push notification handling

* Make notifications config only

* Add maskable icon

* Use zod form to control notification settings in the UI

* Use js

* Always open notification

* Support multiple endpoints

* Handle cleaning up expired notification registrations

* Correctly unsubscribe notifications

* Change ttl dynamically

* Add note about notification latency and features

* Cleanup docs

* Fix firefox pushes

* Add links to docs and improve formatting

* Improve wording

* Fix docstring

Co-authored-by: Blake Blackshear <blake@frigate.video>

* Handle case where native auth is not enabled

* Show errors in UI

---------

Co-authored-by: Blake Blackshear <blake@frigate.video>
2024-07-26 07:40:12 -06:00
..
api Implement support for notifications (#12523) 2024-07-26 07:40:12 -06:00
comms Implement support for notifications (#12523) 2024-07-26 07:40:12 -06:00
detectors Catch hailo initialization error (#12558) 2024-07-26 07:40:12 -06:00
embeddings reindex events in batches to reduce memory and cpu load (#12124) 2024-07-26 07:39:37 -06:00
events Semantic Search for Detections (#11899) 2024-07-26 07:39:37 -06:00
genai Semantic Search for Detections (#11899) 2024-07-26 07:39:37 -06:00
images
motion
output Semantic Search for Detections (#11899) 2024-07-26 07:39:37 -06:00
ptz No need to check for h264 onvif profile (#12444) 2024-07-14 13:29:49 -05:00
record Semantic Search for Detections (#11899) 2024-07-26 07:39:37 -06:00
review Semantic Search for Detections (#11899) 2024-07-26 07:39:37 -06:00
stats Enforce minimum value for mqtt stats update (#12253) 2024-07-01 17:08:14 -05:00
test Semantic Search API (#12105) 2024-07-26 07:39:37 -06:00
track
util Fix ui config migration (#12476) 2024-07-16 08:45:11 -05:00
__init__.py
__main__.py Semantic Search API (#12105) 2024-07-26 07:39:37 -06:00
app.py Implement support for notifications (#12523) 2024-07-26 07:40:12 -06:00
config.py Implement support for notifications (#12523) 2024-07-26 07:40:12 -06:00
const.py Semantic Search for Detections (#11899) 2024-07-26 07:39:37 -06:00
ffmpeg_presets.py Update ffmpeg source (#12251) 2024-07-01 15:46:40 -06:00
log.py
models.py Implement support for notifications (#12523) 2024-07-26 07:40:12 -06:00
mypy.ini
object_detection.py
object_processing.py Semantic Search for Detections (#11899) 2024-07-26 07:39:37 -06:00
plus.py strip whitespaces when loading secrets (#12393) 2024-07-12 07:36:15 -06:00
storage.py
timeline.py
types.py
video.py Revert "Limited shm frame count (#12346)" (#12362) 2024-07-09 11:49:08 -05:00
watchdog.py