| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make rustfmt and clippy happy | Vika | 2021-12-06 | 9 | -119/+184 |
* | Added support for IndieAuth client sign in | Vika | 2021-12-06 | 10 | -167/+554 |
* | Added stuff to gitignore | Vika | 2021-12-05 | 1 | -1/+3 |
* | Debug JSON renderer for posts | Vika | 2021-12-05 | 1 | -0/+12 |
* | Code cleanup and small bugfixing in templates | Vika | 2021-12-05 | 11 | -142/+253 |
* | Added author mini-cards on h-entries | Vika | 2021-12-05 | 3 | -41/+100 |
* | frontend: Added listing feeds to the header bar | Vika | 2021-12-05 | 5 | -16/+23 |
* | Make the default feeds' UIDs pretty! | Vika | 2021-12-05 | 1 | -5/+5 |
* | Added rust-analyzer to the dev environment | Vika | 2021-12-05 | 1 | -3/+2 |
* | Finally finish the migration tool | Vika | 2021-12-02 | 1 | -19/+25 |
* | Get rid of the unsafe code | Vika | 2021-12-02 | 1 | -7/+4 |
* | flake.lock: Update | Vika | 2021-11-24 | 1 | -9/+9 |
* | Deprecated Redis backend and added a database migration tool (untested, beware) | Vika | 2021-10-27 | 9 | -90/+152 |
* | Modified the module to use BACKEND_URI | Vika | 2021-09-28 | 4 | -35/+75 |
* | Added a .gitignore file | Vika | 2021-09-27 | 1 | -0/+2 |
* | Code cleanup and Cargo.lock updates | Vika | 2021-09-27 | 3 | -169/+209 |
* | Fix a bug in the error middleware | Vika | 2021-09-27 | 3 | -2/+5 |
* | Implemented support for channels | Vika | 2021-09-27 | 3 | -65/+172 |
* | Implemented FileStorage::delete_post | Vika | 2021-09-27 | 1 | -1/+4 |
* | Finally figured out how to read without a BufReader | Vika | 2021-09-27 | 1 | -14/+6 |
* | Improved symlink creation | Vika | 2021-09-27 | 1 | -5/+78 |
* | Implemented FileStorage::get_setting and FileStorage::set_setting | Vika | 2021-09-27 | 3 | -2/+60 |
* | Moved integration tests and allowed the binary to use file backend | Vika | 2021-09-26 | 4 | -21/+93 |
* | Added file updates and fixed a bug with truncated JSON files | Vika | 2021-09-26 | 2 | -3/+154 |
* | Added a WIP file backend | Vika | 2021-08-15 | 4 | -84/+399 |
* | Improved Redis module code quality | Vika | 2021-08-15 | 1 | -13/+10 |
* | Revert "Moved mobc to a custom repo" | Vika | 2021-08-10 | 2 | -19/+4 |
* | Update flake.lock | Vika | 2021-08-10 | 1 | -6/+19 |
* | Added Prometheus instrumentation | Vika | 2021-08-06 | 4 | -1/+213 |
* | Moved mobc to a custom repo | Vika | 2021-08-06 | 2 | -4/+19 |
* | Added a default food channel for foodstuffs | Vika | 2021-08-06 | 1 | -12/+35 |
* | Log sent webmentions | Vika | 2021-08-06 | 1 | -0/+1 |
* | Refactored the onboarding template into its own file | Vika | 2021-08-06 | 2 | -193/+198 |
* | Shortened a connection timeout and installed a lifetime limit for connection | Vika | 2021-08-06 | 1 | -1/+4 |
* | Added RUST_LOG variable to NixOS module | Vika | 2021-08-06 | 1 | -0/+1 |
* | Trying to mitigate and log more about the HTTP 500s | Vika | 2021-08-05 | 1 | -10/+12 |
* | Add LICENSE
| Vika | 2021-08-04 | 1 | -0/+661 |
* | Nulls are VERY evil | Vika | 2021-08-04 | 1 | -0/+3 |
* | Turns out nulls are evil | Vika | 2021-08-04 | 1 | -3/+5 |
* | Fixed lack of default for internalTokenFile | Vika | 2021-08-04 | 1 | -0/+1 |
* | Added some options to the module, they don't work yet tho | Vika | 2021-08-04 | 1 | -0/+31 |
* | Fixed a VERY WRONG way to handle stream errors | Vika | 2021-08-04 | 2 | -31/+25 |
* | Moved templates into their own module | Vika | 2021-08-03 | 2 | -586/+585 |
* | Appease rustfmt, clippy and cargo check | Vika | 2021-07-29 | 10 | -105/+198 |
* | Updated gitignore | Vika | 2021-07-28 | 1 | -0/+1 |
* | Respect Link: headers when sending webmentions | Vika | 2021-07-28 | 1 | -4/+32 |
* | Added CORS middleware | Vika | 2021-07-27 | 2 | -0/+23 |
* | Added an internal token mechanism | Vika Shleina | 2021-07-27 | 4 | -1/+30 |
* | Fixed security hole where other people could delete YOUR posts. Yes, yours. Y... | Vika Shleina | 2021-07-21 | 2 | -0/+67 |
* | Don't show internal links on h-cards | Vika Shleina | 2021-07-19 | 1 | -1/+1 |