0
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-14 19:42:46 +00:00
Commit graph

6 commits

Author SHA1 Message Date
Dag
58544cd61a
refactor: introduce DI container ()
* refactor: introduce DI container

* add bin/test
2024-08-29 22:48:59 +02:00
Dag
6ec9193546
yuop () 2024-08-07 00:21:06 +02:00
Dag
d01c462ad5
fix(FeedExpander): if parse fails, include offending url in exception message ()
Also some refactors
2024-01-29 21:51:34 +01:00
Dag
d08d13f2c8
refactor: introduce http Request object () 2024-01-25 16:06:24 +01:00
sysadminstory
c3d9383523
[FindfeedAction.php] Use relative URL in Feed Link ()
The FindFeed action used absolute URL. This breaks the usage of RSS
Bridge behind a reverse proxy in a container.

Fixes  for the Find Feed action
2023-12-08 06:24:43 +01:00
sysadminstory
7591b10219
[Core] New feature : User Interface to "Detect" Feed from an URL ()
* [Core] New feature : User Interface to "Detect" Feed from an URL

Detect Action has been expanded to support returning a Feed in a JSON
format instead of a Redirect. Existing usage of the Detect action will
keep working as usual.

Frontpage template has now a section to display the Feed detection
result, and a button to start the Feed Detection.

A new JS file contains the necessary JS (Ajax and Event management) to
fill the Feed Detection section.

* Coding policy fixes

* [Core] New feature : User Interface to "Detect" Feed from an URL

- Switch from old school XMLHttpRequest to fetch
- Enhance UX of search results
- Revert to it's original content
- Switch to a new Action : FindfeedAction.php
- Switch to template literals instead of string concatenation
- FindFeed action could retrun multiple feeds
- Results are sent with an absolute URL
- Switch to Json::encode() helper function

* [Core] New feature : User Interface to "Detect" Feed from an URL

- Move specific JS code to rss-bridge.js
- Change HTML tag for the button to have a consistant style with th rest
  of the page

* [Core] New feature : User Interface to "Detect" Feed from an URL

- If no context is sent, assume there is only one unnamed context
- Find parameter name in global and currect context

* fix

* remove typo

---------

Co-authored-by: Dag <me@dvikan.no>
2023-08-22 20:44:36 +02:00