• Joined on 2022-11-12
jason released Version 0.7.2 at jason/cpolis 2024-08-31 01:01:46 +02:00
jason pushed to main at jason/cpolis 2024-08-31 01:01:07 +02:00
c3c0650210 Merge branch 'devel'
bc58b1be44 Fixed small bug in ServeArticle where it was looking at the link to read the file
ab6b9b9a4f Add port to url of UploadArticleImage()
91ef195a56 Check if article has been published before adding it to RSS feed
Compare 4 commits »
jason pushed to devel at jason/cpolis 2024-08-31 01:00:44 +02:00
bc58b1be44 Fixed small bug in ServeArticle where it was looking at the link to read the file
jason pushed to devel at jason/cpolis 2024-08-31 00:52:14 +02:00
ab6b9b9a4f Add port to url of UploadArticleImage()
jason pushed to devel at jason/cpolis 2024-08-31 00:49:39 +02:00
91ef195a56 Check if article has been published before adding it to RSS feed
jason pushed tag v0.7.1 to jason/cpolis 2024-08-31 00:37:51 +02:00
jason released Version 0.7.1 at jason/cpolis 2024-08-31 00:37:51 +02:00
jason pushed to main at jason/cpolis 2024-08-31 00:36:56 +02:00
d077f700d8 Merge branch 'devel'
e4589f3b84 Remove unnecessary mv from update.sh
cd67fe6df3 Delete unnecessary http:// from articles.go and issues.go
Compare 3 commits »
jason pushed to devel at jason/cpolis 2024-08-31 00:35:11 +02:00
e4589f3b84 Remove unnecessary mv from update.sh
jason pushed to devel at jason/cpolis 2024-08-31 00:22:37 +02:00
cd67fe6df3 Delete unnecessary http:// from articles.go and issues.go
jason pushed tag v0.7.0 to jason/cpolis 2024-08-30 23:46:23 +02:00
jason released Version 0.7.0 at jason/cpolis 2024-08-30 23:46:23 +02:00
jason pushed to main at jason/cpolis 2024-08-30 23:43:19 +02:00
ec752b1c66 Merge branch 'devel'
4663cedec5 Store article content outside of DB and convert and serve on request from respective file
3f1b18c29f Instead of having entire articles in the RSS feed, items now contain just a link
4a11e1a497 Add warning text to index.html
a33e7f9896 Move images.go from frontend to calls
Compare 10 commits »
jason pushed to devel at jason/cpolis 2024-08-30 23:43:06 +02:00
4663cedec5 Store article content outside of DB and convert and serve on request from respective file
jason pushed tag v0.1.3 to jason/rss 2024-08-30 22:26:23 +02:00
jason released Version 0.1.3 at jason/rss 2024-08-30 22:26:23 +02:00
jason pushed to main at jason/rss 2024-08-30 22:25:23 +02:00
1db1fcb9c8 Get rid of non-standard Content
jason pushed to devel at jason/cpolis 2024-08-30 21:20:37 +02:00
3f1b18c29f Instead of having entire articles in the RSS feed, items now contain just a link
4a11e1a497 Add warning text to index.html
Compare 2 commits »
jason pushed to devel at jason/cpolis 2024-08-30 16:06:23 +02:00
a33e7f9896 Move images.go from frontend to calls
jason pushed to devel at jason/cpolis 2024-08-30 15:58:14 +02:00
2b2ab0d428 small bug fixes