|
b3f31f398d
|
Check for errors when executing templates
|
2024-10-04 10:21:56 +02:00 |
|
|
cf4d4f151a
|
No session existing is not an error; fixed
|
2024-10-04 10:12:35 +02:00 |
|
|
202d04f323
|
Directly create the files []string in the correct size for HomePage
|
2024-10-04 10:11:43 +02:00 |
|
|
b2a701c87a
|
Automatically resize images and save them as webp
|
2024-10-03 14:10:45 +02:00 |
|
|
1368593c75
|
Move file handling to backend/files.go
|
2024-09-28 13:55:25 +02:00 |
|
|
e4bef7006c
|
Abstract sessions.Session with b.session
|
2024-09-28 13:44:25 +02:00 |
|
|
afa1b65563
|
Moved getSession to frontend/sessions.go
|
2024-09-28 13:22:53 +02:00 |
|
|
4d944ef65a
|
Delete unused SaveArticle()
|
2024-09-28 13:12:46 +02:00 |
|
|
4bd255a7c4
|
Strictly require title for issue
|
2024-09-28 12:34:41 +02:00 |
|
|
065ffcdc30
|
Allow articles to be edited
|
2024-09-28 12:17:03 +02:00 |
|
|
38ef7b80d5
|
Cleanup
|
2024-09-13 05:12:57 +02:00 |
|
|
c183043dac
|
Fix bug with wrong port
|
2024-09-11 18:14:54 +02:00 |
|
|
ff0e229f03
|
Downgrade go version and dependencies to hopefully fix bug on debian machines
|
2024-09-11 05:23:58 +02:00 |
|
|
8ef6ff729e
|
Optimized Article struct size
|
2024-09-10 20:08:13 +02:00 |
|
|
e4624b8705
|
A bit of code cleanup
|
2024-09-10 19:59:56 +02:00 |
|
|
013cddc157
|
Streamline config and make config file variable
|
2024-09-08 13:35:30 +02:00 |
|
|
0a387c1087
|
Remove unnecessery fmt.Println that was used for debugging
|
2024-09-01 21:13:52 +02:00 |
|
|
18617f1dbc
|
Give autogenerated articles tags as well
|
2024-09-01 18:48:18 +02:00 |
|
|
79ee20a50e
|
Allow articles to be independent of an issue and allow a title for an issue
|
2024-09-01 18:18:07 +02:00 |
|
|
e05521591b
|
Add route for PDF uploads
|
2024-09-01 18:16:26 +02:00 |
|
|
0c9a79e24a
|
Allow for PDF uploads from hub
|
2024-09-01 18:16:09 +02:00 |
|
|
da0d65d40b
|
Fixed bug where no RSS feed is being generated
|
2024-09-01 12:27:30 +02:00 |
|
|
a2d219b2c0
|
Don't show autogenerated articles in list for deletion
|
2024-08-31 12:17:30 +02:00 |
|
|
b02a882ed7
|
Fixed small bug that used article.Link instead of correct path for article deletion
|
2024-08-31 11:27:03 +02:00 |
|
|
edb448413b
|
Remove deleted article file when deleting article
|
2024-08-31 01:42:37 +02:00 |
|
|
222b791e90
|
Delete Ports from article links in articles.go and issues.go
|
2024-08-31 01:35:39 +02:00 |
|
|
bc58b1be44
|
Fixed small bug in ServeArticle where it was looking at the link to read the file
|
2024-08-31 01:00:39 +02:00 |
|
|
ab6b9b9a4f
|
Add port to url of UploadArticleImage()
|
2024-08-31 00:52:10 +02:00 |
|
|
91ef195a56
|
Check if article has been published before adding it to RSS feed
|
2024-08-31 00:49:35 +02:00 |
|
|
cd67fe6df3
|
Delete unnecessary http:// from articles.go and issues.go
|
2024-08-31 00:22:32 +02:00 |
|
|
4663cedec5
|
Store article content outside of DB and convert and serve on request from respective file
|
2024-08-30 23:43:01 +02:00 |
|
|
3f1b18c29f
|
Instead of having entire articles in the RSS feed, items now contain just a link
|
2024-08-30 21:20:29 +02:00 |
|
|
a33e7f9896
|
Move images.go from frontend to calls
|
2024-08-30 16:06:19 +02:00 |
|
|
2b2ab0d428
|
small bug fixes
|
2024-08-30 15:58:09 +02:00 |
|
|
cddd88d2f6
|
restructure routes
|
2024-08-30 15:42:53 +02:00 |
|
|
be467521d9
|
Only provide link in item instead of the entire article via content
|
2024-08-30 15:17:14 +02:00 |
|
|
714cdd9aaf
|
Also delete article from RSS feed
|
2024-08-25 10:51:09 +02:00 |
|
|
5474b17ce5
|
Added ability to delete articles
|
2024-08-25 06:35:15 +02:00 |
|
|
a318a265d4
|
Cleanup
|
2024-08-25 06:34:13 +02:00 |
|
|
365d5a68a1
|
Added config for Firebase key
|
2024-08-23 21:45:10 +02:00 |
|
|
77e8edbe16
|
Relocated ShowHub from articles.go to sessions.go because it has even less to do with articles than with sessions
|
2024-08-18 11:46:23 +02:00 |
|
|
8115c50974
|
Fixed a bug that let users get around verification.
|
2024-08-18 11:40:03 +02:00 |
|
|
cd27349d04
|
Created package "calls" and verification for frontend and calls
|
2024-08-18 11:20:06 +02:00 |
|
|
5b41892dff
|
Renamed frontend/firebase.go to frontend/pdf.go
|
2024-08-17 21:00:00 +02:00 |
|
|
c7add76a12
|
Deleted ServePDFs() and added ServePDF()
|
2024-08-17 20:56:45 +02:00 |
|
|
f4ae2f9c04
|
Added rout for pdf list
|
2024-08-17 20:41:39 +02:00 |
|
|
0c87d91df1
|
Small error correction
|
2024-08-17 20:18:53 +02:00 |
|
|
472f00a107
|
Extracted verification logic for frontend into seperate function tokenIsVerified() and created ServePDFListe()
|
2024-08-17 20:15:35 +02:00 |
|
|
bebfe994ae
|
First implementation of firebase auth
|
2024-08-17 18:21:56 +02:00 |
|
|
46bfd23b2a
|
A bit of testing with firebase
|
2024-08-09 17:07:27 +02:00 |
|