..
ActionInterface.php
refactor: extract frontpage to template ( #3130 )
2022-11-07 18:22:54 +01:00
ApiAuthenticationMiddleware.php
[core] Implement bearer token authentication ( #3043 )
2022-10-19 18:39:35 +02:00
AuthenticationMiddleware.php
fix: disallow usage of default password ( #3284 )
2023-03-06 20:43:44 +01:00
bootstrap.php
feat: enable bridges using env var ( #3428 )
2023-06-11 03:16:03 +02:00
BridgeAbstract.php
Fix php8.2 deprecated warning when using bridge specific configurations ( #3587 )
2023-08-01 19:35:06 +02:00
BridgeCard.php
fix: case-insensitive config from env, fix #2935 ( #2973 )
2022-08-23 21:19:53 +02:00
BridgeFactory.php
[core] add bridge not found warning message to frontpage ( #3591 )
2023-08-03 03:10:24 +02:00
BridgeInterface.php
Fix php8.2 deprecated warning when using bridge specific configurations ( #3587 )
2023-08-01 19:35:06 +02:00
CacheFactory.php
feat(sqlite cache): add config options ( #3499 )
2023-07-06 15:59:38 +02:00
CacheInterface.php
refactor(cache): extract and encapsulate cache expiration logic ( #3547 )
2023-07-19 05:05:49 +02:00
Configuration.php
[core] fix new bridge PRs not generating html preview artifacts ( #3583 )
2023-07-30 23:26:59 +02:00
contents.php
fix: write to cache only if data is was not cached, fix #3586 ( #3588 )
2023-08-01 06:19:42 +02:00
Debug.php
fix: Undefined index: REMOTE_ADDR in non-web sapi' ( #3538 )
2023-07-15 21:16:23 +02:00
error.php
feat: add a proper feed item uid when the bridge errors out ( #3237 )
2023-02-02 22:53:01 +01:00
FeedExpander.php
[FeedExpander] support xhtml content / content with child elements ( #3598 )
2023-08-04 22:14:08 +02:00
FeedItem.php
fix: improve FeedExpander ( #3103 )
2022-10-29 10:27:02 +02:00
FormatAbstract.php
refactor: general code base refactor ( #2950 )
2022-08-06 22:46:28 +02:00
FormatFactory.php
Improve logging and error handling ( #3059 )
2022-10-16 17:55:43 +02:00
FormatInterface.php
refactor: html format ( #3062 )
2022-10-16 12:03:57 +02:00
html.php
fix(html_format): add spacing below date if author is missing ( #3425 )
2023-06-08 23:04:16 +02:00
Logger.php
fix: various small fixes ( #3578 )
2023-07-29 00:14:30 +02:00
ParameterValidator.php
refactor: general code base refactor ( #2950 )
2022-08-06 22:46:28 +02:00
php8backports.php
Reformat codebase v4 ( #2872 )
2022-07-01 15:10:30 +02:00
RssBridge.php
refactor: extract CurlHttpClient ( #3532 )
2023-07-16 22:07:34 +02:00
TwitterClient.php
fix: various small fixes ( #3578 )
2023-07-29 00:14:30 +02:00
utils.php
fix(DisplayAction): improve error handling and cache logic ( #3558 )
2023-07-23 23:05:35 +02:00
XPathAbstract.php
[XPathAbstract] Use baseURI to fix relative links (if available) ( #3439 )
2023-06-17 17:53:00 +02:00