aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Change to allow the `version` column to have id 0 or 1, remove sql_mode ↵jakobst1n2023-09-081-8/+4
| | | | setting (#2)
* Add query which sets sql_mode for the version row to be inserted (#2)jakobst1n2023-09-081-0/+4
|
* Remove database in query, as that should be configurable (#2)jakobst1n2023-09-081-1/+1
|
* Fix deprecation warningmicwoj922023-03-211-1/+1
| | | Chrono 0.4.23 deprecated methods that have an _opt() alternative.
* :sparkles: Add many more fields that can be used, improve documentation and ↵v0.3.0Jakob Stendahl2022-02-143-140/+311
| | | | improve file structure
* :card_file_box: Make migration pattern for databaseJakob Stendahl2022-02-141-0/+61
|
* :children_crossing: Catch and deal with database connection error(s)v0.2.0Jakob Stendahl2022-02-142-11/+42
|
* :children_crossing: Improve log dataJakob Stendahl2022-02-141-2/+5
|
* :lock: Escape HTML special charactersJakob Stendahl2022-02-141-2/+6
| | | This will make all html tags not work, this _could_ be an issue for some feeds. Since we are using html2md for all content that advertises itself as html, I am going to assume it is fine for now :)
* :pencil2: One entry was omittedJakob Stendahl2022-02-141-1/+1
|
* :pencil2: Remove unnecessary error!Jakob Stendahl2022-01-241-5/+2
|
* :construction: Remove println!v0.1.0Jakob Stendahl2022-01-241-1/+0
|
* Initial commitJakob Stendahl2022-01-242-0/+376