Ecosyste.ms: OpenCollective

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

FOSSBilling

Empower your hosting business with FOSSBilling, the free and open-source solution for efficient billing and client management.
Collective - Host: opensource - https://opencollective.com/fossbilling - Website: https://fossbilling.org - Code: https://github.com/FOSSBilling

Merge pull request #628 from timothygwebb/master

PHP 7.4.9 Update with Composer

github.com/FOSSBilling/FOSSBilling - f39feab68cb81f8611b88e2cb0aef709cfac28df authored over 4 years ago
Updating src directory

github.com/FOSSBilling/FOSSBilling - 83d021f1c269a9502beb1a7428824eb6aafbecc2 authored over 4 years ago
17ea3d6 commit 3ada75fb841746e452f25d222fd08846906cedba Correction variable was an array and not NULL.

github.com/FOSSBilling/FOSSBilling - 671b9c56d8b5acc2e6b10121cd63f698f94c514e authored over 4 years ago
modified composer.lock file

github.com/FOSSBilling/FOSSBilling - cb17b52cac473a61310b2c77d117ec6715516472 authored over 4 years ago
622 Reversal Fix.622 Reversal Fix.622 Reversal Fix.622 Reversal Fix.622 Reversal Fix.622 Reversal Fix.

github.com/FOSSBilling/FOSSBilling - 19ccfab3f9de7b42ad5ae35efcd7a3efd3d77a4f authored over 4 years ago
Change log update.

github.com/FOSSBilling/FOSSBilling - 3ada75fb841746e452f25d222fd08846906cedba authored over 4 years ago
Merge branch 'master' of https://github.com/timothygwebb/boxbilling

github.com/FOSSBilling/FOSSBilling - 17ea3d6a4efede8480591e4c6c3c7e6ee80c090d authored over 4 years ago
Delete 1105b5f2968f603b4ca0e3f8b3762b4f51e0385f5ae52641a3dfc2952ee6e77b.php

github.com/FOSSBilling/FOSSBilling - d5873d7c5ed747de70b3741bcf56650c56136f83 authored over 4 years ago
Delete 06a21117a2f343a16d05fb14ee939a67a17369625152ea9659a81819175d8063.php

github.com/FOSSBilling/FOSSBilling - cece9d429a0ba357f324b09a6bdd48f8b5a1b8dc authored over 4 years ago
Delete 009dd39f2f9b6e55a940f5e90444a96851bc7bce76d606b73b1d2985db757623.php

github.com/FOSSBilling/FOSSBilling - 98c6c6a7807a7eb03666a568beecd383a58d748e authored over 4 years ago
Merge branch 'master' of https://github.com/timothygwebb/boxbilling

github.com/FOSSBilling/FOSSBilling - 78c9970d059f601f7ced79cb15820db4ab43dd73 authored over 4 years ago
modified .gitignore to enable bb-vendor and ignore bb-data and bb-cache.

github.com/FOSSBilling/FOSSBilling - f47502fe3478178f8535009ddaf2304437182415 authored over 4 years ago
Delete bb-config.php

github.com/FOSSBilling/FOSSBilling - 39b5bc05f791ac57646b7c4cb03e75e07bbb001b authored over 4 years ago
Added to .gitignore bb-data/log/*

github.com/FOSSBilling/FOSSBilling - eb97f0fa8b6825bcd6910711f31a3c11161deffc authored over 4 years ago
added bb-data/log/* to .gitignore

github.com/FOSSBilling/FOSSBilling - 62e2409e61c79431864a9227cce4d3cc7503c071 authored over 4 years ago
Merge branch 'master' of https://github.com/timothygwebb/boxbilling

github.com/FOSSBilling/FOSSBilling - 96d7f02c6396f0199243cfac27b1ee294f2a126d authored over 4 years ago
Change of permissions commit.

github.com/FOSSBilling/FOSSBilling - 78d1c6d9a41e7c3e9b1846c0551542a7e00e9bb4 authored over 4 years ago
Update README.md

Updated PHP Versions

github.com/FOSSBilling/FOSSBilling - 3033d26c6ebac0666984b153a2420e07534707b8 authored over 4 years ago
Updated composer information and bb-vendor. See changelog in pull request

github.com/FOSSBilling/FOSSBilling - 66f200da8b3edc98c3b7c1a8f5bd0f02a08c8cf5 authored over 4 years ago
Merge pull request #5 from boxbilling/master

Merge pull request #622 from samapraku/master

github.com/FOSSBilling/FOSSBilling - 8b3a48277d1624aac606a27dba3e318723a2292b authored over 4 years ago
Add missing PHPMailer namespaces

Without these sending emails from the app will not work and will throw missing class exceptions.

github.com/FOSSBilling/FOSSBilling - b68ee3df522f46339b4e24c99410227806dee526 authored over 4 years ago
Merge pull request #622 from samapraku/master

Create twig instances with container factory

github.com/FOSSBilling/FOSSBilling - 5f270ebf992548b08ad1b27f5e0a1b18c205a611 authored over 4 years ago
Create twig instances with pimple factory

github.com/FOSSBilling/FOSSBilling - 3b24482cd850b8462f92322047e5433d11c5b9cf authored over 4 years ago
Merge pull request #4 from boxbilling/master

Synchronize with origin repo

github.com/FOSSBilling/FOSSBilling - a59c7045c0b3f705277f2dbcedbc7a4c0aef2e74 authored over 4 years ago
Merge pull request #618 from samapraku/phpunit-9

Upgrade tests to PHPUnit 9

github.com/FOSSBilling/FOSSBilling - 188ad5c9b1137f26d40d65833d6323d83536583b authored over 4 years ago
Upgrade tests to PHPUnit 9

github.com/FOSSBilling/FOSSBilling - 8a1718c6065a418754bf46cf5fb5cf70ac75bc0d authored over 4 years ago
Merge pull request #3 from boxbilling/master

Pull from boxbilling:master

github.com/FOSSBilling/FOSSBilling - ae4785eeaff64446d23f67190b11a7ec27ebed18 authored over 4 years ago
Correctly use qantity for invoice items prices

github.com/FOSSBilling/FOSSBilling - ce3e02eca5ff7dc45ca3585c5b028170cf09f5f4 authored over 4 years ago
Remove all invoice items by order instead one

discounts are added as invoice item related to order

github.com/FOSSBilling/FOSSBilling - b94d9741fae814f39414be27abac7df4a23a6764 authored over 4 years ago
Replace twig_enviroment with namespace syntax

github.com/FOSSBilling/FOSSBilling - 6aa92aeb68196914897aeb6c91161d413d875726 authored over 4 years ago
Merge pull request #610 from rndevuk/master

Replaced ip lookup service with one that works

github.com/FOSSBilling/FOSSBilling - 3d696af9196f021f087ffa96c6e256ed011f0dd0 authored over 4 years ago
Replaced ip lookup service with one that works

http://www.biranchi.com/ip.php returns a 404 page. so replaced it with https://api.ipify.org

github.com/FOSSBilling/FOSSBilling - fb5235e8d8e5c9e9ade9cd5deeaf7056b3785b8b authored over 4 years ago
Merge pull request #609 from rndevuk/master

Fix Maxmind Geoip invalid Type Error

github.com/FOSSBilling/FOSSBilling - 2cc34bcf81aab9e08dcb5c5add816098a8a7d730 authored over 4 years ago
Fix Maxmind Geoip invalid Type Error

Fix error that occurs if a null value is provided to the Geoip Library, also set default Geoip v...

github.com/FOSSBilling/FOSSBilling - 210c855033d327e53341f476f882563f8c05d645 authored over 4 years ago
Merge pull request #605 from samapraku/master

Correct logic for calculating items prices in cart and invoices - twig v2.13.0 upgrade

github.com/FOSSBilling/FOSSBilling - 98fa6acc2bd4cc35c66fd888bc9fd12e305d2098 authored over 4 years ago
Fix logic for setting invoice items prices

github.com/FOSSBilling/FOSSBilling - 4d0638c952e6fa3f972a18e9fab732fa683bb808 authored over 4 years ago
Merge pull request #603 from boxbilling/dependabot/composer/src/phpmailer/phpmailer-6.1.6

Bump phpmailer/phpmailer from 5.2.27 to 6.1.6 in /src

github.com/FOSSBilling/FOSSBilling - a7c835468c78f45817c3efa54a4c243483aaf25e authored over 4 years ago
Bump phpmailer/phpmailer from 5.2.27 to 6.1.6 in /src

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 5.2.27 to 6.1.6.
- [Rel...

github.com/FOSSBilling/FOSSBilling - 38cc5ca1f44b0130e70488a2c1a5c047bb0b5f62 authored over 4 years ago
Update twig to v2.13.0 and pimple to v3.3.0

github.com/FOSSBilling/FOSSBilling - 0097e15d81ed13430bcdf8c12a897702f050e999 authored over 4 years ago
Merge pull request #599 from 418sec/master

Security Fix for Cross-site Scripting (XSS) - huntr.dev

github.com/FOSSBilling/FOSSBilling - 84f51f735d2e6db68c8e916db13e2fff8dc8c201 authored over 4 years ago
Merge pull request #602 from samapraku/master

Upgrade to PHP 7.2 and Twig v2.9

@samapraku merging this request. Lets keep in the loop for f...

github.com/FOSSBilling/FOSSBilling - aeae3cd7f4e664850452c5ad4bf9d9e4ef571ce2 authored over 4 years ago
Send activation email from scheduler

github.com/FOSSBilling/FOSSBilling - ad4fe48694dc59a072d3d9d7431b3ac86403e1eb authored over 4 years ago
Send email after client open ticket

github.com/FOSSBilling/FOSSBilling - a69ab1c65808569ca3889225a216ba3c3ba6b88a authored over 4 years ago
Merge branch 'twig-2-upgrade'

github.com/FOSSBilling/FOSSBilling - d107600bf2cb54434c6dab7837e91bb0ae4d7f47 authored over 4 years ago
Upgrade from mcrypt to openssl for PHP 7.2

github.com/FOSSBilling/FOSSBilling - 833ad2b5c9b05428296699bbcb4fba243b1c231c authored over 4 years ago
Upgrade to twig 2.9

github.com/FOSSBilling/FOSSBilling - 30a5516171816d525ac2cfa8f3a7a0e40b7b1c53 authored over 4 years ago
Upgrade to twig 2.9

github.com/FOSSBilling/CentovaCast - f745e833c9576d9c79b116ff2d408c7d9381f87a authored over 4 years ago
Upgrade to twig 2.9

github.com/FOSSBilling/SolusVM - cc08f8681334499059432e3c25b97d1c2fc5d259 authored over 4 years ago
Merge pull request #1 from Mik317/master

[Fix] Semi-patched XSS on "boxbilling"

github.com/FOSSBilling/FOSSBilling - a6a334f81f189aa8a985a6abd5a35aae493ceac5 authored over 4 years ago
Update Service.php

github.com/FOSSBilling/FOSSBilling - 91b03399b9530529fa133a0c1443975a1d58cc01 authored over 4 years ago
Update Service.php

github.com/FOSSBilling/FOSSBilling - 565e285730f20fb51ef9b11f8b865a1c195831b0 authored over 4 years ago
Update Service.php

github.com/FOSSBilling/FOSSBilling - fd0bf3ef52e6806493338948fa848ba9ecd764ba authored over 4 years ago
Update Service.php

github.com/FOSSBilling/FOSSBilling - 7dad8ab45b889a1fada2758d15bed734327519e3 authored over 4 years ago
Add database port feature on installation step & configuration

github.com/FOSSBilling/FOSSBilling - 82d005dd9c9fcf3ddb835276e7bf16b6fd989e11 authored over 4 years ago
Merge pull request #588 from samapraku/master

Fix critical issue - Deleting client empties all funds records from database

github.com/FOSSBilling/FOSSBilling - c3809e35297d125217f7c593d6acc6dce63a63bd authored almost 5 years ago
Critical - Fix client balance deletion query

Fix critical issue where deleting client empties all funds records from database.

github.com/FOSSBilling/FOSSBilling - c767bb0c0db92147b4dfb89bc4adbca71078deca authored almost 5 years ago
ignore .history folder

github.com/FOSSBilling/FOSSBilling - 9904f0f5203a86103614c4bb68bc8992d9982f29 authored almost 5 years ago
Merge pull request #1 from boxbilling/master

Update from original repo

github.com/FOSSBilling/FOSSBilling - 865a28e8a0b7fecfc5b6694c86c29267f94bfc53 authored almost 5 years ago
Merge pull request #578 from boxbilling/dependabot/composer/src/phpmailer/phpmailer-5.2.27

Bump phpmailer/phpmailer from 5.2.4 to 5.2.27 in /src

github.com/FOSSBilling/FOSSBilling - babe6b8a15d5ec6e0c1fbb8a89a4045d7b1226f4 authored almost 5 years ago
Bump phpmailer/phpmailer from 5.2.4 to 5.2.27 in /src

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 5.2.4 to 5.2.27.
- [Rel...

github.com/FOSSBilling/FOSSBilling - 8ca70ea3482a5627021d1948b82295f5e0d6bb72 authored almost 5 years ago
Merge pull request #573 from robin-bd/patch-2

hosting username as first 8 domain characters

github.com/FOSSBilling/FOSSBilling - 2d14443f4290b0f58907377bb58ff410624456fb authored almost 5 years ago
hosting username as first 8 domain characters

for set hosting username using first 8 domain characters before activating hosting order

github.com/FOSSBilling/FOSSBilling - e64244ff6bf0ef8fc345d36449fb24bfc490cdcb authored about 5 years ago
Merge pull request #568 from timothygwebb/patch-2

Update SECURITY.md

github.com/FOSSBilling/FOSSBilling - f028d18f96136064e81ebc27b1b2495b1176da4c authored over 5 years ago
Update SECURITY.md

github.com/FOSSBilling/FOSSBilling - d04f3eb05772071a8d08342e00bc8e0e31610b37 authored over 5 years ago
Merge pull request #567 from boxbilling/community-guidelines

Present Community Guidelines

github.com/FOSSBilling/FOSSBilling - 403deb6ca9477b76b4d9a7d460333ea14c109902 authored over 5 years ago
Create CONTRIBUTING.md

github.com/FOSSBilling/FOSSBilling - e951809ea52c68d694ccf7781d281838349bc073 authored over 5 years ago
Create CODE_OF_CONDUCT.md

github.com/FOSSBilling/FOSSBilling - 9e9b428262ba4933b8091bfe83adad58d8a8e5f1 authored over 5 years ago
Merge pull request #566 from timothygwebb/vulnerability-fix-connector.php-elFinder

Update connector.php

github.com/FOSSBilling/FOSSBilling - 17d6ab02447af9d5bab9796b80ad48a27c2e588e authored over 5 years ago
Update connector.php

Updated file from master branch of elFinder repository to repair vulnerability.

github.com/FOSSBilling/FOSSBilling - 1df63301c9478df70f70e78493a200722ce96560 authored over 5 years ago
Merge pull request #565 from timothygwebb/patch-1

Create SECURITY.md

github.com/FOSSBilling/FOSSBilling - a41d0abc79a94f550dfbc0a8ad0f5709ad794107 authored over 5 years ago
Create SECURITY.md

github.com/FOSSBilling/FOSSBilling - 9c90dbe729ed421857c2b8e15a7ed60710c1ba0e authored over 5 years ago
Merge pull request #559 from SnakePin/master

Update .htaccess of bb-uploads for better security and better compatibility

github.com/FOSSBilling/FOSSBilling - 5c938c3f411b62814897be6beaf64da444a7a779 authored over 5 years ago
Update .travis.yml

github.com/FOSSBilling/FOSSBilling - e34bfd1936a22f87f968e4ee46733daf7583fc3a authored over 5 years ago
Update .travis.yml

github.com/FOSSBilling/FOSSBilling - f49cac17bedf606a3dc720230eb9ff4fe1a8ce1d authored over 5 years ago
Update .travis.yml

github.com/FOSSBilling/FOSSBilling - 6c1a1fbf9c5063af67ef2844b4f4673c82e562e8 authored over 5 years ago
Update .travis.yml

github.com/FOSSBilling/FOSSBilling - eca02d2dc0f38291b08c2a9faf2cddf249b085e8 authored over 5 years ago
Another attempt at fixing TravisCI

This time I used some hints from CircleBilling

github.com/FOSSBilling/FOSSBilling - e10d1de08a515d555d4cd2524c44ec29464cf323 authored over 5 years ago
Attempt at fixing TravisCI

github.com/FOSSBilling/FOSSBilling - 1ee7c732b29bed73de8f2318d8b7cc3a39284e97 authored over 5 years ago
Update .htaccess of bb-uploads for..

better security and better compatibility.

github.com/FOSSBilling/FOSSBilling - 21e80ea993a669226f95a3046246439eb07c6aaf authored over 5 years ago
Merge pull request #558 from g4m3r0/patch-1

Update Custom.php

github.com/FOSSBilling/FOSSBilling - 1ef5e7914e1bfdd27cca71c9a9ffa6629e6427e0 authored over 5 years ago
Update Custom.php

-Added whois server for .tk, .ml, .ga, .cf, .gq
-Cleaned up the structure
-Removed some commen...

github.com/FOSSBilling/FOSSBilling - 1a37aa6fbfa9b93d10c1787717269b76e16c302e authored over 5 years ago
Paygol Payment Gateway (v1.0)

github.com/FOSSBilling/FOSSBilling - d75ae834e7088e5e28cdffdf66d9a57a4659f305 authored over 6 years ago
Paygol Logo Added

Apart of the PayGol Payment Gateway

github.com/FOSSBilling/FOSSBilling - e76d7fef27c658ffa72789b364e8a7db661aa095 authored over 6 years ago
Paygol Payment Module

Official Paygol Payment Gateway

github.com/FOSSBilling/FOSSBilling - 37c3d84dedf9880847ea2626587bb9eb32cba3b3 authored over 6 years ago
Merge pull request #514 from CircleBilling/master

Move issue from CircleBilling to BoxBilling (SQLSTATE[42000]: Syntax error or access violation)

github.com/FOSSBilling/FOSSBilling - 6e78d74f32d91431d3559dd303694cb276432a23 authored over 6 years ago