add filter by name
baseapp-chatsv0.0.13
What's Changed
* baseapp-chats: System messages by tsl-ps2 in https://github.com/silverlogic/baseapp-backend/pull/224
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-chatsv0.0.12...baseapp-chatsv0.0.13
baseapp-profilesv0.3.8
What's Changed
* BA-2099: Mutltiple Profiles: Search-Bar (QUICK TWEAK) by luisguareschi in https://github.com/silverlogic/baseapp-backend/pull/223
* Updated MemberFilter.filter_q method to filter by profile name and user email
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-chatsv0.0.11...baseapp-profilesv0.3.8
baseapp-chatsv0.0.12
What's Changed
* Edit message by Ronan-Fernandes in https://github.com/silverlogic/baseapp-backend/pull/228
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-profilesv0.3.8...baseapp-chatsv0.0.12
baseapp-chatsv0.0.11
What's Changed
* baseapp-chats: Removing chat room participants by tsl-ps2 in https://github.com/silverlogic/baseapp-backend/pull/215
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-profilesv0.3.7...baseapp-chatsv0.0.11
baseapp-profilesv0.3.7
What's Changed
* BA-2099: Mutltiple Profiles: Search-Bar by luisguareschi in https://github.com/silverlogic/baseapp-backend/pull/218
* The changes introduce a new q filter to the MemberFilter class in the GraphQL filters module. This enhancement allows filtering members based on user-related fields such as first name, last name, and email. The modification expands the filtering capabilities by adding a new method filter_q and updating the Meta class fields to include the q field. Additionally, new test methods are created to validate the functionality of the filtering based on these fields, ensuring the correct members are returned. The package version is also updated from 0.3.6 to 0.3.7.
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-chatsv0.0.10...baseapp-profilesv0.3.7
baseapp-chatsv0.0.10
What's Changed
* baseapp-chats: Fix chatroom search by tsl-ps2 in https://github.com/silverlogic/baseapp-backend/pull/216
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-chatsv0.0.9...baseapp-chatsv0.0.10
baseapp-corev0.3.11
What's Changed
* baseapp-core: fixture for corrupted image file by tsl-ps2 in https://github.com/silverlogic/baseapp-backend/pull/214
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-reactionsv0.3.6...baseapp-corev0.3.11
baseapp-chatsv0.0.9
What's Changed
* baseapp-chats: filter past messages for new chat group participant by pt-tsl in https://github.com/silverlogic/baseapp-backend/pull/208
* baseapp-chats: edit group details by tsl-ps2 in https://github.com/silverlogic/baseapp-backend/pull/214
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-reactionsv0.3.6...baseapp-chatsv0.0.9
baseapp-reactionsv0.3.6
What's Changed
* baseapp-reactions: implement reactions notification by priscilladeroode in https://github.com/silverlogic/baseapp-backend/pull/211
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-reactionsv0.3.5...baseapp-reactionsv0.3.6
baseapp-paymentsv0.16.4
What's Changed
* Fixed dependencies by nossila in https://github.com/silverlogic/baseapp-backend/pull/213
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-chatsv0.0.7...baseapp-paymentsv0.16.4
baseapp-notificationsv0.3.4
What's Changed
* Allow custom object types by gabrieleandro in https://github.com/silverlogic/baseapp-backend/pull/213
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-chatsv0.0.7...baseapp-notificationsv0.3.4
baseapp-followsv0.0.8
What's Changed
* Allow custom object types by gabrieleandro in https://github.com/silverlogic/baseapp-backend/pull/213
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-chatsv0.0.7...baseapp-followsv0.0.8
baseapp-commentsv0.3.2
What's Changed
* Allow custom object types by gabrieleandro in https://github.com/silverlogic/baseapp-backend/pull/213
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-commentsv0.3.1...baseapp-commentsv0.3.2
baseapp-chatsv0.0.8
What's Changed
* Fixed missing migration by nossila in https://github.com/silverlogic/baseapp-backend/pull/213
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-chatsv0.0.7...baseapp-chatsv0.0.8
baseapp-blocksv0.0.8
What's Changed
* Allow custom object types by gabrieleandro in https://github.com/silverlogic/baseapp-backend/pull/213
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-chatsv0.0.7...baseapp-blocksv0.0.8
baseapp-chatsv0.0.7
What's Changed
* baseapp-chats: create chat group by Ronan-Fernandes in https://github.com/silverlogic/baseapp-backend/pull/198
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-chatsv0.0.6...baseapp-chatsv0.0.7
baseapp-reportsv0.0.5
What's Changed
* baseapp-reports: change tests to report comments instead of user by gabrieleandro in https://github.com/silverlogic/baseapp-backend/pull/212
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-reportsv0.0.4...baseapp-reportsv0.0.5
baseapp-chatsv0.0.6
What's Changed
* baseapp-chats: Create Field to Unread Chats by tsl-ps2 in https://github.com/silverlogic/baseapp-backend/pull/203
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-chatsv0.0.6
baseapp-profilesv0.3.6
Allow users to change a member profile role
baseappv0.0.3
What's Changed
* baseapp: profile updates are added to ActivityLog
* baseapp: update versions
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/pull/206
baseapp-profilesv0.3.5
What's Changed
* baseapp-profiles: profile updates are added to ActivityLog
* baseapp-profiles: update versions
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/pull/206
baseapp-chatsv0.0.5
What's Changed
* baseapp-chats: archive chats by pt-tsl in https://github.com/silverlogic/baseapp-backend/pull/199
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-profilesv0.3.5...baseapp-chatsv0.0.5
baseapp-reportsv0.0.4
What's Changed
* Implement custom models and object types for pages, ratings, reactions and reports by nossila in https://github.com/silverlogic/baseapp-backend/pull/200
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-reportsv0.0.3...baseapp-reportsv0.0.4
baseapp-reactionsv0.3.5
What's Changed
* Implement custom models and object types for pages, ratings, reactions and reports by nossila in https://github.com/silverlogic/baseapp-backend/pull/200
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-reactionsv0.3.4...baseapp-reactionsv0.3.5
baseapp-ratingsv0.3.1
What's Changed
* Implement custom models and object types for pages, ratings, reactions and reports by nossila in https://github.com/silverlogic/baseapp-backend/pull/200
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-ratingsv0.3.0...baseapp-ratingsv0.3.1
baseapp-pagesv0.3.7
What's Changed
* Implement custom models and object types for pages, ratings, reactions and reports by nossila in https://github.com/silverlogic/baseapp-backend/pull/200
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-pagesv0.2.7...baseapp-pagesv0.3.7
baseapp-profilesv.3.4
baseapp-organizationsv0.0.1
baseapp-chatsv0.0.4
What's Changed
* baseapp-chats: Unread messages bug fixes by Ronan-Fernandes in https://github.com/silverlogic/baseapp-backend/pull/194
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-authv0.4.11...baseapp-chatsv0.0.4
baseapp-authv0.4.11
baseapp-profilesv0.3.3
What's Changed
* Ba 1779 be multiple profiles member list by hpmoreira05 in https://github.com/silverlogic/baseapp-backend/pull/182
* BA-1808 [BE] Add basic profile information to JWT claims by tsl-ps2 in https://github.com/silverlogic/baseapp-backend/pull/191
New Contributors
* hpmoreira05 made their first contribution in https://github.com/silverlogic/baseapp-backend/pull/182
* tsl-ps2 made their first contribution in https://github.com/silverlogic/baseapp-backend/pull/191
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-profilesv0.3.2...baseapp-profilesv0.3.3
baseapp-authv0.4.10
What's Changed
* Ba 1779 be multiple profiles member list by hpmoreira05 in https://github.com/silverlogic/baseapp-backend/pull/182
* BA-1808 [BE] Add basic profile information to JWT claims by tsl-ps2 in https://github.com/silverlogic/baseapp-backend/pull/191
New Contributors
* hpmoreira05 made their first contribution in https://github.com/silverlogic/baseapp-backend/pull/182
* tsl-ps2 made their first contribution in https://github.com/silverlogic/baseapp-backend/pull/191
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-profilesv0.3.2...baseapp-authv0.4.10
baseapp-reactionsv0.3.4
What's Changed
* baseapp.activity_log: initial package by nossila in https://github.com/silverlogic/baseapp-backend/pull/176
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-reactionsv0.3.3...baseapp-reactionsv0.3.4
baseapp-profilesv0.3.2
What's Changed
* baseapp.activity_log: initial package by nossila in https://github.com/silverlogic/baseapp-backend/pull/176
* baseapp-profiles: pump version to 0.3.2 by nossila in https://github.com/silverlogic/baseapp-backend/pull/196
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-profilesv.0.3.1...baseapp-profilesv0.3.2
baseapp-commentsv0.3.1
What's Changed
* baseapp.activity_log: initial package by nossila in https://github.com/silverlogic/baseapp-backend/pull/176
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-commentsv0.3.0...baseapp-commentsv0.3.1
baseapp-authv0.4.9
What's Changed
* baseapp.activity_log: initial package by nossila in https://github.com/silverlogic/baseapp-backend/pull/176
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-authv0.4.8...baseapp-authv0.4.9
baseappv0.0.2
What's Changed
* baseapp.activity_log: initial package by nossila in https://github.com/silverlogic/baseapp-backend/pull/176
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseappv0.0.1...baseappv0.0.2
baseapp-profilesv.0.3.1
What's Changed
* baseapp-profiles: change profile filter to add name and urlpath query - BA-1737 by pt-tsl in https://github.com/silverlogic/baseapp-backend/pull/178
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-profilesv0.2.8...baseapp-profilesv0.3.1
baseapp-chatsv0.0.3
What's Changed
* baseapp-payments: customer subscribe items fix by rodrigonahid in https://github.com/silverlogic/baseapp-backend/pull/177
* Hotfix: Adding custom_tests_path to baseapp-wagtail by Hercilio1 in https://github.com/silverlogic/baseapp-backend/pull/190
* BA-Profile-raise-version by ficast in https://github.com/silverlogic/baseapp-backend/pull/184
* baseapp-chats: update chats room title and image by Ronan-Fernandes in https://github.com/silverlogic/baseapp-backend/pull/179
New Contributors
* rodrigonahid made their first contribution in https://github.com/silverlogic/baseapp-backend/pull/177
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-wagtailv1.0.0...baseapp-chatsv0.0.3
baseapp-wagtailv1.0.0
What's Changed
- Wagtail initial setup.
- Headless setup.
- New blocks: custom_image_block, custom_image_chooser_block, custom_rich_text_block, banner_block
- New page type abstraction: BaseStandardPage
baseapp-corev0.3.10
What's Changed
* baseapp-core: add profile to pghistory.Context by nossila in https://github.com/silverlogic/baseapp-backend/pull/180
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-corev0.3.9...baseapp-corev0.3.10
baseapp-followsv0.0.7
What's Changed
* Baseapp follows fix migration for swapping model by vitorguima in https://github.com/silverlogic/baseapp-backend/pull/171
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-followsv0.0.5...baseapp-followsv0.0.6
baseapp-corev0.3.9
What's Changed
* baseapp-core: improve operation_name and graphql error logging by nossila in https://github.com/silverlogic/baseapp-backend/pull/174
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-corev0.3.8...baseapp-corev0.3.9
baseapp-commentsv0.3.0
What's Changed
* baseapp-comments-fix-migration-for-swapping-model by vitorguima in https://github.com/silverlogic/baseapp-backend/pull/170
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-commentsv0.2.8...baseapp-commentsv0.3.0
baseapp-blocksv0.0.6
What's Changed
* baseapp-blocks-fix-migration-for-swapping-model by vitorguima in https://github.com/silverlogic/baseapp-backend/pull/169
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/compare/baseapp-blocksv0.0.5...baseapp-blocksv0.0.6
baseapp-authv0.4.8
What's Changed
* baseapp-auth: fix send e-mail after remove superuser
**Full Changelog**: https://github.com/silverlogic/baseapp-backend/pull/172