Isaac Connor
|
4e58a38317
|
use ini_set(display_errors,0) instead of turning off errors entirely so that we still log errors, just not output them instead of json.
|
2020-04-03 15:21:31 -04:00 |
Isaac Connor
|
ef9fbac90c
|
Add Noscript warnings. Whitespace, improve some logic
|
2020-04-02 18:14:14 -04:00 |
Isaac Connor
|
1cc60f0857
|
fix action on cycle play button
|
2020-04-02 16:06:27 -04:00 |
Isaac Connor
|
87069b99b6
|
Fix inline-script errors on groups page referenced in #2890
|
2020-04-02 14:13:28 -04:00 |
Isaac Connor
|
3bfcd8eb33
|
Check for definition of ZM_TIMEZONE before using it. Fixes #2895
|
2020-04-02 14:00:36 -04:00 |
Isaac Connor
|
ebac665d4d
|
Must use namespace ZM
|
2020-03-31 08:54:47 -04:00 |
Isaac Connor
|
4dcba55ab6
|
Include Storage.php and Server.php
|
2020-03-31 08:53:32 -04:00 |
Isaac Connor
|
2fe0096b21
|
correct label_size array and add translations
|
2020-03-30 18:34:43 -04:00 |
Isaac Connor
|
75e122686e
|
Merge pull request #2902 from hax0kartik/253-vnc
Fix a memory leak in vnc camera type
|
2020-03-30 13:40:57 -04:00 |
hax0kartik
|
04a6d5e42e
|
Fix a memory leak, shift rfbClientCleanup to Terminate()
|
2020-03-30 10:11:42 -07:00 |
Isaac Connor
|
593ea24cc6
|
add libvnc dependencies for VNC monitor type
|
2020-03-30 12:42:27 -04:00 |
Isaac Connor
|
3117f29f71
|
code style and correct license. Author was contacted and ok'd the change. Fies #2883
|
2020-03-30 10:32:26 -04:00 |
Isaac Connor
|
eec634c1b0
|
Add Source() support for VNC type
|
2020-03-30 10:10:06 -04:00 |
Isaac Connor
|
ff061bd48e
|
Fixup VNC input options. Remove some hard coded sizes, spacing and typos. Convert inputs to number inputs as appropriate
|
2020-03-30 10:09:53 -04:00 |
Isaac Connor
|
2f0b991761
|
If can't determine latest stable release, then quit
|
2020-03-30 10:05:19 -04:00 |
Isaac Connor
|
53470ed30b
|
Merge pull request #2901 from hax0kartik/253-vnc
Add vnc as a camera type.
|
2020-03-30 08:12:47 -04:00 |
hax0kartik
|
6886b2b375
|
Modify Convert to scale as well
|
2020-03-28 15:17:19 -07:00 |
Kartik
|
ba8d9ee768
|
Merge pull request #1 from connortechnology/libvnc
Libvnc
|
2020-03-28 13:09:17 -07:00 |
Isaac Connor
|
b93f5d970c
|
sws_scale directly into the image. Allocate and de-allocate sws in Prime and Close. Seems to fix scaling.
|
2020-03-28 16:03:52 -04:00 |
Isaac Connor
|
17a818e2fa
|
Update group save action, using Group object methods. Fixes errors on new MariaDB
|
2020-03-28 11:59:32 -04:00 |
Isaac Connor
|
98598f1441
|
Add a warning when an email exceeds 10Mb
|
2020-03-28 11:59:19 -04:00 |
Isaac Connor
|
e894102cb7
|
debug
|
2020-03-28 11:59:05 -04:00 |
Isaac Connor
|
38c018ed18
|
Add a warning when an email exceeds 10Mb
|
2020-03-28 11:19:06 -04:00 |
Isaac Connor
|
599960ef05
|
Update group save action, using Group object methods. Fixes errors on new MariaDB
|
2020-03-28 10:09:13 -04:00 |
Isaac Connor
|
5b98ce5225
|
Merge branch '253-vnc' of github.com:hax0kartik/zoneminder into libvnc
|
2020-03-27 14:59:38 -04:00 |
Isaac Connor
|
dd9c578be6
|
bumpv ersion to 1.35.2
|
2020-03-27 14:48:20 -04:00 |
Isaac Connor
|
fc25a777fd
|
Bump version for db update adding VNC Monitor Type
|
2020-03-27 14:47:59 -04:00 |
hax0kartik
|
a781cc2c87
|
WIP scaling
|
2020-03-27 14:32:50 -04:00 |
hax0kartik
|
b615eada41
|
Add a missing endif
|
2020-03-27 14:32:50 -04:00 |
hax0kartik
|
d61e5e42ca
|
Use preprocessors to ensure libvnc monitor is only built when libvnc is found
|
2020-03-27 14:32:50 -04:00 |
hax0kartik
|
457f3e41be
|
Add cmake rules to check for libvnc
|
2020-03-27 14:32:50 -04:00 |
hax0kartik
|
ae80b3b859
|
Start implementing VNC
|
2020-03-27 14:32:50 -04:00 |
Isaac Connor
|
c3bcdcff64
|
Use zm_session_start instead of session_start
|
2020-03-27 14:30:42 -04:00 |
Isaac Connor
|
4eed0a9c29
|
Fix selecting layout after save by using value in session. When applying layout, if height is auto, set the img height to auto.
|
2020-03-27 14:30:41 -04:00 |
hax0kartik
|
23205cd07f
|
WIP scaling
|
2020-03-27 11:15:15 -07:00 |
Isaac Connor
|
a555e09cad
|
Bump version to 1.34.8. Please note that the lack of zm-update-1.34.8.sql is intentional. It is not needed as there are no db updates
|
2020-03-27 13:15:11 -04:00 |
Isaac Connor
|
bfa08c3422
|
MOstly spaces and quotes, remove duplicated db version update and only prepare the sth once.
|
2020-03-27 13:06:10 -04:00 |
Isaac Connor
|
50700031b1
|
Use zm_session_start instead of session_start
|
2020-03-27 13:05:12 -04:00 |
Isaac Connor
|
1ab294e291
|
Fix selecting layout after save by using value in session. When applying layout, if height is auto, set the img height to auto.
|
2020-03-27 12:43:21 -04:00 |
Isaac Connor
|
17fbafd7de
|
including the language files must come after auth in order to user the user's language setting
|
2020-03-27 11:41:04 -04:00 |
Isaac Connor
|
4ce944da23
|
Merge branch 'release-1.34'
|
2020-03-26 15:38:35 -04:00 |
Isaac Connor
|
c880793fdc
|
bump version to 1.34.7
|
2020-03-26 15:34:36 -04:00 |
Isaac Connor
|
b63ec0abd7
|
Merge branch 'release-1.34' of github.com:ZoneMinder/zoneminder into release-1.34
|
2020-03-26 15:11:56 -04:00 |
Isaac Connor
|
bc950c9a34
|
Remove <set> and <map> as they are not used
|
2020-03-26 15:11:39 -04:00 |
Isaac Connor
|
79ad2ec87d
|
better debug logging for SLOWFWD and SLOWREV listing new frame_id
|
2020-03-26 15:08:32 -04:00 |
Isaac Connor
|
e98f422730
|
Use %d for values that are actually integer in debug statements
|
2020-03-26 15:04:28 -04:00 |
Isaac Connor
|
3e55795cad
|
Handle different command line syntax for zmcontrol.pl
|
2020-03-26 13:57:43 -04:00 |
Isaac Connor
|
b354641df3
|
fix syntax errors in triggers in monitor view
|
2020-03-26 13:57:19 -04:00 |
Isaac Connor
|
af36cc3e52
|
Fix starting and stopping zmcontrol processes across servers.
|
2020-03-26 13:57:00 -04:00 |
Isaac Connor
|
45299955a1
|
Fix SLOW FWD not working
|
2020-03-26 12:21:42 -04:00 |