1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-12 12:36:24 +02:00
Commit Graph

73 Commits

Author SHA1 Message Date
Dag
0bf5dbbc0b chore: add tools for manually administrating the configured cache (#3867) 2024-01-09 20:33:35 +01:00
ea58c8d2bc Update 06_Public_Hosts.md (#3877) 2024-01-06 18:13:50 +01:00
ash
4e1fa946b4 add rb.ash.fail to list of public hosts (#3835) 2023-12-15 23:39:04 +01:00
4a398a5b14 Update FacebookBridge.md - not working (#3823) 2023-12-09 11:52:57 +01:00
8d0ddb579f Adding rss.m3wz.su instance to list of public hosts (#3789) 2023-11-03 17:42:34 +01:00
Dag
2880524dfc refactor: remove parent calls to parseItem (#3747) 2023-10-13 01:59:05 +02:00
6cf9dfb7c9 Updated public hosts page & updated welcome screen image to the latest (#3707)
* 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-30 15:06:48 +02:00
Dag
f9ec88fb45 ci: incease max line length to 180 (#3714) 2023-09-27 23:29:08 +02:00
Dag
ae53adefad refactor: FeedItem::setTimestamp() (#3711) 2023-09-26 00:27:45 +02:00
Dag
cd30c25b08 refactor (#3708) 2023-09-25 21:18:48 +02:00
Dag
e6aef73a02 refactor (#3668) 2023-09-20 02:45:48 +02:00
3b91b1d260 [XPathBridge] add option to skip htmlspecialchars (#3672) 2023-09-15 01:58:06 +02:00
4323a11667 doc : clarification detectParameters function and test (#3666)
* 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-13 00:16:11 +02:00
Dag
4b9f6f7e53 fix: rewrite and improve caching (#3594) 2023-09-10 21:50:15 +02:00
078091752a doc : Add documentation for the Findfeed action (#3659)
* 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-10 04:03:38 +02:00
b3a7842448 [PixivBridge] Add cookie auth and options (#3653)
* 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-06 16:16:25 +02:00
b9fdd20f8f [FurAffinityBridge] added doc for #3638 (#3646)
* added custom cookie config

* appease phpunit

* added docs
2023-09-03 00:23:36 +02:00
a234392f80 docs: improve discoverability of instagram related bridges (#3528) 2023-07-14 05:15:49 +02:00
Dag
caac7f572c refacor: improve cache interface (#3492)
* fix: proper typehint on setScope

* refactor: type hint setKey()

* typehint
2023-07-06 15:10:30 +02:00
Dag
a9fd3b9e61 fix(CacheInterface): logic bug in getTime (#3491)
* fix(CacheInterface): logic bug in getTime

* test
2023-07-05 17:37:21 +02:00
Dag
0a8fe57003 feat: enable bridges using env var (#3428)
* refactor: bridgefactory, add tests

* refactor: move defaultly enabled bridges to config

* refactor

* refactor

* feat: add support for enabling bridges with env var
2023-06-11 03:16:03 +02:00
Dag
8f9eaae338 chore: fix ci (#3426) 2023-06-08 23:37:36 +02:00
Dag
fbaf26e8bf fix(html_format): add spacing below date if author is missing (#3425)
* small ui tweak

* remove unused <div>

* refactor: rename method

* refactor: inline const

* refactor
2023-06-08 23:04:16 +02:00
Dag
ee498eadf9 fix: move debug mode to config (#3324)
* 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-06-02 20:22:09 +02:00
2f0784c287 added my instance (#3413) 2023-05-28 18:21:44 +02:00
d0f7f5e2d8 [New Bridge] FiderBridge (#3378)
* [core] Add config parameter to markdownToHtml

* [FiderBridge] New bridge
2023-05-11 21:24:12 +02:00
343fd36671 [core] Remove hardcoded maximum duration of 24 hours in loadCacheValue (#3355) 2023-04-19 17:53:35 +02:00
a4a7473abb [Docs] Fix link to SimpleHTMLDOM documentation (#3354) 2023-04-19 17:51:55 +02:00
f1c54d5d55 [TwitterV2.md] Update to reflect price change to Twitter API (#3347) 2023-04-14 21:32:13 +02:00
36e98e8481 docs: add docker development environment example (#3319) 2023-03-20 19:13:08 +01:00
dc8ce20482 Update 06_Public_Hosts.md (#3311)
Added my instance of public hosted RSS-Bridge host.
2023-03-14 15:55:14 +01:00
0a114c02c2 [Docu] Clarify docker instructions (#3291) 2023-03-07 23:58:21 +01:00
2abdc7588a [Docu] Add documentation for Codespaces (#3289)
* [Docu] Add documentation for Codespaces

* Adapt PR line
2023-03-07 21:34:02 +01:00
f0e5ef0fc5 [Various] getKey replacements and docu (#3283)
* [Various] getKey replacements and docu

* more bridges and fix to the abstract

* linting

* revert bandcampdaily. doing more than i thought
2023-03-06 20:01:51 +01:00
180c332406 Update 06_Public_Hosts.md (#3280)
Change location for bridge.easter.fr
2023-03-05 00:37:42 +01:00
4cfe69abb4 Update public instance (#3266) 2023-02-20 12:53:23 +01:00
Dag
c97e1923ae docs (#3238) 2023-02-02 01:30:29 +01:00
Dag
04090bd84a docs (#3217) 2023-01-17 21:21:32 +01:00
b58f2ed338 docs: Fix formatting (#3205) 2023-01-03 19:25:36 +01:00
910ccd3ad8 docs: Fix typo (#3196) 2022-12-28 00:34:49 +01:00
d38cd05bea Added vern.cc Public Instance (#3164)
done on behalf of ~vern admins (https://vern.cc/admins)
2022-11-27 17:10:57 +01:00
85b87b9597 docs: Document returnFull parameter of getContents (#3120) 2022-10-29 03:30:49 +02:00
8795cb252f A bit of info on cookies. I need to expand more. (#3111)
* add a bit of info about cookies

* Use markdown to look nice

* Update FacebookBridge.md

Fix url
2022-10-25 14:32:47 +02:00
6ae40496c8 docs: add facebook bridge page 2022-10-18 19:35:53 +02:00
Dag
0a2e31e1f7 docs: sort public instances (#3093) 2022-10-06 22:12:55 +02:00
0bf41a5726 Removing public instance on sebsauvage.net 2022-09-15 11:33:16 +02:00
Dag
2bbce8ebef refactor: general code base refactor (#2950)
* refactor

* fix: bug in previous refactor

* chore: exclude phpcompat sniff due to bug in phpcompat

* fix: do not leak absolute paths

* refactor/fix: batch extensions checking, fix DOS issue
2022-08-06 22:46:28 +02:00
5b5f3b4254 Do not use constants for configuration (#2938)
* docs: Do not use constant names when referring to config options

The options are customizable using a config file and no longer hardcoded in index.php since 8ac8e08abf

* Do not use constants for configuration

Since <8ac8e08abf>, they are just set to the configuration object values.
2022-07-24 19:26:12 +02:00
e89329b2c6 [core] Fix daux generation (#2914) 2022-07-09 20:33:07 +02:00
22c10941dc docs: Update directory structure description (#2906)
- The css directory was moved in 1a4c3f4418
2022-07-08 21:00:32 +02:00