1
0
Commit Graph

15 Commits

Author SHA1 Message Date
85a3a9692e
A big revamp for mindflow and RSS. First of all, now RSS is 100% valid and has actual links instead of just a link to a post in a mindflow. Also, on mindflow page each post that has a URL field set has it displayed as Link: ... . 2023-09-25 00:23:06 +04:00
ca51617f0e
There is no need in DeleteUnusedCategories() so let's get rid of it. 2023-05-23 04:29:06 +04:00
73f98c78de
Also delete SQL query file for categoryByID. 2023-05-23 00:50:54 +04:00
0e28f8a16b
Impl. category editing. 2023-05-23 00:22:12 +04:00
4e82fbddc1
Added functionality to delete unused categories from a DB. 2023-05-22 23:05:52 +04:00
089ef27cef
Added delete category query. 2023-05-22 21:39:38 +04:00
5095c7649d
Implemented getting all categories. 2023-05-22 05:21:53 +04:00
e51ceb7388
Removed call of UNIXEPOCH(). Now it works without it. 2023-05-22 04:02:17 +04:00
76830d4468
Added OR IGNORE to an INSERT statement in schema. 2023-05-20 06:27:45 +04:00
97b4887bc2
Fixed GetAll query. 2023-05-20 06:26:52 +04:00
bf0787d8b6
Fixed typos in mindflow's SQL schema. 2023-05-19 21:53:44 +04:00
8fd83a664c
Added delete post query. 2023-05-14 03:34:43 +04:00
f66a14f306
Edit a category's ID as well. 2023-05-14 03:34:30 +04:00
9248950255
Return category's ID as well. 2023-05-14 03:34:14 +04:00
1bf5dfba6a
Added a to be completed Mindflow SQLite3 DB and queries. 2023-05-10 03:21:29 +04:00