zoneminder/web
ralimi ecb7df0e8b Support SSL for mysql connections (#1965)
* Fix install location for config files when building to alternate directory.

With the previous code, we ended up with a directory structure like the following:

$ find /etc/zm/conf.d/
/etc/zm/conf.d/
/etc/zm/conf.d/01-system-paths.conf
/etc/zm/conf.d/conf.d
/etc/zm/conf.d/conf.d/README
/etc/zm/conf.d/conf.d/02-multiserver.conf

* Omitted README file that should have appeared in /etc/zm/conf.d

* Fix location for configs when building to alternate directory.

* Fix works, but this should go on a branch instead.

* Fix works, but this should go on a branch instead.

* Fix location for configs when building to alternate directory.

With the previous code, we ended up with a directory structure like the following:

$ find /etc/zm/conf.d/
/etc/zm/conf.d/
/etc/zm/conf.d/01-system-paths.conf
/etc/zm/conf.d/conf.d
/etc/zm/conf.d/conf.d/README
/etc/zm/conf.d/conf.d/02-multiserver.conf

* Remove double quotes. This is a list of paths.

* Allow SSL database connection to be secured with SSL.

* Fix incorrect variable name

* Fix PHP syntax errors

* SSL connection parameters must also be passed in API.

* Revert fixes to build files; they should not be in this branch.
2017-08-14 10:30:42 -04:00
..
ajax Strip non 7-bit ascii chars from log message 2017-07-06 11:45:17 -04:00
api Support SSL for mysql connections (#1965) 2017-08-14 10:30:42 -04:00
css add the missing .map file for bootstrap 2017-06-14 09:36:49 -04:00
fonts Show error message upon unsuccessful login. Fixes #1648 2016-11-10 22:51:32 -07:00
graphics Swap to PNG 2017-03-18 22:34:13 +11:00
includes Support SSL for mysql connections (#1965) 2017-08-14 10:30:42 -04:00
js Feature h264 videostorage (#1882) 2017-05-15 22:02:48 -04:00
lang Merge pull request #1752 from connortechnology/filter_by_runstate 2017-06-12 20:54:17 -05:00
scripts update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
skins/classic Merge branch 'master' of github.com:ZoneMinder/ZoneMinder 2017-08-09 09:54:34 -04:00
tools/mootools Removed Autotools Makefile.am 2016-02-26 22:19:02 +11:00
views fix incorrect gpl license text mailing address 2017-07-14 10:39:50 -05:00
.editorconfig Feature h264 videostorage (#1882) 2017-05-15 22:02:48 -04:00
.gitignore Feature h264 videostorage (#1882) 2017-05-15 22:02:48 -04:00
.htaccess Feature h264 videostorage (#1882) 2017-05-15 22:02:48 -04:00
.travis.yml Feature h264 videostorage (#1882) 2017-05-15 22:02:48 -04:00
CMakeLists.txt Feature h264 videostorage (#1882) 2017-05-15 22:02:48 -04:00
README.md Update README.md 2013-05-01 08:04:57 -03:00
index.php fix view is view_video, not action=niew_video 2017-06-26 21:09:54 -04:00

README.md

Modern ZoneMinder Skin

This web frontend to ZoneMinder is a complete rewrite of the classic frontend, based on CakePHP.