Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Zoneminder

A Free and Open Source complete surveillance solution allowing capture, analysis, recording and monitoring of any CCTV or security cameras.
Collective - Host: opensource - https://opencollective.com/zoneminder - Website: https://zoneminder.com - Code: https://github.com/ZoneMinder

Only log error when not sigpipe

github.com/ZoneMinder/zoneminder - 599d21050d9e8055d2b440baf244ce78b2291db8 authored about 1 year ago
Fix(uname): Copy/paste typo in comment

github.com/ZoneMinder/zoneminder - dc71acb1e357dcce63a32ac3c6deb99c445dcfd6 authored about 1 year ago
Turn common Errors into Info beacuse they happen all the time when reloading a monitor

github.com/ZoneMinder/zoneminder - 6dc0e8898822c3a694295dc168f559680bf3887c authored about 1 year ago
Handle RenewRequest not being supported

github.com/ZoneMinder/zoneminder - d67fb2b175cea4ddb57cad3d55b905f1997d8cfc authored about 1 year ago
Only calculate keyframe interval using video stream

github.com/ZoneMinder/zoneminder - f07612c25f7b8a362e529a7a0b8196e977fde116 authored about 1 year ago
Reduce debug logging. Clean up Play/Pause a bit.

github.com/ZoneMinder/zoneminder - c2946f203e223d922084d016772fe20f077e1359 authored about 1 year ago
If the response to Renew is actionNotSupported, then just assume that we can be healthy. Apparenlty Dahua cameras don't support Renew.

github.com/ZoneMinder/zoneminder - a7e56a44a7f0da4f8c8916163581332299754fa4 authored about 1 year ago
When Capturing=ONDEMAND, still PrimeCapture to get an image, and then Pause.

github.com/ZoneMinder/zoneminder - b03838018c1b2631dd910f97686018a389698d01 authored about 1 year ago
Add streams to RTSP2Web and Janus earlier, in connect so that Capturing=ONDEMAND streams are streamable. Add Pause/Play functions to Play/Pause capturing.

github.com/ZoneMinder/zoneminder - 1253a5fffe5c6261491ac25f3a65ce6a2e9c1435 authored about 1 year ago
Add isPrimed to camera class instead of it just being in ffmpeg_camera. Rename mCanCapture to isPrimed in ffmpeg_camera.

github.com/ZoneMinder/zoneminder - db135cba46938ca6faabd563a032f6f5b5a9a606 authored about 1 year ago
Need to a () so that ModelId is called as a function and so it doesn't complain about lack of property

github.com/ZoneMinder/zoneminder - ffc111f1e72ce032673292ebb29e522d57e8dbd5 authored about 1 year ago
modal requests require csrf-magic.

github.com/ZoneMinder/zoneminder - ccfcd338551c785fd20bf83f62572b90b41fe36d authored about 1 year ago
Add zmDbSupportsFeature with skip_locked support

github.com/ZoneMinder/zoneminder - 803cc8bc1ae76c82c89776e8face6e578cc1497b authored about 1 year ago
Dont' restart a monitor if it has been deleted

github.com/ZoneMinder/zoneminder - aafd4067e0a674a9151d60d236b0c8bd6f87e07c authored about 1 year ago
Better logging, only commit if no error.

github.com/ZoneMinder/zoneminder - 6bf0533341ca5ee7d72190e449f2983a15ab2abd authored about 1 year ago
Fix groups not being shown when monitors not specifically selected.

github.com/ZoneMinder/zoneminder - d51c99ce4427b27dfc4574a8fcda67d530288ced authored about 1 year ago
Code style, using ->Id() instead of checking for property existence.

github.com/ZoneMinder/zoneminder - 03858ba1a2dc94173533859ee31c63e2ee426d59 authored about 1 year ago
Fixup issues with label for's

github.com/ZoneMinder/zoneminder - 5e9f53b41addecaf2a400e39bf27dcc5682ae1e2 authored about 1 year ago
Add support for double in zmMemWrite

github.com/ZoneMinder/zoneminder - 983ccb7afcfd0491fb08134269c204fa118175c4 authored about 1 year ago
add wrap to monitor filters

github.com/ZoneMinder/zoneminder - 379028123e0d82e8183e1df7038394c51353a692 authored about 1 year ago
Don't output the boundary if we aren't streaming. Single jpegs don't need it and I think something was complaining about it.

github.com/ZoneMinder/zoneminder - 89f90dc5fa67e9f9f7d6da807223c2b6f142e42d authored about 1 year ago
Put a 1 sec wait limit on zms when in single image mode.

github.com/ZoneMinder/zoneminder - c2f05911b1f1c74fac2ab0292efcadeae7f16d74 authored about 1 year ago
Add defaults to GenerateVideo, don't chdir, fix other code

github.com/ZoneMinder/zoneminder - be61184faf72e8d2e2c01cbec7557058e901653f authored about 1 year ago
Have to check for property_exists instead of empty. empty includes a valid value of 0

github.com/ZoneMinder/zoneminder - 70b1432c1fcba2750113eed4ec6c2f8db19a6551 authored about 1 year ago
port over generateVideo from perl side and stick into Event.

github.com/ZoneMinder/zoneminder - 49af48774649b1d8f4a2828b6718899cc99194e8 authored about 1 year ago
Fix loading event due to missing GROUP BY. Fixes event video generation.

github.com/ZoneMinder/zoneminder - 44a3a7a6a80b4534abb3cc44da79206a15f644cb authored about 1 year ago
Fix for when system_utilisation is empty

github.com/ZoneMinder/zoneminder - 4ff215e8bd562738cddf7db2e918c9385a6ff3ec authored about 1 year ago
Make sure groups is always defined else we get error from user.js.php

github.com/ZoneMinder/zoneminder - bb94d02019db069e9ad374237e8c429900633b99 authored about 1 year ago
Merge branch 'master' of github.com:ZoneMinder/zmNinja

github.com/ZoneMinder/zmNinja - 5aef6b71c9c8368be388976b038ad99c0b5f28a6 authored about 1 year ago
Update CHANGELOG.md

github.com/ZoneMinder/zmNinja - 4c3b250dc5816aadeed73fc6f630805b8fb75242 authored about 1 year ago
Don't include csrf on ajax requests. We only return json for ajax and the csrf kills the json parsing.

github.com/ZoneMinder/zoneminder - 02f922d4b71f1002feda56b93cf43884403a5eb0 authored about 1 year ago
Use empty array instead of null for allowedMonitors

github.com/ZoneMinder/zoneminder - 065bed894cf56f72bd729a666974b09dc78da9eb authored about 1 year ago
Load events using post so that we can send a large request

github.com/ZoneMinder/zoneminder - 420a5a5ea526c3378aee7861b9b73e6f663ccfbc authored about 1 year ago
Change Got Good Repsonse fro ONVIF to a debug

github.com/ZoneMinder/zoneminder - c1ae4336a7f4e82bd5334c1289c253f7370ed71e authored about 1 year ago
Add loading speed from COOKIES

github.com/ZoneMinder/zoneminder - 39a0ee12302ab26ceb0cacedb16420d927706dcf authored about 1 year ago
Add support for Notes as a filter, setup for altering the terms later. Add CASE so that incomplete events have and EndTimeSecs

github.com/ZoneMinder/zoneminder - bde6870a21d0669168800f2f77d97311c9dc5b3b authored about 1 year ago
Add Sorting monitors by user preference.

github.com/ZoneMinder/zoneminder - b0a6ef5624ee06d48c83d76c46a0f75a9626d5f7 authored about 1 year ago
Make montagereview default to history mode

github.com/ZoneMinder/zoneminder - a7885a4c04c5295406ba86131b8d048b79539228 authored about 1 year ago
Merge branch 'master' of github.com:ZoneMinder/zoneminder

github.com/ZoneMinder/zoneminder - 2fb0e40503fa6b87e0ca249c9c55abae3201e1bb authored about 1 year ago
Add back a little padding to mfbpanel in montage

github.com/ZoneMinder/zoneminder - b08c44172a0cabc8afb3b2e2430e3f07a316dfbd authored about 1 year ago
Remove extra padding in headers

github.com/ZoneMinder/zoneminder - 1fa3e18e5cdfd035e3c6bc8d25b72732779746fb authored about 1 year ago
Merge pull request #1118 from webgeek1234/master

android: Add permission request for notifications

github.com/ZoneMinder/zmNinja - 2694cde3704ba4e0d60394c4d1f9f3dc4030a969 authored about 1 year ago
Version bump to 1.7.002

github.com/ZoneMinder/zmNinja - 3c717058ebd4bd3109b347f7324b02aa5b019b33 authored about 1 year ago
android: Add permission request for notifications

Fixes #1117

github.com/ZoneMinder/zmNinja - 06d7daf4c6d559911e8413f3ac3fa5d1c344b75f authored about 1 year ago
Merge pull request #3788 from AmooAti/php8.3

PHP 8.3 deprecated get_class method call without argument

github.com/ZoneMinder/zoneminder - 49573612786e5cf7170390fa4528e183833a1a65 authored about 1 year ago
fix: php 8.3 deprecated get_class method call without argument

github.com/ZoneMinder/zoneminder - 27977acdd47f1591caad1c628a0b2e8ccfd798ee authored about 1 year ago
Set default delay, add starting statusCmdTimer when using rtsp2web

github.com/ZoneMinder/zoneminder - 07d4fb209944e749ab1df375b97012b2c7472db8 authored about 1 year ago
Remove depth of nested if's by returning early.

github.com/ZoneMinder/zoneminder - 23a0e561eb40ecf2ec5c59078fcaf047454b8610 authored about 1 year ago
Convert username and password to std::string. Fix crash in zmu because we can't convert null to std::string.

github.com/ZoneMinder/zoneminder - edfaaf71ce54e43bdfc8f220e5f2475b43640f74 authored about 1 year ago
Merge pull request #3787 from d-bum/issue_3786_fix_audio_in_ctx_leak

Prevent allocation on already allocated context, fix #3786

github.com/ZoneMinder/zoneminder - 001787d1946ba02e52b252aa68f004df6e00cfcb authored about 1 year ago
Prevent allocation on already allocated context

github.com/ZoneMinder/zoneminder - c4a5413e478378e0b1a757d7aefc3b11f09adf05 authored about 1 year ago
Handle scale=0 in getImageSrc

github.com/ZoneMinder/zoneminder - 092f8df115870f90ea203ef380d40a74ddfe53c2 authored about 1 year ago
Handle Config table not being updated for ZM_WEB_VIEWING_TIMEOUT

github.com/ZoneMinder/zoneminder - e1b17590fa68b01d288fcdd9cf88e12263462a33 authored about 1 year ago
Add are you still watching modal

github.com/ZoneMinder/zoneminder - 9a271e8960d3c087d7d0dec5e26da7458a0effba authored about 1 year ago
Use a modal instead of confirm for are you still watching popup

github.com/ZoneMinder/zoneminder - 5fd00ef7a558579535764172ccb1383addb287e4 authored about 1 year ago
Return the added modal

github.com/ZoneMinder/zoneminder - 1df3dc4c8c2b392014e6765cfd1e844531f767ff authored about 1 year ago
Add Viewing idle timeout code to watch.js and montage.js

github.com/ZoneMinder/zoneminder - 195a353bdace816b83a8e108fd9dc4b29010650e authored about 1 year ago
Add ZM_WEB_VIEWING_TIMEOUT, and remove quotes around config integer values so that they are integers instead of strings.

github.com/ZoneMinder/zoneminder - d3cb7774b005955431bd04a8d5a29815b5fafd05 authored about 1 year ago
Load Type when loading Config

github.com/ZoneMinder/zoneminder - 3ce96005af81adf8b513d132d74523bd5a828dc9 authored about 1 year ago
add ZM_WEB_VIEWING_TIMEOUT

github.com/ZoneMinder/zoneminder - c7bd2adb1116295b8da9f81597a194e149b09d19 authored about 1 year ago
Add ZM_WEB_VIEWING_TIMEOUT config setting for each bw profile.

github.com/ZoneMinder/zoneminder - 3627a4e97df1903a12b2e801ca9c6ed770a593d5 authored about 1 year ago
Refresh events list when filters at top change or close in the case of datetimepicker

github.com/ZoneMinder/zoneminder - d06264624a925e092b046ff18d205ef3dfbc9bfa authored about 1 year ago
Merge branch 'master' of github.com:ZoneMinder/zoneminder

github.com/ZoneMinder/zoneminder - 936cefb41a5beee5f658e78ee990365be13e2471 authored about 1 year ago
Must use MIN_STREAMING_PORT in monitor Url because 80/443 might not go to the same host as MIN_STREAMING_PORT (think reverse proxy)

github.com/ZoneMinder/zoneminder - 56095bec9d3f2ba6fcfe49fb6279bb108df440ea authored about 1 year ago
Remove 100 limit on response to events index. Handle there not being a next or prev neighbour.

github.com/ZoneMinder/zoneminder - 6232cfb8b18ceb59286ea07dbf0ee803f90b986a authored about 1 year ago
Include command that failed in Error.

github.com/ZoneMinder/zoneminder - d62779b1e8faf71e95fb2c97f890e5f12f696823 authored about 1 year ago
When command fails, log at Warning instead of Debug.

github.com/ZoneMinder/zoneminder - 939db57fa9bfbfe784315704f2ce80f1f1ec6e9d authored about 1 year ago
Enforce max length of 64k for log entries. Use HTTP_X_FORWARDED_FOR in logging so we log actual remote addr

github.com/ZoneMinder/zoneminder - 0d6df970d347aef20c3a8eaccdd0878ac50b507e authored about 1 year ago
Don't load Servers, they are loaded globally in config. Enforce int instead of string for range because fseek can't handle strings

github.com/ZoneMinder/zoneminder - afb594aa19ecf7e7c4185466159e819d1ec64623 authored about 1 year ago
Add HTTP_FRONT_END_HTTPS as a signal to use https in urls. Mainly for when using a reverse proxy

github.com/ZoneMinder/zoneminder - a1693c34b99ba0315c3071f3ff144abbccf5b43c authored about 1 year ago
Do not format StartDateTime and EndDateTime in ajax events results. Do the formatting in js.

github.com/ZoneMinder/zoneminder - 8e0793f5e7c62f9cc35cf8bbc95686f64499b3fc authored about 1 year ago
Return the found term instead of true in has_term.

github.com/ZoneMinder/zoneminder - 40975184e0fff7e667cdfb83940ff2a77581dd0f authored about 1 year ago
Do not need to make servers global in this context. They are by default.|

github.com/ZoneMinder/zoneminder - d9ae4f8e04f36bbf96bf111f13387bf916791a2b authored about 1 year ago
Handle when there are no cueFrames populated

github.com/ZoneMinder/zoneminder - ee0ef4b6e487e6fe7e7a760eff182ba3367fc3c0 authored about 1 year ago
Take expires setting off setCookie so it defaults to 2038 like everywhere else.

github.com/ZoneMinder/zoneminder - c23ee28fe6fd30a269e122c50eb109e5a86c0f51 authored about 1 year ago
Merge pull request #3785 from efranzwa/fix-monitor-tabs

Fix Monitor Source Tab Rendering

github.com/ZoneMinder/zoneminder - a243263d708ed1a4ddd7d7d56c983c6c61680c14 authored about 1 year ago
Added missing table tags

github.com/ZoneMinder/zoneminder - cf906e86c81b1c010100b467e50685512429db83 authored about 1 year ago
Fixed Monitor->WebSite Source Refresh html

github.com/ZoneMinder/zoneminder - 83af15329ad591d2fc56b5113cf892386a9d2316 authored about 1 year ago
deprecate fedora 37, add fedora 39

github.com/ZoneMinder/zmrepo - 96b7c13011eef7718b373c32553c95961b7a3c0e authored about 1 year ago
fix invalid date in rpm specfile changelog

github.com/ZoneMinder/zoneminder - dbd82709a2f8ce194ffad69c5040faa9a848268e authored about 1 year ago
Merge branch 'master' of github.com:ZoneMinder/zoneminder

github.com/ZoneMinder/zoneminder - 93ed0d9309fffe1401c4d9e18375af9c89226960 authored about 1 year ago
Code style clceanup in server action

github.com/ZoneMinder/zoneminder - c1b32b79a2422e5bb8ae88df5e14ea2165317d34 authored about 1 year ago
Use ajax error when specified storage not found.

github.com/ZoneMinder/zoneminder - abb4230f8662ed73d1b71933519feb67024d4156 authored about 1 year ago
Set default values on members, fixing bad defaults on nwe storage.

github.com/ZoneMinder/zoneminder - aaebd725bbd53150aa8335c10b91be5e2c8405b8 authored about 1 year ago
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.

github.com/ZoneMinder/zoneminder - 9f04d90a27f28f364519d05d1896a662d370f7aa authored about 1 year ago
deprecate fedora 36 add fedora 38

github.com/ZoneMinder/zmrepo - 76d5a71f2820205f8c42592623e8a06ddabab47c authored about 1 year ago
Modify .spec file to fix rpmbuild

github.com/ZoneMinder/zoneminder - 3ee44207e579042137fb3e83c8e2066798e88e38 authored about 1 year ago
Merge pull request #3783 from efranzwa/update-version

Update ZM version in SECURITY.md

github.com/ZoneMinder/zoneminder - 1f4e12d2c330eb5d2bd397a7891c6197fbb186fe authored about 1 year ago
Merge pull request #430 from ulbi/master

Scripted installation fails - no-interactive does not apply to install commands

github.com/ZoneMinder/zmeventnotification - 6b45c0f6757f2fa4d710ba950a0f6016f440aac3 authored about 1 year ago
In non-interactive mode, installer does not work, but ask for installs

github.com/ZoneMinder/zmeventnotification - 85147171d01d1cc812b84cff42b5322c908eef2e authored about 1 year ago
Update ZM version in SECURITY.md

github.com/ZoneMinder/zoneminder - 2798e6f205f2bb49e7de649e88df71e8d1420e2f authored about 1 year ago
Merge pull request #3782 from efranzwa/docs-definemonitor

Updates to Docs Defining Monitors Section

github.com/ZoneMinder/zoneminder - beb3e65f545bd6f1e0aa7a7a11bc7af0aae91f96 authored about 1 year ago
Added images for Defining Monitors section

github.com/ZoneMinder/zoneminder - fec884493c6d18b224529e33d618300d89f0fda0 authored about 1 year ago
Added MQTT Tab section

github.com/ZoneMinder/zoneminder - bf08d6c9bcde36d836f7acef9eef35602c911663 authored about 1 year ago
Added Misc Tab section

github.com/ZoneMinder/zoneminder - bea5677a31cfde2822c62a2d1c820a8689a7a5d6 authored about 1 year ago