Isaac Connor
|
1c538a4bf0
|
Include Capturing, Analysing, Recording instead of Function
|
2022-12-14 08:28:21 -05:00 |
Isaac Connor
|
0a28a3e659
|
Add check for REQUEST['entity']. Add missing quotes around state word because it gets executed as code
|
2022-12-12 13:06:13 -05:00 |
Isaac Connor
|
b53eed852c
|
Merge branch 'master' of ../cloudmule
|
2022-12-07 12:39:58 -05:00 |
Isaac Connor
|
b7d5b53d67
|
Add handling of StartDateTime,EndDateTime,MonitorId as specific filters
|
2022-12-07 12:36:05 -05:00 |
Isaac Connor
|
df591a677e
|
Handle when there is no filtering in getNearEvents
|
2022-12-07 12:27:12 -05:00 |
Isaac Connor
|
753ba9e22b
|
Fix no results when showing all frames due to undefined limit
|
2022-12-04 10:44:03 -05:00 |
Isaac Connor
|
9fe7ba8c8c
|
Cleanup the state modal. Fix form post
|
2022-11-16 10:14:24 -05:00 |
Isaac Connor
|
d583c10fa6
|
Return events when limit is > the # of events returned
|
2022-11-03 17:48:39 -04:00 |
Isaac Connor
|
6199613c40
|
Merge branch 'add_event_data'
|
2022-10-31 18:00:32 -04:00 |
Isaac Connor
|
85e1f21ca7
|
Make button on Filter Debug modal be Close instead of Cancel
|
2022-10-31 17:59:52 -04:00 |
Isaac Connor
|
1ef87ab0b8
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2022-10-27 17:05:24 -04:00 |
Isaac Connor
|
b8a97b0fb9
|
Don't report errors from mkdir, it normally exists
|
2022-10-27 17:01:00 -04:00 |
Isaac Connor
|
f96c90ffa7
|
Fix saving Server modal. Form was incomplete, action and view were duplicated. Don't need javascript just use the submit button Save.
|
2022-10-26 09:00:25 -04:00 |
Isaac Connor
|
bfc4b5aa67
|
Implement filtering by ServerId
|
2022-10-25 13:36:02 -04:00 |
Isaac Connor
|
4f0f2224b2
|
Restructure code around build where part of sql, add specific filters for level, StartDateTime and EndDateTime.
|
2022-10-25 12:49:08 -04:00 |
Isaac Connor
|
20ebbc3c58
|
Fix saving from the function modal. Put action in the post variables and change the action to save instead of function.
|
2022-10-14 14:10:46 -04:00 |
Isaac Connor
|
5ae47c8671
|
Fix form structure, use of get instead of post and duplicated action input
|
2022-10-14 14:09:43 -04:00 |
Isaac Connor
|
371f1adbe7
|
update storage modal to fix buttons not being in form. Also remove duplicate view field and make button action be save instead of Save. Fixes #3605
|
2022-10-07 15:56:15 -04:00 |
Isaac Connor
|
de2866f957
|
Check value of System:Edit permission and ZM_LOG_INJECT to disable ajax log injection.
|
2022-10-06 14:51:29 -04:00 |
Isaac Connor
|
96b428edb5
|
Fix group modal. Use post instead of get, properly populate the save submit button
|
2022-10-03 15:48:05 -04:00 |
Isaac Connor
|
d289eb4860
|
File must be escaped as well to prevent XSS
|
2022-09-30 09:57:35 -04:00 |
Isaac Connor
|
fe0e4fcb8f
|
handle lack of sysvsem support in php better. Turn errors back on, just don't display them. Proceed regardless of semaphore success but log an error.
|
2022-09-28 14:48:13 -04:00 |
Isaac Connor
|
63e4c81d9c
|
Try out just using connkey as the semaphore key instead of ftok
|
2022-09-22 16:22:36 -04:00 |
Isaac Connor
|
faa6b8c9e7
|
Add connkey and semaphore key to logging about failure to get semaphore. Add sem_release before every ajaxError call because ajaxError exits and so we never release the semaphore.
|
2022-09-22 11:30:59 -04:00 |
Isaac Connor
|
46de7afb0f
|
Add fade to the logout modal which for some reason fixes it not showing after a hide
|
2022-09-14 13:09:51 -04:00 |
Isaac Connor
|
37dac7d3a6
|
Add transform support and use Event::createVideo
|
2022-09-12 13:44:18 -04:00 |
Isaac Connor
|
1fe3d52c96
|
remove extra spacing, move dropdown option own to where they are used
|
2022-09-12 13:44:18 -04:00 |
Isaac Connor
|
e24432ee4d
|
Merge branch 'master' into reports
|
2022-08-30 19:40:14 +02:00 |
Isaac Connor
|
84f14a03b0
|
Set auto_relay as well as auth_hash. getNavBar uses it
|
2022-08-17 15:00:01 -04:00 |
Isaac Connor
|
a41cba5c33
|
Quote and spacing
|
2022-08-15 17:59:17 -04:00 |
Isaac Connor
|
852b67bf21
|
Don't call format on an empty string and only pass the integer part of it
|
2022-08-10 17:58:11 -04:00 |
Isaac Connor
|
e10c1e8d65
|
Fix deprecation warning due to implicit conversion to integer. Make it explicit.
|
2022-08-10 09:18:39 -04:00 |
Isaac Connor
|
c18a5e422a
|
Rework code to be smaller. Don't require SystemView permission to post a log entry. Default to ERR if invalid err code provided instead of PANIC so that the log entry still gets saved
|
2022-08-10 09:18:39 -04:00 |
Isaac Connor
|
ad764ca0bb
|
rough in major actions for reports
|
2022-08-04 09:11:24 -04:00 |
Isaac Connor
|
e1581b6be6
|
db limits should not be affected by pre-conditions, so include the limit regardless of pre-sql-conditions.
|
2022-07-29 13:59:01 -04:00 |
Doug Nazar
|
262c087800
|
Use old event unpack() on 32bit systems.
PHP unpack() 64bit formats aren't available on 32bit.
|
2022-07-24 04:28:37 -04:00 |
Isaac Connor
|
e38dd4649d
|
Convert missed strftimes to dateTimeFormatter. Fixes #3526
|
2022-07-13 18:47:27 -04:00 |
ovargasp
|
db2a22fcb9
|
translations
|
2022-07-11 13:02:33 -06:00 |
Isaac Connor
|
e08b826843
|
Add support for lambda functions as post processing. Use the to replace StartDateTimeShort with StartDateTimeFormatted so that dates on viewed events use the specified formatting.
|
2022-06-21 11:42:18 -04:00 |
Isaac Connor
|
3299f5ed49
|
Handle php versions < 5.6.1 which don't have non-blocking semaphore support
|
2022-06-13 15:56:52 -04:00 |
Nic Boet
|
f6fdcc2953
|
Fix semaphore_tries on systems without System V
This appears to be impacting systems without php System V semaphore support
have_semaphore is not a boolean
Signed-off-by: Nic Boet <nic@boet.cc>
|
2022-06-06 22:51:34 -05:00 |
Isaac Connor
|
baebdb277e
|
Only return error messages, not a bunch of empty arrays
|
2022-06-06 13:09:41 -04:00 |
Isaac Connor
|
5068cf5e62
|
Add a progress ticker, and delete events in chunks of 10. Fixes #3444
|
2022-06-06 13:09:41 -04:00 |
Isaac Connor
|
d45f6bb7f6
|
fix formatter->format
|
2022-06-03 14:25:19 -04:00 |
Isaac Connor
|
d135be17ba
|
Must pass time() to format()
|
2022-06-03 14:25:19 -04:00 |
Isaac Connor
|
2dfc8297d5
|
Use dateTimeFOrmatter to format the date/time on session access
|
2022-06-01 16:02:47 -04:00 |
Isaac Connor
|
d3b1ede73a
|
Use dateTimeFOrmatter to format the date/time on events
|
2022-06-01 15:46:18 -04:00 |
Isaac Connor
|
6325dc6d1c
|
Use dateTimeFOrmatter to format the date/time on frames
|
2022-06-01 15:43:15 -04:00 |
Isaac Connor
|
b4d5029884
|
Use dateTimeFOrmatter to format the date/time on logs
|
2022-06-01 15:42:44 -04:00 |
Isaac Connor
|
da0483f3e7
|
Use global dateFormatter to format time in ajax events response. Don't format Length as it loses precision. Let javascript side do it. Turn off error_reporting in the output as it breaks the json
|
2022-06-01 13:32:32 -04:00 |