Commit Graph

22913 Commits (2798e6f205f2bb49e7de649e88df71e8d1420e2f)

Author SHA1 Message Date
efranzwa 2798e6f205 Update ZM version in SECURITY.md 2023-11-12 04:59:37 -08:00
Isaac Connor a882b71a3b Close db before logterm because dbclose can do logging at debug level. 2023-11-09 14:54:38 -05:00
Isaac Connor aaaa321464 fix eslint 2023-11-09 11:55:17 -05:00
Isaac Connor 542803848d Prevent non-number inputs when filter attr is DiskPercent 2023-11-09 10:33:25 -05:00
Isaac Connor 6a68e5577a If view does not exist, redirect to console instead of just dying 2023-11-09 09:57:27 -05:00
Isaac Connor 7bc126abe1 Use User->Id() instead of Request['uid'] because when adding a new user Request['uid'] isn't populated so a warning is generated. 2023-11-08 14:23:49 -05:00
Isaac Connor e58781300d Handle ffmpeg6 deprecating (renaming) pkt_duration 2023-11-08 10:59:43 -05:00
Isaac Connor 5486fc6327 Include username in url when using auth_hash so that the authenting sql can be more efficient 2023-11-08 10:55:39 -05:00
Isaac Connor 8d0c25c52a Change zmLoadAuthUser to use std::string in arguments. Include passing an optional username to allow the SQL to use an index to only compare to that user for efficiency. 2023-11-08 10:54:54 -05:00
Isaac Connor 72855fb501 Merge branch 'master' of github.com:ZoneMinder/zoneminder 2023-11-07 10:20:07 -05:00
Isaac Connor b04d1040d2 Add a db update to clear out bogus values for Control Address 2023-11-07 10:19:59 -05:00
Isaac Connor 9ab31196b5 Don't need to set heartbeat after connect. It willb e set in connect. 2023-11-07 09:15:45 -05:00
Isaac Connor d908c9185f Set heartbeat while connecting so that it gets set before we do all the soap/onvif stuff. Prevents zmwatch restarting zmc because of 0 heartbeat 2023-11-07 09:15:10 -05:00
Isaac Connor a52dc04d2e Add debug in Ready(). Reset image_count in Reload so that Ready() works after a reload. 2023-11-06 12:49:44 -05:00
Isaac Connor 58204928c2 Increase debug level for ONVIF 2023-11-06 11:27:03 -05:00
Isaac Connor 1e8077451e Add newer ffmpeg libs dependencies 2023-11-04 18:43:37 -04:00
Isaac Connor 46b27d9f78 Add Tags support to API 2023-11-03 13:33:28 -04:00
Isaac Connor b253645e8f Bump version to pickup redo of User_Preferences table 2023-11-02 14:26:24 -04:00
Isaac Connor 46fcb27a3b Merge branch 'master' of github.com:ZoneMinder/zoneminder 2023-11-02 12:21:59 -04:00
Isaac Connor 9537492f1c Handle invalid codec and fix video_tag boolean assignment causing video tag to be false 2023-11-02 12:21:30 -04:00
Isaac Connor e6632ade43 Use echo instead of print which is apparently faster. 2023-11-01 17:27:56 -04:00
Isaac Connor f26617af71 Fix not allowing html5 video tag when h265. 2023-11-01 17:27:56 -04:00
Isaac Connor bc11f5cdac Fix never gapless events not working. Put mutex around status sending because event_data may change at any moment. Fix 100% cpu use when at end of event and not moving to next event, hence paused. 2023-11-01 17:27:56 -04:00
Isaac Connor 5bb7529c3e Just code cleanups, but also add a mysqL-free_result which should fix a mem leak 2023-11-01 17:27:56 -04:00
Isaac Connor b6537523ee We no longer build the update for 1.37.38 2023-11-01 11:43:37 -04:00
Isaac Connor 4924ebb211 Redo the update for User_Preferences. Sourcing User_Preferences.sql drops the table, losing contents. 2023-11-01 11:43:00 -04:00
Isaac Connor 859baf6f8f Remove padding from navbars to condense them a bit. Fix 1 pixel extra padding on state button 2023-11-01 11:31:18 -04: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 13ec02d5f1 Fix Auto Unarchive not deselecting 2023-10-31 10:02:58 -04:00
Isaac Connor b6bd1c93ad Sort output of status by pid. 2023-10-31 09:59:02 -04:00
Isaac Connor cfec797299 Add sphinc rtd theme to deps 2023-10-30 17:17:00 -04:00
Isaac Connor f76046af3f Always stop a filter. Otherwise we won't stop it when switching from background to not background. 2023-10-30 17:16:06 -04:00
Isaac Connor a43e715aa6 Add sphinx_rtd_theme to import and extensions 2023-10-30 16:44:54 -04:00
Isaac Connor 70c5dc6fa9 Replace deprecated mysql_ssl_set with mysql_options() 2023-10-30 16:07:34 -04:00
Isaac Connor f2c4ff0beb Merge branch 'master' of github.com:ZoneMinder/zoneminder 2023-10-30 15:51:47 -04:00
Isaac Connor e2f8553b48 Fix lack of scroll on groups view. 2023-10-30 15:51:39 -04:00
Isaac Connor 228c60cfe8
Merge pull request #3779 from efranzwa/docs-started
Updates to Getting Started Doc Section
2023-10-30 10:40:53 -04:00
Isaac Connor 36936001a4 Remove trailing spaces. Remove extra comma causing SQL-ERR 2023-10-30 10:22:04 -04:00
Isaac Connor 6aa7901066 Use same logic as in LogHTML to apply success class, and hence make the word Log green when there are no errors. 2023-10-30 10:03:17 -04:00
Isaac Connor db252ce191 Dont' log warning when no user preference set. Inlcude more info in log message. 2023-10-30 09:40:03 -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
Isaac Connor 818eb5e0a3 Add a db ping to handle reconnection when zmupdate is running as a daemon. Move code around to be more efficient. 2023-10-27 11:08:22 -04:00
Isaac Connor 29be822e99 Add required GROUP BY Id to fix SQL queries 2023-10-27 10:43:27 -04:00
Isaac Connor 1545210b12 Add php8.1+ members support for multiple and chosen flags for filter terms 2023-10-26 18:43:05 -04:00
Isaac Connor d54171c21c Be a little more verbose and robust when things like permission errors break config loading 2023-10-26 18:37:15 -04:00
Isaac Connor 247e0164d8 Rough in some email content templates 2023-10-26 18:29:13 -04:00
Isaac Connor e8a866e504 Add named parameters support to ServerStatsController. 2023-10-26 18:26:51 -04:00