Leni Kadali
Leni Kadali
## 📋 Summary Unable to seed the Pie for Providers database when setting up the development environment. Here's the traceback I see in the console: ```bash rake aborted! ActiveRecord::StatementInvalid: PG::UndefinedColumn:...
# Pull Request Template ## Description Added base ActionMailbox configuration for Postal as per [this article](https://lcx.wien/blog/rails-actionmailbox-with-postal/) This allows users to self-host their own Postal server for handling email. Fixes #1959...
# Pull Request Template ## Description Adds the content security policy to Chatwoot in line with the guidelines [here](https://edgeguides.rubyonrails.org/security.html#content-security-policy) for an initial implementation, we are beginning with reports as [described...
## Description Makes the query that returns the average rating of a book a `@property` function of the `Edition` model and changes the view code to use this instead. -...
### Description Currently when displaying the ratings of a given book, we calculate the average rating of the book from within the book view as shown [here](https://github.com/bookwyrm-social/bookwyrm/blob/main/bookwyrm/views/books/books.py#L101) It would make...
# Description Adds the ability to create a new Strategy or Moment from an individual Category page. ## Corresponding Issue #2300
Resolves #4436 ### Description ### Type of change * Bug fix (non-breaking change which fixes an issue) * Breaking change (fix or feature that would cause existing functionality to not...
#### :tophat: What? Why? Fixes invalid chars in user name when they are being created via OAuth login #### :pushpin: Related Issues - Fixes #11489 #### Testing Log in using...
### What github issue is this PR for, if any? Resolves #5979 ### What changed, and _why_? We need to add a new query that shows all volunteers. The current...
- Changed the line ActiveRecord::Migration to ActiveRecord::Migration[7.1] so that schema loading could work (it is now required for newer versions of Rails) - - Updated and commented out the load...