| Commit message (Expand) | Author | Age | Files | Lines |
* | Restored most of the functionality (except onboarding and some queries) | Vika | 2022-03-06 | 1 | -96/+30 |
* | micropub: parse mp-channel as channel | Vika | 2022-03-03 | 1 | -2/+72 |
* | Make rustfmt and clippy happy | Vika | 2021-12-06 | 1 | -7/+8 |
* | Added support for IndieAuth client sign in | Vika | 2021-12-06 | 1 | -1/+1 |
* | Code cleanup and small bugfixing in templates | Vika | 2021-12-05 | 1 | -12/+8 |
* | Make the default feeds' UIDs pretty! | Vika | 2021-12-05 | 1 | -5/+5 |
* | Added a default food channel for foodstuffs | Vika | 2021-08-06 | 1 | -12/+35 |
* | Log sent webmentions | Vika | 2021-08-06 | 1 | -0/+1 |
* | Appease rustfmt, clippy and cargo check | Vika | 2021-07-29 | 1 | -51/+65 |
* | Respect Link: headers when sending webmentions | Vika | 2021-07-28 | 1 | -4/+32 |
* | Fixed security hole where other people could delete YOUR posts. Yes, yours. Y... | Vika Shleina | 2021-07-21 | 1 | -0/+25 |
* | Relaxed anti-takeover URL check to simply not place redirects at foreign URLs | Vika Shleina | 2021-07-19 | 1 | -8/+3 |
* | make clippy happy | Vika Shleina | 2021-07-19 | 1 | -5/+5 |
* | Make clippy happy | Vika | 2021-05-17 | 1 | -6/+6 |
* | Make rustfmt happy | Vika | 2021-05-17 | 1 | -196/+428 |
* | Refactoring, easter egg, healthcheck endpoint, support for rel= indieweb APIs... | Vika | 2021-05-17 | 1 | -3/+4 |
* | More descriptive error handling and more descriptive TODOs | Vika | 2021-05-09 | 1 | -9/+13 |
* | Added support for more default feeds, added a feed for vCards | Vika | 2021-05-09 | 1 | -15/+42 |
* | Fixed parsing the reply context for webmentions if there is no webmention end... | Vika | 2021-05-09 | 1 | -1/+19 |
* | Add a note about a possible optimization once the MF2 parser is ready | Vika | 2021-05-06 | 1 | -0/+3 |
* | Deduplicated the fetched posts to save on bandwidth and time | Vika | 2021-05-06 | 1 | -2/+8 |
* | Turns out assert!() can have a second argument with a panic reason. Cool! | Vika | 2021-05-06 | 1 | -19/+16 |
* | Added post-processing of new posts | Vika | 2021-05-06 | 1 | -6/+143 |
* | Clippy lints | Vika | 2021-05-04 | 1 | -8/+8 |
* | Made StorageErrors directly convertible into Micropub JSON responses | Vika | 2021-05-04 | 1 | -3/+3 |
* | Refactored the database module and its tests | Vika | 2021-05-04 | 1 | -1/+0 |
* | Initial commit | Vika | 2021-05-04 | 1 | -0/+433 |