SzymekCRX
2bcad7bf5e
Critical bug in events.php
...
Two extra brackets causes fatal error in Ajax request causing 500 HTTP error and problems with listing / deleting events
2021-10-28 07:43:44 +02:00
Isaac Connor
6478999ecf
Fix Event count subsitutions in emails because they are no longer in Monitor_Status. They are in Event_Summaries. So create a new object for them and use it.
2021-10-27 12:21:03 -04:00
Isaac Connor
a74b785d08
Move the protocol loading into the Monitor Object.
2021-10-26 18:15:43 -04:00
Isaac Connor
a2ec18be5a
Implement Control() function to implement the Protocol Specific Control object
2021-10-26 18:15:43 -04:00
Isaac Connor
d62d88a0a3
add utility functions parseNameEqualsValueToHash and hash_diff
2021-10-26 18:15:43 -04:00
Isaac Connor
c864d0765b
Update, add url parsing to match other control scripts. Add getConfig and setConfig
2021-10-26 18:15:43 -04:00
Isaac Connor
cebe86feb2
Make ZoneMinder::Control ingerit from Object. Make loadMonitor use MonitorId
2021-10-26 18:15:43 -04:00
Isaac Connor
d56de57494
set vertical-align:top on monitor edit labels
2021-10-25 16:55:23 -04:00
Isaac Connor
a55bd23bf6
Add some extra parenthesis to make sure the logic works right
2021-10-25 16:55:23 -04:00
Isaac Connor
7f573b147f
Continue altering monitor view to do Capturing, Analysing, Recording
2021-10-25 16:54:53 -04:00
Isaac Connor
fb67c6a3e7
Add defaults for Capturing, Analysing, Recording
2021-10-25 16:53:42 -04:00
Isaac Connor
3770306817
Add logic to skip capturing if Capturing()==Ondemand
2021-10-25 16:53:18 -04:00
Isaac Connor
cc51642eff
Add Capturing() Analysing() Recording() and fix hasViewers logic
2021-10-25 16:52:49 -04:00
Isaac Connor
509cecf9f5
Skip image checking capturing==Ondemand
2021-10-25 16:52:20 -04:00
Isaac Connor
72d2b99ca4
Add last_viewed_time
2021-10-25 16:51:57 -04:00
Isaac Connor
1e38cf8bb7
Fix monitor type labels by adding an Unknown for entry 0. Implement Function_Strings. Fix decoding_enabled not being recalculated correctly because we havn't loaded savejpegs or videowriter yet.
2021-10-25 16:40:21 -04:00
Isaac Connor
51e77438fa
Add sort-name and sort-order to bootstrap table options. Also set data-remember-order=false. This allows orderings set by filters to work. Fixes #3348
2021-10-25 12:35:46 -04:00
Isaac Connor
0c222f66ee
Add sort_asc, sort_field and limit to the filter QueryString
2021-10-25 12:34:51 -04:00
Isaac Connor
8afed25d18
Use filter->sort_asc and sort_field which will use either the value specified in query, or defaults set in system. url params order and sort will override.
2021-10-25 12:34:28 -04:00
Isaac Connor
5e21d4833a
Remove dead code, remove locking from CopyTo, put locking into MoveTo.
2021-10-25 11:09:29 -04:00
Isaac Connor
9169da6963
Only start a transaction if we are not already in a transaction
2021-10-25 11:09:06 -04:00
Isaac Connor
df1b42ab53
add setLastViewed for monitors that have clients
2021-10-24 17:45:22 -04:00
Isaac Connor
3d2615d66f
Spacing
2021-10-24 17:43:34 -04:00
Isaac Connor
824322dff6
spacing and setLastViewed in monitor when streaming
2021-10-24 17:43:02 -04:00
Isaac Connor
6992644fc3
Add last_viewed_time and accessor functions
2021-10-24 17:42:39 -04:00
Isaac Connor
c6eedd434c
Make delete dialog disappear on success. Fixes #3377
2021-10-22 20:59:04 -04:00
Isaac Connor
4351f51929
Fix logic ordering in 1.35.14 updated that moves columns from Monitors table to Monitor_Status
2021-10-20 13:14:04 -04:00
Isaac Connor
ccdf002c18
Merge branch 'master' of github.com:ZoneMinder/zoneminder
2021-10-19 15:27:14 -04:00
Isaac Connor
ac15ea42cd
enforce default action
2021-10-19 14:34:17 -04:00
Isaac Connor
52f0240334
free and re-init opts as needed
2021-10-19 13:05:11 -04:00
Isaac Connor
6d7f752eb0
Only record when in modect or nodect. Linked monitors would cause a monitor in monitor mode to record
2021-10-19 13:04:49 -04:00
Isaac Connor
16d0e269df
WHen saving v4l settings redirect back to watch instead of console.
2021-10-19 12:39:37 -04:00
Isaac Connor
bfcc6ed13e
Merge pull request #3376 from pmuetschard/encoder_opts
...
Respect the encoder options for the header write.
2021-10-19 12:37:59 -04:00
Pascal Muetschard
14e6d660e7
Respect the encoder options for the header write.
...
Fixes an issue where the encoder options were ignored in the
passthrough case, because the options were free'ed and not
re-initialized.
2021-10-18 20:15:02 -07:00
Isaac Connor
9f023f7bdd
Merge pull request #3372 from SudoMike/writable_image_buffer_function
...
Added non-const versions of Image::Buffer
2021-10-17 19:11:39 -04:00
Isaac Connor
4af605e675
Merge pull request #3374 from makers-mark/master
...
Fix typo
2021-10-17 19:10:34 -04:00
Isaac Connor
d1596dee02
Fix removing uneeded checked
2021-10-17 19:08:12 -04:00
makers-mark
276add8ee4
Fix typo
2021-10-17 16:03:52 -04:00
Isaac Connor
e1d49ea172
fix index -> image_index
2021-10-17 15:13:34 -04:00
Isaac Connor
3f6d6fe7a0
Improve debug logging of packetqueue cleaning
2021-10-17 15:02:31 -04:00
Isaac Connor
8cbd401dee
Add AnalysisSource, Recording, RecordingSource, Capturing to monitor load.
2021-10-17 13:36:37 -04:00
Isaac Connor
d55ada339c
Add AnalysisSource, Recording, RecordingSource, Capturing to monitor load. Also in loading Linked Monitors, don't care about set function, as it might change during runtime
2021-10-17 13:36:14 -04:00
Isaac Connor
c05200d2a7
Merge pull request #3373 from havardAasen/minor_fixes
...
Update man-pages and typos.
2021-10-17 11:54:48 -04:00
Håvard Flaget Aasen
f2281d1017
Typos in documentation
...
This is typos noticed by lintian.
2021-10-17 13:29:00 +02:00
Håvard Flaget Aasen
5970416f0b
Fix errors when converting man-pages with pod2man.
...
Change unrecognised characters to corresponding ASCII value.
pod2man generates errors when encountering non-ASCII characters.
It correctly guesses UTF-8, but it still displays an error message
in the produced man-page.
2021-10-17 13:23:41 +02:00
Isaac Connor
c81f3d9c61
add Capturing, Analysing, AnalysisSource, Recording, RecordingSource to Monitors
2021-10-16 20:37:16 -04:00
Isaac Connor
45b7c7b105
add Capturing, Analysing, AnalysisSource, Recording, RecordingSource, SecondPath
2021-10-16 20:36:19 -04:00
Isaac Connor
d8b51fcf38
add function for onchange for Capturing, Analysing, Recordin, SecondPath
2021-10-16 20:35:37 -04:00
Isaac Connor
8d1c45162d
Add functions to return options for Capturing, Analysing, AnalysisSource, Recording, RecordingSource
2021-10-16 20:35:11 -04:00
Isaac Connor
7bda103b99
WHen saving v4l settings redirect back to watch instead of console.
2021-10-16 18:30:55 -04:00