Commit Graph

515 Commits (master)

Author SHA1 Message Date
Isaac Connor f1cab94091 Add mysql install and db creation to Jammy instructions. Add a couple hints that it also applies to newer. Fixes #4185 2024-11-12 06:56:16 -05:00
Isaac Connor b236b48f1b Updates removing zma and fixing some of the perl module names 2024-10-16 11:42:55 -04:00
unbroken75 ea1fd08780
Update debian.rst 2024-09-22 16:15:27 +02:00
robertsilen 1b526e1053 add mariadb 2024-08-19 12:57:40 +03:00
Isaac Connor 9442259d8d
Merge pull request #4113 from beltphed/patch-1
Update debian.rst -- fix redirect of stdout in sudo
2024-08-18 12:50:07 -04:00
beltphed aa892e69d0
Update debian.rst
Failing to install apache2 results in subsequent calls to a2enconf and a2enmod failing because they might not have been installed. (in my case, I was using a minimal Debian 12 install which doesn't install apache2)
2024-08-16 19:55:49 -07:00
beltphed f94fc05966
Update debian.rst
As written, you can't redirect sudo output as desired. Wrapping the "echo deb..." in quotes will permit a regular user to redirect stdout to /etc/apt/sources.list
2024-08-16 16:47:54 -07:00
Aktarus fbd7ad533f
Update debian.rst, enable autostart of ZM at boot
added one line to enable autostart of ZM at boot
2024-08-04 15:23:38 +02:00
Isaac Connor 84e1869fb8 Add ELOC substitution to get Latitude and Longitude of event 2024-07-05 17:28:59 -04:00
Isaac Connor 481210feaf Rough in web ui api documentation. Add download event video documentation. 2024-07-05 15:37:12 -04:00
Isaac Connor 8618900339 If we are not doing an html email, then don't replace with img tags referencing the attachment. Just do the attachment. Introduce %FID% to sub with the id of the filter. 2024-01-15 16:58:54 -05:00
efranzwa 0026e3446b Add images for Viewing Monitors Doc Section 2023-12-20 06:24:37 -08:00
efranzwa bd863d026b Update Viewing Monitors Doc Section 2023-12-20 06:22:43 -08:00
Isaac Connor 112eb6b9ad Add support for EISNAP and EPISNAP for snapshot image 2023-12-19 12:27:02 -05:00
efranzwa b033134596 Add images for Defining Zones Doc Section 2023-12-09 09:49:15 -08:00
efranzwa 6298d48db0 Update Defining Zones Doc Section 2023-12-09 09:47:12 -08:00
efranzwa fec884493c Added images for Defining Monitors section 2023-11-10 12:59:38 -08:00
efranzwa bf08d6c9bc Added MQTT Tab section 2023-11-10 12:54:49 -08:00
efranzwa bea5677a31 Added Misc Tab section 2023-11-10 12:54:33 -08:00
efranzwa ac8ce700bc Added X10 Tab section 2023-11-10 12:54:06 -08:00
efranzwa ad65e34d0f Added Control Tab section 2023-11-10 12:53:48 -08:00
efranzwa bd3b73220f Added Buffers Tab section 2023-11-10 12:53:24 -08:00
efranzwa 703939f7ec Added Timestamp Tab section 2023-11-10 12:53:00 -08:00
efranzwa ca784d9722 Added ONVIF Tab section 2023-11-10 12:52:10 -08:00
efranzwa b347385b21 Added Viewing Tab section 2023-11-10 12:51:46 -08:00
efranzwa 31a1278286 Added Recording Tab section 2023-11-10 12:51:04 -08:00
efranzwa 4861aa7acb Added Analysis Tab section 2023-11-10 12:50:21 -08:00
efranzwa f7cb484fbd Added Source Tab section 2023-11-10 12:49:49 -08:00
efranzwa 15e8ff578b Added General Tab section 2023-11-10 12:49:01 -08:00
efranzwa 8d29f0e468 Add the Adding Monitors section 2023-11-10 12:47:01 -08:00
efranzwa 97b2bd5b9b Update Defining Monitors doc section 2023-11-10 12:42:29 -08:00
Isaac Connor 98bd4f3203 Setup requirements.txt for sphinx-rtd-theme 2023-11-01 10:59:07 -04:00
Isaac Connor fca24d5322 Revert bogus attempt to add sphinx_rtd_theme to conf.py 2023-11-01 10:58:33 -04:00
Isaac Connor a43e715aa6 Add sphinx_rtd_theme to import and extensions 2023-10-30 16:44:54 -04:00
efranzwa 7208f746f2 Rework Getting Started doc section 2023-10-28 17:39:10 -07:00
efranzwa 03e59657d3 Add new images for Getting Started doc section 2023-10-28 17:35:18 -07:00
efranzwa fdc196f38c Use sphinx rtd theme 2023-10-28 17:30:43 -07:00
Jason Antman e720b5f5b1
docs: debian 12 install needs a2enmod cgi 2023-10-13 06:56:17 -04:00
Isaac Connor bdc1660cc1 Update description for FPS Report Interval 2023-09-29 12:26:43 -04:00
Simpler1 18d74ed7ac (feat): Tags
fix(tag): Create tags on mobile

chore(tags): Change TagName to Name

chore(tags): eslint

chore(tags): dbFetchAll to dbQuery for removetag

chore(events): eslint (attempt 2)

feat(tags): Better handling of keyboard

fix(tags): Enter key for creating new tag

fix(tags): Don't allow space as a tag name

feat(tags): Delete tag if last assignment removed

fix(tags): Increase height of dropdown

in progress

fix(Tags): Use T.Id on the events page dropdown

fix(Tags): Remove $availableTags from events.php

chore(sql): Formatting sql statements

feat(Tags): Working OR on filters and events pages

fix(filter): Populate availableTags

chore(Tags): code formatting

fix(tag): Add tag on create tag

Fix(tags): Remove tag from available if last

feat(tags): Add zm_update.sql

fix(chosen): Undo css width

fix(chosen): tags dropdown width

fix(tags): dropdown over timeline

fix(tags): Full width input

fix(events): Refresh table on page show

chore(filter): Clean up availableTags

chore(event): Clean up available & selected Tags

fix(event): Update available tags on remove

fix(event): Remove hack for selected tags

feat(tags): Blur input after adding tag

doc(tags): Initial tags documentation

fix(tags): Dark theme dropdown

fix(tags): Dark theme for tags on input

fix(tags): Dark theme for highlight in dropdown

fix(tags): Populate filter tags droplist

chore(): Bump zm_update to 1.37.42

chore(tags): Move mobile check to skin.js

chore(tags): Comment debug statements

fix(tags): Enter key to create tag on mobile Chome

chore(tags): Space in 'All Tags' for translation

Temporary commit to handle cookie expiration times

chore(tags): Remove unnecessary Tag(s) from en_gb

chore(): Cleanup unnecessary Error and Debug

chore(): Resolve merge conflicts

chore(): Address merge conflicts with master
2023-08-31 15:50:08 -04:00
Alejandro Criado-Pérez 6fd119157a
Text corrections 2023-08-27 02:00:59 +02:00
Alejandro Criado-Pérez a5d83e61b4
Corrections on rst files 2023-08-13 01:20:29 +02:00
Isaac Connor 551f579501 Remove chowning /usr/share/zoneminder. Its bad. 2023-06-12 13:27:53 -04:00
Isaac Connor e18fed2576 Spelling, fix missing db in database create for bullseye, add bookworm instructions 2023-06-12 11:53:21 -04:00
Isaac Connor 4bf258b7ea Add the other submodule tarballs 2023-06-06 11:24:22 -04:00
Isaac Connor 6485a4da46 Add doc for new substitutions EID and MID 2023-05-29 16:24:45 -04:00
Christophe WEILAND ab4c0470a0
Remove password from shell command line
Security leak 
Never type a password on a shell
2023-05-22 15:47:28 +02:00
Papiris 3ac370c005
Update Redhat.rst to reflect armv7 non-support
Fedora 36 is the last release to support armv7 architecture.
Fedora non-support: https://fedoraproject.org/wiki/Changes/RetireARMv7
PIs with armv7: https://en.wikipedia.org/wiki/Raspberry_Pi
EOL date: https://www.lansweeper.com/eol/fedora-linux-end-of-life/
2023-05-07 19:27:13 +00:00
Andrew Bauer 3c59bf41ac
Update redhat.rst 2023-03-31 10:35:54 -05:00
Andrew Bauer ac388fbf4a
Update redhat.rst 2023-03-31 10:28:31 -05:00