Commit graph

264 commits

Author SHA1 Message Date
Mia Rose Winter 5e2c142f5d
updated Home Page paging accessability 2024-02-21 23:03:51 +01:00
Mia Rose Winter 587b073b20
Changed Home Page to SSR (fixes #1) 2024-02-21 22:51:11 +01:00
Mia Rose Winter 4dac73c564
Implemented simple image upload in ArticleEditor
Some checks failed
Build, Tag, Push Docker Image / build (push) Has been cancelled
Create Release / Generate Release (push) Has been cancelled
2024-02-21 15:18:40 +01:00
Mia Rose Winter 06ce7e995c
Improved ArticleEditor Page performance and fixed bugs 2024-02-21 14:20:31 +01:00
Mia Rose Winter edc0a3f298
Added Images for Articles 2024-02-21 14:19:45 +01:00
Mia Rose Winter 83054d97dc
fixed article ordering in various places 2024-02-20 18:35:53 +01:00
Mia Rose Winter c226331974
Implemented extended category management 2024-02-20 15:40:53 +01:00
Mia Rose Winter d6a70d0a03
Added DefaultLanguage Customization 2024-02-20 12:24:11 +01:00
Mia Rose Winter 6329352686
Changed version on navbar to link to wave releases 2024-02-20 11:59:02 +01:00
Mia Rose Winter f5d2f70692
Implemented Versioning
Some checks failed
Build, Tag, Push Docker Image / build (push) Has been cancelled
Create Release / Generate Release (push) Has been cancelled
2024-02-20 11:35:20 +01:00
Mia Rose Winter 6718d9dab1
fixed wave not starting without redis configuration 2024-02-19 16:42:01 +01:00
Mia Rose Winter 9351a10939
Improved container scaling on 4k displays 2024-02-19 15:51:13 +01:00
Mia Rose Winter c53dd72b2a
fixed incorrect validation checking on mail configuration 2024-02-19 15:20:56 +01:00
Mia Rose Winter dcb70897ca
fixed ArticleEditor not updating Newsletter distribution dates 2024-02-19 14:36:19 +01:00
Mia Rose Winter 4355a61483
Added reply-to header to newsletter mails where author has ContactEmail set 2024-02-19 00:31:40 +01:00
Mia Rose Winter 9d528dc8f2
Added notice to UserView when profile is not public 2024-02-19 00:12:07 +01:00
Mia Rose Winter 7a9715977a
Improved UserView, now also always visible to yourself 2024-02-19 00:07:19 +01:00
Mia Rose Winter 62fec4f748
Implemented contact badges on ArticleView and UserView 2024-02-18 23:55:25 +01:00
Mia Rose Winter 342d985cc9
Implemented ContactInformationPartial for Manage Page 2024-02-18 23:04:45 +01:00
Mia Rose Winter 8d6cea2541
fixed AlertComponent missing margin 2024-02-18 23:04:30 +01:00
Mia Rose Winter 0e565ec30d
fixed ArticleEditor double-loading 2024-02-18 21:57:04 +01:00
Mia Rose Winter 55934955cc
Added contact information to user 2024-02-18 19:31:17 +01:00
Mia Rose Winter 3830717633
fixed service validation exception when no email is configured 2024-02-18 19:30:51 +01:00
Mia Rose Winter 54af1c88b6
Implemented multiple email providers 2024-02-18 15:06:31 +01:00
Mia Rose Winter b86d6968d6
Changed Background mail worker to use new email api 2024-02-18 15:06:14 +01:00
Mia Rose Winter 37ffb49ca1
Added new E-Mail Api 2024-02-18 13:06:09 +01:00
Mia Rose Winter 3b643a1421
fixed potential duplicate key value bug with Newsletter 2024-02-18 12:49:43 +01:00
4censord c5cf0b1362
Change to saving the admin promote password in redis
For initial creation of an admin account, when no account with the `admin` role
is found on startup, wave creates a password and displays it in the log.

Previously, this value was saved temporarely in a file, /app/admin.txt.
On some deployments e.g. kubernetes this caused crashes, because this location
isnt writable by the "app" user wave is running as.

Now, wave saves this value in redis instead.
2024-02-17 16:39:22 +01:00
Mia Rose Winter e51cebd5d7
Added Newsletter Page 2024-02-15 15:42:27 +01:00
Mia Rose Winter d810fbc4ac
Added mail endpoints to robots.txt 2024-02-15 14:55:25 +01:00
Mia Rose Winter f10ffe4e11
Implemented health check endpoint and docker health 2024-02-15 14:51:44 +01:00
Mia Rose Winter 52a28edf87
fixed missing css class 2024-02-14 21:31:23 +01:00
Mia Rose Winter c8dce0b024
Changed EmailEdit to use new message system 2024-02-14 21:27:43 +01:00
Mia Rose Winter 8d59c6fbeb
Fixed Toast dispatch issues, improved layout 2024-02-14 21:27:25 +01:00
Mia Rose Winter 71d2c42aa7
fixed dispatcher exception in alert component 2024-02-14 21:13:47 +01:00
Mia Rose Winter cfad069d41
Reworked message system, implemented in ManageUsers and EmailSignup 2024-02-14 20:59:42 +01:00
Mia Rose Winter 33e8d490ac
Added IMessageDisplay Interface, added implementation to ToastComponent 2024-02-14 19:41:26 +01:00
Mia Rose Winter 3bd17a4cb5
Improved Article Links 2024-02-14 15:06:16 +01:00
Mia Rose Winter a94852298d
Added automatic newsletter distribution to articles on publish 2024-02-14 14:43:26 +01:00
Mia Rose Winter 9cf97fbef7
fixed LocalDateTime conversion missing with EmailNewsletter 2024-02-14 14:43:16 +01:00
Mia Rose Winter 3692853087
Added html partial for articles in email 2024-02-14 12:51:03 +01:00
Mia Rose Winter cf51a3b4ab
Improved FileSystemServic, added methods for html partial templates 2024-02-14 12:37:27 +01:00
Mia Rose Winter fd43ead960
Added mail template for Welcome emails 2024-02-14 12:22:35 +01:00
Mia Rose Winter 52edae5470
Improved EmailTemplateService code organization 2024-02-14 11:50:52 +01:00
Mia Rose Winter 735f564a64
Implemented welcome email on signup, Improved unsubscribe mail handling 2024-02-13 23:41:14 +01:00
Mia Rose Winter 84986065bf
Improved unsubscribe 2024-02-13 23:40:41 +01:00
Mia Rose Winter 46a621cc38
Improved mail template service, added advanced emailsender 2024-02-13 21:47:24 +01:00
Mia Rose Winter 336e18d4e1
Added id-refs to article links to automatically scroll to top 2024-02-13 20:28:22 +01:00
Mia Rose Winter 56f067d4f5
Implemented customizable email templates 2024-02-13 17:26:35 +01:00
Mia Rose Winter ff3397cd90
Added signup buttons to home page depending on enabled Features 2024-02-13 15:56:57 +01:00