Isaac Connor
|
581a6aa6b8
|
Put debug lines where they should go to reduce confusing excess logging
|
2023-10-24 13:43:10 -04:00 |
Isaac Connor
|
02a65fa6cb
|
Bump version to 1.37.46 to pickup montage layout updates
|
2023-10-24 12:26:15 -04:00 |
Isaac Connor
|
b01908e93c
|
Don't include the third nav element for nav banner when there is no banner set so as to take up less space
|
2023-10-23 17:06:28 -04:00 |
Isaac Connor
|
7596cdcde3
|
Change grep to match at beginning of line. The grep can show in the process list and so give us a broken result. Add debugging when we don't get a value.
|
2023-10-23 17:05:15 -04:00 |
Isaac Connor
|
ab979c8f42
|
Fix typo in getHomeView
|
2023-10-23 16:49:34 -04:00 |
Isaac Connor
|
717f644087
|
Define ->savedErrorReporting to prevent php errors in logs
|
2023-10-23 16:39:43 -04:00 |
Isaac Connor
|
7bd518b23d
|
Add debug for not clearing packets
|
2023-10-23 14:22:51 -04:00 |
Isaac Connor
|
eb6baf4365
|
Importance is an enum, default value should be Normal
|
2023-10-23 12:51:29 -04:00 |
Isaac Connor
|
eb291b76d1
|
Better log message when we have a weird value for Importance
|
2023-10-23 12:49:12 -04:00 |
Isaac Connor
|
983498cf18
|
Add support for application/octet-stream
|
2023-10-23 10:09:08 -04:00 |
Isaac Connor
|
1411c47c99
|
Correct case of value in User_Perference
|
2023-10-20 14:51:18 -04:00 |
Isaac Connor
|
84ca405749
|
Rename a variable due to cutnpsating
|
2023-10-20 14:51:07 -04:00 |
Isaac Connor
|
0ab7a755ba
|
Event::Tags returns an array of Tags objects, so turn them into a string.
|
2023-10-20 14:02:48 -04:00 |
Isaac Connor
|
c287b7f645
|
Add Tags() and Event_Tags() functions to Event
|
2023-10-20 14:02:25 -04:00 |
Isaac Connor
|
d303927ad0
|
Rough in ORM for Tags
|
2023-10-20 14:02:10 -04:00 |
Isaac Connor
|
7824613e53
|
Allow Objects with no Id, they can't be cached but can be used.
|
2023-10-20 14:01:55 -04:00 |
Isaac Connor
|
f650d300d4
|
BUmp jquery to 3.7.1
|
2023-10-20 10:53:24 -04:00 |
Isaac Connor
|
092d063b92
|
Clean up whitespace, turn off verbose in curl
|
2023-10-20 10:52:23 -04:00 |
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 |