Commit Graph

21205 Commits (e2bd72b6a0c93ac4f4bd28fbfc156b4d4ae05d7b)

Author SHA1 Message Date
Isaac Connor e2bd72b6a0 Fix eslint 2022-09-12 13:44:18 -04:00
Isaac Connor f431ab9e45 Slightly smarted UriEncode, which doens't include numbers and a few other valid characters. Needs more work and tests. 2022-09-12 13:44:18 -04:00
megasaturnv f094a2c76b Modified description for ZM_CASE_INSENSITIVE_USERNAMES 2022-09-12 13:44:18 -04:00
megasaturnv 8fc60fef12 Moved case-insensitive username checks to SQL 2022-09-12 13:44:18 -04:00
megasaturnv 143a00cccc Fix typo 2022-09-12 13:44:18 -04:00
megasaturnv c90e2f7898 Renamed ZM_AUTH_CASE_INSENSITIVE_USERNAMES to ZM_CASE_INSENSITIVE_USERNAMES as name was too long ZoneMinder/zoneminder#3516 2022-09-12 13:44:18 -04:00
megasaturnv e9ab7f2f26 Added option ZM_AUTH_CASE_INSENSITIVE_USERNAMES to match mixed case usernames to lower case usernames in database ZoneMinder/zoneminder#3516 2022-09-12 13:44:18 -04:00
Isaac Connor c22007e8ee Allow viewing a specific video file instead of DefaultVideo 2022-09-12 13:44:18 -04:00
Isaac Connor 60d01376c5 clean up, give generation options even if viewing. Fix viewing. Add transform option. 2022-09-12 13:44:18 -04:00
Isaac Connor d3e3807263 setup video.js on the video tag if it exists 2022-09-12 13:44:18 -04:00
Isaac Connor fdbe950640 include video.js for video view as well as event 2022-09-12 13:44:18 -04:00
Isaac Connor 8676609425 Center video obj 2022-09-12 13:44:18 -04:00
Isaac Connor dbcf320808 For mp4, use video tag, with videojs instead of embed 2022-09-12 13:44:18 -04:00
Isaac Connor 37dac7d3a6 Add transform support and use Event::createVideo 2022-09-12 13:44:18 -04:00
Isaac Connor 4d2f956827 Move createVideo from functions to Event 2022-09-12 13:44:18 -04:00
Isaac Connor e98fb98181 Add -t option to zmvideo.pl to add transforms like hue=s=0 support 2022-09-12 13:44:18 -04:00
Isaac Connor 7f627cc253 Make GenearteVideo code handle more options for generating video, including transforms like=hue=s=0 2022-09-12 13:44:18 -04:00
Isaac Connor f9fddcb6ee format filesize into human_readable in generate video view 2022-09-12 13:44:18 -04:00
Isaac Connor 6452f8127a Convert password fields to hidden fields on submit so that browser doesn't offer to remember passwords 2022-09-12 13:44:18 -04:00
Isaac Connor eb9ac11d21 fix updating donation reminder. I would always be a month or more 2022-09-12 13:44:18 -04:00
Isaac Connor 1fe3d52c96 remove extra spacing, move dropdown option own to where they are used 2022-09-12 13:44:18 -04:00
Isaac Connor 813434e0f4 Fix saving monitor due to MQTT being empty 2022-09-12 13:44:18 -04:00
Isaac Connor e088e88e13 Make monitor rows in event stats a link if user can view monitors. Include path to event. 2022-09-12 13:44:18 -04:00
Isaac Connor ce4dd065ff Use y instead of Y for path generation when using Deep scheme. Fixes #3583 2022-09-12 13:44:18 -04:00
Isaac Connor d079439005 Merge branch 'reports' of http://github.com/ConnorTechnology/zoneminder into reports 2022-09-12 19:40:27 +02:00
Isaac Connor f610cd5e1b Don't trust zm_packet->packet to not be null 2022-09-01 13:04:40 +02:00
Isaac Connor 3115952782 Check for key existing instead of value to fix duplication of the first label dataset 2022-08-31 23:39:33 +02:00
Isaac Connor 148460630b use ajax() instead of getJSON so that we can specify no timeout. This prevents log queries from stacking up overloading the db 2022-08-31 23:38:50 +02:00
Isaac Connor ee4302f2cf Hide fieldset borders on filter edit. They look weird because the top one is hidden 2022-08-31 23:37:32 +02:00
Isaac Connor 45e916573b Fix colours on hr to match button blue. 2022-08-31 23:09:43 +02:00
Isaac Connor 4eeb49d09a Merge branch 'master' into reports 2022-08-31 18:38:08 +02:00
Isaac Connor 1038e2d069 Cache Group Monitors Ids so we don't query the database multiple times for them. 2022-08-31 18:36:57 +02:00
Isaac Connor 382b586986 Fix typo on dateTimeFormater=>dateTimeFormatter. Fixes #3580. Make conversion to integer on Length explicit to remove warning on php8. 2022-08-31 10:08:30 -04:00
Isaac Connor 683acbbc1d Clear Manufacturer and Model so that they don't list as changes 2022-08-31 10:05:52 -04:00
Isaac Connor b571c81887 Turn off autocomplete on the monitor form so that browsers don't offer to save the values 2022-08-30 17:42:35 -04:00
Isaac Connor 62a8b72dc4 Fix add monitorlink to not prepend a | onto and empty expr 2022-08-30 20:03:55 +02:00
Isaac Connor de30ad97b1 add report.js 2022-08-30 19:40:35 +02:00
Isaac Connor e24432ee4d Merge branch 'master' into reports 2022-08-30 19:40:14 +02:00
Isaac Connor 442f2a95b3 improve dataset labels 2022-08-30 19:37:38 +02:00
Isaac Connor 3005ddff49 Still parse even if no tokens 2022-08-30 19:36:43 +02:00
Isaac Connor 85c59970a6 Add a title to the zone polygon 2022-08-30 19:36:07 +02:00
Isaac Connor 4668534bf9 Don't query for Monitors if there are no Monitors in the Group. 2022-08-30 19:35:47 +02:00
Isaac Connor 54f87aa4cf Add LIMIT 1 when filtering by AlarmZoneId to speed up 2022-08-30 19:34:51 +02:00
Isaac Connor d6fea1c740 Don't specify return type as old php doesn't support it. maybe Fixes #3579 2022-08-30 10:40:00 -04:00
Isaac Connor f9f53dd0d2 When there are less than 3 storage areas, just list them in the header instead of making it a dropdown 2022-08-29 14:12:45 -04:00
Isaac Connor d465966069 Add a back to frames button from view 2022-08-26 14:33:46 -04:00
Isaac Connor 48377334fe Gracefully handle when FrameRate is empty 2022-08-26 14:12:51 -04:00
Isaac Connor 855dd6ac93 Use HTTP_X_FORWARDED_HOST or HTTP_X_FORWARDED_SERVER if present to get correct hostname to use when behind a reverse proxy. 2022-08-26 14:12:25 -04:00
Isaac Connor 35c55a79e0 Use correct format, fix build warnings 2022-08-26 09:54:05 -04:00
Isaac Connor 7ab61ddce2 Use uppercase standardized names for MOSQUITTO and MOSTQUITTOPP 2022-08-26 09:37:37 -04:00