focalboard/mattermost-plugin/server
Scott Bishel 797d6bc04a
Implementation of Calendar MVP (#1741)
* initial commit

* turn on featureflag

* additional fixes

* update for using FullCalendar

* update to allow both calendars

* fix dnd, remove log messages

* fix lint, unit tests

* dates should use themselves for timezone offset

* fix for tests

* remove react-big-calendar

* remove react-big-calendar

* fix for handling feature flags changing

* clean up

* remove unit test

* update tests

* fix tests

* lint fixes

* add creating event, fixes

* linter fixes

* clean up

* add unit tests

* fixes

* update snapshots

* update test

* update snapshot

* disable test for now, timezone changes labels

* remove test to get to build

* remove snapshot

* feedback updates

* use getConfig instead

* linter fix

* more linter

* revert changes

* some fixes for issues

* fix for displaying new calendar

* fix for displaying new calendar

* add properties to cards

* add properties to cards

* read only implementation

* i18-extract

* implement unit tests

* implement unit tests

* fix test

* remove log statements

* remove feature flag from config

* updated icons

* Updating icons for calendar mvp

* Revert "Updating icons for calendar mvp"

This reverts commit e16e715e8a.

* Revert "updated icons"

This reverts commit 120b7b0b96.

* update for code reviews

* fix linter

* more feedback updates

* fix some styling

* fix lint errors

* Updating css

* Updating calendar css

* update for lint errors

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com>
2021-11-24 14:00:20 -07:00
..
.gitignore
configuration.go Implementation of Calendar MVP (#1741) 2021-11-24 14:00:20 -07:00
configuration_test.go Fix for feature flag handling (#1753) 2021-11-09 07:56:04 -07:00
logtarget.go
main.go
manifest.go Update version to 0.11.0 (#1859) 2021-11-22 16:15:03 -08:00
notifications.go ensure @mentions only sent to team members (#1216) 2021-09-20 17:32:47 -04:00
plugin.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
plugin_test.go Create FeatureFlags in configurations (#1622) 2021-11-01 19:12:43 -06:00