rss-bridge/lib
logmanoriginal 705b9daa0b bridge: Refactor bridge factory to non-static class
The bridge factory can be based on the abstract factory class if it
wasn't static. This allows for higher abstraction and makes future
extensions possible. Also, not all parts of RSS-Bridge need to work
on the same instance of the bridge factory.

References #1001
2019-06-18 18:55:32 +02:00
..
ActionAbstract.php core: Implement action factory (#1002) 2019-02-06 18:34:51 +01:00
ActionFactory.php core: Implement action factory (#1002) 2019-02-06 18:34:51 +01:00
ActionInterface.php core: Implement action factory (#1002) 2019-02-06 18:34:51 +01:00
Authentication.php global: Fix code violations 2018-12-26 21:58:07 +01:00
BridgeAbstract.php global: Fix code violations 2018-12-26 21:58:07 +01:00
BridgeCard.php bridge: Refactor bridge factory to non-static class 2019-06-18 18:55:32 +02:00
BridgeFactory.php bridge: Refactor bridge factory to non-static class 2019-06-18 18:55:32 +02:00
BridgeInterface.php global: Fix code violations 2018-12-26 21:58:07 +01:00
BridgeList.php bridge: Refactor bridge factory to non-static class 2019-06-18 18:55:32 +02:00
Cache.php [Cache] Fix cache types ending on 'cache' are not detected correctly 2019-02-24 11:56:43 +01:00
CacheInterface.php caches: Refactor the API (#1060) 2019-04-29 20:12:43 +02:00
Configuration.php [Configuration] Bump version to dev.2019-06-08 2019-06-08 20:12:04 +02:00
contents.php [contents] Fix parsing of incomplete headers 2019-06-09 17:18:08 +02:00
Debug.php [Debug] Fix debug mode reports indexing error 2018-11-16 20:19:52 +01:00
error.php exception: Remove HttpException class 2018-11-18 16:53:21 +01:00
Exceptions.php [Exceptions] Add button to search for similar issues on GitHub 2019-06-08 17:05:35 +02:00
FactoryAbstract.php core: Implement action factory (#1002) 2019-02-06 18:34:51 +01:00
FeedExpander.php [FeedExpander] Fix item href being used as feed uri (#1033) 2019-02-11 19:07:03 +01:00
FeedItem.php [FeedItem] Avoid repeated UID hashing after loading from cache (#1148) 2019-06-01 19:36:46 +02:00
Format.php format: Sanitize format name in the format factory 2019-06-18 18:36:16 +02:00
FormatAbstract.php core: Add FeedItem class (#940) 2018-12-26 22:41:32 +01:00
FormatInterface.php global: Fix code violations 2018-12-26 21:58:07 +01:00
html.php Revert "all: Use ->remove() instead of ->outertext = ''" 2019-06-02 13:06:16 +02:00
ParameterValidator.php [ParameterValidator] Handle missing parameter type (#1057) 2019-04-04 22:55:46 +02:00
rssbridge.php bridge: Refactor bridge factory to non-static class 2019-06-18 18:55:32 +02:00