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

create Box\Mod\Api\Request class and add it to DI

Similar to Box_Request.
Purpose - use it when need to get param item from api call request.

Ins...

github.com/FOSSBilling/FOSSBilling - c172a80e3e3d5ddcad7d6e13cd15fa50a30b3bf2 authored almost 10 years ago
add per_page variable to article_get_list api call

issue #293

github.com/FOSSBilling/FOSSBilling - 84bd79e024b72dd1a8a0ed76264d2adc3486e8a0 authored almost 10 years ago
code clean up

github.com/FOSSBilling/SolusVM - d3b7bb5c0e7dc4b6a6cf2041a641b975a5870dad authored almost 10 years ago
set api in example module

github.com/FOSSBilling/FOSSBilling - 6e5919e4274bd0fcb1b3f52145d4f94b24950f1f authored almost 10 years ago
hash cron user password

github.com/FOSSBilling/FOSSBilling - f3c64472c53e42462350515cf362b742997982c9 authored almost 10 years ago
refactor $app->getApiAdmin to $this->di['is_admin_logged'] or $this->di['api_admin']

getApiAdmin() is deprecated

github.com/FOSSBilling/SolusVM - 491f97418dcb8897be4da0587c419d23e2c93c5e authored almost 10 years ago
refactor $app->getApiAdmin to $this->di['is_admin_logged'] or $this->di['api_admin']

getApiAdmin() is deprecated

github.com/FOSSBilling/FOSSBilling - f5fcfd66dfdac2b212e05c89625ccfe38923034d authored almost 10 years ago
add Unknown api call exception

github.com/FOSSBilling/FOSSBilling - 5e119399b467217e03f8d819928610f7b4b0ca33 authored almost 10 years ago
refactor $app->getApiClient(); to $api = $this->di['api_client'] or $this->di['is_client_logged'];

getApiClient is deprecated

github.com/FOSSBilling/FOSSBilling - 998ffd04c7b6164da46645e7b1cc6fbe7488e6ee authored almost 10 years ago
refactor $api = $app->getApiGuest(); to $api = $this->di['api_guest'];

getApiGuest is deprecated

github.com/FOSSBilling/FOSSBilling - e4748de1c4e345e3fd398c1872b97d878c7a535e authored almost 10 years ago
clean up code

Delete unused, commented code, inaccessible code

github.com/FOSSBilling/FOSSBilling - d154b9661654407415021952145ed147fd0b1bf1 authored almost 10 years ago
write tests for getSubscriptionFields, getOneTimePaymentFields, getInvoiceTitle

github.com/FOSSBilling/FOSSBilling - ddfa2583d61dc21661c9662a75cf772cfc1c3d6f authored almost 10 years ago
fix function name

github.com/FOSSBilling/FOSSBilling - 83c7aecd402ebfcf41ce1d95e374e7cc92ce2b10 authored almost 10 years ago
update getHtml method

github.com/FOSSBilling/FOSSBilling - d188718063c4a155a7ebfca2ebd8fa26197445f4 authored almost 10 years ago
remove iframe width style if mobile browser detected

detection script from http://detectmobilebrowsers.com/

github.com/FOSSBilling/FOSSBilling - fd6e34fe04de84cb2a2535fd15de6d8826fc5f85 authored almost 10 years ago
fix scrutinizer issues

github.com/FOSSBilling/FOSSBilling - e7b12103dc0476feace9bd5478309f2aca13456f authored almost 10 years ago
fix invalid db find statement

create integration client remove test

github.com/FOSSBilling/FOSSBilling - 81d87b983a2f12cb79b0d35bb1b13c4c994024c9 authored almost 10 years ago
fix Undefined index warnings

github.com/FOSSBilling/FOSSBilling - 1b456773d67aa468866856cdffa068ff55dd5881 authored almost 10 years ago
create test for deposit invoice "mark as paid" action

github.com/FOSSBilling/FOSSBilling - 48615ee39f8a2020697273a0ea1bb408e79b58df authored almost 10 years ago
Added @method annotation for magic method

github.com/FOSSBilling/FOSSBilling - 4c922d62e9625fd35cfe2871ac11be585f6a34ea authored almost 10 years ago
There must be no space before the colon in a DEFAULT statement

github.com/FOSSBilling/FOSSBilling - 45cb35de2928f335b62d767b9ae2f57c879b5635 authored almost 10 years ago
fix scrutinizer issues

github.com/FOSSBilling/FOSSBilling - 2a2abdd405dd9080a79297a548a3309bf7ce3143 authored almost 10 years ago
fix scrutinizer issues

github.com/FOSSBilling/FOSSBilling - c9354904db8de5b76ac064439015a6544b3a0bc5 authored almost 10 years ago
Missing variable adedd

github.com/FOSSBilling/FOSSBilling - 40c64fc47b9844574ed465c1e7090bcb2745159a authored almost 10 years ago
Finish client-balance-gateway

github.com/FOSSBilling/FOSSBilling - 8f2fc3c7b65ba3484401829da7c56176d01a0f06 authored almost 10 years ago
create new payment adapter ClientBalance

github.com/FOSSBilling/FOSSBilling - aa055419feaa41004883692f5976f6b42efa2f90 authored almost 10 years ago
Using logical operators such as and instead of && is generally not recommended.

github.com/FOSSBilling/FOSSBilling - 03bc81b6da3211cef3d2f1f135d36e14a89d37af authored almost 10 years ago
It is generally recommended to explicitly declare the visibility for methods.

github.com/FOSSBilling/FOSSBilling - 0bed3aa2fd19f1dbdd2e40953528ee9f03eb3746 authored almost 10 years ago
create isInvoiceDepositType()

github.com/FOSSBilling/FOSSBilling - 2ecde5cd45fd5c4673d332704209ab325cb647a1 authored almost 10 years ago
Merge pull request #289 from onddo/robotstxt2

robots.txt: Allow Googlebot access to assets inside bb-themes

github.com/FOSSBilling/FOSSBilling - 67d61ee94f8ba02c4b3be51b9aef5fada8a82c1a authored almost 10 years ago
robots.txt: Allow Googlebot access to js, css and images

github.com/FOSSBilling/FOSSBilling - 9b5b92f45dfcbf7ba31a2fa2f9a13f824985378f authored almost 10 years ago
fix unit test Warning: Missing argument 1

github.com/FOSSBilling/FOSSBilling - 425ec293e67979fce0e31ae82d16bcce7dc7c81e authored almost 10 years ago
update findAllUnpaid

instead of comparing total sums of client balance and total unpaid invoice amount, compare clien...

github.com/FOSSBilling/FOSSBilling - 1f686b4e7a41544ad5268e528da6070f079fdfbc authored almost 10 years ago
add company VAT, number and account fields to invoice pdf

github.com/FOSSBilling/FOSSBilling - fbd9b825283f1cfe070fced4c66e93ab3a25ee48 authored almost 10 years ago
Added missing DI in integration tests

github.com/FOSSBilling/FOSSBilling - 486f5079b7f27bb78b0ba68229b99beb3ec30250 authored almost 10 years ago
Domainservice hook test fix

github.com/FOSSBilling/FOSSBilling - 69a082c7aeeca0e2621d7f0a771f24232b7b67a1 authored almost 10 years ago
Removing Yahoo sitemap ping as it has been moved to Bing Webmaster Tools

github.com/FOSSBilling/FOSSBilling - 62b5ca6762f7247215a667709e8ec02f9b7ba14b authored almost 10 years ago
Updated sitemap ping URLs

github.com/FOSSBilling/FOSSBilling - 30f1f801b18ba853fcee38b8b4e9bd89442e204a authored almost 10 years ago
SEO module fixes

github.com/FOSSBilling/FOSSBilling - ca6e084c051ac1a3a689ed4602bb9b0121ce0656 authored almost 10 years ago
Hook for for domain expiration dates sync fixed

github.com/FOSSBilling/FOSSBilling - dace1af1ba2546c0f7e1b741b164e29920cff052 authored almost 10 years ago
Added missing param to getExtensionsList() method

github.com/FOSSBilling/FOSSBilling - 2d07d9347f16786cb29faeb932e98b84275c473d authored almost 10 years ago
Added missing onBeforeAdminCronRun() hook call

github.com/FOSSBilling/FOSSBilling - 88bba0a7f8e0fc2775775842210446248e87f81d authored almost 10 years ago
Using service methods from DI instead of API in hooks

github.com/FOSSBilling/FOSSBilling - a83ecc71798171b83237de7efc91f35fb0a2a3b1 authored almost 10 years ago
Added missing $data to get_list() currrency admin API call

github.com/FOSSBilling/FOSSBilling - 2305f38a0bfe47af6ac7a88b2ae36881328985d3 authored almost 10 years ago
processTransaction() method complexity decreased

github.com/FOSSBilling/FOSSBilling - 927bdb144edfd4e02e66adcd6745a9e4681a286b authored almost 10 years ago
update changelog

github.com/FOSSBilling/FOSSBilling - ed281a1df6cc64b55996b9df0cbda2d25488daf9 authored almost 10 years ago
update Show/Hide messages button action

Show or hide **ALL** messages at once. Not just toggle it.
issues present when ticket has more m...

github.com/FOSSBilling/FOSSBilling - bc61d38b2dcf7d79966b4f819cbfddcc10009e23 authored almost 10 years ago
set text as translatable

github.com/FOSSBilling/FOSSBilling - 07af40cd99698aaaf1b9819a254f1c5318980455 authored almost 10 years ago
create direct link to ticket message

highlight ticket message when direct ticket message link is used.

github.com/FOSSBilling/FOSSBilling - 0ac78c04bc77ade845b61f8a2b1a6b1655491a86 authored almost 10 years ago
Merge pull request #286 from BTeodor/patch-1

New hooks

github.com/FOSSBilling/FOSSBilling - 96dd791e50ba8951f9e7c2b3acf98666ec328f80 authored almost 10 years ago
update invoice onAfterAdminCronRun hook content

remove_after_days setting is set in settings table.

github.com/FOSSBilling/FOSSBilling - 72e80f8c0ab141cb6b70f41c51fc75ac1b88d096 authored almost 10 years ago
Update ServiceTest.php

github.com/FOSSBilling/FOSSBilling - 6e728d699ca7c7f592615200765bd57f8623f4c6 authored almost 10 years ago
Update Service.php

github.com/FOSSBilling/FOSSBilling - 21ba4472e3c1a1f4316b32fadbed7be16629b61c authored almost 10 years ago
Update Service.php

github.com/FOSSBilling/FOSSBilling - 57dae519eb0a8472392cbc51337e519dcb79580c authored almost 10 years ago
New hooks

onBeforeServicelicenseReset and onAfterServicelicenseReset

github.com/FOSSBilling/FOSSBilling - e5349498b49a12685b6a4f32c8e4e999a5a0dca6 authored almost 10 years ago
ionCube Loader removed from requirements

github.com/FOSSBilling/FOSSBilling - b5db2a975dca6ed418246e14e1b1139506a5b3af authored almost 10 years ago
Removed 'create_function' functions

github.com/FOSSBilling/FOSSBilling - 6070d8f69dad77e9de9e2293d4a133cade66331b authored almost 10 years ago
fix incorrect file path

github.com/FOSSBilling/FOSSBilling - bf9bb29eb390cfe504c98b0ed9d4412e899bb747 authored almost 10 years ago
create tests from order settings Expiration date

github.com/FOSSBilling/FOSSBilling - 8611bd997e19e61e90333f76967fc475a70f6be5 authored almost 10 years ago
remove deprecated code.

deprecated since 2012, v2.12.5

github.com/FOSSBilling/FOSSBilling - b4ccfec5c36d074fb083976eaf31303d17d90a92 authored almost 10 years ago
Fixed default license plugin name

github.com/FOSSBilling/FOSSBilling - 0022b6d5d7d6c61826bd757f0d4d82b618136f76 authored almost 10 years ago
udpate Virtual Machine Specifications

github.com/FOSSBilling/FOSSBilling - 276d37312d6cb3415aad7c2a4b85e9ce55ce72cc authored almost 10 years ago
Revert "Add coveralls.io"

This reverts commit 60de132048c2484bf10093ec5625d7a41839d243.

github.com/FOSSBilling/FOSSBilling - 21c8326fa35b1dbfbca071eeef4417fb571f24bc authored almost 10 years ago
PHPUnit updated to 4.5.0

github.com/FOSSBilling/FOSSBilling - fc5a7d067490de8982d87407a6788e360a95b93d authored almost 10 years ago
Removed coveralls as it is taking too much time

github.com/FOSSBilling/FOSSBilling - e51f88f486cb4855e46e2982c05da3a498dc2e2d authored almost 10 years ago
4.15.6

translation fix

github.com/FOSSBilling/FOSSBilling - 0b9d61e127e75db9539894aa1ecbf2c0fbe9f1e3 authored almost 10 years ago
4.15.6

translation fix

github.com/FOSSBilling/FOSSBilling - 484a536984ae1a8b08cd1e210890def8edc113c8 authored almost 10 years ago
initiate translate

fix #284 ""PHP Fatal error: Call to undefined function __() i"

github.com/FOSSBilling/FOSSBilling - b2194f9d1d638e4b9a75aae8c02541920d779b94 authored almost 10 years ago
Coveralls added to build file

github.com/FOSSBilling/FOSSBilling - 0200d83d3fd0a1fcb03b956b3a8ad927379b9114 authored almost 10 years ago
Add coveralls.io

github.com/FOSSBilling/FOSSBilling - 02026d06100c01ae57701f810fcbd887fb1e7a1b authored almost 10 years ago
Add coveralls.io

github.com/FOSSBilling/FOSSBilling - 60de132048c2484bf10093ec5625d7a41839d243 authored almost 10 years ago
Typos in PHPDocs fixed

github.com/FOSSBilling/FOSSBilling - 74e90ac980930def3832158795f405717ffa254c authored almost 10 years ago
Typos in PHPDocs fixed

github.com/FOSSBilling/SolusVM - 8c99024e46bd5637863bf7184c2b25e60e2a24fd authored almost 10 years ago
Update description how to add Servicelicense module plugin

github.com/FOSSBilling/FOSSBilling - 72c22996f57461c80d7a46ce8fd4952125483e50 authored almost 10 years ago
4.15.5

update payment adapters

Conflicts:
tests/fixtures/mod_invoice.xml
tests/fixtures/transactions...

github.com/FOSSBilling/FOSSBilling - a6622c693d017c9ace34c1b1df3aefa0315c74a7 authored almost 10 years ago
4.15.5

update payment adapters

github.com/FOSSBilling/FOSSBilling - 1400c224984b3c3138cbb2091657e44337fc730f authored almost 10 years ago
add duplicate transaction check to 2checkout and webmoney

github.com/FOSSBilling/FOSSBilling - c89a1f35b5c20ca3f023d7be7d356874730f0436 authored almost 10 years ago
add interkassa duplicate transaction check

github.com/FOSSBilling/FOSSBilling - f890f5cfd737f5c825f0433ba3159e2e814d91c4 authored almost 10 years ago
add paypal duplicate transaction check

github.com/FOSSBilling/FOSSBilling - ee487e2d49d4c2cc6adffcebb612887942614100 authored almost 10 years ago
Removed testbecomePartner_Exception() method in tests due to cURL error it was causing

github.com/FOSSBilling/FOSSBilling - ccb3ac3b0edc568097a24d91d5cae233be7feeba authored almost 10 years ago
Deposit invoice should be marked as paid and do not charge for it after transaction received

github.com/FOSSBilling/FOSSBilling - 31ba57b407f88aae9b5c7a35e7de84a528b58395 authored almost 10 years ago
Uptaded info text for requiring confirmation

github.com/FOSSBilling/FOSSBilling - 27ff3c9cae32696a21b307999e4de3bdbf3984ee authored almost 10 years ago
'Undefined' notice in unit tests fixed

github.com/FOSSBilling/FOSSBilling - c44bc2ed28520bcd4f5b7daf4dc068b365753d03 authored almost 10 years ago
When admin turns on email confirmation, old users will have to verify emails as well. Resolve #281

github.com/FOSSBilling/FOSSBilling - c025f248408d66b279a08f052ee01ebafa9ebae3 authored almost 10 years ago
update unit test after removing BluePay adapter

github.com/FOSSBilling/FOSSBilling - 34c1ccae07f4a1d0e12e2f2059d160a5c4754935 authored almost 10 years ago
update travis allow_failures config

github.com/FOSSBilling/FOSSBilling - 53d32e9b7fca9284af6f0aa6ba487f0a078dc2c0 authored almost 10 years ago
Bluepay payment adapter no longer supported

Adapter moved to boxbilling/extensions repository
https://github.com/boxbilling/extensions/commi...

github.com/FOSSBilling/FOSSBilling - bb7796bdfed09fad7aefe70a7bb326eb066dd6b5 authored almost 10 years ago
improve Bluepay _isIpnValid()

create genHashSign()

github.com/FOSSBilling/FOSSBilling - cea9c5369d99cdc5eda5f54d57da8a3779c5850c authored almost 10 years ago
fix undefined index in unit tests

github.com/FOSSBilling/FOSSBilling - 87cf41126e36218caf94e0c8ce13565ce8c6fbbb authored almost 10 years ago
add __call method to Server_Client and Server_Package

return empty string when inaccessible method is called
error log is created to debug it.

github.com/FOSSBilling/FOSSBilling - 0d482fd9a4c91def4788d7977b5b128f18808e1d authored almost 10 years ago
Server_account does not have getEmail(). change it to Server_Client

github.com/FOSSBilling/FOSSBilling - ffa070777ff6e48a37088f36d4decc32ff4e7c79 authored almost 10 years ago
Added onBeforeAdminExtensionConfigSave hook to client service which automatically confirm all user who registered before enabling setting. Fixes #281

github.com/FOSSBilling/FOSSBilling - e8f8fd74395f571e18383807810f9576f14e2345 authored almost 10 years ago
update ipn validation for blue pay payment

if ipn has md5sign value validate it. Otherwise return true (same as old code)
source: http://ww...

github.com/FOSSBilling/FOSSBilling - ad978d60a10c4a82009879dfb9a3fa583f60bf03 authored almost 10 years ago
Twig truncate filter should use multibyte string functions. Fixes #277

github.com/FOSSBilling/FOSSBilling - d9036c0fc0a8a94e29e5c5b3feb89be3b9629767 authored almost 10 years ago
Boxbillinglicense service syntax fix #279

github.com/FOSSBilling/FOSSBilling - 8c05b374fe051b5c449b4fa9147deae1bd1abc5a authored almost 10 years ago
update travis config. Run tests on PHP7

github.com/FOSSBilling/FOSSBilling - 117ca51de6cda4741d7a438359bcc1edeeaae060 authored almost 10 years ago
Added flags to huraga language picker

github.com/FOSSBilling/FOSSBilling - 31486689398a1059f1cf61ce6e599503fa044a58 authored almost 10 years ago