Commit Graph

8497 Commits (quadra)

Author SHA1 Message Date
Isaac Connor f813fab364 Change codec_id of av1 to what is in ffmpeg 6.1 2025-01-08 12:14:50 -05:00
Isaac Connor 936dbc4246 Show output container 2025-01-08 12:14:49 -05:00
Rajeev RK ed65892efe Adding support for NetInt Hardware Encoders, built on the ni_quadra hwaccel support in NetInt patched FFMpeg 5/6/7 - RajeevRK 2025-01-08 06:44:08 +05:30
Rajeev RK 723a50f77e Adding Support for the AV1 Codec via the FFMpeg libAOM Software encoder -- RajeevRK 2025-01-06 20:19:19 +05:30
Isaac Connor 9fd8882f39 Handle auto in width 2024-12-17 15:22:05 -05:00
Isaac Connor 4f01627e33 Fix duplicated px on width and height because we now have px in the dropdown options 2024-12-17 12:39:51 -05:00
Isaac Connor 72fcd3eb9e Handle when scale is 0 in getImageSrc 2024-12-14 13:53:56 -05:00
Isaac Connor c2b64364a6 Fix width and height not persisting. Check for valid value instead of validInt because we have px on the end. Clear cookie if not valid 2024-12-12 13:05:22 -05:00
root 4a65925b9c Make events list sortable by Storage 2024-11-30 18:36:58 -05:00
root d6613cf872 Update bootstrap-table to 1.23.5 2024-11-30 18:36:44 -05:00
root 6110c59a84 Fix not being able to sort by EndDateTime Fixes #4190 2024-11-30 18:35:44 -05:00
Isaac Connor 78badcbd07 Allow deselecting of all Monitor IDS 2024-11-27 12:58:31 -05:00
Isaac Connor 4e14320978 Remove the modal content so that when choosing another group or new we get that instead of the first content 2024-11-06 13:18:47 -05:00
Isaac Connor ade3a01902 destroying then re-applying chosen for some reason auto-selects all options. Fix the problem by fixing the table width with css so that the underlying select is already 100%. 2024-11-06 12:44:14 -05:00
Isaac Connor 60b9f3e16a Set any tables in a modal to 100% so that they fill the modal. 2024-11-06 12:31:11 -05:00
Isaac Connor 3113f7ca04 If no group id don't do sql lookup 2024-11-06 12:30:54 -05:00
Isaac Connor d53eec168a Give an id to the newGroup[MonitorIds] select can look it up more efficiently when applying chosen rules 2024-11-06 12:28:52 -05:00
Isaac Connor 8b6e4038c4 Don't warn about no locale set, that is normal 2024-10-25 11:01:59 -04:00
Isaac Connor ebeb01a40a Clean out duplicated datetimeformatter stuff that happens in config.php 2024-10-25 10:51:01 -04:00
Isaac Connor 824ae0e60f Check for validity of locale. Handle fatal crash when setting datetiemformatter when an invalid locale is used. Fixes #4179 2024-10-25 10:44:16 -04:00
Isaac Connor c7975f11ed Add missing n 2024-10-23 09:04:17 -04:00
Isaac Connor ca24b43f36 Fix typo 2024-10-16 10:23:37 -04:00
Isaac Connor 962f91e22c Add No sort field as an option 2024-10-16 10:23:21 -04:00
Isaac Connor a89160ff2d Fix zone edit image jumping around when status is alert 2024-10-15 16:36:31 -04:00
Isaac Connor d04153b06b Only show location tab when GEOLOCATION is turned on 2024-10-15 13:53:00 -04:00
Isaac Connor f12d7a2184 Fix labelling for defaultCodec, as it is used for event viewing, not live view. 2024-10-15 13:38:44 -04:00
Isaac Connor 4ea68c59d5 Add End Date Time as an option for sorting in filters 2024-10-15 13:22:50 -04:00
Isaac Connor fcebe4bcdc Fix ISE when auth is turned off. 2024-10-01 10:10:42 -04:00
Isaac Connor 36c6b8872f Use htmlspecialchars on Message to prevent Stored Cross-Site Scripting. Fixes GHSA-rqxv-447h-g7jx 2024-09-30 08:27:46 -04:00
Isaac Connor 120e13a769 Add support for DateTime and Server advsearch filters 2024-09-25 09:31:20 -04:00
Isaac Connor 01526f4bf5 Merge branch 'release-1.36' of github.com:ZoneMinder/zoneminder into release-1.36 2024-09-12 14:06:35 -04:00
Isaac Connor 248625c676 Handle more than one level of output buffering when cleaning and ending them so we can send the video file so we don't run out of ram. Fixes #4110 2024-08-11 09:22:08 -04:00
Isaac Connor 8a5d008b28 Don't log error when ignoring action if it is an ajax request 2024-08-08 17:05:39 -04:00
Isaac Connor 52b191d258 If the css in cookie is invalid, clear it so that the logs don't fill up with the warnings 2024-08-08 17:04:07 -04:00
Isaac Connor 2fad7c160a Change log to a debug 2024-08-08 08:00:54 -04:00
Shobu UMEMURA f7a8d5b46d Update charset header in ja_jp.php from Shift_JIS to UTF-8
Given that most Japanese servers now use UTF-8, it makes sense to set UTF-8 as the default charset.
2024-07-04 09:21:10 -04:00
Isaac Connor aae2a9b48c Limit scale to 1.1 to prevent requesting images larger than 100% 2024-05-30 12:19:11 -04:00
Isaac Connor 062cf568a3 Sanitise filter[Id] when parsing filter. Fixes GHSA-6rrw-66rf-6g5f 2024-05-30 10:05:15 -04:00
Isaac Connor 6cc64dddff Sanitise displayinterval,speed and scale parameters. Fixes GHSA-pjjm-3qxp-6hj8 2024-05-30 10:05:15 -04:00
Isaac Connor 90ec23b410 Sanitise filter[Id] 2024-05-30 10:05:15 -04:00
Isaac Connor 8f774a0030 Merge branch 'release-1.36' of github.com:ZoneMinder/zoneminder into release-1.36 2024-05-25 09:27:35 -04:00
Isaac Connor 43bcd2ee4b Use parseInt to make MaxImageBufferCount and PreEventCount comparison work. 2024-05-22 09:14:55 -04:00
Isaac Connor 2fa8ae4db1 Change save button to a regular button that calls validateForm and don't set form.subit to validateForm. ValidateForm will now alert and switch tabs to better inform what the incorrect value is. Built-in validation doesn't work due to tabs and the invalid input not being focusable 2024-05-22 09:14:55 -04:00
Isaac Connor efcf5f6cec Merge pull request #4025 from IgorA100/patch-108
When save cookies via PHP >= 7.3.0, add handling of the "path" value in the options (session.php)
2024-05-22 08:59:13 -04:00
Isaac Connor 101bf62a29 Set default value for rows per page using WEB_EVENTS_PER_PAGE. Fixes #3728 2024-05-21 09:41:07 -04:00
Isaac Connor b4e29f45b5 When editing buffer settings, ensure that MaxImageBuffers > PreEventCount. 2024-05-14 10:05:42 -04:00
Isaac Connor cbd8b1f40f Make view does not exist an error instead of fatal 2024-05-08 16:24:45 -04:00
Isaac Connor 7fdb318e49 Don't assume findByEventidAndType actually returns a frame. If we are only recoridng, then there will be no alarm frames in the db 2024-01-16 09:51:58 -05:00
Isaac Connor c2b6e884c0 When ZM_AUTH_HASH_IPS is off, don't use remote ip in storing auth hash in session. If ips are constantly changing it breaks. 2024-01-15 19:25:23 -05:00
Isaac Connor ab898fa4a8 WHen AUTH turned off, return an empty array in login as the result. 2024-01-15 18:30:46 -05:00