Rss-Bridge/lib
LogMANOriginal 394149b114
core: Add item uid (#1017)
'uid' represents the unique id for a feed item. This item is null by
default and can be set to any string value. The provided string value
is always hashed to sha1 to make it the same length in all cases.

References #977, #1005
2019-02-03 20:56:41 +01:00
..
Authentication.php global: Fix code violations 2018-12-26 21:58:07 +01:00
Bridge.php bridge: Rename listBridge to getBridgeNames 2018-11-15 19:43:23 +01:00
BridgeAbstract.php global: Fix code violations 2018-12-26 21:58:07 +01:00
BridgeCard.php [BridgeCard] Don't warn about the 'required' attribute if it is set to false 2019-01-22 19:12:37 +01:00
BridgeInterface.php global: Fix code violations 2018-12-26 21:58:07 +01:00
BridgeList.php global: Fix code violations 2018-12-26 21:58:07 +01:00
Cache.php [Cache] Check if class is instantiable 2018-11-15 19:36:01 +01:00
CacheInterface.php global: Fix code violations 2018-12-26 21:58:07 +01:00
Configuration.php Bump version to dev.2019-01-13 2019-01-13 19:23:59 +01:00
contents.php [contents] improve file_get_contents() reporting (#986) 2019-01-06 20:30:02 +01: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 core: Don't use server variables in CLI mode (#939) 2018-11-26 18:33:51 +01:00
FeedExpander.php [FeedExpander] Add constants for feed types 2018-11-18 16:18:40 +01:00
FeedItem.php core: Add item uid (#1017) 2019-02-03 20:56:41 +01:00
Format.php format: Refactor searchInformation 2018-11-15 20:16:21 +01: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 [html] Remove todo as it is already implemented 2018-11-18 17:52:45 +01:00
ParameterValidator.php lib: Ignore required attribute on lists an checkboxes 2019-01-22 18:11:52 +01:00
rssbridge.php vendor: Update PHP Simple HTML DOM Parser to 1.8.1 2019-01-13 22:02:59 +01:00