Commit Graph

24972 Commits

Author SHA1 Message Date
Isaac Connor
ffeec4cdec Add E.Id != and use >= and <= when comparing StartDateTime so that we don't skip events with the same startDateTime. Fixes #4186 2024-12-09 17:27:56 -05:00
Isaac Connor
d4b3edfca6 Fix debug string 2024-12-09 17:21:11 -05:00
Isaac Connor
57fb0cba1b Check for existing monitorStream to avoid js errors 2024-12-04 15:07:29 -05:00
Isaac Connor
ea41d4f6b6 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-12-04 12:21:38 -05:00
Isaac Connor
a0c6ad5b0f Merge pull request #4192 from Aleksanderk123/master
Added Norwegian language
2024-12-03 18:35:07 -05:00
Aleksanderk123
99ea84d92e Merge pull request #1 from Aleksanderk123/Norwegian-Language
Norwegian language
2024-12-04 00:23:35 +01:00
Aleksanderk123
4c0e037b2f Norwegian Translation 2024-12-04 00:21:35 +01:00
Aleksanderk123
8afdec1cdc Uploaded Partially Norwegian language 2024-12-03 21:55:35 +01:00
Isaac Connor
19aca785c2 When invalid monitor id specified, pop up an alert instead of a bunch failed js. Handle livestream not existing. 2024-12-03 12:54:04 -05:00
Isaac Connor
0755d56cba Must update iterator 2024-11-30 10:39:42 -05:00
Isaac Connor
66651824b5 Must move iterators for all deleted packets 2024-11-29 16:38:34 -05:00
Isaac Connor
697db024e1 Add more debug 2024-11-28 19:24:22 -05:00
Isaac Connor
043886be5e Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-11-28 17:01:48 -05:00
Isaac Connor
52c41d166b When deleting packets in queuePacket if it is a keyframe, then delete everything from the beginning, so that we don't get a huge time gap between the first packet and the next 2024-11-28 17:01:13 -05:00
Isaac Connor
9125b8e6f9 Add support for sorting by Notes. Warn when the sort_field is unsupported 2024-11-27 13:56:35 -05:00
Isaac Connor
359330b384 When loading prev/next event, sort by StartDateTime, not Id. Id's are not guaranteed to be time-wise sequential. Maybe Fixes #4186 2024-11-27 13:55:50 -05:00
Isaac Connor
d42040d7c3 Add grouping by Monitor. Apparently mysql is complaining about not having it now. 2024-11-27 13:54:24 -05:00
Isaac Connor
0128cd1e57 Handle no .imageFeed present 2024-11-25 12:39:14 -05:00
Isaac Connor
3125dbbfc6 Only show scan button if arp or arp-scan is defined 2024-11-25 12:34:47 -05:00
Isaac Connor
e26d108da5 Add use warnings 2024-11-24 13:00:15 -05:00
Isaac Connor
ce35018319 Don't use a pre-prepared sth. A db disconnect can invalidate it and cause a crash. 2024-11-24 13:00:01 -05:00
Isaac Connor
c42179ffa7 Handle db reconnects, don't disconnect db because it rug pulls from under logging functions 2024-11-24 12:57:56 -05:00
Isaac Connor
7bcb588bf3 Fix eslint 2024-11-23 14:08:35 -05:00
Isaac Connor
1da0fa0af3 Disable reorder queue if doing encoding 2024-11-23 13:53:25 -05:00
Isaac Connor
65e098c35b If no view, default to home view 2024-11-23 13:36:59 -05:00
Isaac Connor
7fed03d41b Add auth to v4lsetting 2024-11-22 16:30:28 -05:00
Isaac Connor
1c2600ff2a Don't set view in skin.php. Causes problems with not detecting not being logged in 2024-11-22 16:30:11 -05:00
Isaac Connor
1884b18611 Don't run actions if we intend to redirect 2024-11-22 16:29:35 -05:00
Isaac Connor
9c097919f6 Rough in missing v4l2settings.php 2024-11-22 16:28:32 -05:00
Isaac Connor
7933bd4852 Add some logging of invalid mid 2024-11-22 16:28:08 -05:00
Isaac Connor
bebd5d1b0e Remove support for old single zmfilter process mode which won't work anyways as it only happens when there are no Background Filters 2024-11-22 10:05:12 -05:00
Isaac Connor
566ce16230 Only try to reboot if we can ping. The open can hang a long time, and so a rebooting camera can then be told to reboot again, causing an endless cycle 2024-11-19 10:27:59 -05:00
Isaac Connor
19bd85c9f2 Restart streams when user clicks off the AYSW modal. 2024-11-18 11:51:02 -05:00
Isaac Connor
16a5f9e0a2 Merge dbUpdate and dbInsert from another branch 2024-11-18 10:47:07 -05:00
Isaac Connor
efe16fd62e Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-11-18 10:46:40 -05:00
Isaac Connor
14f3f3bab1 Use > instead of >= in Ready for decoding count as we are ending up needing 1 from packet in queue. 2024-11-18 10:46:37 -05:00
Isaac Connor
d4d6438228 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-11-17 10:16:35 -05:00
Isaac Connor
70c715212f Move authentication options to it's own tab 2024-11-17 10:16:31 -05:00
Isaac Connor
6236f68add Fix console.err=>console.error 2024-11-15 16:19:40 -05:00
Isaac Connor
ce862d4b70 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-11-12 06:56:22 -05:00
Isaac Connor
f1cab94091 Add mysql install and db creation to Jammy instructions. Add a couple hints that it also applies to newer. Fixes #4185 2024-11-12 06:56:16 -05:00
Isaac Connor
1667e97dac Add Last Modified and Size to files and folders list. Size of folders is calculated recursively 2024-11-10 18:27:36 -05:00
Isaac Connor
3c6ba77be9 If no path given, if there is 1 storage area, default to it otherwise list available storage areas 2024-11-09 18:09:56 -05:00
Isaac Connor
292f0d9611 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-11-08 18:07:08 -05:00
Isaac Connor
b6a49bef00 Fix stream getting killed after visibility returns if we return before 15 seconds 2024-11-06 16:43:16 -05:00
Isaac Connor
15733c284f Update to latest PRO version. Uses self{} fields instead of local variables so we can use Control:: parent functions. Adds firmware detection and updating. Better credential parsing. 2024-11-06 16:32:26 -05:00
Isaac Connor
6c214c462c Don't show deleted monitors 2024-11-06 13:21:02 -05:00
Isaac Connor
63ab3d6e14 Remove the modal content so that when choosing another group or new we get that instead of the first content 2024-11-06 13:18:24 -05:00
Isaac Connor
96406e2044 Reset decoding_image_count when Paused so that when we resume, the Ready function waits for enough packets in queue. 2024-11-06 13:01:13 -05:00
Isaac Connor
996d131179 destroying then re-applying chosen for some reason auto-selects all options. Fix the problem by fixing the table width with css so that the underlying select is already 100%. 2024-11-06 12:21:57 -05:00