Commit Graph

3885 Commits

Author SHA1 Message Date
GuoQing Liu
b9149931d0
Merge branch 'dev' into dev 2025-03-13 20:29:40 +08:00
ZhaiSoul
bd9ece7297 feat: add more page i18n keys 2025-03-13 20:28:27 +08:00
ZhaiSoul
637eb4a3d9 fix: fix motionDetectionTuner html node 2025-03-13 20:13:39 +08:00
ZhaiSoul
94d0c66402 feat: add more i18n keys 2025-03-13 17:12:51 +08:00
Nicolas Mowen
b8f2d8fb0c
Fix rtsp config access (#17129) 2025-03-12 21:23:06 -05:00
GuoQing Liu
9e6272d065
Update web/src/components/overlay/ExportDialog.tsx
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-03-13 10:18:10 +08:00
GuoQing Liu
68594d0d7c
Update web/public/locales/en/components/filter.json
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-03-13 10:17:59 +08:00
GuoQing Liu
9917aa33cf
Update web/src/views/recording/RecordingView.tsx
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-03-13 10:17:28 +08:00
Josh Hawkins
124cc4c9cc
Rename identifier field (#17128)
* backend rename

* frontend

* docs

* fix api path
2025-03-12 17:45:16 -06:00
Nicolas Mowen
b7333557a1
Enable audio by default (#17125)
* Remove mp4 query, allowing go2rtc to send any audio

* Add audio transcoding by default
2025-03-12 16:54:28 -05:00
Josh Hawkins
6360802612
Use identifier field for unknown license plates (#17123)
* backend

* backend fixes

* api for search queries

* frontend

* docs

* add filterable scroll list to more filters pane for identifiers

* always publish identifier
2025-03-12 14:38:28 -06:00
Nicolas Mowen
9e70bddc9d
Update go2rtc version (#17119) 2025-03-12 13:54:20 -05:00
ZhaiSoul
a726b40b78 chore: add object setting i18n keys 2025-03-13 00:41:53 +08:00
ZhaiSoul
a5bd4b8550 fix: fix exploreSettings error 2025-03-13 00:35:57 +08:00
ZhaiSoul
4adf6ee22f Merge branch 'dev' of https://github.com/ZhaiSoul/frigate into dev 2025-03-13 00:31:15 +08:00
ZhaiSoul
b051b115b5 chore: remove outdate translation.json file 2025-03-13 00:31:11 +08:00
GuoQing Liu
f1fc611ebf
Merge branch 'dev' into dev 2025-03-13 00:29:39 +08:00
ZhaiSoul
96b1ddc263 fix: update password update i18n keys 2025-03-13 00:25:37 +08:00
ZhaiSoul
6a7bdd9894 fix: add system missing keys 2025-03-13 00:24:13 +08:00
ZhaiSoul
42e25e6470 Merge branch 'dev' of https://github.com/ZhaiSoul/frigate into dev 2025-03-13 00:19:48 +08:00
GuoQing Liu
c258d94fde
Update web/src/views/settings/SearchSettingsView.tsx
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-03-13 00:18:51 +08:00
ZhaiSoul
e24d26b936 fix: fix some setting page url error 2025-03-13 00:17:05 +08:00
ZhaiSoul
1ceb439a00 fix: remove some comment 2025-03-13 00:16:51 +08:00
ZhaiSoul
e64da9d7d9 feat: add more search setting i18n keys 2025-03-13 00:16:24 +08:00
ZhaiSoul
ec86f456dd feat: add more live i18n keys 2025-03-13 00:15:48 +08:00
GuoQing Liu
846c11fcc5
Update web/src/components/menu/GeneralSettings.tsx
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-03-12 23:29:54 +08:00
GuoQing Liu
59c6e1732f
Update web/src/components/menu/GeneralSettings.tsx
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-03-12 23:13:08 +08:00
GuoQing Liu
4585499576
Update web/src/components/menu/GeneralSettings.tsx
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-03-12 23:12:38 +08:00
Nicolas Mowen
f305ff3a5a
Update hardware recommendation (#17111)
* Update hardware recommendation

* re-organize information

* Broaden introduction

* Update index.md

* Update hardware.md

* Update hardware.md

* Update hardware.md

* Update index.md

* Update index.md

* Update hardware.md
2025-03-12 08:58:07 -05:00
Josh Hawkins
4806d30406
Bugfixes (#17112)
* ensure disabled and offline messages don't overlay each other

* clean up enabled logic

* fix on demand recording button

* clean up
2025-03-12 06:09:09 -06:00
Nicolas Mowen
b3d5cd9e4b
Refactor manual event api to use ZMQ (#17105)
* Don't wait for topic

* Refactor object processing and camera state

* Move manual event handling to camera state / tracked object

* Cleanup

* Refactor audio to use internal zmq

* Cleanup

* Clenaup

* Cleanup

* Quick label fix

* Fix tests

* Cleanup
2025-03-11 22:31:05 -05:00
dependabot[bot]
c6bed1e108
Update markupsafe requirement from ==2.1.* to ==3.0.* in /docker/main (#14213)
Updates the requirements on [markupsafe](https://github.com/pallets/markupsafe) to permit the latest version.
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/markupsafe/compare/2.1.0...3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-03-11 17:46:47 -06:00
OmriAx
7411a8bafa
Hailo Official integration (#16906)
* Adding Models

* Final Async Update

* Bug Fixing

* Fix

* Adding fixes

* Working async infer

* Final Documenatation and debug update

* Removing some extra prints

* Post-process correct label push

* config docs fix

* Review Fix

* Review fix 2.0

* Fixing the ASYNC API to work from 30ms to 10ms

* Fix for multi stream async infernce

* Format

* Fix #3

* Format#2

* Remove Unnessery includes

* Sort Imports
2025-03-11 13:36:07 -06:00
Nicolas Mowen
300f85720c
Face blur factor (#17099)
* Add option to apply factor to face blurring

* Adjust blur factors

* Add debug log
2025-03-11 14:18:43 -05:00
Josh Hawkins
c9382f8969
Add docs for user roles (#17093)
* Add docs for user roles

* header mapping docs
2025-03-11 08:05:42 -06:00
Nicolas Mowen
c43092da9a
Add self return for pydantic (#17091) 2025-03-11 07:57:00 -05:00
GuoQing Liu
3dccf69692
Merge branch 'blakeblackshear:dev' into dev 2025-03-11 19:55:01 +08:00
ZhaiSoul
84ba218b1b feat: add explore model i18n keys 2025-03-11 19:53:44 +08:00
ZhaiSoul
118ef6b2fe feat: add search page i18n 2025-03-11 13:58:00 +08:00
ZhaiSoul
a52592bcac chore: add more i18n keys again 2025-03-11 13:07:54 +08:00
ZhaiSoul
b35fbef325 chore: add some i18n keys 2025-03-11 11:10:53 +08:00
ZhaiSoul
2dc6283727 chore: fix en i18n file filter missing some keys 2025-03-11 10:04:07 +08:00
GuoQing Liu
a857d24740
chore: fix SearchFilterDialog i18n key error
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-03-11 09:57:07 +08:00
MkSavin
bea6cf29c2
fix(auth): Added trimming to jwt secret token read from .jwt_secret (#16467)
Added cleaning of leading and trailing spaces and special characters from a line when reading a secret token from a `.jwt_secret` file
2025-03-10 16:36:43 -06:00
Nicolas Mowen
0cc5d66e5b
Refactor sub label api (#17079)
* Use event metadata updater to handle sub label operations

* Use event metadata publisher for sub label setting

* Formatting

* fix tests

* Cleanup
2025-03-10 16:29:29 -06:00
ZhaiSoul
a8a4938c97 chore: fix some key not work 2025-03-10 23:45:43 +08:00
Nicolas Mowen
7d44970f78
Face multi select (#17068)
* Implement multi select for face library

* Clear list of selected

* Add keyboard shortcut
2025-03-10 10:01:52 -05:00
Josh Hawkins
2be5225440
More auth role fixes (#17067)
* simplify check and handle comma separated roles

* spacing
2025-03-10 10:00:35 -05:00
Josh Hawkins
cb25bd4a88
Auth role bugfixes (#17066)
* get correct role from header map

* fix profile endpoint
2025-03-10 07:59:24 -06:00
Hieu LE
b72afb6895
Fix ffmpeg cannot start because of loading shared lib (#16846)
* Fix #16845

Maybe after PR #16712 , ffmpeg build with JP6 seem broken with error `/usr/lib/ffmpeg/jetson/bin/ffmpeg: error while loading shared libraries: libavdevice.so.60: cannot open shared object file: No such file or directory`

This PR fixes the issue

* Adding new LD entry for ffmpeg new location

* Update Dockerfile.arm64

* Move LD config to Dockerfile arm64 instead of detector
2025-03-10 06:54:55 -06:00