Isaac Connor
|
0378023a11
|
Fix colours on hr to match button blue.
|
2022-09-01 07:09:27 -04:00 |
Isaac Connor
|
4c90bd0ac6
|
Add a title to the zone polygon
|
2022-09-01 07:08:39 -04:00 |
Isaac Connor
|
6c8819977e
|
Cache Group Monitors Ids so we don't query the database multiple times for them.
|
2022-09-01 07:08:04 -04:00 |
Isaac Connor
|
980e49b547
|
Don't query for Monitors if there are no Monitors in the Group.
|
2022-09-01 07:07:55 -04:00 |
Isaac Connor
|
3d1a9c5b2d
|
Add LIMIT 1 when filtering by AlarmZoneId to speed up
|
2022-09-01 07:06:46 -04:00 |
Isaac Connor
|
606fb108d5
|
Fix use of filter instead of this
|
2022-09-01 07:06:10 -04:00 |
Isaac Connor
|
382b586986
|
Fix typo on dateTimeFormater=>dateTimeFormatter. Fixes #3580. Make conversion to integer on Length explicit to remove warning on php8.
|
2022-08-31 10:08:30 -04:00 |
Isaac Connor
|
683acbbc1d
|
Clear Manufacturer and Model so that they don't list as changes
|
2022-08-31 10:05:52 -04:00 |
Isaac Connor
|
b571c81887
|
Turn off autocomplete on the monitor form so that browsers don't offer to save the values
|
2022-08-30 17:42:35 -04:00 |
Isaac Connor
|
d6fea1c740
|
Don't specify return type as old php doesn't support it. maybe Fixes #3579
|
2022-08-30 10:40:00 -04:00 |
Isaac Connor
|
f9f53dd0d2
|
When there are less than 3 storage areas, just list them in the header instead of making it a dropdown
|
2022-08-29 14:12:45 -04:00 |
Isaac Connor
|
d465966069
|
Add a back to frames button from view
|
2022-08-26 14:33:46 -04:00 |
Isaac Connor
|
48377334fe
|
Gracefully handle when FrameRate is empty
|
2022-08-26 14:12:51 -04:00 |
Isaac Connor
|
855dd6ac93
|
Use HTTP_X_FORWARDED_HOST or HTTP_X_FORWARDED_SERVER if present to get correct hostname to use when behind a reverse proxy.
|
2022-08-26 14:12:25 -04:00 |
Isaac Connor
|
35c55a79e0
|
Use correct format, fix build warnings
|
2022-08-26 09:54:05 -04:00 |
Isaac Connor
|
7ab61ddce2
|
Use uppercase standardized names for MOSQUITTO and MOSTQUITTOPP
|
2022-08-26 09:37:37 -04:00 |
Isaac Connor
|
97e19b78bd
|
Fixup debug logging in ::Decode. It documents the wrong case
|
2022-08-26 09:33:42 -04:00 |
Isaac Connor
|
2bb0db96d8
|
When adjusting start_time, set end_time as well.
|
2022-08-26 09:33:42 -04:00 |
Isaac Connor
|
3c2db0d53d
|
Remove boot strap class styling and re-implement it in css so as to use semantic html
|
2022-08-26 09:33:41 -04:00 |
Isaac Connor
|
d4c817328c
|
Drop severity of log looking for @ because auth gets removed from Path
|
2022-08-26 09:32:23 -04:00 |
Isaac Connor
|
64d6dab27e
|
Fix quoting and commas when not built with MQTT
|
2022-08-26 09:19:28 -04:00 |
Isaac Connor
|
429358931b
|
Allow zm to compile without mqtt
|
2022-08-25 20:56:53 -04:00 |
Isaac Connor
|
8d287db3e4
|
Bump version 1.37.21
|
2022-08-25 20:34:46 -04:00 |
Isaac Connor
|
85e897f211
|
move generic update script to version specific
|
2022-08-25 20:33:58 -04:00 |
Isaac Connor
|
74121e445c
|
Add libmosquittopp1 to depends
|
2022-08-25 20:32:51 -04:00 |
Isaac Connor
|
1609051cd2
|
Add id's so that we can toggle password inputs by id and not use jquery
|
2022-08-25 20:31:34 -04:00 |
Isaac Connor
|
fa39983b69
|
Merge branch 'master' into add_mqtt
|
2022-08-25 18:41:59 -04:00 |
Isaac Connor
|
29750a56e7
|
Merge branch 'master' into add_mqtt
|
2022-08-25 18:37:54 -04:00 |
Isaac Connor
|
36c69b3e2d
|
Merge pull request #3552 from dougnazar/misc_fixes
Misc fixes
|
2022-08-25 18:33:25 -04:00 |
Isaac Connor
|
8558ade8f1
|
Merge branch 'master' into misc_fixes
|
2022-08-25 18:33:06 -04:00 |
Isaac Connor
|
2a90aaf02b
|
Merge pull request #3576 from Garkus98/patch-1
update Russian
|
2022-08-25 18:29:34 -04:00 |
Isaac Connor
|
58df355903
|
Make password fields be passwords fields with a visibility toggle
|
2022-08-24 20:29:51 -04:00 |
Isaac Connor
|
2ee9c0a9d5
|
Add toggle_password_visibility function
|
2022-08-24 20:29:27 -04:00 |
Isaac Connor
|
3dac07fcfa
|
Make ONVIF_URL be longer so that the flex container has some width
|
2022-08-24 20:29:08 -04:00 |
Garkus98
|
f18c80efa9
|
update Russian
full translate Russian
|
2022-08-23 18:34:57 +03:00 |
Isaac Connor
|
341021de74
|
Use a flag to tell whether we have written the snapshot jpeg yet. If image data has been freed from packets, we may not write the snapshot because we already had a packet with a higher score.
|
2022-08-22 14:56:55 -04:00 |
Isaac Connor
|
6ae05d7009
|
Rework to not use strlen and strlen now complains if you pass it null
|
2022-08-22 11:46:57 -04:00 |
Isaac Connor
|
e1d381bc9e
|
Don't set auth_type. It doesn't seem to be support and shouldn't be necessary
|
2022-08-22 11:46:36 -04:00 |
Isaac Connor
|
1b48f9dc5a
|
log error if Date.parse fails to figure out why
|
2022-08-22 11:24:30 -04:00 |
Isaac Connor
|
e7e811df39
|
Fix eslint
|
2022-08-22 11:24:05 -04:00 |
Isaac Connor
|
cf29f4b0a4
|
Selecting any of the monitor filters causes a reload with no mid specified. So don't log an error if no mid was specified.
|
2022-08-22 10:37:16 -04:00 |
Isaac Connor
|
d51a2eb8a5
|
Merge pull request #3537 from parvit/issue-695
Added configuring of authentication for rstp cameras
|
2022-08-21 18:08:00 -04:00 |
parvit (Vittorio Parrella)
|
ef104fcda3
|
libvlc support for rtsp authentication with special characters
|
2022-08-20 11:00:51 -04:00 |
parvit (Vittorio Parrella)
|
a94d74143e
|
support for ffmpeg type camera authentication with special characters
|
2022-08-20 10:01:14 -04:00 |
Isaac Connor
|
f8af46b92a
|
SCALE_BASE is const now in skin.js.php
|
2022-08-19 08:56:03 -04:00 |
Isaac Connor
|
5563d312dc
|
Fix eslint
|
2022-08-18 12:22:14 -04:00 |
Isaac Connor
|
59c2edfb0a
|
currentTimeSecs is already calculated, so use it instead of parsing string version
|
2022-08-18 10:38:59 -04:00 |
Isaac Connor
|
27ac7a585c
|
If current time is specified, calculate minTime and maxTime from it.
|
2022-08-18 10:37:17 -04:00 |
Isaac Connor
|
ff8d549732
|
Implement binary search functions for finding event based on time.
|
2022-08-18 10:36:48 -04:00 |
Isaac Connor
|
94e622def3
|
Make a.btn the same line-height as button.btn
|
2022-08-18 10:36:07 -04:00 |