Ecosyste.ms: OpenCollective

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

RSS-Bridge

The RSS feed for websites missing it
Collective - Host: opensource - https://opencollective.com/rss-bridge - Code: https://github.com/RSS-Bridge

[Bridge] Fix missing function scope

github.com/RSS-Bridge/rss-bridge - 1d0b8f20f3114b4eb0599b1f07e9765695ea415f authored over 8 years ago
[Bridge] Move 'Bridge' class at top of the file

github.com/RSS-Bridge/rss-bridge - 95404b8fc452f7bd44ba3b976144a4edebadf015 authored over 8 years ago
[Bridge] Add function to build chache file path

github.com/RSS-Bridge/rss-bridge - b9b2428f63a2b38ba2677343466f487095329601 authored over 8 years ago
[Bridge] Rename to

github.com/RSS-Bridge/rss-bridge - 458d1fbfeba4011202b7bc2e372f62197a910055 authored over 8 years ago
[Bridge] Format unreadable lines longer than 80 chars

github.com/RSS-Bridge/rss-bridge - 56cb116ce6cc5dd027a247fa4f2ba1bb54b4e0f3 authored over 8 years ago
[bridges] Fix all calls from 'message' to 'debugMessage'

github.com/RSS-Bridge/rss-bridge - 5a7bc9b0c303744306020bb02870de4e3a101679 authored over 8 years ago
[Bridge] Rename 'message' to 'debugMessage'

github.com/RSS-Bridge/rss-bridge - 8252387386ed6c4b822fb9e6c29418ec67e54f89 authored over 8 years ago
[Bridge] Don't return object instance with 'setCache'

github.com/RSS-Bridge/rss-bridge - 9021a4b7cc910f94ca2939300b6b3ff233bbe03d authored over 8 years ago
[Bridge] Cleanup file

- Remove unnecessary documentation
- Update/Clarify documentation where necessary
- Remove empty...

github.com/RSS-Bridge/rss-bridge - 429126e18a2fe4be89db058e76f05c44067e0876 authored over 8 years ago
[Bridge] Replace double quotes with single quotes

This harmonizes the usage throughout the file.

github.com/RSS-Bridge/rss-bridge - a43703d32db581ae3b0034264505dc8f0b2aa9e1 authored over 8 years ago
[bridges] Rename bridges that are missing 'Bridges'

The word 'Bridge' is a requirement for the filename and class name.
Also documented here (now):
...

github.com/RSS-Bridge/rss-bridge - 237a26e4fff4968c826297073fb8f696fa9930ec authored over 8 years ago
[Bridge] Remove duplicate definition of member variables

github.com/RSS-Bridge/rss-bridge - 07f664b2fa80425c7bed691e2dd2dd1ee39eb972 authored over 8 years ago
[bridges] Activate all calls to the 'message' function

github.com/RSS-Bridge/rss-bridge - 1e9edf49dec6aff6bd1289be48a91393de4f6048 authored over 8 years ago
[Bridge] Enable all calls to message($)

The 'message' function will only execute in debug mode, so
no harm done if left active.

github.com/RSS-Bridge/rss-bridge - c0c4759cdea9b131cf25ed716840c54062332e11 authored over 8 years ago
[Bridge] Use space indentation everywhere

github.com/RSS-Bridge/rss-bridge - d80efed1f43ccd810c90ea6654cc25e3de01b95d authored over 8 years ago
[GithubIssueBridge] fix comments number

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - c051730f7ce13f7890172224eb2ab32d7c54f184 authored over 8 years ago
[GithubIssueBriddge] list all issues when 'i' parameter is not provided

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - c9822bffa75bcedd4cc7eeeff4419a5c836d62d4 authored over 8 years ago
[HtmlFormat] Revert use of filter_input to $_SERVER

https://bugs.php.net/bug.php?id=49184
indicates a verified (not solved) bug where filter_input r...

github.com/RSS-Bridge/rss-bridge - 7961f8081ec61e6c49df3fabd230e18038d686de authored over 8 years ago
[HtmlFormat] Fix format query replacements

github.com/RSS-Bridge/rss-bridge - 9173e7da546002cdc01c77e2a2e48b1960dd7be2 authored over 8 years ago
Merge branch 'core' of https://framagit.org/peetah/rss-bridge

github.com/RSS-Bridge/rss-bridge - c94cfce5113d836f75275b46ce984a82265ef390 authored over 8 years ago
Merge branch 'cleanerProxy' of https://framagit.org/peetah/rss-bridge

github.com/RSS-Bridge/rss-bridge - a8b445724fa27918d6b088da97ebb204059452ab authored over 8 years ago
[core] fix missing filter_input

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - b31b6667f60ffa9baf69959bdfdb1e2136e67dc8 authored over 8 years ago
[core] keep compatibility with nameBridge and nameFormat naming scheme

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 3c089c1b117068e8b1da0fff8b4b917d73c4e7cf authored over 8 years ago
[core] better use of filter_input

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 7e0ac1a6b63c01c7c5faab6b12c22ea9f63f29c5 authored over 8 years ago
[core] simplify cache related code and remove misleading comment

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 0a86d572c237acdede3949b01842ee96227ecea6 authored over 8 years ago
[core] makes 'bridge' and 'format' parameters value less verbose

remove the requirement for 'Format' and 'Bridge' suffixes:
https://example.com/?action=display&b...

github.com/RSS-Bridge/rss-bridge - 581bff166ca50c52ded7bf2b1a21ed109a20edb9 authored over 8 years ago
[core] simplify dynamic formats discovery

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - eb3392db82337d0db051d5218016f7735d8bf4e5 authored over 8 years ago
[core] use filter_input() instead of direct access to $_REQUEST

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 13285f080ac800263937a9a4f4f25697bc5ecf60 authored over 8 years ago
[core] remove useless static methods

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - b3af604cc18f1c2ec7571d62e2b4268848a05050 authored over 8 years ago
[bridges] use BridgeAbstract::getContents instead of file_get_contents

use of the proxy feature when enabled

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 4a1f360d396e08ce914bf5a5f7e90060d60eaf3d authored over 8 years ago
[IsoHuntBridge] Fix 'latest news' and 'latest hot topics'

github.com/RSS-Bridge/rss-bridge - 747e54d64a6d3327c494aa45d8c7fa7a05009171 authored over 8 years ago
Merge branch 'RefactorItemClass' of https://github.com/logmanoriginal/rss-bridge

github.com/RSS-Bridge/rss-bridge - 8283a5a34f04f8cef31636a97a39d8d22eda5bfd authored over 8 years ago
[FileCache] Fix loading cached data

Previously cached data was translated into object data (Item),
this is no longer necessary.

github.com/RSS-Bridge/rss-bridge - d9b6477ff6a30ec5459f2f4bdf0158752bcbfcdf authored over 8 years ago
[RssBridge] Remove require for Item.php

github.com/RSS-Bridge/rss-bridge - d5db4f5859b697d249d7addf908e232b4e9e5775 authored over 8 years ago
[Item] Remove file

github.com/RSS-Bridge/rss-bridge - 7b890da8f2d97d18dbcc3d000587fe4f868cf4ca authored over 8 years ago
[bridges] Change all occurrences of the Item object to array

github.com/RSS-Bridge/rss-bridge - bf0a9d754e971aae9e8ab48d3d1bd0ef7839696b authored over 8 years ago
[formats] Change item to associative array

Previously the item class was used to dump literaly any data
into an object. The same can be arc...

github.com/RSS-Bridge/rss-bridge - 1f3361c6b40f60e512bac7b108c0add5082d9b1c authored over 8 years ago
Merge branch 'JSON2array' of https://framagit.org/peetah/rss-bridge

github.com/RSS-Bridge/rss-bridge - 6fd0bdd21e8e588d01e2099c1f5fdad2a351db98 authored over 8 years ago
[LeBonCoinBridge] fix typo in values list

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - d5418b3d11eba65f58ffab6491df86a7356dcfc1 authored over 8 years ago
[core] remove JSON based paramter definition related code

bye bye JSON

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - dc4f16fbe4d5a617cc2e453d5626b53dab649972 authored over 8 years ago
[bridges] migrate all bridges to an array based definition of parameters

see github issue 356

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - f0e502ce37a34001875d242531142ad9d69a21b0 authored over 8 years ago
[core] render two levels 'values' parameter property with optgroup

example:
$parameterSet=array(
'feed'=>array(
'name'=>'Feed',
'type'=>'list',
'v...

github.com/RSS-Bridge/rss-bridge - 2f09ae56adb75b6e1767dcad63feaf1a9d2a87c3 authored over 8 years ago
[core] allow BridgeCard to be build from parameters stored in an array

The array structure is as follow:
$parameterSet=array(
'identifier'=>array(
'property'=>'pr...

github.com/RSS-Bridge/rss-bridge - 4717de9d08a028817f96fdde97189c96ddf7a48f authored over 8 years ago
[WhydBridge] fix parameter 'u' requirement status

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - ee2b9d65eeea5032ce5d021ee51ed731f168ed3c authored over 8 years ago
[VkBridge] fix parameter 'u' requirement status

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 306d50582d191eac8bd37dc95537a3b5e0882e7d authored over 8 years ago
[VkBridge] use BridgeAbstract::getSimpleHTMLDOM

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - b5cc7b4ded0985b6699333dc56c1255c19575520 authored over 8 years ago
[ViadeoCompanyBridge] fix parameter 'c' requirement status

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 4aaa92169675df2becd0c41d131de77f17b96916 authored over 8 years ago
[ViadeoCompanyBridge] fix missing quotes

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - af747af53459db4dc2aa202ddc31687c00ee010c authored over 8 years ago
[TwitchApiBridge] use BridgeAbstract::getSimpleHTMLDOM

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - bbf95662c26d304fb7d712ac7e47b41e930c4a6e authored over 8 years ago
[TwitchApiBridge] fix parameter channel requirement status

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - c54462d2f078be5a2db32d5ad3d1f10344ec6ca0 authored over 8 years ago
[TagBoardBridge] fix parameter 'u' requirement status

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - f9b5cac1b7754d324eb1151bf0016041d51e4ebf authored over 8 years ago
[T411Bridge] fix parameter 'search' requirement status

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - bdb187147498ac993cd0ecf12e4031353e9cd222 authored over 8 years ago
[SoundCloudBridge] fix parameter 'u' requirement status

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 8adcc7d26a333bc3cd351a56cc554b47d7a13133 authored over 8 years ago
[ScoopItBridge] fix parameter 'u' requirement status

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - f29d51510bb71fd45078be1233da74f80e94697c authored over 8 years ago
[bridges] fix typo in getSimpleHTMLDOM call

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 5e52f4d3e6e59b2f286d53215e1d61387a813fa3 authored over 8 years ago
[NovelUpdatesBridge] fix parameter 'n' requirement status

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 84238a998d02543282c5f584328a5eb5f87f504c authored over 8 years ago
[CHANGELOG] Rewrite changelog for Alpha 0.2 (CDV)

github.com/RSS-Bridge/rss-bridge - 45406451225608f3cbf233c6a31ce22463382b70 authored over 8 years ago
[bridges] fix typo in getSimpleHTMLDOM call

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 8e32142ce54a3dd7538ec3f8aab584bc8d8e0f30 authored over 8 years ago
[LinkedInCompany] fix parameter 'c' requirement status

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 181be164e099204f646f8976120371354cb1f153 authored over 8 years ago
[LinkedInCompany] fix missing quotes

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 7641fb5266b98c79b5ce85ce989c962f608ebeb6 authored over 8 years ago
[bridges] fix typo in getSimpleHTMLDOM call

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - b97317af2e077b6f79b802f0452ce3cee91abd46 authored over 8 years ago
[GitlabCommits] fix parameters requirement status and default values

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 09bc211cc674adc6026f8eaaa58d5cd31d819d36 authored over 8 years ago
[FuturaSciencesBridge] fix undefined $url variable

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - be98ad161adbc5a0da180aefbb249eb6934d1593 authored over 8 years ago
[EZTVBridge] fix parameter 'i' requirement status

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 5410392968f2ba22b8ec660de98cbbbaff1bf879 authored over 8 years ago
[DuckDuckGoBridge] fix keyword required status

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - cd088776a8c83dc70c795e75166f5a678726c09c authored over 8 years ago
[DuckDuckGOBridge] fix missing quotes

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 2466f109b8e48a91bb3ff035b95561c3846f0704 authored over 8 years ago
[bridges] extract nested functions

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - dd1474f1547715cc8450d7ca8464ec5440c838e7 authored over 8 years ago
[AllocineFRBridge] fix typo in getSimpleHTMLDOM call

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - fd5c8ea658b5733b76f0ca54ddfdfbdda796b01c authored over 8 years ago
[bridges] remove useless 'update' property from all bridges

That's the source code manager job to keep this information
consistent

Signed-off-by: Pierre Ma...

github.com/RSS-Bridge/rss-bridge - bba216073c25ad8947ad4974b9fe44e85e7a0ec8 authored over 8 years ago
Merge branch 'Twitter' of http://framagit.org/peetah/rss-bridge

github.com/RSS-Bridge/rss-bridge - d0461f36436963d4f9f3703291423a5e8d901e99 authored over 8 years ago
[TwitterBridge] rename 'pic' parameter to more consistent 'nopic'

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 6e66c228f87f7ff520a9a77f61d79297fcc8e82e authored over 8 years ago
[TwitterBridge] add 'Without replies' parameter

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 71d8f4c46570dce44dd363a776443b0341aca6af authored over 8 years ago
Merge branch 'ElsevierBridge' of https://framagit.org/peetah/rss-bridge

github.com/RSS-Bridge/rss-bridge - 7761d1b70afd91061366f176c99f1757dfe1d1a8 authored over 8 years ago
[ElsevierBridge] fix time extraction

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 490c5094f56b73f56981c59d402a083229d0d5b7 authored over 8 years ago
[TwitterBridge] fix HTML entities decoding in title

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 9cc00cb2123a01808a050c733eab796b54025a31 authored over 8 years ago
[index] Fix loading of metadata

Re-introduces commit a1257126bc366c97cbdd3903a88cc9f2d5f8a1fa

github.com/RSS-Bridge/rss-bridge - 251d7646b7f4766e0fc5bd4f07beaeec1065c0db authored over 8 years ago
Merge branch 'cleanerProxy' of https://framagit.org/peetah/rss-bridge

github.com/RSS-Bridge/rss-bridge - 6a912fba9637300a0a519ea212f67b9e6889047f authored over 8 years ago
IsoHuntBridge: rename file_get_html to getSimpleHTMLDOM

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 67d6802161ef1d8e0bf53e02f0c7fac14dff60e1 authored over 8 years ago
bridges: rename file_get_html to getSimpleHTMLDOM

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 6e2c7ceaf43c9e3f504fc2778c6eef23d9d1e25b authored over 8 years ago
bridges: use BridgeAbstract::getSimpleHTMLDOM

instead of BridgeAbstract::file_get_html

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 3c0d13c1bb72a87f0d671692e205f45f04d94eba authored over 8 years ago
remove bridges already removed upstream

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - be591d19e0b6e20301bb73c57417ac955bc1e32c authored over 8 years ago
core: use proxy when defined in HttpCachingBridgeAbstract

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - fe58d23c17f3cfdb7d0e2f5ee4baa7c7bf4936cd authored over 8 years ago
core: use proxy when defined in RssExpander

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 86515a1560c77def9404eb484e088b19fca4da64 authored over 8 years ago
bridges: rename file_get_html to getSimpleHTMLDOM

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - e754ca52e9e86b237456f95444ca121dbecad9f1 authored over 8 years ago
core: move message() method to parent class BridgeAbstract

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - d74beb6c6a46f00190778be6ebd6f2a522444135 authored over 8 years ago
core: remove useless HttpCachingBridgeAbstract::download_remote()

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 226484ba221a368ec033fecce074a8da4ce48ba2 authored over 8 years ago
check for PROXY_NAME definition before using it

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 10cd3a61a97a9eb4cca3b4a3b0de63853b52c3d5 authored over 8 years ago
proxy settings must be the service provider decision

therefore, the provider decides if the service use a
proxy or not, and if users can have the pos...

github.com/RSS-Bridge/rss-bridge - d71674d2ba1fa613f42cd1c168bdbba4601505d0 authored over 8 years ago
enable proxy usage for individual bridge

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 3dd63ab6fd99a74f2d84a9fd1eefdde039510b3c authored over 8 years ago
core: split and rename BridgeAbstract::file_get_html

We need to have one method to get the data, potentially
using the proxy if defined, and one meth...

github.com/RSS-Bridge/rss-bridge - f43bbda83e9328832915f017f7a8cf83fcb2f50a authored over 8 years ago
possibility to hide proxy address

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 09d4e21bdcc88d060d47d02218efb34d03622bce authored over 8 years ago
Merge branch 'LWNprevBridge' of https://framagit.org/peetah/rss-bridge

github.com/RSS-Bridge/rss-bridge - b43e8ef68989b40391bfe4c5d68aa671d480b917 authored over 8 years ago
follow up on site changes

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 5986b9f78663e2edae45119262696a4529487221 authored over 8 years ago
use BridgeAbstract::file_get_html instead of SimpleHTMLDOM one

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 1e953d3c3ea6dd2b093b97d35a39c5ecb63250e1 authored over 8 years ago
fix DOMNode and DOMElement mess

Signed-off-by: Pierre Mazière <[email protected]>

github.com/RSS-Bridge/rss-bridge - 65c6b08aed762eda0f7e8fa4de018bd7bac5f37b authored over 8 years ago
bridges: Replace returnError function with more specific

Replacements depend on original error code:
400: returnClientError
404: returnServerError
500: r...

github.com/RSS-Bridge/rss-bridge - 74f0572d914617b4e47fe0fd2fabfe356710d609 authored over 8 years ago
[Bridge] Add specialized error handling functions

github.com/RSS-Bridge/rss-bridge - 73a1bcf3d616fd12161696181642aa0561f97287 authored over 8 years ago
[IsoHunt] Add new bridge

github.com/RSS-Bridge/rss-bridge - d3cebe9c65f0a8dc8938428a9728a68c2cade267 authored over 8 years ago
[whitelist] trim content for wildcard (contrib: @Piokaz)

github.com/RSS-Bridge/rss-bridge - 5212b91ccaec8fab1c5cc60b0816eec1dff9b94e authored over 8 years ago
[README] Add instruction for wildcard in whitelist.txt

github.com/RSS-Bridge/rss-bridge - eb419e2595292a78cd898610cf864e76f648691d authored over 8 years ago