• Joined on 2022-11-12
jason pushed to devel at jason/cpolis 2024-03-17 09:15:42 +01:00
736673c33f Now everyone only sees their own rejected articles
jason pushed to devel at jason/cpolis 2024-03-17 08:46:53 +01:00
1a2e18359c Added ability to view tags when rejecting and change tags when reworking articles
jason pushed to devel at jason/cpolis 2024-03-15 18:37:27 +01:00
d1d3a81565 Implemented retry logic on all transactions
jason pushed to devel at jason/cpolis 2024-03-15 15:18:06 +01:00
bc2302d31f Implement retry logic for UpdateAttributes
jason pushed to devel at jason/cpolis 2024-03-12 20:27:44 +01:00
1b02e3fad2 Added logout
jason pushed to devel at jason/cpolis 2024-03-12 19:56:26 +01:00
dc06a6e9aa Fixed dumb routing mistake
jason pushed to devel at jason/cpolis 2024-03-11 21:08:30 +01:00
63370ada01 Added ability to edit user info
jason pushed to devel at jason/cpolis 2024-03-10 15:03:50 +01:00
5145e1cd94 Added ability to reject and rework article
jason pushed to devel at jason/cpolis 2024-03-09 11:06:06 +01:00
28eb7e236a Split up db.go into multiple files
jason pushed to devel at jason/cpolis 2024-03-09 10:28:38 +01:00
4a7883f886 Also missed rss.go
b69a0688ef Missed main when converting to MVC
0e18c7a7db Changed everything to MVC
3ab9a8fe10 Converted RSS feed to be DB based
6dfd49a5cd Reachieve basic functionality
Compare 7 commits »
jason pushed to article_db at jason/cpolis 2024-03-09 10:27:59 +01:00
4a7883f886 Also missed rss.go
jason pushed to article_db at jason/cpolis 2024-03-09 10:27:08 +01:00
b69a0688ef Missed main when converting to MVC
jason pushed to article_db at jason/cpolis 2024-03-09 10:25:24 +01:00
0e18c7a7db Changed everything to MVC
jason pushed to article_db at jason/cpolis 2024-03-09 10:12:51 +01:00
3ab9a8fe10 Converted RSS feed to be DB based
jason pushed to article_db at jason/cpolis 2024-03-07 20:11:34 +01:00
6dfd49a5cd Reachieve basic functionality
jason pushed to article_db at jason/cpolis 2024-03-07 15:31:08 +01:00
5455bdb12b Articles and tags are now inserted into DB correctly
jason pushed to article_db at jason/cpolis 2024-03-06 20:53:24 +01:00
9eaafdc712 Converted articles and tags to DB base
jason created branch article_db in jason/cpolis 2024-03-06 20:53:23 +01:00
jason pushed to devel at jason/cpolis 2024-03-06 16:59:53 +01:00
d127be4c93 Handle rollbackError with log.Fatalf()
jason pushed to devel at jason/cpolis 2024-03-06 16:51:12 +01:00
34832e397f Corrected transaction for ChangePassword()