The main communications platform is still Libera.chat, matrix was only
provided by the hosted IRC-Matrix bridge. The bridge was turned off
already and won't come back.
* [DagensNyheterDirektBridge] New bridge
* [DagensNyheterDirektBridge] Lint: Replace all tabs with space
* [DagensNyheterDirektBridge] Lint: Lines
Add empty lines and move start brace to new line
* [DagensNyheterDirektBridge] Lint: short- array syntax
* [DagensNyheterDirektBridge] Lint: short array syntax
Fix incorrect line ending
* [DagensNyheterDirektBridge] Lint: further lint fixes
* [DagensNyheterDirektBridge] Lint: final fixes
- CSS styles showing there were no deals found has changed : CSS class
was updated
- Relative Date handling : the minimum granularity of a relative date is
the minute on the site. Seconds are therefore meaningless, and are now deleted.
MydealsBridge was missing one relateve date prefix : now every date is
parsed (I hope so !)
* [MotatosBridge] add bridge
* [MotatosBridge] fix uid as string
* [MotatosBridge] add support for all regions
* [MotatosBridge] fix: region: "required" attribute not supported for list
* [KleinanzeigenBridge] add new bridge
* [KleinanzeigenBridge] fix missing timestamp
* [KleinanzeigenBridge] linting
* [KleinanzeigenBridge] fix end of list detection
* [IdealoBridge] Created
Checks the price of a given item on idealo.de. Can create an Alarm Message if a the price is lower than set or an Priceupdate if the price has changed.
* Changed Exec and syntax
* last fixes for remaining warning
When no result were found using the keyword search, some random deals
were displayed because the "not found" text has been modified : the
text is now up to date.
Some type in the textual name of the Bridge and texte about the website
name was fixed
- Deal Origin was changed by the website : fixed the CSS class to get it
- Shipping cost had an extra SVG image in the content : removed the
whole HTML tags from the content
* Update MarktplaatsBridge.php
* Update MarktplaatsBridge.php only main categories
As the whole list is too big only main categories are used for now.
* Renamed parameter 2 to sc
Renamed unused method to better reflect it usage
* Update MarktplaatsBridge.php Several fixed
Categories completed
Added a default empty one
Check if the input is not empty before using
Added helper methods to generate the categorylist
* Update MarktplaatsBridge.php
Set the methods to private for the CI
* Fix: content.php: last-modified/if-unmodified-since (#3771)
Fix exception if server sent invalid Last-Modified header
Add support for Unix time instead of standard date string
Send back standard RFC7231 date string instead of Unix time
* Fix: content.php: if-unmodified-since: cURL API
Use getTimestamp() as cURL expects that and will format the If-Modified-Since header appropriately.