zoneminder/web
Matt N 33092e4022 Allow API authentication using the `auth` query parameter containing an auth. hash. (#1845)
* Allow API authentication using the `auth` query parameter containing an auth. hash.

Fixes #1827

The same auth. hash for zms is used here. This allows consumers to use the API without sending the password in the query string and not require forging logins via the login form.

* Move logger.php's global Debug function to Logger::Debug to avoid polluting globals

This avoids a conflict with CakePHP when logger.php gets included indrectly from API code.

* Protect action=login when ZM_ENABLE_CSRF_MAGIC is enabled
2017-05-15 21:51:48 -04:00
..
ajax Allow API authentication using the `auth` query parameter containing an auth. hash. (#1845) 2017-05-15 21:51:48 -04:00
api Allow API authentication using the `auth` query parameter containing an auth. hash. (#1845) 2017-05-15 21:51:48 -04:00
css update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06: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 Allow API authentication using the `auth` query parameter containing an auth. hash. (#1845) 2017-05-15 21:51:48 -04:00
js Add eslint configuration files extending Google's rules 2017-03-18 00:02:17 -07:00
lang remove "Actual" key from ru lang file since that word is too common. 2017-05-10 07:59:04 -05:00
scripts update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
skins/classic Merge pull request #1817 from mnoorenberghe/eslint 2017-05-10 09:04:51 -04:00
tools/mootools Removed Autotools Makefile.am 2016-02-26 22:19:02 +11:00
views use !== false rather than === true 2017-01-25 09:26:07 -06:00
CMakeLists.txt Update CMakeLists.txt 2017-05-03 13:25:11 -05:00
README.md Update README.md 2013-05-01 08:04:57 -03:00
index.php Allow API authentication using the `auth` query parameter containing an auth. hash. (#1845) 2017-05-15 21:51:48 -04:00

README.md

Modern ZoneMinder Skin

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