Commit Graph

22837 Commits (63bf00c0650fe0be507881686248e2ac50d7765f)

Author SHA1 Message Date
Isaac Connor 63bf00c065 Clean up whitespace, turn off verbose in curl 2023-10-20 10:52:14 -04:00
Isaac Connor 3f7e9d57ae Put back code to free audio context and codec. If we aren't useing second input, we still need to free them. 2023-10-20 10:51:44 -04:00
Isaac Connor f5107b5743 Default to showing PTZ if it is enabled 2023-10-20 09:05:03 -04:00
Isaac Connor 7c2ec7f404 Improve replayMode loading, adding support for User Preference default value 2023-10-19 13:02:39 -04:00
Isaac Connor 876d76ef1d Only do thumbnail animations if not on mobile. 2023-10-18 12:03:56 -04:00
Isaac Connor 48b5960fac Can't copy by ref, the limit will affect unfiltered as well 2023-10-17 14:57:57 -04:00
Isaac Connor 41c156918e aviableTags must be defined 2023-10-17 14:13:44 -04:00
Isaac Connor 3cd6b78b85 OutputCodec cannot be null 2023-10-17 12:33:27 -04:00
Isaac Connor cc377edfe7 After seeking forward, if we've gone too far, seek backwards 2023-10-16 16:55:35 -04:00
Isaac Connor 943f9714b9 Add debug for timebase conversion 2023-10-16 16:36:30 -04:00
Isaac Connor b7424b5bea Test for seek beyond event length and frame_id > last_frame_id 2023-10-16 14:33:57 -04:00
Isaac Connor eaf43daa5c Fix missing date init 2023-10-16 14:13:07 -04:00
Isaac Connor 621e9e68d0 Must use floats when calculating width of progress bar segments. 2023-10-16 14:07:21 -04:00
Isaac Connor 11214cb9c9 Add debug for returned frame decision 2023-10-16 14:05:25 -04:00
Isaac Connor 61791c76a3 Adjust debug level of no event change required line as it repeats a billion times.. 2023-10-16 14:05:12 -04:00
Isaac Connor e9d51731e8 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2023-10-16 12:23:37 -04:00
Isaac Connor db7a25ab3b Remove event rename button functionality, as that exists in eventdetail/event edit. 2023-10-16 12:23:29 -04:00
Isaac Connor 6e8efe6332 Increase debug level when packet is not for our stream, which is common when audio is present. 2023-10-16 12:16:36 -04:00
Isaac Connor c6d9c7731d Add aborting in transit events loading before sending another. 2023-10-16 12:15:55 -04:00
Isaac Connor 1658943097 Use playClicked instead of vjsPlay as it has additional functionality 2023-10-16 12:15:28 -04:00
Isaac Connor 277f856452 Move lock lower down to where it is crucial. When debugging offsets, use %.6f instead of %.2f 2023-10-16 12:14:38 -04:00
Isaac Connor c06f32fd67 Only load event OBject and test post_sql_conditions if the filter has any. Save a little processing. Copy unfiltered rows by reference. 2023-10-16 12:04:14 -04:00
Isaac Connor ea76a03043 Rename startRTSPtoWebRTSPPaly to startRTSPtoWebPlay 2023-10-15 17:55:44 -04:00
Isaac Connor 93f5378f4e Fix undefined reference to startPlay 2023-10-15 17:55:44 -04:00
Isaac Connor 8fd33b7f77 Handle case when Alarm frame or MaxScore frame don't exist. 2023-10-15 17:55:44 -04:00
Isaac Connor 71ff61b05f Use parseInt around quoted number values so that we can trust that they are integers. Fixes an issue with StreamReplayBuffer 2023-10-15 17:55:44 -04:00
Isaac Connor 58969fc87f
Merge pull request #3778 from jantman/patch-1
docs: debian 12 install needs a2enmod cgi
2023-10-13 09:37:30 -04:00
Isaac Connor 4fe61d60ca Add Email as a column in user list 2023-10-13 09:01:56 -04:00
Jason Antman e720b5f5b1
docs: debian 12 install needs a2enmod cgi 2023-10-13 06:56:17 -04:00
Isaac Connor fdc500304b Add test to see if php-curl is installed instead of crashing. 2023-10-12 11:04:55 -04:00
Isaac Connor 18e2556f23 Add php-curl to depends 2023-10-12 11:02:43 -04:00
Isaac Connor 0ba0e6d27b Control form elements were renamed from newControl to just Control. Update validateForm to match. 2023-10-11 14:58:54 -04:00
Isaac Connor ad35eba013 Use bootstrap table for user list, giving us sortable columns and we can use mobile table/card 2023-10-11 13:34:38 -04:00
Isaac Connor 7762e882b1 Remove debug 2023-10-11 13:34:09 -04:00
Isaac Connor 69e601d286 Fix failure to save new user due to Snapshots not getting a default value. 2023-10-11 13:34:00 -04:00
Isaac Connor bdc6bb58d6 Add a redirect after user delete so that we don't have form resubmission 2023-10-11 13:33:31 -04:00
Isaac Connor 0fe6dc2997 Fix the second Offline test. Fixes #3766 2023-10-11 11:34:27 -04:00
Isaac Connor feb3d91e8b Remove Tags from Event Data defaults. I don't think it is meant to be there 2023-10-06 14:54:17 -04:00
Isaac Connor 72d021dae9 Remove Tags from Event Data defaults. I don't think it is meant to be there 2023-10-06 14:49:57 -04:00
Isaac Connor 16db44193f Test for data.response being defined and do some logging if not 2023-10-06 14:32:55 -04:00
Isaac Connor 9ff31ab4f5 Only print logged in user name if we are actually logged in, in order to avoid errors in logs 2023-10-05 17:03:42 -04:00
Isaac Connor 38be4feeb8 Servers is a global, don't need to hit the db again 2023-10-05 11:51:33 -04:00
Isaac Connor 58ef8fe509 IF operator is LIKE and there is no %, automatically add them to front and back so that we get a match. 2023-10-05 11:50:29 -04:00
Isaac Connor 651fe2596f Remove debug, add ETAGS subsitution. Fix not doing substitutions on the head of a summary email 2023-10-04 17:08:13 -04:00
Isaac Connor 582245cdaf Rework new and find to properly handle multi-column primary keys 2023-10-04 17:07:50 -04:00
Isaac Connor 69e6c56ac3 Add Objects for Tag, Event_Tag and add functions to Event to load them. 2023-10-04 17:07:19 -04:00
Isaac Connor bc27af71a5 Add Tags and Event_Tags tables to db creation 2023-10-04 16:25:20 -04:00
Isaac Connor 3836e7d2a7 The value will be the Tag ID so compare against T.Id not T.Name 2023-10-04 15:57:54 -04:00
Isaac Connor c78063abd1 If we can edit we should still be able to do view actions 2023-10-04 15:11:14 -04:00
Isaac Connor 44c5c3c70c Introduce new download mode that concats event videos into 1 file per monitor 2023-10-04 12:04:11 -04:00