summary refs log tree commit diff
path: root/src/micropub.rs
Commit message (Collapse)AuthorAgeFilesLines
* Token revocation on sign outVika32 hours1-2/+3
| | | | | | It just makes sense, right? Warning, untested, because I don't want to burn my tokens.
* Small tweaks for compatibility with Kittybox's inconsistent implementationVika2024-12-031-2/+14
| | | | | | I need to fix that, but that'll take a small refactor of Kittybox. I want things to work and be liberal in what I accept, so I put in some shortcuts.
* Use a provided SoupSession for MicropubVika2024-08-251-7/+5
|
* Send posts made in the post composerVika2024-08-201-0/+81