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
|
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 |
Isaac Connor
|
05a38c76ba
|
Turn back on flat structure for video Download
|
2022-05-24 12:11:18 -04:00 |
tftadmin Appleton
|
8912aeb56d
|
Fix loading sessions
|
2022-05-18 18:59:45 -04:00 |
tftadmin Appleton
|
ad2a2be7ef
|
Specify only sessions active in the last ZM_COOKIE_LIFTTIME seconds when loading logout modal
|
2022-05-18 18:59:28 -04:00 |
Isaac Connor
|
01ab1c2535
|
Fix errors when sorting by EndDateTime.
|
2022-04-13 17:18:59 -04:00 |
Isaac Connor
|
c6a1a4ff0e
|
Fix potential XSS from Username
|
2022-03-13 08:34:44 -04:00 |
Isaac Connor
|
48d3526459
|
Fix potential XSS from Username
|
2022-03-13 08:19:12 -04:00 |
Isaac Connor
|
e33b41745d
|
Merge branch 'master' into replace_function_concept
|
2022-02-27 14:04:01 -05:00 |
Isaac Connor
|
47fae7a296
|
spacing, improve debug
|
2022-02-26 19:18:28 -05:00 |
Isaac Connor
|
959b08f46a
|
Include EndDateTimeShort in event ajax response
|
2022-02-22 08:31:41 -05:00 |
Ben Dailey
|
ce267c7e3c
|
Most programmatic images are lazy.
|
2022-02-22 08:31:02 -05:00 |
Isaac Connor
|
909c0e903f
|
Include EndDateTimeShort in event ajax response
|
2022-02-17 13:30:01 -05:00 |
Isaac Connor
|
a149fa37fc
|
Make filter debug modal work on non-saved filter
|
2022-02-15 10:37:14 -05:00 |
Isaac Connor
|
cb80283398
|
Merge branch 'master' into timeline_multi_monitor
update code to use jquery instead of mootools
when only viewing 1 monitor, split view in half
load first event image righ toff the bat
|
2022-02-11 18:03:35 -05:00 |
Isaac Connor
|
31eff49a46
|
Implement filter limits. Which go before pagination/advanced search limits
|
2022-02-02 10:49:05 -05:00 |
Jonathan Bennett
|
fb832e7d1b
|
Adds janus_enable_audio, a switch to try to enable audio in live stream viewing.
|
2022-01-19 00:14:52 -06:00 |
Jonathan Bennett
|
3a9c16aeea
|
First working Janus build
|
2022-01-10 23:22:37 -06:00 |
Isaac Connor
|
79c45f50d5
|
define raw as an empty array so we don't generate js errors
|
2022-01-07 16:21:34 -05:00 |
Isaac Connor
|
edbe726e86
|
Implement semaphore retry. Make not getting the semaphore an error
|
2021-12-17 09:41:45 -05:00 |
Isaac Connor
|
30e4d72c1d
|
Implement CMD_MAXFPS
|
2021-12-16 16:36:12 -05:00 |
Isaac Connor
|
69faa42ca7
|
Add more of the resulting SQL to the filter debug modal
|
2021-12-13 15:00:55 -05:00 |
Isaac Connor
|
6511dc8a4f
|
Allow empty sort field.
|
2021-12-13 15:00:35 -05:00 |
Isaac Connor
|
529e889d99
|
remove extra ,
|
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
|
3ac5402699
|
Pretty up the v4l field names
|
2021-11-12 15:11:48 -05:00 |
Isaac Connor
|
1fd99424bb
|
Merge branch 'master' into add_manufacturer_model_to_monitors
|
2021-11-05 10:13:41 -04:00 |
Isaac Connor
|
3208059040
|
Fix event listing when not paginated.
|
2021-11-02 17:24:05 -04:00 |
Isaac Connor
|
224b34d69d
|
Send all stats rows instead of just 1. Handle receiving all rows, and don't list event id and frame id
|
2021-10-29 18:54:23 -04:00 |
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
|
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 |