about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Get rid of legacy code, fix mistakes in fluff text and commentsVika2022-03-234-417/+6
* Port onboardingVika2022-03-074-9/+88
* FileStorage: add lints to catch panicking inside locked code sectionsVika2022-03-071-149/+168
* Restored most of the functionality (except onboarding and some queries)Vika2022-03-067-230/+687
* micropub: parse mp-channel as channelVika2022-03-031-2/+72
* frontend: convert to warpVika2022-03-023-292/+208
* metrics: new metrics collection using warp-prometheusVika2022-03-021-70/+6
* database: code cleanupVika2022-03-022-26/+58
* Use the media endpoint stubsVika2022-02-211-2/+1
* Added stubs for Micropub posts and the media endpointVika2022-02-211-1/+83
* Small tweaks, additions and preparationsVika2022-02-212-25/+26
* micropub: flesh out queryVika2022-02-211-47/+180
* Make the HTTP client a genericVika2022-02-211-7/+5
* indieauth/require_token(): reject with 401 when no headerVika2022-02-211-2/+34
* database/memory: restore, it is useful in test scenariosVika2022-02-212-0/+198
* database: code cleanupVika2022-02-212-48/+29
* database/file: use Authority instead of origin for directoriesVika2022-02-211-4/+4
* Add a module for IndieAuth bearer token authVika2022-02-212-207/+249
* WIP: convert to Tokio and WarpVika2022-02-156-212/+416
* FileBackend: introduce timeouts on operationsVika2021-12-311-34/+51
* FileBackend: don't transfer locks over async boundariesVika2021-12-311-169/+188
* Display pretty links in case there is more than one URL in a postVika2021-12-072-6/+22
* Migrate to Rust 2021Vika2021-12-072-24/+24
* Add protected locations that are visible only to logged-in usersVika2021-12-071-1/+3
* Small fixes for code block and vcard avatar CSSVika2021-12-071-0/+8
* Add indicators on private postsVika2021-12-071-0/+5
* Make rustfmt and clippy happyVika2021-12-069-119/+184
* Added support for IndieAuth client sign inVika2021-12-067-17/+387
* Debug JSON renderer for postsVika2021-12-051-0/+12
* Code cleanup and small bugfixing in templatesVika2021-12-0510-141/+252
* Added author mini-cards on h-entriesVika2021-12-053-41/+100
* frontend: Added listing feeds to the header barVika2021-12-055-16/+23
* Make the default feeds' UIDs pretty!Vika2021-12-051-5/+5
* Finally finish the migration toolVika2021-12-021-19/+25
* Get rid of the unsafe codeVika2021-12-021-7/+4
* Deprecated Redis backend and added a database migration tool (untested, beware)Vika2021-10-277-44/+139
* Modified the module to use BACKEND_URIVika2021-09-282-1/+14
* Code cleanup and Cargo.lock updatesVika2021-09-272-4/+6
* Fix a bug in the error middlewareVika2021-09-273-2/+5
* Implemented support for channelsVika2021-09-273-65/+172
* Implemented FileStorage::delete_postVika2021-09-271-1/+4
* Finally figured out how to read without a BufReaderVika2021-09-271-14/+6
* Improved symlink creationVika2021-09-271-5/+78
* Implemented FileStorage::get_setting and FileStorage::set_settingVika2021-09-271-2/+53
* Moved integration tests and allowed the binary to use file backendVika2021-09-263-19/+87
* Added file updates and fixed a bug with truncated JSON filesVika2021-09-262-3/+154
* Added a WIP file backendVika2021-08-152-30/+210
* Improved Redis module code qualityVika2021-08-151-13/+10
* Added Prometheus instrumentationVika2021-08-062-0/+73
* Added a default food channel for foodstuffsVika2021-08-061-12/+35