Isaac Connor
b48d06b279
change commands to handle if db already has the User and Pass fields
2014-06-13 16:09:01 -04:00
Kyle Johnson
047cff8038
Added contribution and development tips to README
2014-06-10 15:43:25 -04:00
Kfir Itzhak
a9cd6caeaf
Minor corrections to cURL code
2014-06-06 09:35:02 +03:00
Kfir Itzhak
caa0cb0fd5
Bump version to v1.27.1 to fix upgrade db issues
2014-06-06 08:58:35 +03:00
Isaac Connor
5bf894d263
guard against unsafe monitor name
2014-06-05 15:23:15 -04:00
Isaac Connor
0689e8453c
guard against dangerous (old or new) monitor names
...
by rogerroger288
2014-06-05 15:21:28 -04:00
Isaac Connor
baf5da9561
guard against monitor names being dangerous
...
by rogerroger288
2014-06-05 15:20:04 -04:00
Isaac Connor
93aed26a00
escape username and password inside zm_user
...
by rogerroger288
2014-06-05 15:18:02 -04:00
Isaac Connor
5ae3cb8907
merge some security fixes from rogerroger288
2014-06-05 15:14:12 -04:00
Kyle Johnson
fa2371f8e6
Merge pull request #438 from bountysource-support/patch-1
...
Add Bountysource badge to README
2014-06-05 10:58:19 -04:00
bountysource-support
007eadeb19
Add Bountysource badge to README
...
Because you have some open bounties, we thought you might want to display this badge in your README!
2014-06-04 14:42:42 -07:00
Isaac Connor
a73e367d5e
add libav-tools as an option instead of ffmpeg
2014-06-04 11:21:43 -04:00
Kfir Itzhak
5fea101294
Merge pull request #421 from m-bene/ffmpegoptions
...
Add optional options field for ffmpeg and VLC source types
2014-05-18 18:07:42 +03:00
m-bene
82447ebb27
remove unwanted comment change
2014-05-17 22:05:57 +02:00
m-bene
a81b9b8ce2
change examples for options
2014-05-17 21:48:08 +02:00
m-bene
f62afdb8cc
add select list for rtsp method for ffmpeg and libvlc
2014-05-17 20:41:22 +02:00
m-bene
de107f77ba
fix option help text for overlooked languages
2014-05-17 04:51:01 +02:00
m-bene
9a71a0068a
add help window for ffmpeg/libvlc options
2014-05-17 04:33:33 +02:00
m-bene
1b4f9c082c
change check for av_dict_set success
2014-05-15 16:01:29 +02:00
m-bene
6016206f98
modify debug message
2014-05-15 15:42:27 +02:00
m-bene
5cb7cd916f
add quotes to option debug/warn messages
2014-05-15 15:13:39 +02:00
m-bene
c1557a99e5
add debug and warn messages
2014-05-15 15:06:01 +02:00
Kfir Itzhak
bad679e026
Merge pull request #426 from m-bene/extendPreclusive
...
Add new colum ExtendAlarmFrames to db/zm_create.sql.in
2014-05-08 05:41:58 +03:00
m-bene
79a13cf750
adjust inserts to ZonePresets
2014-05-08 03:49:48 +02:00
m-bene
aae6dbed13
Add new colums to zm_create.sql.in
2014-05-08 02:53:44 +02:00
m-bene
a6a9d9f270
add Options field to zm_create.sql.in
2014-05-08 02:30:54 +02:00
Isaac Connor
00aad4a128
frame_count should be an integer so don't use NULL
2014-05-05 13:06:58 -04:00
Isaac Connor
8333e909ed
Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
2014-05-05 11:29:55 -04:00
Isaac Connor
a8929914bb
add a NULL test for frame_coutn before calling atoi.
2014-05-05 11:29:09 -04:00
m-bene
ae0ee9b3b3
testing/fixing
2014-05-05 15:54:13 +02:00
m-bene
ceff5a98ea
add generic Option field to ffmpeg and libvlc cameras
2014-05-05 13:29:12 +02:00
Kfir Itzhak
4de46c7988
Fix wrong values used for type boolean
2014-05-05 09:26:32 +03:00
Kfir Itzhak
f32b099f5e
Merge pull request #418 from aztazt/patch-1
...
Update zm_jpeg.cpp to use correct values for libjpeg's boolean type
2014-05-05 09:17:57 +03:00
aztazt
e916ce22d9
Update zm_jpeg.cpp
...
Change 0 to FALSE in order to avoid compiling error on Debian Wheezy:
[ 31%] Building CXX object src/CMakeFiles/zm.dir/zm_image.cpp.o
/opt/ZoneMinder/src/zm_image.cpp: In member function ‘bool Image::WriteJpeg(const char*, int) const’:
/opt/ZoneMinder/src/zm_image.cpp:863:42: error: cannot convert ‘bool’ to ‘boolean’ for argument ‘3’ to ‘void jpeg_set_quality(j_compress_ptr, int, boolean)’
/opt/ZoneMinder/src/zm_image.cpp: In member function ‘bool Image::EncodeJpeg(JOCTET*, int*, int) const’:
/opt/ZoneMinder/src/zm_image.cpp:1096:42: error: cannot convert ‘bool’ to ‘boolean’ for argument ‘3’ to ‘void jpeg_set_quality(j_compress_ptr, int, boolean)’
make[2]: *** [src/CMakeFiles/zm.dir/zm_image.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/zm.dir/all] Error 2
make: *** [all] Error 2
2014-05-04 02:35:17 +02:00
Kyle Johnson
cec66de647
Merge pull request #416 from kylejohnson/master
...
Added an FAQ for AlarmCheckMethod
2014-05-02 08:37:52 -04:00
Kyle Johnson
312f378d08
Formatting and spell check on the FAQ
2014-05-02 08:31:26 -04:00
Kyle Johnson
435eac5e7e
Expanded upon the AlarmCheckMethod FAQ
2014-05-02 08:28:38 -04:00
Kyle Johnson
5fb17ecfb6
Change one of the FAQs from h1 to h2
2014-05-02 08:16:27 -04:00
Kyle Johnson
26ba50f8ac
Added an FAQ for AlarmCheckMethod
2014-05-02 08:14:57 -04:00
Isaac Connor
8da9383d5d
use PDO style
2014-04-30 10:09:27 -04:00
Isaac Connor
e94fca2778
Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
2014-04-30 10:01:29 -04:00
Isaac Connor
b3226223f8
remove uses of dbEscape
2014-04-30 10:01:10 -04:00
Kyle Johnson
20e4570216
Merge pull request #413 from kylejohnson/master
...
Added a doc for contributing to the project
2014-04-30 09:52:16 -04:00
Kyle Johnson
cb2a9af647
Added a doc for contributing to the project
2014-04-30 13:48:03 +00:00
Kyle Johnson
931385fdee
Merge pull request #409 from ZoneMinder/api_cmake
...
Add the web/api folder to cmake
2014-04-30 09:19:02 -04:00
Kyle Johnson
016b5e3677
Merge pull request #411 from martin67/patch-1
...
Don't open /dev/ttyS0 by default in zmtrigger.pl.in
2014-04-30 09:17:03 -04:00
Martin Hagelin
a148e04ea2
Update zmtrigger.pl.in
...
zmtrigger.pl should not open serial port #1 by default. There could be situations where other hardware etc. would be attached to the port that is not used by zoneminder.
Better if this can be commented out by default and if a user needs serial access, he can enable it by removing the comment.
This line also gives an permissions error when running on Ubuntu which prevents zmtrigger to start. That error can probably be fixed by adding the zm user permission to the serial port. But the main issue is that if the program does not need access to the port, it should not open it.
2014-04-30 15:07:29 +02:00
Kfir Itzhak
ec5784abe2
Fix wrong install path for core.php and database.php
2014-04-30 12:25:42 +03:00
Kfir Itzhak
afd4e451fd
Add the web/api folder to cmake
2014-04-30 12:16:46 +03:00
Kyle Johnson
0e2a164c08
Merge pull request #408 from kylejohnson/master
...
Move API to under web dir
2014-04-29 23:31:37 -04:00