Isaac Connor
|
48ad8d47fc
|
Add capture_max_fps to monitor object instead of just calculating the delay.
|
2019-07-31 11:23:02 -04:00 |
Isaac Connor
|
7f19831e0c
|
Use isset when testing for existence of authash in session
|
2019-07-29 14:54:55 -04:00 |
Isaac Connor
|
5a93150f5b
|
Use isset when testing for existence of authash in session
|
2019-07-29 14:54:36 -04:00 |
Isaac Connor
|
e5ba108149
|
Merge branch 'storageareas' of github.com:connortechnology/ZoneMinder into storageareas
|
2019-07-26 12:46:01 -04:00 |
Isaac Connor
|
8167ff2143
|
fix eslint
|
2019-07-26 12:28:02 -04:00 |
Isaac Connor
|
4b89ced889
|
Warn about waiting more than .5s instead of .1
|
2019-07-26 12:24:36 -04:00 |
Isaac Connor
|
e5c194e9ee
|
Fix return 403 status code
|
2019-07-26 12:22:04 -04:00 |
Isaac Connor
|
09934ed7f5
|
Fix sendTextFrame
|
2019-07-26 12:21:25 -04:00 |
Isaac Connor
|
3da12fd141
|
Add a bunch of debugging
|
2019-07-26 12:21:15 -04:00 |
Isaac Connor
|
b5a35e57b5
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2019-07-26 10:54:02 -04:00 |
Isaac Connor
|
0643108ba4
|
Use fputs instead of fprintf. Spacing and google code style changes
|
2019-07-26 10:53:48 -04:00 |
Isaac Connor
|
547e80b1a9
|
Fix download and export button from events list. Fixes #2668 (#2670)
|
2019-07-24 12:31:43 -04:00 |
Isaac Connor
|
a6a2239e5b
|
Fixes #2579 by putting the event Id into an attribute of the delete button. Also uses a button instead of a link. Also only does parent refresh if parent exists (#2662)
|
2019-07-24 11:39:21 -04:00 |
Isaac Connor
|
39262d55f5
|
Also show secondary storage area when viewing event
|
2019-07-24 11:26:07 -04:00 |
Isaac Connor
|
2d46f2adab
|
add Secondary Storage Area options.
|
2019-07-24 11:25:51 -04:00 |
Isaac Connor
|
1a0beab703
|
add Secondary Storage Area options. Storage array is now an array of Objects so use the Name key
|
2019-07-24 11:25:38 -04:00 |
Isaac Connor
|
1254e8ab67
|
Add AttrSecondaryStorageArea to lang
|
2019-07-24 11:24:50 -04:00 |
Isaac Connor
|
45afc2a534
|
introduce array_recursive_diff which we use to compare two arrays in Object::changes
|
2019-07-24 11:24:37 -04:00 |
Isaac Connor
|
e3a9d5d488
|
Rewrite changes to run through the keys of the passed in new values array, and handle object methods as well as basic values
|
2019-07-24 11:24:14 -04:00 |
Isaac Connor
|
341f4adbdf
|
Functions that change the Query must reset Query_json as well
|
2019-07-24 11:23:38 -04:00 |
Isaac Connor
|
aff081ad41
|
Must commit after COpyTo to release locks
|
2019-07-24 11:23:13 -04:00 |
Isaac Connor
|
58851d23d2
|
Add Secondary Storage support to the Event object
|
2019-07-24 11:22:55 -04:00 |
Isaac Connor
|
afa02e436d
|
Upgrade Storage perl object to use parent Object::find
|
2019-07-24 10:53:56 -04:00 |
Isaac Connor
|
57133691e9
|
Add update script for SecondaryStorageArea capability in Events and Filters
|
2019-07-24 10:53:23 -04:00 |
Isaac Connor
|
2d556e6402
|
Add SecondaryStorageId to Events
|
2019-07-24 10:52:32 -04:00 |
Isaac Connor
|
99f78c50af
|
Add Updating SecondaryStorageId when using CopyTo
|
2019-07-24 09:37:38 -04:00 |
Isaac Connor
|
98922b6788
|
Add SecondaryStorageId to Event so that we can update it
|
2019-07-24 09:37:16 -04:00 |
Isaac Connor
|
bb653b172c
|
Use hires time to give better bandwidth reporitng
|
2019-07-23 14:34:26 -04:00 |
Isaac Connor
|
d4eae18055
|
Merge branch 'master' into filter_add_copy
|
2019-07-23 13:06:17 -04:00 |
Isaac Connor
|
49621bf652
|
Only parse Sql if there is a Query in the filter
|
2019-07-23 12:58:03 -04:00 |
Isaac Connor
|
d3d0579454
|
Merge branch 'storageareas' of github.com:ConnorTechnology/ZoneMinder into storageareas
|
2019-07-23 10:14:34 -04:00 |
Isaac Connor
|
a4a144d2fa
|
Merge branch 'master' into filter_add_copy
|
2019-07-23 10:04:23 -04:00 |
Isaac Connor
|
88beb46c3e
|
Add FilterCopyEvents
|
2019-07-23 10:04:15 -04:00 |
Isaac Connor
|
df0aef89af
|
gracefully handle when window[fnName] doesn't exist
|
2019-07-23 10:03:28 -04:00 |
Isaac Connor
|
0e040fc2fc
|
Add click_autocopy function
|
2019-07-23 10:00:05 -04:00 |
Isaac Connor
|
346933126d
|
Update filter view to use Filter::find
|
2019-07-23 09:59:49 -04:00 |
Isaac Connor
|
9b6dedb35d
|
Update Filter saving action to use object set/save etc
|
2019-07-23 09:58:28 -04:00 |
Isaac Connor
|
35ec60ca03
|
Change Storage object to extend ZM_Object
|
2019-07-23 09:58:05 -04:00 |
Isaac Connor
|
7c52f8a4ae
|
Fixes and add Objects_Indexed_By_Id
|
2019-07-23 09:57:44 -04:00 |
Isaac Connor
|
b05aff1d5d
|
Update Filter Object to extend ZM_Object. Rename Query to Query_json and implement a Query function to parse Query_json
|
2019-07-23 09:57:16 -04:00 |
Isaac Connor
|
fd95ab23e9
|
Add AutoCopy support
|
2019-07-23 09:55:27 -04:00 |
Isaac Connor
|
f9b5c8a1f4
|
If query is empty don't bother parsing it
|
2019-07-23 09:55:14 -04:00 |
Isaac Connor
|
e821553265
|
Split MoveTo into CopyTo and MoveTo.
|
2019-07-23 09:54:39 -04:00 |
Isaac Connor
|
fe71a9abaa
|
php_errormsg is deprecated
|
2019-07-19 16:32:40 -04:00 |
Isaac Connor
|
1e0c39c632
|
mostly spacing cleanups. Don't bother setting pkt_duration on resampled frame
|
2019-07-19 16:28:18 -04:00 |
Isaac Connor
|
9a31f8792c
|
return proper error codes when failed auth or fail permissions
|
2019-07-19 13:55:35 -04:00 |
Isaac Connor
|
f3166663a5
|
unref hw_device_ctx on Close. I think this should release all the other hwaccel related stuff
|
2019-07-19 12:51:31 -04:00 |
Isaac Connor
|
fcee031785
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2019-07-17 21:10:46 -04:00 |
Isaac Connor
|
542d88b6a4
|
fix compile without HWCONTEXT
|
2019-07-17 21:10:24 -04:00 |
Pliable Pixels
|
a9d01ba3d2
|
Alarm api (#2665)
* fixed alarm api to use tokens if present
* clearer debug logs for tokens
* space
|
2019-07-17 20:38:58 -04:00 |