Isaac Connor
|
a7fd65d844
|
Put SCALE_BASE in skin.js.php as it is used in many places.
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
6f3e22f2a0
|
If no bottom element is specified, take the last child of content in scaleToFit
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
8d0463bbff
|
Implement getElement, setScale in MonitorStream.js
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
98e29e7ef6
|
implement UrlToZMS in Monitor
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
9d37fbcd8e
|
Fix some build warnings on arm
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
dc9f7b4d1d
|
Rough in fullscreen mode on montage
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
acff4fb9c0
|
rough in fullscreen mode in watch view
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
c76e688f05
|
Don't exit(0) on QUIT. Instead set zm_terminate=true so that all the cleanup routines run.
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
53c57478b8
|
Ignore versioned bootstrap
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
82a26a1f83
|
use != Monitor instead of all the other cases
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
bdf55f105e
|
Spacing
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
0573c09b50
|
Cleanup and spacing. Rework last_motion_score to be a bit more efficient and use fewer lines. Fix case where MOCORD was not ending/starting event on alarm.
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
71931f007a
|
alert error message is an error is returned instead of rows
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
944c04e5b4
|
Whitespace
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
9036728bdc
|
Report error if sql fails. Add check for access to specific event.
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
01eac4a277
|
Default to now instead of ... epoch? when endtime is null. Fixes video playing when event is incomplete
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
3ac5402699
|
Pretty up the v4l field names
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
caeaf91cad
|
Only list available ids if there are some
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
8868a0fc41
|
enforce default action
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
1561adbef9
|
Add title to Download button
|
2021-11-12 15:11:41 -05:00 |
Isaac Connor
|
193f349e38
|
implement Event::canEdit
|
2021-11-12 13:37:01 -05:00 |
Isaac Connor
|
036d47a832
|
proper fix to memleak
|
2021-11-11 14:42:08 -05:00 |
Isaac Connor
|
6d30f5431b
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2021-11-11 13:58:56 -05:00 |
Isaac Connor
|
a0215067e4
|
In multi-server when viewing an event it may be coming from a different server than the serverhost. Use monitorUrl instead of thisUrl in ajax calls and include auth data. Fixes failed ajax when viewing h264 using zms on a multi-server environment
|
2021-11-11 13:58:52 -05:00 |
Isaac Connor
|
883772295d
|
spacing and log the new log level string as well as number
|
2021-11-11 13:51:17 -05:00 |
Isaac Connor
|
6cd1f6b5f3
|
Fix memleak on event creation due to not freeing storage object
|
2021-11-11 13:50:18 -05:00 |
Isaac Connor
|
dc756ad670
|
add back update for Manufacturers and Models
|
2021-11-10 19:20:39 -05:00 |
Isaac Connor
|
9d71f1192a
|
merge manufacturer update into existing zm_update-1.37.2 and then move it to .in
|
2021-11-10 19:18:16 -05:00 |
Isaac Connor
|
721769993b
|
Set to never timeout while generating video
|
2021-11-10 17:05:46 -05:00 |
Isaac Connor
|
8d85d0f640
|
Make state enum start at 0 as we are indexing into an array for StateStrings
|
2021-11-10 16:53:29 -05:00 |
Isaac Connor
|
5ac9f88d00
|
Use event->StartTime instead of GetVideoWriterStartTime. Add some parenthesis to make logic clearer and add more info to debug statements
|
2021-11-10 16:53:07 -05:00 |
Isaac Connor
|
2c0c257d76
|
spacing
|
2021-11-10 14:25:45 -05:00 |
Isaac Connor
|
0732d4c1b3
|
setScale to auto
|
2021-11-10 14:25:29 -05:00 |
Isaac Connor
|
377219befe
|
Include url_to_zms in monitorData
|
2021-11-10 14:25:12 -05:00 |
Isaac Connor
|
ed84b59671
|
remove extra ,
|
2021-11-10 14:23:36 -05:00 |
Isaac Connor
|
5d0bd978e4
|
Implement Exit Fullscreen using same button
|
2021-11-10 14:22:05 -05:00 |
Isaac Connor
|
43c1886267
|
Put SCALE_BASE in skin.js.php as it is used in many places.
|
2021-11-10 14:21:38 -05:00 |
Isaac Connor
|
b8f6172110
|
If no bottom element is specified, take the last child of content in scaleToFit
|
2021-11-10 14:21:12 -05:00 |
Isaac Connor
|
474f65cff3
|
Implement getElement, setScale in MonitorStream.js
|
2021-11-10 14:20:19 -05:00 |
Isaac Connor
|
4c2d50c1f4
|
implement UrlToZMS in Monitor
|
2021-11-10 14:18:58 -05:00 |
Isaac Connor
|
44d88edbbb
|
Fix some build warnings on arm
|
2021-11-09 17:01:13 -05:00 |
Isaac Connor
|
f263da8986
|
Rough in fullscreen mode on montage
|
2021-11-09 17:01:13 -05:00 |
Isaac Connor
|
30d4900b45
|
rough in fullscreen mode in watch view
|
2021-11-09 17:01:13 -05:00 |
Isaac Connor
|
508be72e08
|
Don't exit(0) on QUIT. Instead set zm_terminate=true so that all the cleanup routines run.
|
2021-11-09 15:49:44 -05:00 |
Isaac Connor
|
96a58f8c88
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2021-11-09 14:00:25 -05:00 |
Isaac Connor
|
66517218f1
|
Ignore versioned bootstrap
|
2021-11-09 14:00:04 -05:00 |
Isaac Connor
|
5d23362ae0
|
use != Monitor instead of all the other cases
|
2021-11-09 13:59:14 -05:00 |
Isaac Connor
|
38105c6796
|
Spacing
|
2021-11-09 13:59:14 -05:00 |
Isaac Connor
|
7aefd657c7
|
Cleanup and spacing. Rework last_motion_score to be a bit more efficient and use fewer lines. Fix case where MOCORD was not ending/starting event on alarm.
|
2021-11-09 13:59:14 -05:00 |
Isaac Connor
|
7abbfc2fb5
|
alert error message is an error is returned instead of rows
|
2021-11-09 13:59:14 -05:00 |