zoneminder/web
copilot-swe-agent[bot] ec1571aac7 fix: remove conflicting minTime/maxTime fields from montage review download
The download was failing because click_download() sent both the form's
filter (containing StartDateTime terms) AND separate minTime/maxTime
fields. In download.php, the has_term check only looked for 'DateTime'
not 'StartDateTime', so a duplicate conflicting constraint was added.

Remove the redundant minTime/maxTime/minTimeSecs/maxTimeSecs from
click_download() since the filter already carries the time range.
Remove the dead/conflicting handling in download.php.

refs #4774

Co-authored-by: connortechnology <925519+connortechnology@users.noreply.github.com>
2026-03-05 02:08:10 +00:00
..
ajax fix: remove conflicting minTime/maxTime fields from montage review download 2026-03-05 02:08:10 +00:00
api Fix RCE vulnerability via API config edit privilege escalation 2026-02-26 13:51:30 -05:00
css
fonts
graphics
includes fix: guard ModelId access with property_exists in Monitor::Model() 2026-03-04 16:50:40 -05:00
js Merge pull request #4651 from IgorA100/patch-387655 2026-03-04 17:27:15 -05:00
lang fix: sync training editor and browse panel on all mutations 2026-03-02 07:00:01 -05:00
skins/classic fix: remove conflicting minTime/maxTime fields from montage review download 2026-03-05 02:08:10 +00:00
sounds feat(): Custom snapp.ogg sound for ZoneMinder 2024-03-02 10:15:44 -05:00
vendor
views Fix RCE vulnerability via API config edit privilege escalation 2026-02-26 13:51:30 -05:00
.editorconfig
.gitignore
.travis.yml
CMakeLists.txt Install the web/sounds directory 2025-03-03 13:49:14 -05:00
README.md
composer.json build(deps): bump firebase/php-jwt from 6.0.0 to 7.0.0 in /web 2026-02-23 18:16:55 -05:00
composer.lock build(deps): bump firebase/php-jwt from 6.0.0 to 7.0.0 in /web 2026-02-23 18:16:55 -05:00
index.php Correction as recommended by "copilot" (index.php) 2026-03-04 18:11:11 +03:00
robots.txt

README.md

Modern ZoneMinder Skin

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