Joseph
85497238c5
Update HaveIBeenPwnedBridge.php ( #4638 )
2025-08-04 00:58:09 +02:00
Dag
4f75591060
Reformat codebase v4 ( #2872 )
...
Reformat code base to PSR12
Co-authored-by: rssbridge <noreply@github.com >
2022-07-01 15:10:30 +02:00
Joseph
97b513823d
[HaveIBeenPwnedBridge] Fix item URIs ( #2724 )
2022-05-12 22:16:34 +02:00
Yaman Qalieh
e5829d37b6
[HaveIBeenPwnedBridge] Use API to get Data ( #2720 )
2022-05-12 21:53:03 +02:00
Bocki
1a8d0babd1
[Multiple] Fix all exampleValues and required variables ( #2296 )
2022-03-24 11:59:34 +01:00
Eugene Molotov
37cb4091d4
bridges: remove redundant "or returnServerError" after getContents/getSimpleHTMLDom/getSimpleHTMLDomCached ( #2398 )
...
When fetching website contents, exceptions already raise on fetching error
2022-01-02 14:36:09 +05:00
Joseph
e032705c9a
[HaveIBeenPwnedBridge] Add item limit parameter, set default limit to 20 ( #1219 )
...
* Add `item_limit` parameter to allow user to control number of item returned by bridge. Suggested by @triatic and @somini (code).
2019-07-26 10:47:20 +02:00
Joseph
7e6c58b67a
[HaveIBeenPwnedBridge] Display breach type ( #1203 )
...
* Extract breach types for each data breach
* Add paragraph tag
2019-07-06 11:55:31 +02:00
Joseph
c39e642877
[HaveIBeenPwnedBridge] Convert HTML entities to characters ( #1198 )
2019-06-28 16:08:56 +02:00
logmanoriginal
6c4098d655
Revert "all: Use ->remove() instead of ->outertext = ''"
...
This reverts commit 052844f5e1
.
There is a bug in ->remove() that causes the parser to incorrectly
identify elements in the DOM tree that shouldn't exist anymore.
References #1151
2019-06-02 13:06:16 +02:00
logmanoriginal
052844f5e1
all: Use ->remove() instead of ->outertext = ''
...
simplehtmldom 1.9 introduced new functions to recursively remove
nodes from the DOM. This allows removing elements without the need
to re-load the document by using $html->load($html->save()), which
is very inefficient.
Find more information about remove() at
https://simplehtmldom.sourceforge.io/docs/1.9/api/simple_html_dom_node/remove/
2019-06-01 21:29:57 +02:00
Joseph
2a254855d8
[HaveIBeenPwnedBridge] Add new bridge ( #1144 )
2019-06-01 12:06:58 +02:00