Scott Lamb
8a65a09c7f
upgrade msw version
2022-03-03 12:56:46 -08:00
Scott Lamb
bc29e8b23c
fix eslint 8 complaints
...
I'm working on this upgrade now.
https://github.com/testing-library/eslint-plugin-testing-library/blob/main/docs/rules/prefer-presence-queries.md
2022-03-03 12:37:39 -08:00
Scott Lamb
d40715c210
fix some type errors in VideoList.test.tsx
...
For whatever reason, these aren't caught in my current setup. I'm trying
to upgrade the whole frontend mess (typescript version, react-scripts
version) and they're caught then.
2022-03-03 12:28:27 -08:00
Scott Lamb
b2fa415823
VS Code: specify workspace typescript version
...
Currently the workspace's version is older than VS Code's default.
VS Code complains about things that aren't errors according to the
workspace. (In particular, typing of catched exceptions has become
stricter.) With this setting, you can select the workspace's Typescript
version in the VS Code UI so the two are consistent.
2022-03-03 10:56:14 -08:00
Damian Krysta
e90d804f1a
FIX build - add OR empty string
...
Signed-off-by: Damian Krysta <damian@krysta.dev>
2022-03-02 10:07:46 -08:00
Damian Krysta
4d3d72c7b5
EDIT - remove or condition
...
Signed-off-by: Damian Krysta <damian@krysta.dev>
2022-03-02 10:07:46 -08:00
Damian Krysta
f8ff07d2ad
EDIT Multiview - fix none in cam selector
...
Signed-off-by: Damian Krysta <damian@krysta.dev>
2022-03-02 10:07:46 -08:00
Damian Krysta
41dfae336e
EDIT - Run prettier
...
Signed-off-by: Damian Krysta <damian@krysta.dev>
2022-03-02 10:07:46 -08:00
Damian Krysta
28208b7bb4
CHANGE router type
...
Signed-off-by: Damian Krysta <damian@krysta.dev>
2022-03-02 10:07:46 -08:00
Damian Krysta
3240c20eae
FIX tests
...
Signed-off-by: Damian Krysta <damian@krysta.dev>
2022-03-02 10:07:46 -08:00
Damian Krysta
56918bf5c2
Add store in url for layout and all cameras
...
Signed-off-by: Damian Krysta <damian@krysta.dev>
2022-03-02 10:07:46 -08:00
Damian Krysta
552f6bf19d
FIX lint
...
Signed-off-by: Damian Krysta <damian@krysta.dev>
2022-03-02 10:07:46 -08:00
Damian Krysta
3988c3922d
ADD set search param after selected cam
...
Signed-off-by: Damian Krysta <damian@krysta.dev>
2022-03-02 10:07:46 -08:00
Damian Krysta
2d517c28dc
ADD react router and reading from query params
...
Signed-off-by: Damian Krysta <damian@krysta.dev>
2022-03-02 10:07:46 -08:00
dependabot[bot]
c9b1e49f3d
Bump url-parse from 1.5.3 to 1.5.10 in /ui
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 09:22:42 -08:00
dependabot[bot]
4d848b64cd
Bump follow-redirects from 1.14.7 to 1.14.8 in /ui
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-16 11:01:22 -08:00
dependabot[bot]
6ec1848d00
Bump node-fetch from 2.6.1 to 2.6.7 in /ui
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 09:37:47 -08:00
dependabot[bot]
137f23db05
Bump nanoid from 3.1.23 to 3.2.0 in /ui
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.1.23 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.1.23...3.2.0 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-31 09:14:24 -08:00
Scott Lamb
6ca9f451c2
update retina to 0.3.7
...
Notably, this includes scottlamb/retina#50, which fixes a panic
parsing the DESCRIBE response sent by some cameras. Should improve #192 .
2022-01-28 22:49:41 -08:00
Greg V
64142b7684
Do not check for video codec by checking SDP video parameters
...
Since retina now supports in-band parameters, we should only check the media type for this.
2022-01-28 22:48:27 -08:00
dependabot[bot]
b6a1670b92
Bump follow-redirects from 1.14.1 to 1.14.7 in /ui
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.1 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.7 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 00:07:39 -08:00
Scott Lamb
77775a82e5
make `moonfire-nvr sql` enforce integrity
...
https://github.com/scottlamb/moonfire-nvr/issues/175#issuecomment-1008096087
2022-01-08 10:54:40 -08:00
Scott Lamb
0406e09ca4
reduce debug output in release/bench builds
...
This reduces the binary size from 154 MiB to 70 MiB (#70 progress).
Tools like `cargo flamegraph` still work fine.
As suggested by "EarthFeet" on reddit:
https://www.reddit.com/r/rust/comments/rw0jad/cargos_strip_profile_option_has_been_stabilized/hra193k/
2022-01-05 10:28:32 -08:00
Scott Lamb
9b241c80dc
update retina and http-serve deps
...
* new retina notably fixes #184
* new http-serve removes an accidental debug print on stdout
2021-12-29 22:16:21 -08:00
Scott Lamb
5c7263b1bd
include ext stream in API response; better docs
...
In particular, the docs now explicitly call out that API changes can
happen at any version, and from 0.7.0 onward they're described in
the changelog.
2021-11-23 13:04:02 -08:00
Scott Lamb
6738de0cb7
clarify a couple points of the signal API
...
Thanks to @clydebarrow for pointing out these missing/ambiguous pieces.
2021-11-23 12:14:56 -08:00
Scott Lamb
46daed6c27
more helpful link for ISO/IEC 14496-12
...
Fixes #170
2021-11-23 11:13:47 -08:00
dependabot[bot]
da1e14b8c1
Bump tmpl from 1.0.4 to 1.0.5 in /ui
...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-23 11:01:31 -08:00
Scott Lamb
0f6c1b3856
use github URLs in doc pointers
...
This is better particularly when the user is following the docker
instructions and doesn't have a local checkout at all. It also is a
rendered HTML view rather than raw markdown.
It'd be nice to link to the exact release we're using, not tip of
master. I didn't do this now because it'll likely take some work with
build.rs to check if the user is on a tagged release or not.
Fixes #180
2021-11-23 10:49:42 -08:00
John Poole
09e57462dc
Update build.md
...
Scott revised the directory path some time ago, the correct path the release build was not updated until this change.
2021-11-23 10:25:19 -08:00
dependabot[bot]
2da81f6e24
Bump url-parse from 1.5.1 to 1.5.3 in /ui
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-23 10:21:11 -08:00
Scott Lamb
cf492a2ffa
fix #182 : error on upgrade when onvif_host empty
2021-11-23 10:17:47 -08:00
Scott Lamb
af9c8bb05a
remove obsolete CameraConfig
...
Since 0.7.0, the one in the db package is used both for actual storage
within the database and for API use. I left the API-specific version
around by accident.
2021-11-23 09:56:05 -08:00
Scott Lamb
a7c574eb43
extract_cookie should check all Cookie headers
2021-10-28 15:09:02 -07:00
Scott Lamb
1e17a53280
separate out signals API to own file
2021-10-28 14:09:30 -07:00
Scott Lamb
1f41a27cc3
extract /api/{login,logout} to their own file
2021-10-28 13:57:32 -07:00
Scott Lamb
bae45a0855
move /view.{mp4,m4s} to their own file
2021-10-28 13:23:49 -07:00
Scott Lamb
87f9736d80
separate live view into its own file
2021-10-28 13:07:39 -07:00
Scott Lamb
cf08c95a4b
split static file serving into its own file
2021-10-28 12:49:50 -07:00
Scott Lamb
4231ec45ce
start splitting up web.rs
...
It's getting huge and hard to work with. The path stuff is easy to pull
out.
2021-10-28 12:38:29 -07:00
Scott Lamb
44b1ac965d
bump minimum Rust to 1.53
...
1c9a556
started depending on arrays implementing IntoIterator. I keep
forgetting that 1.52 doesn't support this. There's really no compelling
reason to keep building on 1.52, so don't.
2021-10-27 14:55:04 -07:00
Scott Lamb
1c9a55653d
allow setting rtsp transport per-stream
2021-10-27 14:28:44 -07:00
Scott Lamb
981cee0706
revert cursive upgrade
...
SelectView::set_selection doesn't seem to be working properly. The
symptom is editing an existing camera will clear the sample file dir,
and thus hitting edit without making any changes will fail.
2021-10-27 14:27:10 -07:00
Scott Lamb
973d2fbfe2
use newer cargo version resolver
...
This trims ~700KiB off moonfire-nvr's text section, much of it by
eliminating h2. See #70 .
2021-10-27 13:19:37 -07:00
Scott Lamb
4aab6baebb
add server version to /api response
...
Fixes #171
2021-10-27 13:09:20 -07:00
Scott Lamb
46ac812d3e
v0.7.0
2021-10-27 12:03:11 -07:00
Scott Lamb
504f1a36ab
switch from libpasta to just scrypt
...
This drops several older dependencies and reduces final binary size
(text section by ~200KiB, unstripped binary by ~12MiB)
I'll have to manually add new hash formats, and I won't ever be able
to take advantage of libpasta's (currently unused) facility to wrap
hashes, but I think it's worth it. libpasta isn't well-maintained.
2021-10-27 11:50:55 -07:00
Scott Lamb
a899ba0290
upgrade cursive
...
This gets rid of a couple redundant dependency versions like ahash.
2021-10-27 10:25:39 -07:00
Scott Lamb
4f22cf66e3
switch from prettydiff to diff
...
prettydiff has a weird chain of dependencies starting with
prettytable-rs and ending up with (among other things) argon2rs.
2021-10-27 10:20:53 -07:00
Scott Lamb
884c3333cc
always use smallvec unions
...
They only require Rust 1.51, and our minimum is 1.52 now.
2021-10-27 08:05:07 -07:00