|
d1d3a81565
|
Implemented retry logic on all transactions
|
2024-03-15 18:37:24 +01:00 |
|
|
bc2302d31f
|
Implement retry logic for UpdateAttributes
|
2024-03-15 15:18:02 +01:00 |
|
|
1b02e3fad2
|
Added logout
|
2024-03-12 20:27:39 +01:00 |
|
|
dc06a6e9aa
|
Fixed dumb routing mistake
|
2024-03-12 19:56:22 +01:00 |
|
|
63370ada01
|
Added ability to edit user info
|
2024-03-11 21:08:27 +01:00 |
|
|
5145e1cd94
|
Added ability to reject and rework article
|
2024-03-10 15:03:46 +01:00 |
|
|
28eb7e236a
|
Split up db.go into multiple files
|
2024-03-09 11:06:03 +01:00 |
|
|
4a7883f886
|
Also missed rss.go
|
2024-03-09 10:27:55 +01:00 |
|
|
b69a0688ef
|
Missed main when converting to MVC
|
2024-03-09 10:27:04 +01:00 |
|
|
0e18c7a7db
|
Changed everything to MVC
|
2024-03-09 10:25:20 +01:00 |
|
|
3ab9a8fe10
|
Converted RSS feed to be DB based
|
2024-03-09 10:12:46 +01:00 |
|
|
6dfd49a5cd
|
Reachieve basic functionality
|
2024-03-07 20:11:28 +01:00 |
|
|
5455bdb12b
|
Articles and tags are now inserted into DB correctly
|
2024-03-07 15:31:00 +01:00 |
|
|
9eaafdc712
|
Converted articles and tags to DB base
|
2024-03-06 20:53:17 +01:00 |
|
|
d127be4c93
|
Handle rollbackError with log.Fatalf()
|
2024-03-06 16:58:41 +01:00 |
|
|
34832e397f
|
Corrected transaction for ChangePassword()
|
2024-03-06 16:51:08 +01:00 |
|
|
2c0b4878f4
|
Use transaction when necessary
|
2024-03-06 15:37:59 +01:00 |
|
|
f0e078c011
|
Load *ArticleList, *Taglist and *Channel correctly
|
2024-03-06 15:37:42 +01:00 |
|
|
a8fc28af36
|
Moved main.go into cmd
|
2024-03-05 18:26:50 +01:00 |
|
|
e4f085f762
|
Added Tags to RSS feed as categories
|
2024-03-05 18:20:34 +01:00 |
|
|
6136f83dfc
|
Converted RSS package to git.streifling.com/jason/rss
|
2024-03-05 17:13:59 +01:00 |
|
|
21170c9cc2
|
A bit of cleaning up
|
2024-03-05 16:38:18 +01:00 |
|
|
6502aa7ec1
|
Added partial support for tags
|
2024-03-03 13:56:49 +01:00 |
|
|
e5bdc235b6
|
Initial sessions implementation
|
2024-03-03 09:16:49 +01:00 |
|
|
655992c8b2
|
Just a bit of cleaning up
|
2024-03-02 09:09:55 +01:00 |
|
|
aa7fcd6075
|
Created func for minimum spec for rss and article structs, thereby crushing an annoying bug that was caused by not initializing channels but waiting for messages to go through them
|
2024-03-02 00:28:42 +01:00 |
|
|
f9cc90a948
|
Changed articles and rss to channels
|
2024-03-01 21:01:38 +01:00 |
|
|
7f2433c30b
|
Implemented proper User struct
|
2024-03-01 12:25:53 +01:00 |
|
|
f34efc95dd
|
Added ability to publish articles
|
2024-03-01 11:30:31 +01:00 |
|
|
935d0a1ca4
|
Added article list for written but non-published articles
|
2024-02-27 14:10:27 +01:00 |
|
|
48d4d482b2
|
Convert title and description to plain text
|
2024-02-27 09:03:21 +01:00 |
|
|
8dae3ca21e
|
Implemented hub
|
2024-02-24 15:31:33 +01:00 |
|
|
6f02852212
|
Add ability to display feed
|
2024-02-24 14:49:29 +01:00 |
|
|
4cc2110c4b
|
Added messages and field memory for adding user
|
2024-02-24 13:25:32 +01:00 |
|
|
04cbee097c
|
Require all fields to be filled out when creating a new user
|
2024-02-24 12:10:34 +01:00 |
|
|
93423ae606
|
Implemented logging to file
|
2024-02-24 11:41:01 +01:00 |
|
|
41113b24a8
|
Check if user already exists and bug fix
|
2024-02-24 10:56:12 +01:00 |
|
|
2247f316a3
|
Added ability to add user
|
2024-02-24 10:28:12 +01:00 |
|
|
9beedf9b2b
|
Added ability to login
|
2024-02-24 09:54:25 +01:00 |
|
|
7d6f96a185
|
Check user credentials before adding user
|
2024-02-22 20:12:09 +01:00 |
|
|
8d47146a7c
|
Added ability to update Passwords
|
2024-02-22 19:27:41 +01:00 |
|
|
4853184ba1
|
Added ability to add user
|
2024-02-22 18:49:51 +01:00 |
|
|
50895249df
|
Changed error messages
|
2024-02-22 15:23:29 +01:00 |
|
|
6e91253908
|
Added HTML sanitizer
|
2024-02-22 15:22:45 +01:00 |
|
|
9bb6010319
|
Added initial support for MySQL databases
|
2024-02-18 16:37:13 +01:00 |
|
|
75a0af055c
|
Handle misssed errors for encoding and decoding feeds
|
2024-02-18 14:31:28 +01:00 |
|
|
171a0dd250
|
Added description and a way to save and restore the RSS feed.
|
2024-02-18 14:01:06 +01:00 |
|
|
372882a252
|
Create RSS from HTML
|
2024-02-18 12:41:49 +01:00 |
|
|
2d0b53a254
|
Show HTML on website
|
2024-02-18 10:48:37 +01:00 |
|
|
2447f50bac
|
First implementation of web based editor to HTML pipeline
|
2024-02-18 10:07:49 +01:00 |
|