Jason Streifling jason
  • Joined on 2022-11-12
jason pushed to new_rss at jason/cpolis 2024-03-05 16:04:55 +01:00
ff96d6e563 Try out different rss package
jason pushed to main at jason/rss 2024-03-05 15:54:03 +01:00
7d49b2cb25 Fixes for New() methods
jason pushed to main at jason/rss 2024-03-05 15:46:54 +01:00
88b3d7e159 Add saving and loading
jason pushed to main at jason/rss 2024-03-05 15:00:14 +01:00
a59d3f1128 First implementation of channels for safe access
jason pushed to devel at jason/cpolis 2024-03-03 13:56:54 +01:00
6502aa7ec1 Added partial support for tags
jason pushed to devel at jason/cpolis 2024-03-03 09:17:57 +01:00
e5bdc235b6 Initial sessions implementation
jason created branch sessions in jason/cpolis 2024-03-03 09:17:18 +01:00
jason pushed to sessions at jason/cpolis 2024-03-03 09:17:18 +01:00
e5bdc235b6 Initial sessions implementation
jason pushed to devel at jason/cpolis 2024-03-02 09:09:59 +01:00
655992c8b2 Just a bit of cleaning up
jason pushed to devel at jason/cpolis 2024-03-02 00:28:45 +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
jason pushed to devel at jason/cpolis 2024-03-01 21:01:43 +01:00
f9cc90a948 Changed articles and rss to channels
jason pushed to devel at jason/cpolis 2024-03-01 12:25:59 +01:00
7f2433c30b Implemented proper User struct
jason pushed to devel at jason/cpolis 2024-03-01 11:30:41 +01:00
f34efc95dd Added ability to publish articles
jason pushed to devel at jason/cpolis 2024-02-27 14:10:31 +01:00
935d0a1ca4 Added article list for written but non-published articles
jason pushed to devel at jason/cpolis 2024-02-27 09:03:25 +01:00
48d4d482b2 Convert title and description to plain text
jason pushed to devel at jason/cpolis 2024-02-24 15:31:36 +01:00
8dae3ca21e Implemented hub
jason pushed to devel at jason/cpolis 2024-02-24 14:49:32 +01:00
6f02852212 Add ability to display feed
jason pushed to devel at jason/cpolis 2024-02-24 13:25:36 +01:00
4cc2110c4b Added messages and field memory for adding user
jason pushed to devel at jason/cpolis 2024-02-24 12:10:38 +01:00
04cbee097c Require all fields to be filled out when creating a new user
93423ae606 Implemented logging to file
Compare 2 commits »
jason pushed to devel at jason/cpolis 2024-02-24 10:56:15 +01:00
41113b24a8 Check if user already exists and bug fix