Commit Graph

11211 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
57fb0cba1b Check for existing monitorStream to avoid js errors 2024-12-04 15:07:29 -05: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
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
7bcb588bf3 Fix eslint 2024-11-23 14:08:35 -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
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
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
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
b6a49bef00 Fix stream getting killed after visibility returns if we return before 15 seconds 2024-11-06 16:43:16 -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
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
Isaac Connor
8385aca883 Set any tables in a modal to 100% so that they fill the modal. 2024-11-06 12:21:15 -05:00
Isaac Connor
f51f1b4200 If no group id don't do sql lookup 2024-11-06 12:20:48 -05:00
Isaac Connor
b78ce0fea5 Give an id to the newGroup[MonitorIds] select can look it up more efficiently when applying chosen rules 2024-11-06 12:20:09 -05:00
Isaac Connor
a8c658aa50 Ensure that Servers is global. 2024-11-06 10:38:24 -05:00
Isaac Connor
5c01109f03 List monitor id in warning message about not being assigned a server. 2024-11-04 09:17:20 -05:00
Isaac Connor
9e7d31841e Fix SQL Vulnerability. Fixes GHSA-qm8h-3xvf-m7j3 2024-10-31 13:51:50 -04:00
Isaac Connor
335900a727 Remove debugging of fps 2024-10-30 10:32:06 -04:00
Isaac Connor
1de8d76cae Remove debug of forceAlarmButton 2024-10-29 13:31:11 -04:00
Isaac Connor
e616449af6 If AYSW is active, don't restart stream when window becomes visible again 2024-10-29 13:31:00 -04:00
Isaac Connor
e7d4bafecf Produce better error log when panZoom entry is not found 2024-10-28 16:05:14 -04:00
Isaac Connor
94c2816841 Split out the default and initial_default concepts 2024-10-26 13:59:59 -04:00
Isaac Connor
1c0e03b813 Set the default for AnalysisFPSLimit to null so that we can empty it. Add an initial_default to use when creating a new monitor 2024-10-26 13:59:45 -04:00
Isaac Connor
ad582e9033 Add Linked as a cause type to search for 2024-10-26 13:34:40 -04:00
Isaac Connor
c51c287c01 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-10-25 15:44:10 -04:00
Isaac Connor
d9718235b9 Now that we are doing a better job of sizing/laying out the streams, we can set svg height to 100% so that it matches the ratio adjustment 2024-10-25 15:43:56 -04:00
Isaac Connor
3e1c5573ec Don't warn about no locale set, that is normal 2024-10-25 11:02:49 -04:00
Isaac Connor
f02121fcc2 Check for validity of locale. Handle fatal crash when setting datetiemformatter when an invalid locale is used. Fixes #4179 2024-10-25 10:41:56 -04:00
Isaac Connor
bd6570d492 Add missing const 2024-10-24 18:29:23 -04:00
Isaac Connor
8a7c7f20f6 Add Turkishtr 2024-10-24 10:00:32 -04:00
Isaac Connor
2e4cd94853 Fix eslint 2024-10-24 09:02:46 -04:00
Isaac Connor
550c08969f Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-10-24 09:02:09 -04:00
Isaac Connor
bc5000ec06 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2024-10-23 19:06:37 -04:00