Wave/Wave
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
..
Assets Added Wave Brand Assets 2024-01-11 14:03:27 +01:00
Components Change to saving the admin promote password in redis 2024-02-17 16:39:22 +01:00
Controllers Improved image endpoints, added size to ImageController 2024-02-09 12:01:01 +01:00
Data fixed LocalDateTime conversion missing with EmailNewsletter 2024-02-14 14:43:16 +01:00
Properties Added Dockerfile 2024-01-11 15:04:32 +01:00
Resources/Components Added Newsletter Page 2024-02-15 15:42:27 +01:00
Services Reworked message system, implemented in ManageUsers and EmailSignup 2024-02-14 20:59:42 +01:00
Utilities Reworked message system, implemented in ManageUsers and EmailSignup 2024-02-14 20:59:42 +01:00
wwwroot Added Newsletter Page 2024-02-15 15:42:27 +01:00
appsettings.Development.json Improved logging for production 2024-02-07 12:04:31 +01:00
appsettings.json Improved logging for production 2024-02-07 12:04:31 +01:00
Dockerfile Implemented health check endpoint and docker health 2024-02-15 14:51:44 +01:00
package-lock.json Improved ArticleView 2024-01-15 21:43:27 +01:00
package.json Improved ArticleView 2024-01-15 21:43:27 +01:00
postcss.config.js Added PostCSS, TailwindCSS, DaisyUI, main.css 2024-01-11 14:31:05 +01:00
Program.cs Change to saving the admin promote password in redis 2024-02-17 16:39:22 +01:00
tailwind.config.js improved youtube embeds 2024-02-03 21:17:47 +01:00
Wave.csproj Draft: Email distribution system 2024-02-08 00:50:24 +01:00