focalboard/server/services/store/sqlstore
Paul Esch-Laurent 15e13fcdac
fix: filter out bots for sharing, @mention-ing, and Person property (#3762)
* fix: filter out bots for sharing and @mention-ing

* feat: add `?exclude_bots` to `getTeamUsers` API

* chore: `make swagger`

* chore: `make generate`

* fix: plugin store test function implementation

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-09-09 19:56:44 -06:00
..
migrations Add remove templates channel link migration (#3794) 2022-09-07 14:22:06 -06:00
migrationstests Add remove templates channel link migration (#3794) 2022-09-07 14:22:06 -06:00
blocks.go Card APIs (#3760) 2022-09-08 13:01:33 +02:00
board.go Restoring guest account access and adding backend part of the guest accounts support (#2929) 2022-08-24 17:08:58 -05:00
board_insights.go [MM-43781] Feature: boards insights (#3005) 2022-08-08 11:42:02 +05:30
boards_and_blocks.go Remove duplicated store and app method to get blocks that belong to a board (#3698) 2022-08-22 21:53:59 +02:00
category.go Persist category state (#3579) 2022-08-08 14:55:47 -06:00
category_boards.go
cloud.go
data_migrations.go Add foundation tests (#3670) 2022-08-18 17:03:33 +02:00
data_migrations_test.go Add foundation tests (#3670) 2022-08-18 17:03:33 +02:00
data_retention.go
file.go
helpers_test.go Add foundation tests (#3670) 2022-08-18 17:03:33 +02:00
legacy_blocks.go Adds data migration to clean badly assigned boards (#3635) 2022-08-11 09:22:32 -06:00
migrate.go Refactor schema table migration mechanism (#3709) 2022-09-01 15:05:11 +02:00
notificationhints.go
params.go Add foundation tests (#3670) 2022-08-18 17:03:33 +02:00
public_methods.go fix: filter out bots for sharing, @mention-ing, and Person property (#3762) 2022-09-09 19:56:44 -06:00
schema_table_migration.go Refactor schema table migration mechanism (#3709) 2022-09-01 15:05:11 +02:00
schema_table_migration_test.go Refactor schema table migration mechanism (#3709) 2022-09-01 15:05:11 +02:00
session.go
sharing.go
sqlstore.go Adds a check that errors on store start if MariaDB is detected (#3725) 2022-08-24 14:36:43 -06:00
sqlstore_test.go Persist category state (#3579) 2022-08-08 14:55:47 -06:00
subscriptions.go
system.go
team.go
templates.go
user.go fix: filter out bots for sharing, @mention-ing, and Person property (#3762) 2022-09-09 19:56:44 -06:00
util.go