Ecosyste.ms: OpenCollective

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

github.com/FOSSBilling/FOSSBilling

Empower your hosting business with FOSSBilling, the free and open-source solution for efficient billing and client management.
https://github.com/FOSSBilling/FOSSBilling

Delete 06a21117a2f343a16d05fb14ee939a67a17369625152ea9659a81819175d8063.php

cece9d429a0ba357f324b09a6bdd48f8b5a1b8dc authored over 4 years ago
Delete .htaccess

820b6538ec66832f00ef2b5d19e8a911aae89842 authored over 4 years ago
Delete 009dd39f2f9b6e55a940f5e90444a96851bc7bce76d606b73b1d2985db757623.php

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

78c9970d059f601f7ced79cb15820db4ab43dd73 authored over 4 years ago
Error log commit.

595ee0280a508f2eb2b7790d2b584f33f81839ae authored over 4 years ago
modified .gitignore to enable bb-vendor and ignore bb-data and bb-cache.

f47502fe3478178f8535009ddaf2304437182415 authored over 4 years ago
Delete bb-config.php

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

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

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

96d7f02c6396f0199243cfac27b1ee294f2a126d authored over 4 years ago
Change of permissions commit.

78d1c6d9a41e7c3e9b1846c0551542a7e00e9bb4 authored over 4 years ago
Update README.md

Updated PHP Versions

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

66f200da8b3edc98c3b7c1a8f5bd0f02a08c8cf5 authored over 4 years ago
Merge pull request #5 from boxbilling/master

Merge pull request #622 from samapraku/master

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.

b68ee3df522f46339b4e24c99410227806dee526 authored over 4 years ago
Merge pull request #622 from samapraku/master

Create twig instances with container factory

5f270ebf992548b08ad1b27f5e0a1b18c205a611 authored over 4 years ago
Create twig instances with pimple factory

3b24482cd850b8462f92322047e5433d11c5b9cf authored over 4 years ago
Merge pull request #4 from boxbilling/master

Synchronize with origin repo

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

Upgrade tests to PHPUnit 9

188ad5c9b1137f26d40d65833d6323d83536583b authored over 4 years ago
Upgrade tests to PHPUnit 9

8a1718c6065a418754bf46cf5fb5cf70ac75bc0d authored over 4 years ago
Merge pull request #3 from boxbilling/master

Pull from boxbilling:master

ae4785eeaff64446d23f67190b11a7ec27ebed18 authored over 4 years ago
Remove all invoice items by order instead one

discounts are added as invoice item related to order

b94d9741fae814f39414be27abac7df4a23a6764 authored over 4 years ago
Correctly use qantity for invoice items prices

ce3e02eca5ff7dc45ca3585c5b028170cf09f5f4 authored over 4 years ago
Replace twig_enviroment with namespace syntax

6aa92aeb68196914897aeb6c91161d413d875726 authored over 4 years ago
Merge pull request #610 from rndevuk/master

Replaced ip lookup service with one that works

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

fb5235e8d8e5c9e9ade9cd5deeaf7056b3785b8b authored over 4 years ago
Merge pull request #609 from rndevuk/master

Fix Maxmind Geoip invalid Type Error

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...

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

98fa6acc2bd4cc35c66fd888bc9fd12e305d2098 authored over 4 years ago
Fix logic for setting invoice items prices

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

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...

38cc5ca1f44b0130e70488a2c1a5c047bb0b5f62 authored over 4 years ago
Update twig to v2.13.0 and pimple to v3.3.0

0097e15d81ed13430bcdf8c12a897702f050e999 authored over 4 years ago
Merge pull request #599 from 418sec/master

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

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...

aeae3cd7f4e664850452c5ad4bf9d9e4ef571ce2 authored over 4 years ago
Send activation email from scheduler

ad4fe48694dc59a072d3d9d7431b3ac86403e1eb authored over 4 years ago
Send email after client open ticket

a69ab1c65808569ca3889225a216ba3c3ba6b88a authored over 4 years ago
Merge branch 'twig-2-upgrade'

d107600bf2cb54434c6dab7837e91bb0ae4d7f47 authored over 4 years ago
Upgrade from mcrypt to openssl for PHP 7.2

833ad2b5c9b05428296699bbcb4fba243b1c231c authored over 4 years ago
Upgrade to twig 2.9

30a5516171816d525ac2cfa8f3a7a0e40b7b1c53 authored over 4 years ago
Merge pull request #1 from Mik317/master

[Fix] Semi-patched XSS on "boxbilling"

a6a334f81f189aa8a985a6abd5a35aae493ceac5 authored over 4 years ago
Update Guest.php

7c1a0e0d3fc21527d04652491a93090de9e1f5a2 authored over 4 years ago
Update Service.php

91b03399b9530529fa133a0c1443975a1d58cc01 authored over 4 years ago
Update Service.php

565e285730f20fb51ef9b11f8b865a1c195831b0 authored over 4 years ago
Update Service.php

fd0bf3ef52e6806493338948fa848ba9ecd764ba authored over 4 years ago
Update Service.php

7dad8ab45b889a1fada2758d15bed734327519e3 authored over 4 years ago
Create stale.yml

b8f637f28a843457ee43960e74d81dbab7babd31 authored over 4 years ago
Add database port feature on installation step & configuration

82d005dd9c9fcf3ddb835276e7bf16b6fd989e11 authored over 4 years ago
Merge pull request #588 from samapraku/master

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

c3809e35297d125217f7c593d6acc6dce63a63bd authored almost 5 years ago
Critical - Fix client balance deletion query

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

c767bb0c0db92147b4dfb89bc4adbca71078deca authored almost 5 years ago
ignore .history folder

9904f0f5203a86103614c4bb68bc8992d9982f29 authored almost 5 years ago
Merge pull request #1 from boxbilling/master

Update from original repo

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

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...

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

hosting username as first 8 domain characters

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

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

Update SECURITY.md

f028d18f96136064e81ebc27b1b2495b1176da4c authored over 5 years ago
Update SECURITY.md

d04f3eb05772071a8d08342e00bc8e0e31610b37 authored over 5 years ago
Update README.md

17207ab64219be14f20b2181f7826ee9a5b17f67 authored over 5 years ago
Merge pull request #567 from boxbilling/community-guidelines

Present Community Guidelines

403deb6ca9477b76b4d9a7d460333ea14c109902 authored over 5 years ago
Create CONTRIBUTING.md

e951809ea52c68d694ccf7781d281838349bc073 authored over 5 years ago
Create CODE_OF_CONDUCT.md

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

Update connector.php

17d6ab02447af9d5bab9796b80ad48a27c2e588e authored over 5 years ago
Update connector.php

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

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

Create SECURITY.md

a41d0abc79a94f550dfbc0a8ad0f5709ad794107 authored over 5 years ago
Create SECURITY.md

9c90dbe729ed421857c2b8e15a7ed60710c1ba0e authored over 5 years ago
Merge pull request #559 from SnakePin/master

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

5c938c3f411b62814897be6beaf64da444a7a779 authored over 5 years ago
Update .travis.yml

e34bfd1936a22f87f968e4ee46733daf7583fc3a authored over 5 years ago
Update .travis.yml

f49cac17bedf606a3dc720230eb9ff4fe1a8ce1d authored over 5 years ago
Update .travis.yml

6c1a1fbf9c5063af67ef2844b4f4673c82e562e8 authored over 5 years ago
Update .travis.yml

eca02d2dc0f38291b08c2a9faf2cddf249b085e8 authored over 5 years ago
Another attempt at fixing TravisCI

This time I used some hints from CircleBilling

e10d1de08a515d555d4cd2524c44ec29464cf323 authored over 5 years ago
Attempt at fixing TravisCI

1ee7c732b29bed73de8f2318d8b7cc3a39284e97 authored over 5 years ago
Update .htaccess of bb-uploads for..

better security and better compatibility.

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

Update Custom.php

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...

1a37aa6fbfa9b93d10c1787717269b76e16c302e authored over 5 years ago
Update README.md

999ec5cebbb85fd7610fafc2850bc774b8a10e5b authored over 6 years ago
Update LICENSE

f74ff26836ef621b26a379c3911ecf1c029fbe9c authored over 6 years ago
Update README.md

acca3aa6b73f5a951d0146b8ede6b820fc144fec authored over 6 years ago
Update README.md

f4e82ee86166126a86147aa96088daec4b0de35d authored over 6 years ago
Update LICENSE

53855db1e243d3b02aec2d147a1f5ee091e11783 authored over 6 years ago
Update README.md

4b99aa74cbf3de5ecb226cc073a4c41c807f267f authored over 6 years ago
Update logos.css

babbdd3b49a754283ab7930e54fea0452556f995 authored over 6 years ago
Paygol Payment Gateway (v1.0)

d75ae834e7088e5e28cdffdf66d9a57a4659f305 authored over 6 years ago
Update README.md

05a732acce7b7255dcac1eda06294357dd7982a4 authored over 6 years ago
Paygol Logo Added

Apart of the PayGol Payment Gateway

e76d7fef27c658ffa72789b364e8a7db661aa095 authored over 6 years ago
Paygol Payment Module

Official Paygol Payment Gateway

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)

6e78d74f32d91431d3559dd303694cb276432a23 authored over 6 years ago
Move issue from CircleBilling to BoxBilling - refs: https://github.com/CircleBilling/CircleBilling/issues/7

a4c59f1cec0fa646879ae01d5c9ffb4441767938 authored over 6 years ago
Merge pull request #472 from RohanSakhale/install-support-mysqli

Added mysqli support to replace old deprecated mysql functions

1348bbd3f67f00063f67421308822bcf346ce967 authored over 6 years ago
Add config file for heroku infrastructure

abf19c8edec5d2bfbcd038a98e93f5a3b174ac57 authored almost 8 years ago
Added mysqli support to replace old deprecated mysql functions

cc5339133bfd01a117a06f363a21d0f7921ba61f authored about 8 years ago
Merge pull request #452 from lanuma/master

change *.id whois server, add .id and biz.id whois server

452ad1c165f47b522d09d312d966b86d1cd6ebf5 authored over 8 years ago
change *.id whois server

9fa5d2680810b3e2894f393d1be283f733c3aade authored over 8 years ago
Merge pull request #445 from SimonSickle/sendgrid

Mail: Add support to send via SendGrid

455efa095ea83be4c4aba631f37fe773b5f557d5 authored almost 9 years ago
Mail: Add support to send via SendGrid

Use the SendGrid web API to send emails from boxbilling

Signed-off-by: Simon Sickle <simonsickl...

af5e45850affb028298ec7c6ca346dfcc0317d75 authored almost 9 years ago
Merge pull request #430 from n3bir0s/fix_427

Fix for issue 427

8a310425c1ce32aba057f660bb65254c11ac3cfd authored about 9 years ago
Fix for issue #427

eadabbd1495ca4b3cd7e6e3b3eb519d00a975b49 authored about 9 years ago
Merge pull request #404 from i7Grendel/bugfix/fix-public-ticket-sort

added ORDER BY to public ticket message fetching

a2f1c47899cdee1cfd71b1173c8a66b44de2920d authored about 9 years ago
Merge pull request #409 from seasonshu/SendActivationEmailAfterMarkedPaid

Send activation email from scheduler (#389 reissued)

bfcb8e1f228d24607373198338389dea3f0ed1cc authored about 9 years ago