Ecosyste.ms: OpenCollective

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

github.com/ZoneMinder/zoneminder

ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
https://github.com/ZoneMinder/zoneminder

Must include Storage.php

155502ee3269fb56fd5a70028b5228588757ff8c authored almost 2 years ago
Add DiskTotalSpace and DiskUsedSpace to returned Storage objects

a7743dd0eda9ed4b24163185a44e909f4e9aef9a authored almost 2 years ago
Add IN operator

a7af29c0c486b29aad9c9c4f7c4e902a8b624409 authored almost 2 years ago
Only show Location tab if geolocation is turned on

0995a445616e1f87ee183cebfad6c1778e5a8056 authored almost 2 years ago
Add Map view to header

a2879fb66cb8ec640b5c6ce0b3e4ceb81975056a authored almost 2 years ago
Merge branch 'map'

b0413f330e17ca2e5f41b422f92fa5f2498e9795 authored almost 2 years ago
Cleanup code style

4979d299a658c69c7a4fcc8e9ad49b73517389de authored almost 2 years ago
Add getFromApi

cbabf9d5ceaf5d76661b11accf846c5919630fcb authored almost 2 years ago
add a db_version and a feature check function to determine if we support skip locks in the query. Use it to disable the feature in filter view.

39de76e9895402d566a533d9237204a870330908 authored almost 2 years ago
uint16 should be plenty for width and height, so width*height will not overflow an int32. Might fix a codeQL warning.

24313b1a5917fb43911dbc919c4a73b1898704e5 authored almost 2 years ago
Use snprintf instead of sprintf to quieten codeql

a62f4b2e77b18d663c309be3fc2f4399ae6badfe authored almost 2 years ago
Use function style of member access to prevent errors on unsaved monitor

82a28b78d8d8b668860378e3c9eab6031b196600 authored almost 2 years ago
Correct the syntax of the CSP

6867b0c841a39be989ece2ba7d15c8ba5e1606df authored almost 2 years ago
Sanitise attr input in FilterTerm to prefent SQL Injection. Fixes GHSA-222j-wh8m-xjrx

32afb13b397dfbdc6dbee2f218d6a7e9b7e5f98a authored almost 2 years ago
TimeStamp column is not int10, it is a timestamp. Fix logged errors from zm_stats.pl

89f0565edc9e2aba468799d40f81f9f226318233 authored almost 2 years ago
When FIND_VERSION is set, don't error out if a lower version is found, just unset GSOAP_FOUND

75e8ed5ce0df0e2ec81be2ad91287cd9ca98539f authored almost 2 years ago
add in files actions, with delete

7b36027066f4d91d0bb1de6966c8b1aa0203c113 authored almost 2 years ago
Add more generated build files to gitignore

a5d2ff4b40811c0ece048a3ce861325d2e5d613a authored almost 2 years ago
Add AVPixelFormat to shm for each image, disable analysis image viewing. The cp to shm is too expensive. Need something better.

a7b137950252d66fcc7272983f3cf4ff8fd51671 authored almost 2 years ago
Scale the thumbnail, not the full view

4a19b4ec05743b46ba4c5d0ee42c845f4c3b1b8a authored almost 2 years ago
Add object-src CSP directive

d6dc1d3e30ee1e3fd6c63bb63ce7a0690c4d89c2 authored almost 2 years ago
Don't shorten analysis

44c75820033133503ef051c3c78eae3e5d4c1ce9 authored almost 2 years ago
Default to Monitor->DefaultScale instead of 100% scale.

d073ba37babc5035c7fb4f391932108fa263ec55 authored almost 2 years ago
uncomment out the mintime and maxtime validations. They were commented out for some quick testing.

bfbe0d581b6c373e898b7c812a5768d55f88ec00 authored almost 2 years ago
Bump version for visibility in CVEs

cb3fb03f927787d106f4a9ae2010b60c20f712fc authored almost 2 years ago
Use dbEscapeString on username retrieved from jwt to prevent SQL injection

decf3e307bdadc0a96ffb151d19f4a4605a7cc71 authored almost 2 years ago
use detaintPath on modal to prevent including other files instead of real modals

119e4e6756bc9faeb804e21b372030009d052581 authored almost 2 years ago
Check for valid date in minTime and maxTime to prevent SQL attack

4067151fd89f6f99a9f5a446ab45132bcc2e489c authored almost 2 years ago
Be more specific about which form we are styling so as not to affect modals

8d36edb6021bd7dfffec610310bd2d81c4b029bb authored almost 2 years ago
Introduce check_datetime function to validate dates

4f66ab35037afd715f3de6f5e5aac6d5dae98f0f authored almost 2 years ago
Attempt to sanitize daemon and arguments before executing commands to prevent executing other programs.

00234fbb2025d812da56c06e5dc847a5f29e7a0b authored almost 2 years ago
Use validCardinal on Id to prevent executing other commands

82a9d6d444026ab8609df6a354e0e1af37d947ac authored almost 2 years ago
Adjust size of text inputs MonitorName and Source Path Filters to match chosen inputs

d6575cdec3b290b593b11627042b4dea575a488a authored almost 2 years ago
Test for valid monitor id in snapshot creation.

f4a2925177c2bfa187826a50e3e88110c48cf932 authored almost 2 years ago
test for existence of username in session to prevent error outputs

bf810ec8c449110ead762c844e1ddac39f248f49 authored almost 2 years ago
Move actions process to after the unauth check. In the past the action did the logging in but that is no longer the case. We can now assume in actions that the user is at least logged in.

80797e97d7f48d9216c1464e7ced8df53b79100b authored almost 2 years ago
Fix detaintPath not stripping sequences like ..././

3268f95282d4f99d6cec3a6e0a83f341cf48166a authored almost 2 years ago
Replace some vars with const or let

3803a872fc0bb776f1664b5593d7c23ab4be9b63 authored almost 2 years ago
Default to auto instead of 100% scale.

2ec375d51ce689527caddb87c266945ee51f6056 authored almost 2 years ago
Remove ZM\s that shouldn't be there

5090000cdd040dbd52e063ddd99b34ff00aea9be authored almost 2 years ago
Use const instead of var, code comment fix

74a0790c563dfe2a511c398f994bca0dd4910a37 authored almost 2 years ago
Bump version to pick up db updates for Server_Stats

717b156d86c412d654026592055a9b3fcdaa9442 authored almost 2 years ago
image may have been deleted, but analysis image may still be there. Correct logic so that analysis frame get saved again.

9a996cb423fcf78571d1d0b90a24635f081cdb32 authored almost 2 years ago
Add Server Stats table and insert into it in zmstats.pl

0879252d134bb0a710da43c9f8454f621e01f295 authored almost 2 years ago
decodeURI when taking password from uri. Always update username/password.

74b8bf3a2aff4a8b2df83a5db85dce78befe244f authored almost 2 years ago
Allow ServerId to be NULL, which is the case in a non-multi-server install

25a71593931cf6b86bc6447a41ff10e8a6a934c0 authored almost 2 years ago
Fix inserts into Server_Stats

ef9ce9b7147b0a4467034e143157ff673248bcba authored almost 2 years ago
Add Deleting of Server_Stats rows after 1 day

0cf80c2ac0eb9ae99b33c18fa7038614291bc709 authored almost 2 years ago
Merge pull request #3662 from ZoneMinder/dependabot/composer/web/firebase/php-jwt-6.0.0

Bump firebase/php-jwt from 5.0.0 to 6.0.0 in /web

853bde63e14bc9ffcd4b7c068cdad6f483ec2855 authored almost 2 years ago
Bump firebase/php-jwt from 5.0.0 to 6.0.0 in /web

Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 5.0.0 to 6.0.0.
- [Release no...

2412fefdf5712742df1f8d25204e2ad889db3abb authored almost 2 years ago
Fix email structure for ios

3e34b36ec06dcc04e9f7a89494c01909fa3a4274 authored almost 2 years ago
Set a short expiry 1min and set the cookie name to include the filter so that each and every filter gets it;s own pagination saved. Fixes #3510

a2e9cc23cb91e6ec7923de64806090849dd4ea1f authored almost 2 years ago
Use reload instead of restart on zone save

ee89169a7b5da6d4067f9fc4d330d9cdcc8e712e authored almost 2 years ago
Add reload to monitor zmcControl

855ab6f14106f87aa40e34f1ffcf8add3f033fd6 authored almost 2 years ago
Stop streams when clicking cancel/Save so that we don't log errors trying to access a dead zms. Fixes #3643

f044d04271a09dbf42044bb27e7633d2502b8232 authored almost 2 years ago
Fix NewStorage=>self

d750daebbc25f8ff781bfae002389ece12ee2ee1 authored almost 2 years ago
Merge branch 'master' of github.com:ZoneMinder/zoneminder

42da035f27f8ce0d21b7c7de760f3637783e7fad authored almost 2 years ago
Hack s3 with LWP to not cache connections so that we don't run out of files

9aa44645dda91716050a742cccc55848777cdd68 authored almost 2 years ago
Update s3fs url parsing to match that in Event

f437aadbe6203993f91ce8fbf2f2928eca71659a authored almost 2 years ago
Handle case where event has been moved but db not updated. This can happen when using a transaction and the db goes away.

07115422e70e6ae1ad3ca31ff38cd14ddea5d64d authored almost 2 years ago
Listing dir contents really fills up logs. Make it only report on level 4

c50209f66c522456dea09f62634c061a012fd29e authored almost 2 years ago
Fixup email structure so that inline images properly display while also having a text version.

4b6f47eebd0287188bba63957af5d1ca0c493e69 authored almost 2 years ago
Remove debug when relay not hashed

1a8a84da96cac9ec30087438abc49f147beadae8 authored almost 2 years ago
Add backtrace to value not in values warning

8ec5946791006225c983ad5734d6c6018656a57b authored almost 2 years ago
Fix AlarmFrames validity test

c009ef1bbe90d43f0bc4b74a9b15ed8edf3761a4 authored almost 2 years ago
Define serversr, stats for simple widget

71265a8271df1e446471dae2f11ff9561d993233 authored almost 2 years ago
username in session can also be unset

113171e5ee85b6f2545b8d26fe2562cbf47825bb authored almost 2 years ago
Show 0 instead of null in storage disk used column

ff528e578f494ca5e0d065d6cc47d399cd4b582a authored almost 2 years ago
Don't set NextTimeStamp when we have a change of event.

1e77b58409047b7e8f4bf65d80cbb0412bbbc8d6 authored almost 2 years ago
Turn off debug, fix frame->frames typo

30a75d81d27a8d1ed33373a1f56318003fe83f38 authored almost 2 years ago
Handle no frames in data gracefully

1a215dab3ea86be83807a57a86fe7200918fcc4b authored almost 2 years ago
Clear action when loading events.

e31fa4a4c375907676530020c7ab31e4f4314931 authored almost 2 years ago
Handle SESSION[password] not being set which happens when you switch AUTH_RELAY to plain.

40e7f8a517fd1fd686fb0b5b099fdf852e37cff7 authored almost 2 years ago
Fix storageareas not being defined.

29b688a2a593f5802a24e356907ff15981e0d11b authored almost 2 years ago
Merge branch 'master' of github.com:ZoneMinder/zoneminder

ac5fab023933627a701524789e87737f3ef58b55 authored almost 2 years ago
When switching from hashed to plain relay, the session won't have password. So prevent errors.

1fa0253fa537cdf9c24aef38487d5a7d3362268d authored almost 2 years ago
Merge pull request #3659 from covertpluto3502/patch-1

Update ubuntu.rst

52bdbae56b9d243d28d9da14a9d6c28b1e303aee authored almost 2 years ago
Update ubuntu.rst

c693268b87a333075f81be46fe739ede96c7c052 authored almost 2 years ago
Strip https off host and don't use virtualhost method.

03b52a1ee5021e53165d5cce7bdb0838dba04e21 authored almost 2 years ago
Allow caching of images

dedff86511d85b643e0b02bfdb7d524fdcdd4084 authored almost 2 years ago
Use scaled images when displaying alarm and objdetect images

50b462b3a06a6db362b0a31e375ee4b7484fd714 authored almost 2 years ago
Add the actual packet, not the first packet over and over and over. Fixes #3656

4889358f38ff8f36760e386e5e68eacceb354932 authored almost 2 years ago
Include command line in debug output when generating images

c6e93036f3bca29d949dbad75f387b6ff8f94ba9 authored almost 2 years ago
Improve s3 url parsing and use Net::Amazon::S3::Vendor

b6c729c700afe9dd84ecdc799ebfab38b2ea1ce5 authored almost 2 years ago
Fix typo

aba6281296e070d550c828e6b412eee253e48368 authored almost 2 years ago
tabs instead of spaces are messing up ul layout

28cf2570a9a666192c6d06347447277298158f03 authored almost 2 years ago
Prevent duplicate attachments. Use eri_encode to escape content-id

6893a3d84deaaac6b8810da3e8346491656e64a5 authored almost 2 years ago
Attach a text version of body

44f75508c8857edae4df5f86b9ffe54ef7db28cb authored almost 2 years ago
Don't try to do AWS delete if parsing failed

def5a1794c9be14d96d81b7a4fcac2722d8579c0 authored almost 2 years ago
Add Content-ID to attachments

6821be5d17ac4247b2acb2fe3010305ca607d05d authored almost 2 years ago
Handle https?:// in the host

796049604484584143841ebbca52d864cbfdea66 authored almost 2 years ago
Test out replacing attached image tag with cid based img

691e21997b348294a6cd770325d359aa1fac7317 authored almost 2 years ago
Don't include Server column if there is only 1

ccc4588c99258f3d7de141382b119738b1bd3a54 authored almost 2 years ago
Fix eslint

14bfe387782ac0a45968ffbf25369e28edb36eb8 authored almost 2 years ago
Merge branch 'master' of github.com:ZoneMinder/zoneminder

91de85285c13c8ef75406c50dddbafda412ed6cc authored almost 2 years ago
Set minimum gsoap to 2.8.91 which is the version in ubuntu focal. Hoping this disables failed build on bionic

a3e5a1a019959bbe4735db3f0db2f650d041ff28 authored almost 2 years ago
remove extra p tag and reduce php tags

86f63a9c013e3b228180f27a6ae347debb0d150e authored almost 2 years ago
Fix infinite when page > 1 and there are no results.

ce457838120cd9c86f3831db68c9f6b62f355b2c authored almost 2 years ago
Refresh logs results after a date is chosen, not on each and every alteration to the hour/min/sec etc

30617fbadd9bdb48d042eb295dd7a58cde9b18e4 authored almost 2 years ago
Don't output errors from remote commands as it breaks ui

ebb37ebc98e0859a3ca55d8f63bfec9abab37c63 authored almost 2 years ago