[#1904] simplified default mail template styles

This commit is contained in:
Gani Georgiev
2023-03-16 22:32:49 +02:00
parent 4d16d0e16e
commit 361cfb56b7
2 changed files with 27 additions and 48 deletions
+8 -3
View File
@@ -8,14 +8,19 @@
When changing **from single to multiple** all already inserted single values are converted to an array.
When changing **from multiple to single** only the last item of the already inserted array items is kept.
- Changed the cost/round factor of the auth records bcrypt hash generation from 13 to 12 since several users complained about the slow authWithPassword responses on lower spec hardware.
_The change will affect only new users. Depending on the demand, we may make it configurable from the auth options._
- Changed the cost/round factor of bcrypt hash generation from 13 to 12 since several users complained about the slow authWithPassword responses on lower spec hardware.
_The change will affect only new users. Depending on the demand, we might make it configurable from the auth options._
- Simplified the default mail template styles to allow more control over the template layout ([#1904](https://github.com/pocketbase/pocketbase/issues/1904)).
- **!** Registered the `RemoveTrailingSlash` middleware only for the `/api/*` routes since it is causing issues with subpath file serving endpoints ([#2072](https://github.com/pocketbase/pocketbase/issues/2072)).
- **!** Changed the request logs `method` value to UPPERCASE, eg. "get" => "GET" ([#1956](https://github.com/pocketbase/pocketbase/discussions/1956)).
## v0.13.4
- Removed eager unique collection name check to allow lazy evaluation during bulk import.
- Removed eager unique collection name check to support lazy validation during bulk import.
## v0.13.3