aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-01-10Update 06_Public_Hosts.md (#4401)Gravatar vdbhb59 1-1/+1
Updated my hosting provider & country to reflect the correct details.
2025-01-04feat(telegram): add pagination fetching of messages (#4394)Gravatar Dag 1-0/+12
* feat(telegram): add pagination fetching of messages * docs
2024-11-03Formatting fix "For Hosts" documentation (#4317)Gravatar Rose Liverman 1-2/+2
2024-10-16[maint] Update instance location (#4279)Gravatar vlnst 1-1/+1
2024-08-30docsGravatar Dag 11-196/+64
* refactor * docs
2024-08-30refactor (#4244)Gravatar Dag 1-15/+19
2024-08-08refactor: loadCacheValue/saveCacheValue (#4205)Gravatar Dag 1-147/+179
2024-08-07refactor: change the way dependencies are wired (#4194)Gravatar Dag 1-12/+2
* refactor: change the way dependencies are setup * lint
2024-08-01docs: improve docker docs (#4183)Gravatar Dag 6-106/+10
* docs: improve docker docs * fix: cleanup and remove duplicate docker instructions
2024-07-31[SubstackBridge] Add Substack bridge (#4174)Gravatar Pavel Korytov 1-0/+18
* [SubstackBridge] Add Substack * [SubstackBridge] Add docs * [SubstackBridge] Fix lint * [SubstackBridge] Update description * [SubstackBridge] Update description (x2)
2024-07-30[EconomistBridge] Add cookie (#4173)Gravatar Pavel Korytov 1-1/+4
* [EconomistBridge] Add cookie * [EconomistBridge] Fix lint
2024-07-28[EconomistWorldInBriefBridge] Add cookie to options (#4165)Gravatar Pavel Korytov 1-0/+18
* [EconomistWorldInBriefBridge] Add cookie * [EconomistWorldInBriefBridge] Add docs * [EconomistWorldInBriefBridge] Best-effort to work without cookie
2024-06-13Update instance list (#4131)Gravatar Ftonans 1-7/+6
vern's instance seems to be working, I changed the url to https since they have automatic redirect. I removed trailing slashes from the urls so they look the same. I removed [rss.m3wz.su](https://rss.m3wz.su] since I didn't see the website online and the owner last posted on Fediverse two months ago. I'm not sure maybe it should be in "Inactive" category, I can try to contact m3wz for information about his instance. I removed rss.foxhaven.cyou because of [this](https://shitpost.poridge.club/notes/9lumb2gll8) (TL;DR the owner lost access to the domain) bus-hit is offline but the main website is working. I guess the rss-bridge just crashed and the owner will restart it.
2024-04-13Add Project Segfault Instance (#4076)Gravatar Arya K 1-0/+1
2024-04-04Fix docs : Replace relative links to files with full URL (#4059)Gravatar sysadminstory 1-7/+32
2024-03-31docs: Complete helper function documentation (#3911)Gravatar sysadminstory 1-0/+81
* docs: Complete helper function documentation Complete documentation of the Helper functions * docs: remove parameters and add a link to source - Parameters removed - Link to the file defining the function * docs: fix links Fix links to source files
2024-03-30specify system section for enabling bridges (#4036)Gravatar Quentin de Longraye 1-1/+5
2024-02-10[Vk2Bridge] Alternative bridge for VK (#3878)Gravatar Eugene Molotov 1-0/+41
2024-02-10Adopt WebDriverAbstract as a solution for active (JavaScript) websites (#3971)Gravatar hleskien 3-1/+85
* first working version --------- Co-authored-by: Dag <me@dvikan.no>
2024-02-03ci: fix broken docs build (#3948)Gravatar Dag 1-1/+1
2024-02-03Add sans-nuage instance (#3947)Gravatar ljf (zamentur) 1-0/+1
2024-01-09chore: add tools for manually administrating the configured cache (#3867)Gravatar Dag 1-4/+11
2024-01-06Update 06_Public_Hosts.md (#3877)Gravatar нездалисько 1-0/+1
2023-12-15add rb.ash.fail to list of public hosts (#3835)Gravatar ash 1-1/+2
2023-12-09Update FacebookBridge.md - not working (#3823)Gravatar Raymond Berger 1-11/+11
2023-11-03Adding rss.m3wz.su instance to list of public hosts (#3789)Gravatar Evgeny 1-0/+2
2023-10-13refactor: remove parent calls to parseItem (#3747)Gravatar Dag 2-71/+21
2023-09-30Updated public hosts page & updated welcome screen image to the latest (#3707)Gravatar vdbhb59 2-3/+4
* Updated inactive hosts & rearranged alphabetically (country) wise 1. Moved rb.vern.cc as the whole domain itself is down for sometime now. 2. Sorted all instances in country wise alphabetical order for better alignment. * Uploaded latest welcome page snap Uploaded a current version of welcome page, which also shows "find feed from URL" functionality. * Added a public instance I stumbled upon, home-hosted in France Added https://rss-bridge.cheredeprince.net/ which I found to be self-hosted at home somewhere in France. * Reverted the sorting as requested in my PR #3707 Reverted the sorting as requested in my PR #3707
2023-09-27ci: incease max line length to 180 (#3714)Gravatar Dag 1-4/+9
2023-09-26refactor: FeedItem::setTimestamp() (#3711)Gravatar Dag 1-3/+5
2023-09-25refactor (#3708)Gravatar Dag 3-165/+0
2023-09-20refactor (#3668)Gravatar Dag 5-30/+40
2023-09-15[XPathBridge] add option to skip htmlspecialchars (#3672)Gravatar User123698745 1-0/+3
2023-09-13doc : clarification detectParameters function and test (#3666)Gravatar sysadminstory 1-2/+19
* doc : clarification detectParameters function - clarification about the return value of the detectParameters function - add info about the constant TEST_DETECT_PARAMETERS to allow automatest test of the function detectParameters * doc : clarification detectParameters function Add reference to the findFeed action to encourage the implenentation of the detectParameters function * doc : clarification detectParameters function Add commas to improve reading * doc : clarification detectParameters function - fix link
2023-09-10fix: rewrite and improve caching (#3594)Gravatar Dag 3-30/+33
2023-09-10doc : Add documentation for the Findfeed action (#3659)Gravatar sysadminstory 1-3/+91
* doc: Add documentation for the Findfeed action Added the documentation to the Findfeed action * doc: Add documentation for the Findfeed action - Complete documentation - fix typos
2023-09-06[PixivBridge] Add cookie auth and options (#3653)Gravatar mruac 1-0/+23
* added cookie mgmt and support for issue https://github.com/RSS-Bridge/rss-bridge/issues/2759 * added image proxy option * + mature and ai options, + cookie doc * mention doc * check cookie is auth'd
2023-09-03[FurAffinityBridge] added doc for #3638 (#3646)Gravatar mruac 1-0/+13
* added custom cookie config * appease phpunit * added docs
2023-07-14docs: improve discoverability of instagram related bridges (#3528)Gravatar alexvong243f 1-0/+2
2023-07-06refacor: improve cache interface (#3492)Gravatar Dag 2-82/+12
* fix: proper typehint on setScope * refactor: type hint setKey() * typehint
2023-07-05fix(CacheInterface): logic bug in getTime (#3491)Gravatar Dag 1-7/+1
* fix(CacheInterface): logic bug in getTime * test
2023-06-11feat: enable bridges using env var (#3428)Gravatar Dag 3-30/+18
* refactor: bridgefactory, add tests * refactor: move defaultly enabled bridges to config * refactor * refactor * feat: add support for enabling bridges with env var
2023-06-08chore: fix ci (#3426)Gravatar Dag 1-2/+8
2023-06-08fix(html_format): add spacing below date if author is missing (#3425)Gravatar Dag 1-13/+0
* small ui tweak * remove unused <div> * refactor: rename method * refactor: inline const * refactor
2023-06-02fix: move debug mode to config (#3324)Gravatar Dag 2-7/+13
* fix: move debug mode to config * fix: also move debug_whitelist to .ini config * fix: move logic back to Debug class * docs * docs * fix: disable debug mode by default * fix: restore previous behavior for alerts * fix: center-align alert text
2023-05-28added my instance (#3413)Gravatar aysilu-kitsune 1-0/+1
2023-05-11[New Bridge] FiderBridge (#3378)Gravatar mrnoname1000 1-1/+13
* [core] Add config parameter to markdownToHtml * [FiderBridge] New bridge
2023-04-19[core] Remove hardcoded maximum duration of 24 hours in loadCacheValue (#3355)Gravatar Eugene Molotov 1-2/+2
2023-04-19[Docs] Fix link to SimpleHTMLDOM documentation (#3354)Gravatar Paul Prechtel 1-1/+1
2023-04-14[TwitterV2.md] Update to reflect price change to Twitter API (#3347)Gravatar triatic 1-2/+2