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

Merge pull request #50 from f3sty/choose-gpu

specify target GPU when more than one are available

github.com/ZoneMinder/mlapi - 3714992ab281c3503c16104b0f8a68a3cface5df authored about 1 year ago
Add tags_opTypes and use it to limit operators for tags in a filter

github.com/ZoneMinder/zoneminder - c456960254f79d8d1830d317c34326acae83bd59 authored about 1 year ago
Only do joins if required. Use a subselect on Tags because it is way more efficient that doing the joins.

github.com/ZoneMinder/zoneminder - 13114b2e831434b029249a8dec71ac9a8e20d81e authored about 1 year ago
Slight code improvements, mostly for readability

github.com/ZoneMinder/zoneminder - ef215b14278757cff04ce41887261ac962c744d4 authored about 1 year ago
When instantiating an object, and given the data, refresh the cache instead of using an old cached object. This should fix issues with Events where cached properties like Storage and Path use an old value.

github.com/ZoneMinder/zoneminder - 7f03a84b35d83ac7ffaf5c656b747503a3646e64 authored about 1 year ago
Fix missing WHERE on monitor select.

github.com/ZoneMinder/zoneminder - ad54ad787ae4dda86efdafd7b684addafa084862 authored about 1 year ago
Add network_security_config.xml to the build

github.com/ZoneMinder/zmNinja - acf22a8c9a8ff8018542a88413a6f278217cfa19 authored about 1 year ago
Turn off debugging of stream

github.com/ZoneMinder/zmNinja - 457d2e358c2ed13422c8c2acaf7912e27e65ae2c authored about 1 year ago
Add imageLoading error handler for debugging

github.com/ZoneMinder/zmNinja - a7bd2c98cdb64e12dab17d7e1853edc2dac51e15 authored about 1 year ago
Even objects can have cached properties, so add an undef in calls to Storage and Path so that they get recalculated. This should fix invalid errors about Event already being moved, when in fact it hasn't.

github.com/ZoneMinder/zoneminder - 9e2a4335d103625a443b0077c79fd59fd0b04835 authored about 1 year ago
Only do the console refresh if there is a value for REFRESH_MAIN

github.com/ZoneMinder/zoneminder - da37e2743155b8a4836d17426f9b30068a3a02ef authored about 1 year ago
Use NVR.debug instead of console.log for some debug statements

github.com/ZoneMinder/zmNinja - b9b92bbb73afa1db947583a7f571245e5dee0737 authored about 1 year ago
Define genConnKey in NVR

github.com/ZoneMinder/zmNinja - 62f2c358515228b4e81820e9a36b3d0261da68d9 authored about 1 year ago
Code style and spacing

github.com/ZoneMinder/zmNinja - 2acdb392b94166c50f9bbf7347c076a64eb7e34e authored about 1 year ago
Bump version and CHANGELOG

github.com/ZoneMinder/zmNinja - c8b85ceb513d44eb7c1a950ee79d83720d30041d authored about 1 year ago
Prevent setting img src to undefined due to imageSpinnerSrc being undefined.

github.com/ZoneMinder/zmNinja - 4276a350f3b0fd8281999cf2d7612c36d9086b65 authored about 1 year ago
Prevent setting img src to undefined due to imageSpinnerSrc being undefined. Add login credentials to API login?

github.com/ZoneMinder/zmNinja - 3669f552fda5e589c1e74c6972c6abf171c21ab3 authored about 1 year ago
Code style cleanups. Fix connKey becoming undefined due to use of regenConnKey instead of genConnKey

github.com/ZoneMinder/zmNinja - 5df07c22e167499e1c38e417fae37427e47f7948 authored about 1 year ago
Implement new zms parameters frames= which is the # of frames to send when in streaming mode. The idea is to replicate single mode, but allowing for other intermediate images, like Waiting for Connection etc. type=single should only ever send 1 single image.

github.com/ZoneMinder/zoneminder - 8617c09f16424dda9b4ee51a8e13933a66634f75 authored about 1 year ago
Merge pull request #48 from jantman/memory-struct-fix

update ZMMemory for 1.36 version of shared memory struct

github.com/ZoneMinder/pyzm - af2a047ef9039a365a358867f85ff061c6ac0d4b authored about 1 year ago
Fix incorrect use of zmDbExecute causing emails to not be sent. Fixes #3800

github.com/ZoneMinder/zoneminder - 6f40293e93283febffd4b2add7f4937c4c61ec1e authored about 1 year ago
Include backtrace info when logging sql error

github.com/ZoneMinder/zoneminder - 9024e5a479549e55139c8efc05c92fc8123e9a06 authored about 1 year ago
Cleanup audio_in opening frmo setup_resampler, and open audio_in_ctx with the correct parameters

github.com/ZoneMinder/zoneminder - 6d0f634bfc9dffc548fade14ba0d538e2e80f83f authored about 1 year ago
State Unknown starts at -1

github.com/ZoneMinder/zoneminder - 5887a1e85325156c92de5187457bfd54919be7c0 authored about 1 year ago
Users with Create permission should be able to view console

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

github.com/ZoneMinder/zoneminder - d4fb904a516eb12a329f507b70e797a8adb19613 authored about 1 year ago
Default admin user to having Create permission for Monitors

github.com/ZoneMinder/zoneminder - aaedd33a03a59cc1b00000ee44c32cfee0bd8de9 authored about 1 year ago
Disable range support to fix chrome playback.

github.com/ZoneMinder/zoneminder - 2747a97168362c36624ed8aff8df062772b7bec8 authored about 1 year ago
DOn't copy time_base to ctx, we aren't even using ctx. Fixes segafault beacuse audio_in_ctx is null.

github.com/ZoneMinder/zoneminder - 64a2007cec0bf4d12a8f1e5ede5a6c75e0e0f8da authored about 1 year ago
Remove bogus adding RTSP2WEB to CSP and CORS

github.com/ZoneMinder/zoneminder - 2cc47557df6b27b62521403955202b9d093b818d authored about 1 year ago
Fix duplicated Capturing in monitor status elements. Add Recording. Fix MinEventId, MaxEventId, TotalEvents. Ad CaptureFPS, AnalysisFPS and CaptureBandwidth

github.com/ZoneMinder/zoneminder - e9362f1a10706641b8b4137432f364faf732430a authored about 1 year ago
Fix FPS values when getting status from web instead of ZMS.

github.com/ZoneMinder/zoneminder - ee9e03a7c14e59e3fc8c6a7ee3519870922f9a98 authored about 1 year ago
Add ZM_RTSP2WEB_PATH to CSP_Headers

github.com/ZoneMinder/zoneminder - f06488745125fa7c0cfcb99c2231131373a157fc authored about 1 year ago
Comment out pixformat line to stop warnings

github.com/ZoneMinder/zoneminder - c598f49b5507f618fb64d04905cc625e58563f33 authored about 1 year ago
Always allocate an audio_in_ctx instead of trying to use one opened elsewhere. SHould fix errors in resampling due to reusing an already open codec.

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

github.com/ZoneMinder/zoneminder - 85006269f7d49da15598096de7fd8612d2b8b9e5 authored about 1 year ago
Put navbar brand separate from navbars, remove explicit padding. Increase text size of ZoneMinder in brand, hide Branding on portrait mobile

github.com/ZoneMinder/zoneminder - 3603aca21c6062dd4691972dedde66d7eb0b7aec authored about 1 year ago
Add quotes around dbUser and dbPass to prevent command injection

github.com/ZoneMinder/zoneminder - 42a284d9ac4a3d7519023ce490915e5f70bb1506 authored about 1 year ago
Add quotes around dbUser to prevent command injection

github.com/ZoneMinder/zoneminder - b39445d5c52222d63b3b621afad77a0a53244593 authored about 1 year ago
Introduce a Create permission for Monitors, so that a given user may Edit existing monitors, but not create new ones.

github.com/ZoneMinder/zoneminder - 2d49e93405fcd9d2b649954a722ee4b317fc0906 authored about 1 year ago
update ZMMemory for 1.36 version of shared memory struct

github.com/ZoneMinder/pyzm - d1b550a63e00313f5eaf737930eca642daaab746 authored about 1 year ago
Don't include Deleted Monitor Names when checking for duplicates

github.com/ZoneMinder/zoneminder - 2b10d0227160ad3fc640f3b29be7b0a6c5768c4c authored about 1 year ago
Use either version or version.txt. Fixes #3798

github.com/ZoneMinder/zoneminder - f224bf7262d349c38d9dccddc2961798acff595c authored about 1 year ago
TRun off SSL verification when restarting remote filters.

github.com/ZoneMinder/zoneminder - deb880e99b9c1309cacb2142c12c425cd4305fbc authored about 1 year ago
Remove duplicate .cherry-picked commit wasn't needed.

github.com/ZoneMinder/zoneminder - 7d5b91949c24d284bd7a359ade90362f5d7e43ea authored about 1 year ago
Clean out old unused debugging code. The code further down is more useful

github.com/ZoneMinder/zoneminder - 326a4ca201c874f20add0e5f0c7aa6f6753d6642 authored about 1 year ago
Move session inclusion down to where it is first used.

github.com/ZoneMinder/zoneminder - 72e8ee0e5ecb8cb1b121b635fd274431f0708b1f authored about 1 year ago
define count. Fixes #3799

github.com/ZoneMinder/zoneminder - d2a264b79f58455086dad7f5757d380628b34a05 authored about 1 year ago
Specify value of -1 for unknown status so that Idle ==0 like in the docs and older versions.

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

github.com/ZoneMinder/zoneminder - df72726eedde68a30c970d67696a086091efc105 authored about 1 year ago
Allow untrsuted ssl certs when sending commands to other servers

github.com/ZoneMinder/zoneminder - 6e93e3df4c69a9e3bac959afa2cc735a71c96b1c authored about 1 year ago
Merge pull request #3795 from ZoneMinder/dependabot/github_actions/github/codeql-action-3

Bump github/codeql-action from 2 to 3

github.com/ZoneMinder/zoneminder - fa6156f9145fa94b20c39bcdfae284f52342572a authored about 1 year ago
Implement Deleted and Capturing support for 1.37 when getting Monitors

github.com/ZoneMinder/zmNinja - a07b689c36d5ffafb4f6cd9214c3aef597a36b88 authored about 1 year ago
Imporved logging. Put auth at end of query, shorten lines.

github.com/ZoneMinder/zmNinja - c74dd20912cb1999bf39d55b5dd762111ba7b436 authored about 1 year ago
Turn off firefbase analytics collection

github.com/ZoneMinder/zmNinja - 9cedf4fc2b94878865daeb12f5d093d8557a1857 authored about 1 year ago
Merge pull request #3796 from efranzwa/update-docs-viewmonitors

Updates to Viewing Monitors Doc Section

github.com/ZoneMinder/zoneminder - 002528cfdedaf9aa1d70f458a9c5eab272304ac0 authored about 1 year ago
Add images for Viewing Monitors Doc Section

github.com/ZoneMinder/zoneminder - 0026e3446b18e922c794dbfd839e35b38d9243ce authored about 1 year ago
Update Viewing Monitors Doc Section

github.com/ZoneMinder/zoneminder - bd863d026b70091e13aadc98d771c6cf8a2aa337 authored about 1 year ago
Remove really old utility scripts for changing php tags

github.com/ZoneMinder/zoneminder - ac1c6203c2e210480cc08798c97524749080b2d2 authored about 1 year ago
Add support for EISNAP and EPISNAP for snapshot image

github.com/ZoneMinder/zoneminder - 112eb6b9ad537a2334015e23296861c57d403312 authored about 1 year ago
Add returning both the sth and res

github.com/ZoneMinder/zoneminder - d1c52987bd061b83875992c80011e8902b99c2ee authored about 1 year ago
Use new zmDbExecute helper function, when there are no alarm frames, still do the substitutions so that we don't leave the tags. EIMOD and EIMODG don't depend on frames, so move them out.

github.com/ZoneMinder/zoneminder - 4eaf274c67434c365b2a81974ca3bffcb13f815e authored about 1 year ago
Increase debug log leve

github.com/ZoneMinder/zoneminder - 27cfd11d95168f8efbe7fda5417826f2baa39966 authored about 1 year ago
Comment out unneeded debug

github.com/ZoneMinder/zoneminder - 7a6c0e27437a225b012806b15eccd84c555ecab5 authored about 1 year ago
Implement zmDbExecute which is slightly more useful than zmSQLExecute

github.com/ZoneMinder/zoneminder - 29b16a5384531b846ef9a373a6a866e96995e55f authored about 1 year ago
Bump github/codeql-action from 2 to 3

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release no...

github.com/ZoneMinder/zoneminder - 4a3bacecfefde4b044cb65e700326ced945f0408 authored about 1 year ago
Add a warning when a filter takes longere than it's execution period

github.com/ZoneMinder/zoneminder - 66e1f968c046fbff58196aeeb9710e69e40d3126 authored about 1 year ago
Use ZM_PATH_API instead of hard coded /zm/api

github.com/ZoneMinder/zoneminder - 4e2dd31cdc0b45311357e190b3b974092a069e04 authored about 1 year ago
Add functionality to undelete a Monitor

github.com/ZoneMinder/zoneminder - 4193de1f00ebab28e6d7ec0ab5f1cf398e0ab7f3 authored about 1 year ago
Actually fix problem by not putting () on an integer has-post_sql_conditions

github.com/ZoneMinder/zoneminder - ea3d91b46fc372d7239ae604ba7f90ee7d522997 authored about 1 year ago
Increase time between TERM and KILL because ffmpeg connect can take way more than 10 secs

github.com/ZoneMinder/zoneminder - b618030b7abdb0c6022e2450bf587823d01e6cd8 authored about 1 year ago
Be a little more specific about what we are int'ing. https://forums.zoneminder.com/viewtopic.php?t=32942 has a weird error report that this might address

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

github.com/ZoneMinder/zoneminder - 27f25df2d9adef0e3a0514550ad12e32ae4f3609 authored about 1 year ago
Add user we are authentication as to debug

github.com/ZoneMinder/zoneminder - ac2c2225beee3ee7d86053b95cb239917009f42d authored about 1 year ago
Always append username to zmu command line so that auth is more efficient

github.com/ZoneMinder/zoneminder - f9b82ca0373f2ff90b18b47d1b82a5981f327dbb authored about 1 year ago
Merge pull request #3793 from efranzwa/update-docs-definezone

Update to Defining Zones Doc Section

github.com/ZoneMinder/zoneminder - 23bee4bb9d011a16a1d10db7f9974f39b86dd990 authored about 1 year ago
Use toLocalString to ensure that connKey is always 6 digits. Create a genConnKey function and use it everywhere. When multiserver, use multiport for zms control port as well.

github.com/ZoneMinder/zmNinja - e2e45bd5e6d27f3e500ceaf85ada9d80c0438a02 authored about 1 year ago
Rename to zmNinja

github.com/ZoneMinder/zmNinja - 43446380c8345492623d05a4fb7041bbdb9a8fa7 authored about 1 year ago
Set Heartbeat when not capturing due to ondemand

github.com/ZoneMinder/zoneminder - 164e003ab6c0dbc34ef45a7bc9700aa874c0e785 authored about 1 year ago
set defaults on properties of user object to fix neew user creation.

github.com/ZoneMinder/zoneminder - af3f380692419c9cd0509f681f77445ef56f6e0d authored about 1 year ago
Fix crash when a monitor is in query mode and hence doesn't have a camera to close. Fixes #3794

github.com/ZoneMinder/zoneminder - 5fc785aca56d83ff6a565b635f3569e4bad449e5 authored about 1 year ago
Add images for Defining Zones Doc Section

github.com/ZoneMinder/zoneminder - b033134596b8ec6d9ca821642eb78ca6ac5832e3 authored about 1 year ago
Update Defining Zones Doc Section

github.com/ZoneMinder/zoneminder - 6298d48db0c33f1564936906d098835cb05133ee authored about 1 year ago
Make reconnection logging a debug

github.com/ZoneMinder/zoneminder - e132181f6a9408b8c32cde728244de099eb22a2f authored about 1 year ago
Handle change of res/colours in zms by reloading the monitor object.

github.com/ZoneMinder/zoneminder - 3bca7762142891e7950216e986b9d19fdcb3782d authored about 1 year ago
Update CHANGELOG.md

github.com/ZoneMinder/zmNinja - 17aa03bd496da128b8a4224f23f97f4196e3e422 authored about 1 year ago
Merge 192.168.9.135:sandbox/zmNinja

github.com/ZoneMinder/zmNinja - 97567d93298a214d9ea631f16358558c59678ea0 authored about 1 year ago
Set version to 1.7.003 in config.xml

github.com/ZoneMinder/zmNinja - f4e990f63adaccc074a42133afa07b7b632ebd7b authored about 1 year ago
Bump version to 1.7.001

github.com/ZoneMinder/zmNinja - e5a4074ba1c3b2666ebf8896f88e122fd3a02bbd authored about 1 year ago
Remove ia32 from the linux packages as it is no longer supported.

github.com/ZoneMinder/zmNinja - 312f7a987d9f6fd8f5ce8953b361babc48ea0256 authored about 1 year ago
Bump version to 1.7.003

github.com/ZoneMinder/zmNinja - abbc1a7013139731cf793029cc000efa7751a34c authored about 1 year ago
Code style, some optimisation, fix in getMode causing it to stay in SNAPSHOT mode

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

github.com/ZoneMinder/zoneminder - 74591dc71f41e132a4955f99a92c03a1ead211d0 authored about 1 year ago
Rough in a Uri class, use it to populate onvif_url if not filled in

github.com/ZoneMinder/zoneminder - afcc07facd63033c61e197575484d2d5bdca2fc0 authored about 1 year ago
Handle when ZM_RTSP2WEB_PATH hasn't been filled, but RTSP2Web has been turned on for a monitor.

github.com/ZoneMinder/zoneminder - 88db0e985486afc7eeabb137194e4009517df413 authored about 1 year ago
Fix spacing between monitor filters

github.com/ZoneMinder/zoneminder - 2514b3533a3e2717dc8c97cac83567db019ed200 authored about 1 year ago
Merge pull request #3792 from Simpler1/patch-7

Fix(uname): Copy/paste typo in comment

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