index
:
kittybox
this commit
main
nix-cross
An IndieWeb-centric blogging engine designed for self-hosting
Vika
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
micropub
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port onboarding
Vika
2022-03-07
1
-3
/
+15
*
Restored most of the functionality (except onboarding and some queries)
Vika
2022-03-06
2
-163
/
+580
*
micropub: parse mp-channel as channel
Vika
2022-03-03
1
-2
/
+72
*
Added stubs for Micropub posts and the media endpoint
Vika
2022-02-21
1
-1
/
+83
*
micropub: flesh out query
Vika
2022-02-21
1
-47
/
+180
*
WIP: convert to Tokio and Warp
Vika
2022-02-15
1
-29
/
+99
*
Make rustfmt and clippy happy
Vika
2021-12-06
2
-9
/
+10
*
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
*
frontend: Added listing feeds to the header bar
Vika
2021-12-05
1
-2
/
+2
*
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
2
-54
/
+72
*
Respect Link: headers when sending webmentions
Vika
2021-07-28
1
-4
/
+32
*
Added CORS middleware
Vika
2021-07-27
1
-0
/
+21
*
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
2
-10
/
+10
*
Make clippy happy
Vika
2021-05-17
1
-6
/
+6
*
Make rustfmt happy
Vika
2021-05-17
3
-204
/
+439
*
Refactoring, easter egg, healthcheck endpoint, support for rel= indieweb APIs...
Vika
2021-05-17
2
-6
/
+8
*
More descriptive error handling and more descriptive TODOs
Vika
2021-05-09
2
-9
/
+15
*
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
2
-15
/
+6
*
Refactored the database module and its tests
Vika
2021-05-04
1
-1
/
+0
*
Initial commit
Vika
2021-05-04
3
-0
/
+524