Isaac Connor
|
2882693791
|
If can't connect to db, bail instead of loading config
|
2020-03-04 14:13:44 -05:00 |
Isaac Connor
|
06f480acf8
|
Merge pull request #2872 from ZoneMinder/revert-2844-2810-libjwt
Revert "Add libjwt as a optional library"
|
2020-03-04 13:57:40 -05:00 |
Isaac Connor
|
444c6fd372
|
Revert "Add libjwt as a optional library"
|
2020-03-04 13:57:27 -05:00 |
Isaac Connor
|
641b191c34
|
Merge pull request #2867 from veprbl/pr/cmake_install_full
cmake: use CMAKE_INSTALL_FULL_
|
2020-03-04 12:00:11 -05:00 |
Isaac Connor
|
5443e6385b
|
Merge pull request #2844 from hax0kartik/2810-libjwt
Add libjwt as a optional library
|
2020-03-04 11:58:27 -05:00 |
Isaac Connor
|
d60e1a783f
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2020-03-04 11:22:15 -05:00 |
Isaac Connor
|
55f63e8e9d
|
Merge branch 'fix_auth_timeouts'
|
2020-03-04 11:22:08 -05:00 |
Isaac Connor
|
4dae0c4609
|
Merge pull request #2870 from pliablepixels/dev
#2866 - fixes incorrect token type comparison
|
2020-03-04 11:21:48 -05:00 |
Isaac Connor
|
a9e3d0691f
|
quotes, fix status ajax call using old auth_hash
|
2020-03-04 11:17:48 -05:00 |
Isaac Connor
|
8eee5cc222
|
Add global array so that we only do it once.
|
2020-03-04 11:03:30 -05:00 |
Isaac Connor
|
d24069e3d0
|
Look for global array so we don't load all Servers multiple times. Add all servers to allowed script-src in CSPHeaders
|
2020-03-04 11:03:07 -05:00 |
Isaac Connor
|
4c7178b78b
|
fix cpplint complaints and remove casts that are unnecessary. Micro-optimisation by using fputs for date_string instead of fprintf
|
2020-03-04 11:02:21 -05:00 |
Pliable Pixels
|
1381cb194e
|
#2866 - fixes incorrect token type comparison
|
2020-03-04 10:50:59 -05:00 |
Isaac Connor
|
0323925406
|
Code style updates. Quote the word Function in SQL for newer mysql
|
2020-03-04 09:48:55 -05:00 |
Isaac Connor
|
285866a681
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2020-03-03 17:29:44 -05:00 |
Isaac Connor
|
7c066822f3
|
escape table columns for mysql8
|
2020-03-03 17:29:31 -05:00 |
Isaac Connor
|
3a24f27a7a
|
include id in monitors dropdown so that it is searchable
|
2020-03-03 16:59:38 -05:00 |
hax0kartik
|
1dd8a71b52
|
Fix conditionals for when to look for openssl
|
2020-03-03 09:16:24 -08:00 |
hax0kartik
|
c048590b49
|
Look for openssl when libjwt is not found
|
2020-03-03 08:54:00 -08:00 |
hax0kartik
|
60d3243e69
|
Look for openssl as well when gnutls-openssl wrapper is not found
|
2020-03-03 08:35:24 -08:00 |
hax0kartik
|
ef3d7497d0
|
Only look for libjwt-gnutls and look for openssl only if gnutls is not found
|
2020-03-03 07:39:29 -08:00 |
Dmitry Kalinkin
|
a703d96c13
|
cmake: use CMAKE_INSTALL_FULL_
CMAKE_INSTALL_FULL_ is to be used as a definition of the full path.
https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
|
2020-03-03 08:41:53 -05:00 |
Isaac Connor
|
fa6ac399be
|
Fix code in makePopupLink. Return content-type application/json for json response
|
2020-03-02 17:21:58 -05:00 |
Isaac Connor
|
d29b93216d
|
Allow users without System::View to read servers.json
|
2020-03-02 16:39:12 -05:00 |
Isaac Connor
|
85e5ade07a
|
fix makePopupLink when condition is false
|
2020-03-02 16:10:56 -05:00 |
Isaac Connor
|
c1e13221f7
|
Move the Basic Auth login code from skin.php to includes/auth.php
|
2020-03-02 14:59:36 -05:00 |
Isaac Connor
|
a2dd24ae1f
|
When sending eventCmdReq, pass eventCmdParms since it might have been updated.
|
2020-03-02 14:38:36 -05:00 |
Isaac Connor
|
00de49a5c1
|
add monitorStreamReplayBuffer to javascript vars. Use it to determine whether to update fast forward and reverse buttons
|
2020-03-02 12:43:07 -05:00 |
Isaac Connor
|
d0e70fc501
|
Merge branch 'fix_auth_timeouts' of github.com:connortechnology/ZoneMinder into fix_auth_timeouts
|
2020-03-02 12:04:45 -05:00 |
Isaac Connor
|
8f113ad030
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2020-03-02 11:55:08 -05:00 |
Isaac Connor
|
967e5ad30f
|
alter setButtonState to take either an id or an element so that we can log the missing element
|
2020-03-02 11:52:32 -05:00 |
Isaac Connor
|
f0e7b84001
|
Only load user from session if other auth mechanisms aren't present.
|
2020-03-02 11:51:07 -05:00 |
Isaac Connor
|
5f16c10e0a
|
Checking AuthHashGeneratedAt is no good because it gets updated before we check it. Instead check the auth hash in session against the one in and sensd the update if they are different
|
2020-03-02 11:50:40 -05:00 |
Isaac Connor
|
4fb1362ac3
|
Merge pull request #2864 from pliablepixels/dev
better logs for tokens
|
2020-03-01 18:15:07 -05:00 |
Pliable Pixels
|
54c14db863
|
better logs
|
2020-03-01 14:02:44 -05:00 |
hax0kartik
|
cfcaf0fb81
|
Change how cmake looks for gnutls and gnutls-openssl
|
2020-03-01 08:42:39 -08:00 |
hax0kartik
|
70ef3d0eba
|
Look for gnutls-openssl and gnutls separately
|
2020-03-01 08:33:56 -08:00 |
hax0kartik
|
182120343f
|
Fix an issue while finding libjwt-gnutls and add a missing include
|
2020-03-01 06:17:43 -08:00 |
Isaac Connor
|
5257c97e20
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2020-02-29 09:28:25 -05:00 |
Isaac Connor
|
b9acf42929
|
spacing, eslint
|
2020-02-29 09:28:04 -05:00 |
Isaac Connor
|
80ef98507a
|
Merge pull request #2863 from dbajric/master
Added presets for Amcrest IP8M-T2499EW Camera
|
2020-02-29 09:18:22 -05:00 |
Isaac Connor
|
6488778f8f
|
Use ppa:iconnor/zoneminder-master instead of ppa:iconnor/zoneminder
|
2020-02-29 08:57:35 -05:00 |
Dinko Bajric
|
6b2f78c192
|
Added presets for Amcrest IP8M-T2499EW Camera
|
2020-02-28 21:08:02 -08:00 |
Isaac Connor
|
92f87756ff
|
Merge branch 'release-1.34'
|
2020-02-28 17:14:22 -05:00 |
Isaac Connor
|
6456d52b97
|
Merge branch 'fix_user_lang'
|
2020-02-27 17:43:51 -05:00 |
Isaac Connor
|
d371da7b4f
|
including the language files must come after auth in order to user the user's language setting
|
2020-02-27 17:42:02 -05:00 |
Isaac Connor
|
e19332f36a
|
tidy up, be more efficient and warn when language files are not found.
|
2020-02-27 17:40:31 -05:00 |
Isaac Connor
|
40627ab102
|
fix build outside of build directory
|
2020-02-27 12:00:09 -05:00 |
Isaac Connor
|
40742503b9
|
Add a warning when there is no AVCODEC
|
2020-02-27 11:56:49 -05:00 |
Isaac Connor
|
bab0b2e830
|
handle a scale value of auto
|
2020-02-27 11:35:40 -05:00 |