Jason Streifling jason
  • Joined on 2022-11-12
jason pushed to master at jason/db-trocken-innenausbau.de 2024-10-05 14:08:03 +02:00
518dacd5ef Fehler in der Farbgebung behoben
jason pushed to master at jason/db-trocken-innenausbau.de 2024-10-05 13:47:29 +02:00
0c127ec4b0 Liste der zu ignorierenden Dateien und Ordner für rsync hinzugefügt
jason pushed to devel at jason/cpolis 2024-10-04 16:46:32 +02:00
750184b8ef Correct http code for uploaded file
jason pushed to devel at jason/cpolis 2024-10-04 16:37:23 +02:00
f28c204c52 Only use fmt.Sprint() when necessary
70d403d7d7 Create WriteFile() so backend handles files
Compare 2 commits »
jason released Version 0.12.0 at jason/cpolis 2024-10-04 16:09:57 +02:00
jason pushed tag v0.12.0 to jason/cpolis 2024-10-04 16:09:57 +02:00
jason pushed to main at jason/cpolis 2024-10-04 16:07:03 +02:00
b36e0ea503 Merge branch 'devel'
863581f590 Show error messages in UI if something goes wrong
aec829ad85 Fixed a bug that returned the wrong filename for an uploaded image
298ea458ca Fixed login bug
533053aef0 Fixed a bug that prevented {{.Action}} from being acessible in editor.html
Compare 11 commits »
jason pushed to devel at jason/cpolis 2024-10-04 16:06:38 +02:00
863581f590 Show error messages in UI if something goes wrong
aec829ad85 Fixed a bug that returned the wrong filename for an uploaded image
298ea458ca Fixed login bug
533053aef0 Fixed a bug that prevented {{.Action}} from being acessible in editor.html
Compare 4 commits »
jason pushed to devel at jason/cpolis 2024-10-04 10:35:36 +02:00
c00645432b Correctly handle errors from getSession
jason pushed to devel at jason/cpolis 2024-10-04 10:23:05 +02:00
91d53a0f2a Get rid of unnecessary dependencies
jason pushed to devel at jason/cpolis 2024-10-04 10:22:05 +02:00
b3f31f398d Check for errors when executing templates
cf4d4f151a No session existing is not an error; fixed
202d04f323 Directly create the files []string in the correct size for HomePage
Compare 3 commits »
jason pushed to devel at jason/cpolis 2024-10-03 14:10:51 +02:00
b2a701c87a Automatically resize images and save them as webp
jason released Version 0.11.1 at jason/cpolis 2024-09-28 14:00:22 +02:00
jason pushed tag v0.11.1 to jason/cpolis 2024-09-28 14:00:21 +02:00
jason pushed to main at jason/cpolis 2024-09-28 13:59:43 +02:00
bc4d8fa37e Merge branch 'devel'
1368593c75 Move file handling to backend/files.go
e4bef7006c Abstract sessions.Session with b.session
afa1b65563 Moved getSession to frontend/sessions.go
a9bef63174 Change version number
Compare 6 commits »
jason pushed to devel at jason/cpolis 2024-09-28 13:55:30 +02:00
1368593c75 Move file handling to backend/files.go
jason pushed to devel at jason/cpolis 2024-09-28 13:44:31 +02:00
e4bef7006c Abstract sessions.Session with b.session
jason pushed to devel at jason/cpolis 2024-09-28 13:22:59 +02:00
afa1b65563 Moved getSession to frontend/sessions.go
jason pushed to devel at jason/cpolis 2024-09-28 13:15:06 +02:00
a9bef63174 Change version number
jason pushed to devel at jason/cpolis 2024-09-28 13:12:51 +02:00
4d944ef65a Delete unused SaveArticle()