Isaac Connor
|
7489d66557
|
use is_video_stream utility function.
|
2020-05-07 13:40:32 -04:00 |
Isaac Connor
|
9f73a55087
|
Make params to is_video_* a const because we don
't alter it
|
2020-05-07 13:39:32 -04:00 |
Isaac Connor
|
bab15217f5
|
Make zm_terminate available to anyone who includes zm.h
|
2020-05-07 13:38:56 -04:00 |
Isaac Connor
|
cd9d3311ed
|
Add a User object script
|
2020-05-07 11:07:27 -04:00 |
Isaac Connor
|
d71de221ae
|
If auth is turned on, add a UserId dropdown to filters
|
2020-05-07 11:00:50 -04:00 |
Isaac Connor
|
e01538419f
|
Add FilterUser to language
|
2020-05-07 10:59:50 -04:00 |
Isaac Connor
|
a9a490126a
|
Add UserId to Filter object
|
2020-05-07 10:59:32 -04:00 |
Isaac Connor
|
4bd0cca4b8
|
Update Filter object, specifying fields and using parent's find methods
|
2020-05-07 10:59:06 -04:00 |
Isaac Connor
|
58fae48736
|
Add canEdit tests to delete,delete_files,CopyTo,MoveTo
|
2020-05-07 10:58:31 -04:00 |
Isaac Connor
|
d1ca4ed81c
|
Add UserId to pre-populated Filters
|
2020-05-07 10:57:51 -04:00 |
Isaac Connor
|
7643c9d375
|
Create SECURITY.md
Initial verison
|
2020-05-06 20:48:10 -04:00 |
Isaac Connor
|
5a15701873
|
remove annoying ()
|
2020-05-05 18:07:28 -04:00 |
Isaac Connor
|
ac31abd30c
|
Make onvif handle no resolution graceully
|
2020-05-05 18:07:12 -04:00 |
Isaac Connor
|
d281d2243c
|
bump version so that Frames.Id update runs
|
2020-05-05 18:05:23 -04:00 |
Isaac Connor
|
30adcb7cf5
|
Add a db update to alter Frames.Id to a bigint
|
2020-05-05 18:04:24 -04:00 |
Isaac Connor
|
85eb525e8f
|
Merge pull request #2928 from pliablepixels/dev
added association method to GroupsController to get Monitor Id/Name o…
|
2020-05-05 17:15:52 -04:00 |
Pliable Pixels
|
dadcea4884
|
remove recursive from index
|
2020-05-05 16:35:14 -04:00 |
Pliable Pixels
|
0817ea3bfb
|
added association method to GroupsController to get Monitor Id/Name of monitors that belong to the group
|
2020-05-05 16:32:54 -04:00 |
Isaac Connor
|
48df73fe35
|
Add UserId to Filters
|
2020-05-04 13:24:48 -04:00 |
Isaac Connor
|
8243dc0b19
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2020-05-02 11:49:35 -04:00 |
Isaac Connor
|
e9b1eacc6d
|
Fix not finding stream with old libs
|
2020-05-02 11:49:28 -04:00 |
Isaac Connor
|
28a3691b9c
|
Merge branch 'release-1.34'
|
2020-05-01 19:46:38 -04:00 |
Isaac Connor
|
65b8006cd6
|
Merge branch 'release-1.34'
|
2020-05-01 19:44:47 -04:00 |
Isaac Connor
|
3f680e11fa
|
Bump version for release
|
2020-05-01 19:23:37 -04:00 |
Isaac Connor
|
eca56c7123
|
Provide a more useful error message when the monitor's function is set to NONE. Fixes #2877
|
2020-05-01 19:21:20 -04:00 |
Isaac Connor
|
ef540aa972
|
sun_path is defined to be 108 bytes. No need for 4095. Quiets compiler warnings
|
2020-05-01 19:13:50 -04:00 |
Joe540
|
c9f04c9136
|
Support event_close_mode for record mode
Support event_close_mode for record mode (with linked monitor)
|
2020-05-01 19:10:23 -04:00 |
Isaac Connor
|
6098c4c961
|
properly close streams and free memory in ffmpeg_input destructor
|
2020-05-01 19:03:18 -04:00 |
Isaac Connor
|
c5cf6e1a74
|
undo random addition
|
2020-05-01 19:01:09 -04:00 |
Isaac Connor
|
050868fad1
|
fix build on libavtools < 12
|
2020-05-01 19:00:40 -04:00 |
Isaac Connor
|
9beb5cee3a
|
use delete[] instead of delete.
|
2020-05-01 18:55:48 -04:00 |
Isaac Connor
|
c99db3a03f
|
Remove some hard coded sizes, spacing and typos. Convert inputs to number inputs as appropriate
|
2020-05-01 18:47:10 -04:00 |
Isaac Connor
|
24aaeee155
|
dynamically load monitor Object when loading event data. Also dynamically load Storage, but only when the Id is different. Free the various objects in the destructor. Sync up some spacing issues with master.
|
2020-05-01 18:44:35 -04:00 |
Isaac Connor
|
0085e3d34f
|
Don't warn about image for WebSite Monitors
|
2020-05-01 18:15:19 -04:00 |
Isaac Connor
|
2071b2a71e
|
Guess video file name for in progress events
|
2020-05-01 18:14:58 -04:00 |
Isaac Connor
|
917c43a54b
|
If can't connect to db, bail instead of loading config
|
2020-05-01 18:08:32 -04:00 |
Isaac Connor
|
f96cc66b9d
|
google code style
|
2020-05-01 18:06:27 -04:00 |
Isaac Connor
|
683bf3f982
|
Handle no default set for array defaults. Fixes Warning when saving WebSite type Monitors
|
2020-05-01 15:32:54 -04:00 |
Isaac Connor
|
9dbeaa2c7b
|
Add default for Orientation. Fixes saving WebSite type monitors
|
2020-05-01 15:32:26 -04:00 |
Isaac Connor
|
ffcef8a42a
|
spacing and make sws_context static global so we don't have to keep initializing it when playing back from mp4 in eventstream.
|
2020-05-01 15:22:32 -04:00 |
Isaac Connor
|
1bd340d602
|
spacing in watch.php
|
2020-05-01 13:30:00 -04:00 |
Isaac Connor
|
6dbc917215
|
Don't include mootools on login view. It isn't needed and apparently breaks google recaptcha
|
2020-05-01 13:24:47 -04:00 |
Isaac Connor
|
82188c266e
|
Fixup Monitor->sendControlCommand. start/stop/quit should be run through zmdc.pl now instead of talking directly to zmcontrol.
|
2020-05-01 13:23:39 -04:00 |
Isaac Connor
|
45a445ac48
|
sync up index.php to master, where is a global
|
2020-05-01 13:21:02 -04:00 |
Isaac Connor
|
ad373a5549
|
add Zone.php from master
|
2020-05-01 13:20:42 -04:00 |
Isaac Connor
|
ebfae1f855
|
turn off debug
|
2020-05-01 13:17:39 -04:00 |
Isaac Connor
|
ffd7970b07
|
Merge branch 'release-1.34'
|
2020-05-01 13:17:10 -04:00 |
Isaac Connor
|
e960e638b3
|
Remove extra value='s from PTZ buttons. Fix remaining on-click-this on numbered presets
|
2020-05-01 13:07:29 -04:00 |
Isaac Connor
|
bd7475a450
|
use on-click instead of on-click-this. We can get the button from event.target. The palemoon browser doesn't have a global event object so this wasn't working
|
2020-05-01 13:06:15 -04:00 |
Isaac Connor
|
e29c426f04
|
Pass event object to data-on-click events
|
2020-05-01 13:04:55 -04:00 |