Commit Graph

321 Commits

Author SHA1 Message Date
Pliable Pixels 723e973e88
resolves https://github.com/ZoneMinder/zoneminder/pull/2743#discussion_r339030265 2019-10-25 13:53:07 -04:00
Pliable Pixels 8f251689f6
Add ES/ML link to root doc 2019-10-25 12:04:09 -04:00
Pliable Pixels 343c939080
added todo - server needs to be refreshed 2019-10-25 11:59:28 -04:00
Pliable Pixels 309571afbb
update display 2019-10-25 11:59:14 -04:00
Pliable Pixels d3906a0835
updated options->config 2019-10-25 11:56:25 -04:00
Pliable Pixels b939f22c17
nits 2019-10-25 11:50:29 -04:00
Pliable Pixels 555a94b776
fixup options->systems 2019-10-25 11:49:07 -04:00
Pliable Pixels 254456b038
remove eyeZM option image 2019-10-25 11:24:16 -04:00
Pliable Pixels 09a58fc86e
updated mobile 2019-10-25 11:22:54 -04:00
Pliable Pixels 207643d53f
updated users documentation with new options and an example 2019-10-25 11:16:20 -04:00
Pliable Pixels a2e1c4300c
some text arrangement in options->bw 2019-10-25 09:57:14 -04:00
Pliable Pixels d3336fb96c
update options->BW, remove phone BW as it no longer exist 2019-10-25 09:55:21 -04:00
Pliable Pixels 55d56f46df
options X10 updated 2019-10-25 09:52:43 -04:00
Pliable Pixels 3bec14c651
options upload updated 2019-10-25 09:51:42 -04:00
Pliable Pixels b8819b540e
updated options email, added EIMOD 2019-10-25 09:48:51 -04:00
Pliable Pixels b550db2418
options -> network updated 2019-10-25 09:40:07 -04:00
Pliable Pixels 9b614bebb4
options images upto date 2019-10-25 09:30:44 -04:00
Pliable Pixels 6bb031bac6
update options_web 2019-10-25 09:19:51 -04:00
Pliable Pixels 157bfa7409
remove options path image too 2019-10-25 09:07:31 -04:00
Pliable Pixels 795f380817
options API doc 2019-10-25 09:04:53 -04:00
Pliable Pixels d8bd0a04db
path option no longer exists 2019-10-25 09:04:47 -04:00
Pliable Pixels ab7e4b9a7b
sync options with current options, remove path 2019-10-25 08:54:51 -04:00
Pliable Pixels d8cd6d1942
fixup definemonitors 2019-10-24 16:57:55 -04:00
Pliable Pixels ef216deaaa
covert links to pretty text 2019-10-24 16:53:16 -04:00
Pliable Pixels 7eeb80dd0a
make fps warnings more prominent 2019-10-24 16:51:36 -04:00
Pliable Pixels f5d0039ce7
reference detailed monitor options in getting started 2019-10-24 16:45:51 -04:00
Pliable Pixels 5241d8f858
make reference to options logging more visible 2019-10-24 16:36:24 -04:00
Pliable Pixels 958cedbbab
fifo typo 2019-10-24 15:07:04 -04:00
Pliable Pixels f116adb50f
fifo note 2019-10-24 15:06:03 -04:00
Pliable Pixels 2c3d72935b
reworked logging 2019-10-24 15:05:45 -04:00
Pliable Pixels d8a47d436e
remove extra verbose docs 2019-10-24 14:06:36 -04:00
Pliable Pixels 5443d4482a
put theme change at end 2019-10-24 14:00:01 -04:00
Pliable Pixels 30730c80d3
understanding console should be above themes 2019-10-24 13:59:37 -04:00
Pliable Pixels 9837c72bc6
path to TZ setting 2019-10-24 13:58:32 -04:00
Pliable Pixels 363474f613
fix up getting started screen 2019-10-24 13:57:09 -04:00
Pliable Pixels e1108bda0b
add support for todo 2019-10-24 13:56:56 -04:00
Pliable Pixels a30902e3d3
fixme 2019-10-24 13:21:04 -04:00
Pliable Pixels f97ea0a2a0
change audit report description based on what isaac said 2019-10-24 13:14:52 -04:00
Pliable Pixels 2ba8bb2737
updated documents for "understanding console" 2019-10-24 12:01:04 -04:00
Pliable Pixels b90bff475d
add mention of timezone 2019-10-24 11:10:04 -04:00
Pliable Pixels e1e6fa3bb1
fix authentication doc 2019-10-24 11:00:31 -04:00
Pliable Pixels f06a6977c0
python note, since we are in the Perl section 2019-10-24 10:27:07 -04:00
Pliable Pixels 1e50cc8034
add brief blurb on ES 2019-10-24 10:23:11 -04:00
Pliable Pixels 849b1bb42a
add ES to component diagram as optional 2019-10-24 10:17:03 -04:00
Isaac Connor 4f8c4e8abd Update schematic to remove zmf 2019-10-23 12:21:06 -04:00
Isaac Connor 9fdfb5944e Update schematic to remove zmf 2019-10-23 12:20:18 -04:00
Isaac Connor 4ceebcbfc2 remove zmf which no longer exists and add documentation for Event.pm, Filter.pm and the Control directory. Fixes #2732 2019-10-23 12:04:18 -04:00
Isaac Connor b6c22139d6 update links in docs. Remove build examples using configure as it has been deprecated for a long time. 2019-10-18 18:16:59 -04:00
Arnout Engelen 42edad1e8c Tweaks to the ubuntu installation instructions (#2688)
* Tweaks to the ubuntu installation instructions

I recently walked a new user through the Ubuntu installation, and noticed some
things that were confusing to him that would be easy to fix.

* Use release names as well as numbers
2019-08-28 10:53:24 -04:00
Isaac Connor 84492f29b1
Fix token auth sessions (#2676)
* If token is present do token based auth and do not do anything with session

* update HostController.  Use config constants, don't use sessions

* Remove Session from the components list

* spacing

* Remove Session from App Components list.

* Move APIEnabled check to the api from auth.php

* Rework auth.  login using username and password only occurs on login action now.  Including auth.php should not touch the session.  auth_hash logins no longer touch the session.  replace userLogin with a function called validateUser which matches the semantics of validateToken.

* remove debugging

* Add session storage if stateful query param is on, but only for LEGACY_API_AUTH

* fix mUser to username, etc.

* shuffle lines

* use  instead of session when generating auth hash.

* Add docs regarding the use of cookies and stateful query param

* Only open/close session if we are clearing a session var

* Use zm_session_start instead of session_start

* Should use zm_session_start instead of session_start

* document that zm_session_start should be called previously to session_regenerate_id

* Don't actually write out the session when generating auth hashes.  Means they should never actually persist.

* More backticking of SQL

* add .. to fix #2686

* Use material icons for sort because they look nicer

* fix typo

* have to add authhash to session on login

* restore username&password login for all urls

* fix

* fixes
2019-08-20 09:46:53 -04:00