aboutsummaryrefslogtreecommitdiff
path: root/lib/html.php (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-24refactor: prepare for introduction of token based authentication (#3921)Gravatar Dag 1-1/+1
2023-10-24[html] clean data attributes (#3782)Gravatar ORelio 1-1/+9
2023-10-20[html] add data-orig-file tag (#3777)Gravatar ORelio 1-3/+6
2023-10-18[html] improve srcset attribute parsing (#3769)Gravatar ORelio 1-2/+12
2023-09-23feat: improve error/exception ui (#3690)Gravatar Dag 1-2/+3
2023-06-08fix(html_format): add spacing below date if author is missing (#3425)Gravatar Dag 1-1/+1
2023-06-02fix: move debug mode to config (#3324)Gravatar Dag 1-11/+22
2023-05-21[core] Fix XPathAbstract while working around Simple HTML DOM bug (#3408)Gravatar mrnoname1000 1-6/+17
2023-05-21fix: ArgumentCountError: DOMDocument::getElementsByTagName() expects exactly ...Gravatar Dag 1-6/+6
2023-05-20[core] Fix defaultLinkTo for simple_html_dom objects (#3404)Gravatar mrnoname1000 1-10/+4
2023-05-19fix: Call to a member function setAttribute() on int, #3402 (#3403)Gravatar Dag 1-4/+10
2023-05-18[XPathAbstract] Fix relative links in fetched HTML (#3401)Gravatar mrnoname1000 1-4/+7
2023-05-11[New Bridge] FiderBridge (#3378)Gravatar mrnoname1000 1-1/+13
2022-11-20[Core] Add html/convertLazyLoading (+ document stripRecursiveHTMLSection) (#3...Gravatar ORelio 1-1/+84
2022-11-15fix: Call to a member function find() on bool (#3146)Gravatar Dag 1-12/+16
2022-11-15feat: system alert message (#3139)Gravatar Dag 1-0/+1
2022-10-16Improve logging and error handling (#3059)Gravatar Dag 1-0/+3
2022-10-16refactor: html format (#3062)Gravatar Dag 1-1/+12
2022-08-06refactor: general code base refactor (#2950)Gravatar Dag 1-0/+9
2022-07-31[Gab] feat: add new bridge GabBridge (#2920)Gravatar Dag 1-0/+9
2022-07-08feat: introduce template engine (#2899)Gravatar Dag 1-0/+38
2022-07-08Fix coding style missed by phpbcf (#2901)Gravatar Jan Tojnar 1-1/+2
2022-07-01Reformat codebase v4 (#2872)Gravatar Dag 1-100/+102
2022-05-10[docs] Add documentation for html.php functions (#2714)Gravatar Yaman Qalieh 1-3/+2
2020-10-09[core] Use Parsedown for Markdown parsing (#1783)Gravatar Corentin Garcia 1-37/+3
2020-08-12[Markdown] Fix images with empty replacement textGravatar ORelio 1-2/+2
2019-06-02Revert "all: Use ->remove() instead of ->outertext = ''"Gravatar logmanoriginal 1-1/+1
2019-06-01all: Use ->remove() instead of ->outertext = ''Gravatar logmanoriginal 1-1/+1
2019-06-01[html] Use find('*') over custom solutionGravatar logmanoriginal 1-24/+2
2019-03-20core: Apply changes to fix broken Travis buildsGravatar logmanoriginal 1-3/+4
2018-11-18[html] Remove todo as it is already implementedGravatar logmanoriginal 1-3/+0
2018-11-18[html] Rename parameters for sanitize()Gravatar logmanoriginal 1-14/+12
2018-11-18[html] Remove todo tagsGravatar logmanoriginal 1-4/+0
2018-11-18[html] Clarify meaning of strange find() parameterGravatar logmanoriginal 1-5/+22
2018-11-18lib: Add API documentationGravatar logmanoriginal 1-18/+99
2018-11-05phpcs: Fix violationsGravatar logmanoriginal 1-2/+2
2018-09-09Catching up | [Main] Debug mode, parse utils, MIME | [Bridges] Add/Improve 20...Gravatar ORelio 1-0/+123
2018-08-02[core] Add urljoin (#756)Gravatar Eugene Molotov 1-9/+2
2018-07-21Separate index and bridge card generating code into a separate classes (#734)Gravatar LogMANOriginal 1-300/+0
2018-06-29[phpcs] enforce single quotes (#732)Gravatar LogMANOriginal 1-1/+1
2018-03-14Implement customizable cache timeout (#641)Gravatar LogMANOriginal 1-1/+34
2017-07-29[phpcs] Add missing rulesGravatar logmanoriginal 1-24/+24
2017-03-18Add an indicator to show the HTTP status of the site. (#483)Gravatar Teromene 1-0/+10
2017-03-03Add a function to convert the background-image attribute to an actual image.Gravatar Teromene 1-0/+19
2017-02-18links: Rename defaultImageSrcTo to defaultLinkToGravatar logmanoriginal 1-1/+1
2017-02-18[html] Fix anchors after fixing imagesGravatar logmanoriginal 1-0/+9
2017-02-18[html] Fix img src replacement not workingGravatar logmanoriginal 1-3/+3
2017-02-15core: Use methods to access bridge informationGravatar logmanoriginal 1-14/+11
2017-02-14style: Fix coding stylesGravatar logmanoriginal 1-4/+4
2016-09-25[core] extract HTMLUtils methods to make them functionsGravatar Pierre Mazière 1-0/+292