about summary refs log tree commit diff
path: root/src/database/file/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Deprecated Redis backend and added a database migration tool (untested, beware)Vika2021-10-271-1/+1
* Modified the module to use BACKEND_URIVika2021-09-281-0/+2
* Code cleanup and Cargo.lock updatesVika2021-09-271-2/+3
* Fix a bug in the error middlewareVika2021-09-271-0/+1
* Implemented support for channelsVika2021-09-271-3/+114
* 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
* Added file updates and fixed a bug with truncated JSON filesVika2021-09-261-3/+100
* Added a WIP file backendVika2021-08-151-0/+173