focalboard/server/services/store/sqlstore
Jesús Espino f3267e2458
Fixing delete/undelete boards (#2571)
* Fixing delete/undelete boards

* Adding permissions checks for undelete board and undelete block

* Fixing server-lint

* Handling permissions for deleted boards

* Fixing linter errors

* Fixing tests

* Update server/services/store/sqlstore/board.go

Co-authored-by: Doug Lauder <wiggin77@warpmail.net>

* Fixing error message

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
2022-04-08 13:31:28 -04:00
..
migrations Simplifying the categories migration (#2739) 2022-04-06 16:15:50 -04:00
blocks.go Removing not used code 2022-04-06 12:57:30 +02:00
board.go Fixing delete/undelete boards (#2571) 2022-04-08 13:31:28 -04:00
boards_and_blocks.go
category.go
category_boards.go
data_migrations.go
data_migrations_test.go
helpers_test.go
legacy_blocks.go
migrate.go
migrate_test.go
notificationhints.go
params.go
public_methods.go Fixing delete/undelete boards (#2571) 2022-04-08 13:31:28 -04:00
session.go
sharing.go
sqlstore.go GetBoardMetadata API (#2569) 2022-03-29 14:47:49 -07:00
sqlstore_test.go
subscriptions.go
system.go
team.go
templates.go GH-2745 Don't init default templates when unit testing (#2748) 2022-04-08 13:46:16 +02:00
user.go
util.go