|
d828c3adde
|
All error pages was replaced by a universal error page.
|
2023-05-27 20:47:06 +04:00 |
|
|
60e71378ba
|
Let's reduce a mess by splitting APIs by distinct files.
|
2023-05-23 04:36:04 +04:00 |
|
|
062139185c
|
Instead of populating an articles table by hand, load it from articles fs.
|
2023-05-23 04:10:02 +04:00 |
|
|
18d45e5a92
|
Removed replacing of \\n with \n.
|
2023-05-23 03:27:30 +04:00 |
|
|
aac097feb8
|
Fixed mindflow API handlers. Now they are working.
|
2023-05-23 03:04:17 +04:00 |
|
|
aeead5e378
|
New, Edit, and Delete was renamed to *Post.
|
2023-05-23 02:47:29 +04:00 |
|
|
16e2ff6ebc
|
In Mindflow interface renamed all methods that work with Post into *Post().
|
2023-05-23 00:47:10 +04:00 |
|
|
714d4fdb73
|
Removed DeleteUnusedCategories(). Impl. NewCategory().
|
2023-05-23 00:20:01 +04:00 |
|
|
e573870503
|
Moved category handlers to the end.
|
2023-05-22 23:40:21 +04:00 |
|
|
3566fc8a58
|
Added endpoint to delete a category.
|
2023-05-22 23:38:50 +04:00 |
|
|
a35b1a336b
|
Check for error here is not needed.
|
2023-05-22 23:24:35 +04:00 |
|
|
51b69e87cf
|
Clean unused categories on every action with posts in mindflow.
|
2023-05-22 23:15:20 +04:00 |
|
|
4e82fbddc1
|
Added functionality to delete unused categories from a DB.
|
2023-05-22 23:05:52 +04:00 |
|
|
3b78aa64e2
|
Get categories from a DB.
|
2023-05-22 21:32:09 +04:00 |
|
|
38e5d9e4bf
|
GetAll() method was renamed to Posts().
|
2023-05-22 05:21:00 +04:00 |
|
|
ccde2d9e52
|
Implemented Edit and Delete endpoints.
|
2023-05-22 05:18:50 +04:00 |
|
|
7bab607e25
|
Gather mindflow posts in RSS.
|
2023-05-22 03:25:14 +04:00 |
|
|
1b61434623
|
Deleted no more needed code for closing of a guestbook DB inside a Handlers struct.
|
2023-05-22 03:24:03 +04:00 |
|
|
e856a4b930
|
Endpoints reorganised a little. Handlers for assets are moved out of Handlers struct as a self-sustained funcs.
|
2023-05-22 03:16:38 +04:00 |
|
|
7a9a6c06f0
|
Changes for new justguestbook structure.
|
2023-05-22 01:14:25 +04:00 |
|
|
2938f26f3a
|
Fixed misplaced if err != nil {} in mindflow page handlers.
|
2023-05-20 06:28:23 +04:00 |
|
|
cd0d627914
|
Added mindflow DB handling.
|
2023-05-19 21:54:46 +04:00 |
|
|
83720a317e
|
Create new category implemented.
|
2023-05-14 03:51:35 +04:00 |
|
|
f12ce11b7f
|
Oh, replaced SQLiteMindflow with Mindflow interface.
|
2023-05-14 03:38:17 +04:00 |
|
|
8cbd8f143f
|
New handler for Mindflow.
|
2023-05-14 03:36:39 +04:00 |
|
|
ee486aefdf
|
Added MindflowAdmin page handler and updated mindflow.Post.
|
2023-05-10 03:17:58 +04:00 |
|
|
b75e654ce7
|
Added sitemap.xml.
|
2023-05-10 00:16:39 +04:00 |
|
|
240a8c389e
|
Added message text new line filtering for reply.
|
2023-05-09 23:53:48 +04:00 |
|
|
66be82d6b2
|
Fixed Content-Type checking. Get DB as an argument.
|
2023-05-09 23:37:11 +04:00 |
|
|
6ce598d193
|
Instead of creating an instance get it as an argument.
|
2023-05-09 23:36:12 +04:00 |
|
|
a664bd9c5b
|
A separate file with API handlers created.
|
2023-05-06 23:13:31 +04:00 |
|
|
a736cc508f
|
Removed old CAPTCHA and guestbook admin handlers from Handlers struct.
|
2023-05-06 23:11:04 +04:00 |
|
|
42846b8d7a
|
gbsqlite.SQLiteDatabase -> guestbook.Guestbook.
|
2023-05-06 23:10:18 +04:00 |
|
|
78814bf806
|
Added PATCH HTTP method.
|
2023-05-06 23:09:49 +04:00 |
|
|
0aa6651fab
|
Error handlers was made into independent funcs.
|
2023-05-06 23:09:25 +04:00 |
|
|
37aa09cf2e
|
Added empty GuestbookAdminUpdateReply() method.
|
2023-03-11 23:38:34 +04:00 |
|
|
5d0d4e4034
|
Filter new lines.
|
2023-03-11 23:34:08 +04:00 |
|
|
912bea6c58
|
Replace arav.top with arav.su.
|
2023-03-11 22:45:22 +04:00 |
|
|
4efc83b09e
|
Handler for reply new and update (doesn't work yet).
|
2023-02-06 02:43:26 +04:00 |
|
|
c9de5b9e18
|
Oh, I don't need to create new entries in an admin panel.
|
2023-02-06 02:04:13 +04:00 |
|
|
790c866456
|
Guestbook Admin handlers.
|
2023-02-06 01:59:50 +04:00 |
|
|
3c47d42ba7
|
Added DELETE method to server.
|
2023-02-06 01:59:33 +04:00 |
|
|
fcdb2f3bf2
|
Fixed error message reporting.
|
2023-02-06 00:02:13 +04:00 |
|
|
4387eb95dc
|
Error handlers are almost ready.
|
2023-02-05 23:23:55 +04:00 |
|
|
bc37700d9b
|
Added CAPTCHA handlers.
|
2023-02-05 23:05:11 +04:00 |
|
|
d183c42825
|
Added guestbook POST handler for forms.
|
2023-02-05 21:50:28 +04:00 |
|
|
aa44e678b5
|
Added Guestbook handler.
|
2023-02-05 21:11:29 +04:00 |
|
|
5cd70b42bd
|
Added Guestbook DB to handlers.
|
2023-02-05 21:10:52 +04:00 |
|
|
6efb13870c
|
guestbookPageSize's type was changed to int64.
|
2023-02-05 21:09:44 +04:00 |
|
|
31efba3bfa
|
Made use of GetServiceByHost in a Stuff handler.
|
2023-02-05 06:30:39 +04:00 |
|