Rss-Bridge/lib
Teromene 937ea49271 Add basic authentication support (#728)
* Move configuration in its own class in order to reduce the verbosity of index.php
* Add authentication mechanism using HTTP auth
* Add a method to get the config parameters
* Remove the installation checks from the index page
* Log all failed authentication attempts
2018-06-27 19:09:41 +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 Implement customizable cache timeout (#641) 2018-03-14 18:06:36 +01:00
BridgeInterface.php Implement customizable cache timeout (#641) 2018-03-14 18:06:36 +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 Add basic authentication support (#728) 2018-06-27 19:09:41 +02:00
contents.php Add cUrl error message and code to the debugMessage (#711) 2018-06-10 22:08:45 +02:00
error.php [core] Fix typos 2016-11-09 19:10:40 +01:00
Exceptions.php Catch Errors in order to display a message in more cases. We also catch Exceptions to maintain compat with php 5. 2018-04-04 19:02:40 +01:00
FeedExpander.php [FeedExpander] Fix Serialization of 'SimpleXMLElement' is not allowed 2017-08-10 13:35:19 +02:00
Format.php [phpcs] Add missing rules 2017-07-29 19:55:12 +02:00
FormatAbstract.php [phpcs] Add missing rules 2017-07-29 19:55:12 +02:00
FormatInterface.php [FormatInterface] Add missing public functions 2016-11-09 18:41:24 +01:00
html.php Implement customizable cache timeout (#641) 2018-03-14 18:06:36 +01:00
RssBridge.php Add basic authentication support (#728) 2018-06-27 19:09:41 +02:00
validation.php [validation] Fix error on undefined optional numeric value 2017-08-17 19:02:50 +02:00