Branch: refs/heads/master
Home: https://github.com/s9y/Serendipity
Commit: 37bc3d718fff8a444abc7b5d419de999a1d846ec
https://github.com/s9y/Serendipity/commit/37bc3d718fff8a444abc7b5d419de999a1d846ec
Author: onli <on...@pa...>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M comment.php
M include/functions_trackbacks.inc.php
M templates/2k11/index.tpl
Log Message:
-----------
Init logic to receive webmentions
Adds a codepath that would store them as trackback or pingback, depending on the metadata available on the sending page.
Commit: 1cf676364fab2fc4ab2591908109b96dab4cdda0
https://github.com/s9y/Serendipity/commit/1cf676364fab2fc4ab2591908109b96dab4cdda0
Author: onli <on...@pa...>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
A bundled-libs/bin/fetch-mf2
A bundled-libs/bin/parse-mf2
M bundled-libs/composer/autoload_classmap.php
M bundled-libs/composer/autoload_files.php
M bundled-libs/composer/autoload_psr4.php
M bundled-libs/composer/autoload_real.php
M bundled-libs/composer/autoload_static.php
M bundled-libs/composer/installed.json
M bundled-libs/composer/installed.php
A bundled-libs/masterminds/html5/CREDITS
A bundled-libs/masterminds/html5/LICENSE.txt
A bundled-libs/masterminds/html5/README.md
A bundled-libs/masterminds/html5/RELEASE.md
A bundled-libs/masterminds/html5/UPGRADING.md
A bundled-libs/masterminds/html5/bin/entities.php
A bundled-libs/masterminds/html5/composer.json
A bundled-libs/masterminds/html5/src/HTML5.php
A bundled-libs/masterminds/html5/src/HTML5/Elements.php
A bundled-libs/masterminds/html5/src/HTML5/Entities.php
A bundled-libs/masterminds/html5/src/HTML5/Exception.php
A bundled-libs/masterminds/html5/src/HTML5/InstructionProcessor.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/CharacterReference.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/EventHandler.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/FileInputStream.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/InputStream.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/ParseError.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/README.md
A bundled-libs/masterminds/html5/src/HTML5/Parser/Scanner.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/StringInputStream.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/Tokenizer.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php
A bundled-libs/masterminds/html5/src/HTML5/Parser/UTF8Utils.php
A bundled-libs/masterminds/html5/src/HTML5/Serializer/HTML5Entities.php
A bundled-libs/masterminds/html5/src/HTML5/Serializer/OutputRules.php
A bundled-libs/masterminds/html5/src/HTML5/Serializer/README.md
A bundled-libs/masterminds/html5/src/HTML5/Serializer/RulesInterface.php
A bundled-libs/masterminds/html5/src/HTML5/Serializer/Traverser.php
A bundled-libs/mf2/mf2/.github/workflows/main.yml
A bundled-libs/mf2/mf2/.gitignore
A bundled-libs/mf2/mf2/.travis.yml
A bundled-libs/mf2/mf2/LICENSE.md
A bundled-libs/mf2/mf2/Mf2/Parser.php
A bundled-libs/mf2/mf2/README.md
A bundled-libs/mf2/mf2/bin/fetch-mf2
A bundled-libs/mf2/mf2/bin/parse-mf2
A bundled-libs/mf2/mf2/composer.json
A bundled-libs/mf2/mf2/phpcs.xml
A bundled-libs/mf2/mf2/phpunit.xml
A bundled-libs/mf2/mf2/tests/Mf2/ClassicMicroformatsTest.php
A bundled-libs/mf2/mf2/tests/Mf2/CombinedMicroformatsTest.php
A bundled-libs/mf2/mf2/tests/Mf2/MicroformatsTestSuiteTest.php
A bundled-libs/mf2/mf2/tests/Mf2/MicroformatsWikiExamplesTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParseDTTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParseHtmlIdTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParseImpliedTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParseLanguageTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParsePTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParseUTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParseValueClassTitleTest.php
A bundled-libs/mf2/mf2/tests/Mf2/ParserTest.php
A bundled-libs/mf2/mf2/tests/Mf2/PlainTextTest.php
A bundled-libs/mf2/mf2/tests/Mf2/RelTest.php
A bundled-libs/mf2/mf2/tests/Mf2/URLTest.php
A bundled-libs/mf2/mf2/tests/Mf2/bootstrap.php
A bundled-libs/mf2/mf2/tests/Mf2/fberriman.com.html
A bundled-libs/mf2/mf2/tests/Mf2/snarfed.org.html
M composer.json
M composer.lock
M include/functions_trackbacks.inc.php
Log Message:
-----------
Add MF2 and html5 requirement via composer
Commit: 27879a1a42edf22f049dc510e7d5c43da1bf2b4d
https://github.com/s9y/Serendipity/commit/27879a1a42edf22f049dc510e7d5c43da1bf2b4d
Author: onli <on...@pa...>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M comment.php
M include/functions_trackbacks.inc.php
Log Message:
-----------
Restructure webmention logic
Separate the MF2 parsing into its own function. Since the origin url is fetched only there, we can easier make that optional later.
Commit: 199ddb2790c72fa153d0565b5a83dcc1c495453c
https://github.com/s9y/Serendipity/commit/199ddb2790c72fa153d0565b5a83dcc1c495453c
Author: onli <on...@pa...>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M include/functions_trackbacks.inc.php
Log Message:
-----------
Fix code errors
Commit: 3f58465c6795d97faef28fe7a4922bd5849e60d4
https://github.com/s9y/Serendipity/commit/3f58465c6795d97faef28fe7a4922bd5849e60d4
Author: onli <on...@pa...>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M include/functions_trackbacks.inc.php
Log Message:
-----------
Implement webmention trackback path
Only covers one case: A webmention with an in-reply-to that contains the author's h-card.
Commit: 3ca04f191541090fca2303415e4cfd449e99328b
https://github.com/s9y/Serendipity/commit/3ca04f191541090fca2303415e4cfd449e99328b
Author: onli <on...@pa...>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M comment.php
Log Message:
-----------
Remove TODO for url match task
The spamblock plugin will check for it later
Commit: 1e098a70fc4e97134c75f6b912ff1f715a54db3d
https://github.com/s9y/Serendipity/commit/1e098a70fc4e97134c75f6b912ff1f715a54db3d
Author: onli <on...@pa...>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M .gitignore
A bundled-libs/.htaccess
Log Message:
-----------
Protect bundled-libs by banning PHP access
Commit: 2b33b5ed85adf35b4c4a7349d2c90db5b1756e4e
https://github.com/s9y/Serendipity/commit/2b33b5ed85adf35b4c4a7349d2c90db5b1756e4e
Author: onli <on...@pa...>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M templates/bootstrap4/index.tpl
M templates/bulletproof/index.tpl
M templates/clean-blog/index.tpl
M templates/competition/index.tpl
M templates/contest/index.tpl
M templates/default/index.tpl
M templates/next/index.tpl
M templates/skeleton/index.tpl
M templates/timeline/index.tpl
Log Message:
-----------
Add webmention link-rel to all core themes
Also adds the trackack link-rel, that was so far only in 2k11
Commit: e6485717b0a1f641a187e5a458d898caed5b3867
https://github.com/s9y/Serendipity/commit/e6485717b0a1f641a187e5a458d898caed5b3867
Author: onli <on...@pa...>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M docs/NEWS
Log Message:
-----------
document webmention
Compare: https://github.com/s9y/Serendipity/compare/f81f672d7907...e6485717b0a1
To unsubscribe from these emails, change your notification settings at https://github.com/s9y/Serendipity/settings/notifications
|