Rss-Bridge/lib
logmanoriginal f853ffc07c [ParameterValidator] Refactor 'validation' into 'ParameterValidator'
Adds a new class 'ParameterValidator' to replace the functions from
'validator.php', separating private functions from 'validateData' to
class private functions in the process.

Instead of echoing error messages, adds messages to a private variable,
accessible via 'getInvalidParameters'.

BridgeAbstract now adds invalid parameter names to the error message.
2018-09-22 16:42:04 +02:00
..
Authentication.php Add basic authentication support (#728) 2018-06-27 19:09:41 +02:00
Bridge.php [Bridge] Remove superfuous variables and statements 2017-08-06 00:04:07 +02:00
BridgeAbstract.php [ParameterValidator] Refactor 'validation' into 'ParameterValidator' 2018-09-22 16:42:04 +02:00
BridgeCard.php CSS adjustments to improve readability for bridge parameters (#763) 2018-09-15 16:39:50 +02:00
BridgeInterface.php Icons: Allow Bridge-specified icons (#788) 2018-08-21 17:46:47 +02:00
BridgeList.php Catching up | [Main] Debug mode, parse utils, MIME | [Bridges] Add/Improve 20 bridges (#802) 2018-09-09 20:20:13 +01:00
Cache.php [phpcs] Add missing rules 2017-07-29 19:55:12 +02:00
CacheInterface.php [cache] Specify cache duration for 'purgeCache' 2016-10-08 16:18:10 +02:00
Configuration.php version: Bump to 2018-09-09 2018-09-09 21:00:10 +01:00
contents.php [contents] Fix open_basedir warning (#832) 2018-09-15 14:46:11 +02:00
error.php Catching up | [Main] Debug mode, parse utils, MIME | [Bridges] Add/Improve 20 bridges (#802) 2018-09-09 20:20:13 +01:00
Exceptions.php Add recuperation of the current version from git if available (#731) 2018-06-30 10:24:22 +02:00
FeedExpander.php Catching up | [Main] Debug mode, parse utils, MIME | [Bridges] Add/Improve 20 bridges (#802) 2018-09-09 20:20:13 +01:00
Format.php [phpcs] Add missing rules 2017-07-29 19:55:12 +02:00
FormatAbstract.php [core] Returning 304 http code when returning cached data (#793) 2018-08-25 20:00:38 +01:00
FormatInterface.php [FormatInterface] Add missing public functions 2016-11-09 18:41:24 +01:00
html.php Catching up | [Main] Debug mode, parse utils, MIME | [Bridges] Add/Improve 20 bridges (#802) 2018-09-09 20:20:13 +01:00
ParameterValidator.php [ParameterValidator] Refactor 'validation' into 'ParameterValidator' 2018-09-22 16:42:04 +02:00
RssBridge.php [ParameterValidator] Refactor 'validation' into 'ParameterValidator' 2018-09-22 16:42:04 +02:00