1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-17 21:51:09 +03:00
rss-bridge/lib
2023-07-15 21:16:23 +02:00
..
ActionInterface.php refactor: extract frontpage to template () 2022-11-07 18:22:54 +01:00
ApiAuthenticationMiddleware.php [core] Implement bearer token authentication () 2022-10-19 18:39:35 +02:00
AuthenticationMiddleware.php fix: disallow usage of default password () 2023-03-06 20:43:44 +01:00
bootstrap.php feat: enable bridges using env var () 2023-06-11 03:16:03 +02:00
BridgeAbstract.php fix(jornaln): Array to string conversion at lib/BridgeAbstract.php li… () 2023-07-11 16:54:59 +02:00
BridgeCard.php fix: case-insensitive config from env, fix () 2022-08-23 21:19:53 +02:00
BridgeFactory.php feat: enable bridges using env var () 2023-06-11 03:16:03 +02:00
BridgeInterface.php feat: use bridge description and short name in search () 2022-08-06 23:12:30 +02:00
CacheFactory.php feat(sqlite cache): add config options () 2023-07-06 15:59:38 +02:00
CacheInterface.php refacor: improve cache interface () 2023-07-06 15:10:30 +02:00
Configuration.php Update Configuration.php - Old Version Date in new Release () 2023-07-12 11:56:07 +02:00
contents.php fix(cache): bug in prior refactor () 2023-07-09 15:24:29 +02:00
Debug.php fix: Undefined index: REMOTE_ADDR in non-web sapi' () 2023-07-15 21:16:23 +02:00
error.php feat: add a proper feed item uid when the bridge errors out () 2023-02-02 22:53:01 +01:00
FeedExpander.php fix: move debug mode to config () 2023-06-02 20:22:09 +02:00
FeedItem.php fix: improve FeedExpander () 2022-10-29 10:27:02 +02:00
FormatAbstract.php refactor: general code base refactor () 2022-08-06 22:46:28 +02:00
FormatFactory.php Improve logging and error handling () 2022-10-16 17:55:43 +02:00
FormatInterface.php refactor: html format () 2022-10-16 12:03:57 +02:00
html.php fix(html_format): add spacing below date if author is missing () 2023-06-08 23:04:16 +02:00
Logger.php fix: various small fixes () 2023-07-09 10:08:30 +02:00
ParameterValidator.php refactor: general code base refactor () 2022-08-06 22:46:28 +02:00
php8backports.php Reformat codebase v4 () 2022-07-01 15:10:30 +02:00
RssBridge.php refactor: dont create multiple instances of the cache () 2023-07-08 17:03:12 +02:00
TwitterClient.php fix(cache): bug in prior refactor () 2023-07-11 23:26:22 +02:00
utils.php feat: improve error handling ux () 2023-03-20 19:11:51 +01:00
XPathAbstract.php [XPathAbstract] Use baseURI to fix relative links (if available) () 2023-06-17 17:53:00 +02:00