1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-23 18:34:02 +02:00

1563 Commits

Author SHA1 Message Date
Rajat Dabade
5a89960b64
Fixed duplicate attachment in board template (#4444)
* Fixed duplicate attachment in board template

* Linter fixes

* Duplicate attachment fix

* Code optimismed

* Linter fixes

* Updated test cases

* update some error handling, update attachments on duplicate card

* Fixed attachment section width

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com>
2023-02-09 12:50:44 +05:30
Harshil Sharma
fe515f6c82
Fixed category menu position (#4555) 2023-02-08 08:45:59 +05:30
Scott Bishel
bb5e6769b6
Merge pull request #4535 from mattermost/save-date-on-close
GH-4475 - Save date change to database when closing form
2023-02-07 10:52:32 -07:00
Pablo Andrés Vélez Vidal
fcbb69c543
Merge pull request #4449 from mattermost/MM48320-refactor-channel-with-associated-board-to-plugable
MM48320 - refactor create channel with board from webapp to pluggable
2023-02-06 11:39:38 +01:00
Scott Bishel
ed5651404a
Merge pull request #4530 from mattermost/gh-4520-bots
GH-4520 - Check isBot property before displaying BotBadge
2023-02-03 09:03:42 -07:00
Scott Bishel
c8fd8c31c0 update version to 7.9.0 2023-02-02 15:43:49 -07:00
Konstantinos Pittas
a2366caa43
[MM-49159] Fix status dropdown menu avatar on click (#4411)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-01-31 17:30:42 +02:00
Scott Bishel
eb8145f18e only save date to database when closing form 2023-01-30 17:35:42 -07:00
Scott Bishel
8544a25746 check isbot property before displaying botbadge 2023-01-30 15:40:51 -07:00
Mattermost Build
62d4e1af1c
Merge branch 'main' into gh-4479-collapse-person 2023-01-30 17:49:21 +02:00
Rajat Dabade
00d5679f42
File attachment in personal server (#4506)
Fixes https://github.com/mattermost/focalboard/issues/4497
2023-01-30 15:40:31 +05:30
Mattermost Build
811ab47202
Merge branch 'main' into MM48320-refactor-channel-with-associated-board-to-plugable 2023-01-27 17:29:27 +02:00
Pablo Andrés Vélez Vidal
3b88cefcff move template id handling to plugin 2023-01-25 22:12:34 +01:00
Asaad Mahmood
d7fd0980dd
Multiple UI Fixes (Modals and person property label (#4503)
* Updating card dialog modal to not go 100% height

* Updating modals

* Updating person property column header
2023-01-25 15:13:53 +05:00
Pablo Andrés Vélez Vidal
66c255e2cd Merge branch 'main' into MM48320-refactor-channel-with-associated-board-to-plugable 2023-01-25 10:37:26 +01:00
Harshil Sharma
03f4717e96
Hide board feature (#4409)
* WIP

* Added migrations

* Updating store method

* WIP

* WIP

* Updated DND

* WIP

* WIP

* WIP

* WIP

* WIP

* wip

* WIP

* Adding new DB tool

* Used migration functions in new migrations

* Unique constraint migration

* Unique constraint migration

* Added SQLITE migrations

* Added SQLITE support in few more migrations

* Added SQLITE support in few more migrations

* WIP

* Used old-fashioned way to add unique constraint

* Using oldsqlite method

* Using oldsqlite method

* Fixed all store and app layer tests

* fixed integration tests

* test and lint fix

* Updated migration for MySQL and Postgres on personal server

* Types fix

* sqlite fix

* fix typo

* misc cleanup

* added new tests

* added new tests

* de-duping input for postgres

* integration tests, rmeoved uneeded migration

* Added some migration tests

* Added some migration tests

* Fixed a test

* completed migration tests

* completed migration tests

* Removed leftover debug statements

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-01-24 15:41:54 +05:30
Scott Bishel
bd1532decf
Gh 4482 fix empty filters (#4485)
* if no value on isBefore, isAfter return true

* add unit tests

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-01-19 12:21:20 -07:00
Scott Bishel
41a722049f
suppress error message (#4486) 2023-01-19 10:49:57 -07:00
Aditya Sharma
5c21b59383
[GH-4300]: Fix menu closing on toggling random icons. (#4477)
* fix: menu closing on toggling random icons

* Also fixed for plugin

Co-authored-by: Harshil Sharma <18575143+harshilsharma63@users.noreply.github.com>
2023-01-19 11:57:09 +05:30
Scott Bishel
02b96258ef more cleanup 2023-01-17 17:14:15 -07:00
Scott Bishel
c69bc6c16d clean up code 2023-01-17 17:06:21 -07:00
Scott Bishel
9d86216f5d fix string vs string[] in hiding rows 2023-01-17 15:51:24 -07:00
Scott Bishel
c761ea7c88
update condition to default if not valid for property (#4455) 2023-01-17 12:03:22 -07:00
Scott Bishel
ff3a8d2096
Implement Person filter and groupBy (#4414)
* implement person filter

* implement groupBy

* cleanup and fix adding filtered values

* fixes for existing unit tests

* add unit tests

* add unit tests

* fix lint issues

* lint, test fixes

* handle unknown and undefined users

* dont allow edit on person options

* add displaying Me, remove bots

* update i18n-extract

* update snapshots from merge, fix unit test failure, add unit test for 'Me'

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-01-17 12:02:54 -07:00
Asaad Mahmood
297e8f4d31
Adjusting modals and updating close icon on input (#4458)
* Adjusting modals and updating close icon on input

* Updating test

* Updating css

* Updating dialog css
2023-01-16 15:18:15 +05:00
Scott Bishel
5256ab4bf5
Implement Date Filter (#4412)
* implement a date property type

* handle when property is not set, default create date

* update to remove unneeded fields, updated how dateTo is returned

* fix creating new date

* remove unused constant

* update unit tests

* implement date filter

* add unit tests for all files

* some cleanup

* fix unit tests, update snapshots

* date fix for unit tests

* add log to determine unit test issue

* update snapshot

* minor cleanup

* add class name

* Revert "add class name"

This reverts commit fec93088122c2fc42aeb8ffaf7ba12b6d21a52a4.

* add class name

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-01-11 16:48:08 -07:00
Rajat-Dabade
5450a298ad Updated snapshot 2023-01-11 23:52:51 +05:30
Mattermost Build
12f6dedc5b
Merge branch 'main' into read-only-view 2023-01-11 20:00:10 +02:00
Pablo Velez Vidal
e2b06f5f55 MM48320 - refactor create channel with board from webapp to pluggable 2023-01-10 16:57:23 +01:00
Harshil Sharma
9e9b67b813
Added unregister change handler to useEffect (#4373)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-01-10 19:05:26 +05:30
Scott Bishel
9e0811f31f
don't check date fields for text search (#4419)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-01-09 14:05:03 -07:00
Scott Bishel
7ae2e62388
update version to v7.8.0 (#4432) 2023-01-06 09:58:59 -07:00
Rajat Dabade
1c9ab89085
Menu consistent for table view (#4392)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Fixes https://github.com/mattermost/focalboard/issues/4281
2023-01-04 15:15:09 +05:30
Rajat Dabade
bad0e5b1de
Fixed the CSV export for created by property (#4348)
Fixes https://github.com/mattermost/focalboard/issues/4134
2022-12-28 12:37:24 +05:30
Asaad Mahmood
401062d128
GH-4278 - Updating card modal attach btn (#4361)
* GH-4278 - Updating card modal attach btn

* Updating flex

* Updating test

* Updating test
2022-12-20 18:36:02 +05:00
Rajat Dabade
8927592c57
Fixed the length (#4296) 2022-12-19 12:45:27 -07:00
Rajat Dabade
16095fd2e9
Fixed delete menu hover issue (#4297) 2022-12-19 12:44:31 -07:00
Asaad Mahmood
42c46ad258
GH-4332 - Updating card editor classes (#4350) 2022-12-16 08:47:03 -07:00
Harshil Sharma
f8bc56bfdc
Fixed flex-wrap to display all emojis (#4355)
* Fixed flex-wrap to display all emojis

* Lint fix
2022-12-16 08:45:45 -07:00
Asaad Mahmood
e092abb45f
Calculation row padding fix (#4338)
* Calculation row padding fix

* Updating table UI
2022-12-16 10:55:37 +05:30
Scott Bishel
97c2d91375
allow empty dates returned from date property (#4282)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-12-15 14:39:56 -07:00
Rajat Dabade
c5919752a4
ToolTip for Table view menu (#4328) 2022-12-15 13:17:55 -07:00
Scott Bishel
be80d3ca82
Fix transparent background on weekends (#4290)
* fix transparent background on weekends

* revert manifest changes
2022-12-14 17:05:38 -07:00
Harshil Sharma
eceb406535
Revert "Revert dnd (#4294)" (#4324)
This reverts commit 9fac8f476ef43dd8d8977397c562f77fc92f64c0.
2022-12-14 14:21:53 +05:30
redhoyasa
eb031cab5f hide dropdown for readonly mode 2022-12-09 16:41:36 +07:00
Muhammad Redho Ayassa
6e605e4f6c
Merge branch 'mattermost:main' into read-only-view 2022-12-09 14:33:18 +07:00
Miguel de la Cruz
9fac8f476e
Revert dnd (#4294)
* Revert "Fixed bug where boards would move to category of a different team (#4284)"

This reverts commit e075f408d340ab71891a667541e7bf333f875d56.

* Revert "Merge branch 'main' into only-explicit-boards-on-default-category"

This reverts commit 7db7e562963fbd0fef317d2b98bd7074c78b0637, reversing
changes made to 3feda10b6d075dd9bd82fa85fcd8b8b9560eaa64.

* Revert "DND support for category and boards in LHS (#3964)"

This reverts commit 9918a0b3f8a249e1fc43afeceddb084edf73a10c.
2022-12-05 15:03:34 -05:00
Scott Bishel
60cafbe6eb
update version to v7.7.0 (#4270) 2022-12-01 17:47:31 -07:00
Scott Bishel
10b8cf775a
Merge pull request #4071 from shadybotros/fix/GH-4070
[GH-4070] Fix focus on new table row
2022-11-28 13:58:07 -07:00
Scott Bishel
ca15e12ceb
Merge pull request #4147 from kamre/multi-select-fix
Improvements for multi-select property
2022-11-28 13:57:50 -07:00