Isaac Connor
|
97856b96df
|
Use dateTimeFOrmatter to format the date/time on log entries
|
2022-06-23 14:15:03 -04:00 |
Isaac Connor
|
278122f1d6
|
update format string to date() format instead of strftime format
|
2022-06-23 14:14:52 -04:00 |
Isaac Connor
|
fe23353bc9
|
convert from strftime() to date() when forming sql
|
2022-06-23 14:14:42 -04:00 |
Isaac Connor
|
2f680e578e
|
convert from strftime() to date() when forming the event path
|
2022-06-23 14:14:30 -04:00 |
Isaac Connor
|
f758b74036
|
Use dateTimeFOrmatter to format the date/time on events
|
2022-06-23 14:14:19 -04:00 |
Isaac Connor
|
7c6735ddac
|
Add ZM_LOCALE_DEFAULT, ZM_DATE_FORMAT_PATTERN and ZM_DATETIME_FORMAT_PATTERN config entries
|
2022-06-23 14:13:43 -04:00 |
Isaac Connor
|
334a2566ea
|
Use dateTimeFOrmatter to format the date/time on frames
|
2022-06-23 14:13:32 -04:00 |
Isaac Connor
|
4634325c01
|
Use dateTimeFOrmatter to format the date/time on logs
|
2022-06-23 14:13:23 -04:00 |
Isaac Connor
|
a560d1ea64
|
Test for isset(REQUEST['uid']
|
2022-06-23 14:13:13 -04:00 |
Isaac Connor
|
ef8e8c70a4
|
Use a date object to format Length to Duration
|
2022-06-23 14:13:03 -04:00 |
Isaac Connor
|
f8e8fa431b
|
Add default global dateFormatter. Default to en_US but after config is loaded we can replace it.
|
2022-06-23 14:12:50 -04:00 |
Isaac Connor
|
d370ad3b6b
|
Format the output of getLoad to two decimal places
|
2022-06-23 14:12:38 -04:00 |
Isaac Connor
|
2cf3c26e46
|
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-23 14:12:20 -04:00 |
Isaac Connor
|
46c01db646
|
handle various functions no longer dealing with null
|
2022-06-23 14:12:06 -04:00 |
Isaac Connor
|
d3eb055b19
|
Put back ctype_digit and quoting of the sql to fix loading object in new
|
2022-06-23 14:11:54 -04:00 |
Isaac Connor
|
b26ad3ad69
|
Add default value for Storage Path
|
2022-06-23 14:11:43 -04:00 |
Isaac Connor
|
48cddab848
|
Add default value for Username
|
2022-06-23 14:11:31 -04:00 |
Isaac Connor
|
d09c4ffc93
|
Test for values being trueish as passing null to strcmp is deprecated
|
2022-06-23 14:11:20 -04:00 |
Isaac Connor
|
1978bc4659
|
Test for is_array first, get rid of ctype_digit test as passing a null to it is deprecated
|
2022-06-23 14:11:09 -04:00 |
Isaac Connor
|
f60bb23f15
|
Use date() instead of strftime() for date formatting now that strftime is deprecated
|
2022-06-23 14:10:58 -04:00 |
Andrew Bauer
|
37e4858d31
|
additional runtime requires for rpm specfile
|
2022-06-21 15:18:22 -05:00 |
Isaac Connor
|
c30af1564c
|
Release 1.36.19
|
2022-06-17 11:29:36 -04:00 |
Isaac Connor
|
6c4ac261c4
|
Escape single quotes in config values. Fixes #3508.
|
2022-06-17 10:54:44 -04:00 |
Isaac Connor
|
0c1d101266
|
Handle php versions < 5.6.1 which don't have non-blocking semaphore support
|
2022-06-13 15:54:37 -04:00 |
Nic Boet
|
84bf07080c
|
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-07 09:45:21 -04:00 |
Isaac Connor
|
27057157da
|
Add a progress ticker, and delete events in chunks of 10. Fixes #3444
|
2022-06-06 13:10:21 -04:00 |
Isaac Connor
|
658ec3a7d7
|
Only return error messages, not a bunch of empty arrays
|
2022-06-06 13:10:09 -04:00 |
Isaac Connor
|
f0e6be64de
|
load Private as well as Name,Value from Config
|
2022-06-05 12:15:53 -04:00 |
Isaac Connor
|
472555ae79
|
Only include config if logged in or auth turned off. Login view doesn't require any config.
|
2022-06-05 12:11:55 -04:00 |
Isaac Connor
|
4c84aaa996
|
whitespace
|
2022-06-05 12:08:05 -04:00 |
Isaac Connor
|
93a21a7188
|
Bump version to pickup zm_update-1.36.18.sql
|
2022-06-05 12:00:32 -04:00 |
Isaac Connor
|
f477f50d56
|
Add Private to Config
|
2022-06-05 11:59:20 -04:00 |
Isaac Connor
|
db885cac5a
|
fix eslint
|
2022-06-02 16:43:23 -04:00 |
Isaac Connor
|
a5f8ea2e82
|
Don't trim select values. In monitor selects are all well defined. Fixes not being able to multi-select groups or linked monitors
|
2022-06-02 16:28:25 -04:00 |
Isaac Connor
|
d1bfb78235
|
use a global mode variable to determine if we are editing and disable clicking on image. disabling the onclick doesn't seem to be working. When activating edit mode and saving positions use #monitor instead of #monitorFrame which went away.
|
2022-06-02 13:56:16 -04:00 |
Isaac Connor
|
7e5c4d4a76
|
Only set onclick if a new function is given
|
2022-06-02 13:54:48 -04:00 |
Isaac Connor
|
6a287708c6
|
use zm_setcookie function with will set required cookie fields so that cookie actually gets set
|
2022-06-02 13:53:39 -04:00 |
Isaac Connor
|
56d57fc1aa
|
Bump version 1.36.17
|
2022-05-31 16:06:50 -04:00 |
Isaac Connor
|
e270577f40
|
center stream on cycle
|
2022-05-31 14:19:54 -04:00 |
Isaac Connor
|
f044cfa280
|
add a newline
|
2022-05-31 14:19:41 -04:00 |
Isaac Connor
|
bc3ab9cf66
|
Use monitorStream scaling
|
2022-05-31 14:19:27 -04:00 |
Isaac Connor
|
7def1944b6
|
Always force width and height on img to sane values
|
2022-05-31 14:18:56 -04:00 |
Isaac Connor
|
ee559a5bc2
|
fix spacing
|
2022-05-31 13:59:29 -04:00 |
Isaac Connor
|
9aa7f70c0f
|
remove connkey from initial zms single jpeg in montage.
|
2022-05-31 13:59:17 -04:00 |
Isaac Connor
|
722a0174d7
|
use monitorStream more in watch
|
2022-05-31 13:58:48 -04:00 |
Isaac Connor
|
8d7293202d
|
use monitorStream more in cycle
|
2022-05-31 13:58:33 -04:00 |
Isaac Connor
|
afbf5ebe60
|
Start stream with single jpeg. Add monitor div around imagefeed
|
2022-05-31 13:58:13 -04:00 |
Isaac Connor
|
cb11ce100f
|
Include connKey is debug line
|
2022-05-31 13:57:41 -04:00 |
Isaac Connor
|
d9c24f96c2
|
Don't delete the socket file because another zms might have opened it and be waiting on the lock. This should remove a ton of zms error messages
|
2022-05-31 13:35:57 -04:00 |
Isaac Connor
|
6479a1ec99
|
Implement semaphore retry. Make not getting the semaphore an error
|
2022-05-31 13:14:30 -04:00 |