Commit Graph

123 Commits

Author SHA1 Message Date
jason e3ce1d7b55 Simply provide RSS feed when GET request is received 2024-04-04 17:13:42 +02:00
jason 532bc6490a Added XML encoding 2024-04-04 17:09:29 +02:00
jason 84fa828b38 Provide RSS feed as file when pressing the button or typing the URL 2024-04-03 21:05:12 +02:00
jason a3c53b1b20 Changed URL patterns to be more specific 2024-04-03 20:24:54 +02:00
jason d62c5a4078 Changed visual layout for to-be-published articles 2024-04-03 18:12:28 +02:00
jason 52797760bb Also, handle first user differently under the hood 2024-04-02 19:37:53 +02:00
jason 8711ba0629 Handle first user differently from the rest 2024-04-01 19:26:18 +02:00
jason 7e7de28b14 Streamlined selection of rejected and unpublished articles 2024-04-01 15:42:51 +02:00
jason 0139f7ab9a Use ID in path rather than an invisible input when publishing, rejecting or resubmitting an article 2024-04-01 15:30:24 +02:00
jason 68b052625f Fixed bug with specifying port 2024-03-30 10:22:51 +01:00
jason 6e3c4bf647 Added ability to specify port and RSS file as command line arguments 2024-03-30 09:55:37 +01:00
jason 26988ecf6a Corrected error messages for CliArgs 2024-03-29 09:48:03 +01:00
jason 9408ce99e3 Added DBName into CliArgs 2024-03-29 09:16:41 +01:00
jason af036b4909 Added ability to upload media and parse cli arguments 2024-03-29 09:07:17 +01:00
jason e60e6114bd Generate RSS to file 2024-03-28 12:51:33 +01:00
jason 77a90cb4f1 Fixed bug not showing correct issue in RSS feed 2024-03-28 07:41:11 +01:00
jason 34e9e9edd5 Fixed bug in publishing issue 2024-03-28 07:34:36 +01:00
jason 4d1faf3d4a Add ability to update tags when resubmitting article 2024-03-28 07:29:49 +01:00
jason 78addbd8e3 Incorporated issues 2024-03-28 07:00:37 +01:00
jason f44291e278 Disabled option to do transaction from view 2024-03-28 06:58:59 +01:00
jason 4fffc1c696 Set pubDate to published time and date 2024-03-17 09:41:09 +01:00
jason ceab7281e9 Now everyone only sees their own rejected articles 2024-03-17 09:15:37 +01:00
jason 450dd79e51 Added ability to view tags when rejecting and change tags when reworking articles 2024-03-17 08:46:49 +01:00
jason c45df4bf1a Implemented retry logic on all transactions 2024-03-15 18:37:24 +01:00
jason 6d3a28a6ce Implement retry logic for UpdateAttributes 2024-03-15 15:18:02 +01:00
jason 3d3fb3c826 Added logout 2024-03-12 20:27:39 +01:00
jason f52674b179 Fixed dumb routing mistake 2024-03-12 19:56:22 +01:00
jason 697939a17a Added ability to edit user info 2024-03-11 21:08:27 +01:00
jason f10220f936 Added ability to reject and rework article 2024-03-10 15:03:46 +01:00
jason a1a6b6c29f Split up db.go into multiple files 2024-03-09 11:06:03 +01:00
jason 42596756de Also missed rss.go 2024-03-09 10:27:55 +01:00
jason 8530c76f2d Missed main when converting to MVC 2024-03-09 10:27:04 +01:00
jason c6b2a17220 Changed everything to MVC 2024-03-09 10:25:20 +01:00
jason 88e0d5086c Converted RSS feed to be DB based 2024-03-09 10:12:46 +01:00
jason fa5f189cda Reachieve basic functionality 2024-03-07 20:11:28 +01:00
jason 4d65be195b Articles and tags are now inserted into DB correctly 2024-03-07 15:31:00 +01:00
jason 582f25bec7 Converted articles and tags to DB base 2024-03-06 20:53:17 +01:00
jason 052d36b01b Handle rollbackError with log.Fatalf() 2024-03-06 16:58:41 +01:00
jason ea45da66b7 Corrected transaction for ChangePassword() 2024-03-06 16:51:08 +01:00
jason 3822a3f30e Use transaction when necessary 2024-03-06 15:37:59 +01:00
jason f1abb9d353 Load *ArticleList, *Taglist and *Channel correctly 2024-03-06 15:37:42 +01:00
jason 6baaec5b33 Moved main.go into cmd 2024-03-05 18:26:50 +01:00
jason 4aa4fff5e8 Added Tags to RSS feed as categories 2024-03-05 18:20:34 +01:00
jason a9c61c5a11 Converted RSS package to git.streifling.com/jason/rss 2024-03-05 17:13:59 +01:00
jason dd50c4f385 A bit of cleaning up 2024-03-05 16:38:18 +01:00
jason b74036343f Added partial support for tags 2024-03-03 13:56:49 +01:00
jason 45036fe286 Initial sessions implementation 2024-03-03 09:16:49 +01:00
jason 8f7ac979a3 Just a bit of cleaning up 2024-03-02 09:09:55 +01:00
jason 2da17014e4 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
jason 4e2cae74bb Changed articles and rss to channels 2024-03-01 21:01:38 +01:00