Commit Graph

3342 Commits

Author SHA1 Message Date
Scott Bishel
f20f0c6d9d
Update query to only allow open boards for team members (#4335)
* update query to only allow open boards for team members

* remove debug lines
2022-12-14 10:56:40 -07:00
Asaad Mahmood
bfb85fd1e0
Adding lucky orange tracking (#4342) 2022-12-14 19:28:39 +05:00
Ibrahim Serdar Acikgoz
e048c4a8d2
reflect app <-> product package changes (#4320) 2022-12-14 15:24:10 +03:00
Harshil Sharma
eceb406535
Revert "Revert dnd (#4294)" (#4324)
This reverts commit 9fac8f476e.
2022-12-14 14:21:53 +05:30
Miguel de la Cruz
f2d98f940f
Updates migrations to check collation/charset before trying to fix it (#4325)
* Updates migrations to check collation/charset before trying to fix it

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

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

Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
2022-12-13 12:28:57 -07:00
Miguel de la Cruz
5d82fb8181
Fixes positional arguments in UNION queries (#4327)
* Fixes positional arguments in UNION queries

* Fix linter

* Fix error statements
2022-12-13 09:26:35 -07:00
Doug Lauder
1d0fda2f7d
Modify query in SearchBoardsForUser to use union. (#4312) 2022-12-12 09:12:35 -07:00
Miguel de la Cruz
b22a115ee8
Replace SearchBoardsForUserInTeam query with a more efficient one (#4308)
* Replace SearchBoardsForUserInTeam query with a more efficient one

* Fix linter
2022-12-07 12:59:59 -05: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 e075f408d3.

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

This reverts commit 7db7e56296, reversing
changes made to 3feda10b6d.

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

This reverts commit 9918a0b3f8.
2022-12-05 15:03:34 -05:00
Shivashis Padhi
35f681dd75
Change activeUsers field type to []string (#3909)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-12-05 17:20:15 +05:30
Harshil Sharma
e075f408d3
Fixed bug where boards would move to category of a different team (#4284) 2022-12-02 18:37:49 +01:00
Scott Bishel
60cafbe6eb
update version to v7.7.0 (#4270) 2022-12-01 17:47:31 -07:00
Ben Cooke
abec0ac056
Merge pull request #4243 from BenCookie95/MM-48592_insights-packaging-changes
[MM-48592] Make my insights available in free tier
2022-12-01 10:07:30 -05:00
Doug Lauder
d67b57117a
bump matter-most server version (#4271) 2022-11-30 17:52:01 -05:00
Scott Bishel
0adde49cd8
Fix prod workflow (#4266)
* don't exclude server from build

* fix a couple more places

* fix a one more place
2022-11-29 17:45:32 -07:00
Scott Bishel
6b890d4963
Fix prod workflow (#4264)
* don't exclude server from build

* fix a couple more places
2022-11-29 17:26:09 -07:00
Scott Bishel
c9a1733824
don't exclude server from build (#4262) 2022-11-29 16:44:19 -07:00
Scott Bishel
571aa2ca99
remove extra run tag for plugin check (#4260) 2022-11-29 14:44:25 -07:00
Scott Bishel
93d5d9bef8
Merge pull request #4258 from mattermost/update-prod-workflow
Update production release workflow for MPA
2022-11-29 12:39:03 -07:00
Scott Bishel
5db87a8353 don't check plugin when building ubuntu 2022-11-29 11:52:50 -07:00
Scott Bishel
24aa8bd541 update for MPA 2022-11-29 10:34:45 -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
Scott Bishel
546867c888
Merge pull request #4244 from mattermost/only-explicit-boards-on-default-category
Adding only boards with explicit access to default category
2022-11-28 13:57:34 -07:00
Scott Bishel
24fea1f44e
Merge pull request #4246 from mattermost/template-selector-fix
Not opening template picker if there are no boards
2022-11-28 13:57:19 -07:00
Mattermod
6a8d2455b5
Merge branch 'main' into only-explicit-boards-on-default-category 2022-11-28 19:00:32 +02:00
Mattermod
403b80dc4e
Merge branch 'main' into template-selector-fix 2022-11-28 18:59:53 +02:00
Winson Wu
6a4db54589
Merge pull request #4204 from mattermost/wuwinson-patch-2
Update README.md
2022-11-28 11:38:38 -05:00
Rajat Dabade
09e0f045a7
Optimised Sorting of comments inside cards (#4207)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-11-28 14:39:55 +05:30
Miguel de la Cruz
0f5f4b0590
Updates boards registration as product to use name instead of ID (#4247) 2022-11-25 18:02:02 +01:00
Harshil Sharma
864269f37b Not opening template picker if there are no boards 2022-11-25 11:50:03 +05:30
Rajat Dabade
6674402079
File attachment in the card (#4053)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-11-24 17:16:59 +05:30
Harshil Sharma
7db7e56296 Merge branch 'main' into only-explicit-boards-on-default-category 2022-11-24 15:44:40 +05:30
Harshil Sharma
9918a0b3f8
DND support for category and boards in LHS (#3964)
* WIP

* WIP

* Removed unused webapp util

* Added server tests

* Lint fix

* Updating existing tests

* Updating existing tests

* Updating existing tests

* Fixing existing tests

* Fixing existing tests

* Fixing existing tests

* WIP

* Added category sort order migration

* Added logic to set new category on top

* Implemented api, WS listein logic remining

* finished webapp implementation

* Added category type and tests

* updated tests

* Fixed integration test

* type fix

* WIP

* implemented boards DND to other category and in same category

* removed seconds from boards name

* wip

* debugging cy test

* Enabled hiding views list while DNDing

* Removed some debug logs

* Fixed a bug preventing users from collapsing boards category

* WIP

* Debugging cypress test

* CI

* debugging cy test

* Testing a fix

* reverting test fix

* Handled personal server

* WIP

* WIP

* Adding support for building with esbuild

* Using different index.html templates for esbuild

* WIP

* WIP

* Fixed delete category and rename category

* WIP

* WIP

* Finally, its done.

* Adde suppor tot update board-category mapping in bulk

* Fixed a bug where create category option didn't show up on default category

* Fixed bug where new board was added as last board in Boards category instead of first board

* Minor cleanup

* WIP

* Added support to drab boards onto collapsed categories

* Fixed route order from specific to generic

* Fix linter

* Updated existin server tests

* fixed integration tests

* Fixed webapp test err

* Removed accidental dependencies

* Adding  new server tests

* Finished server tests

* added api to client.go

* Added API integration test

* Fixed existing webapp tests

* WIP

* WIP

* WIP

* WIP

* WIP

* Fixed missing paranthesis

* Some cleanup

* fixed server lint

* noopped down migration

* Fixed issue with DND not working great with newly added category

* Fixed a test

* Fixed a test

* Fixed a test

* Fixed console error while DNDing

* pakg lock restore

* Fixed missing react beautiful dnd in package.lock.json

* updated snapshots

* Fixed webapp test

* Review fixes

* Added API permission check

Co-authored-by: Jesús Espino <jespinog@gmail.com>
2022-11-24 15:31:32 +05:30
Harshil Sharma
3feda10b6d Fixed tests 2022-11-24 15:00:06 +05:30
Harshil Sharma
eb50a5ae95 removed a debug log 2022-11-24 14:31:33 +05:30
Harshil Sharma
733dca08b6 Adding only boards with explicit access to default category 2022-11-24 13:51:17 +05:30
Rajat Dabade
300a2e573a
CSS fix for readonly user (#4223)
Fixes https://github.com/mattermost/focalboard/issues/4184
2022-11-24 13:00:57 +05:30
Rajat Dabade
77c798cc7a
Set the default select value for filterOptions (#4221)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Fixes https://github.com/mattermost/focalboard/issues/4206
2022-11-24 13:00:37 +05:30
Benjamin Cooke
f89168762d make my insights available in free tier 2022-11-23 17:21:25 -05:00
jprusch
c495bbbf7d Translated using Weblate (German)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/
2022-11-23 20:20:09 +01:00
Scott Bishel
4051e1eb05
Merge pull request #4199 from weblate/weblate-focalboard-webapp
Translations update from Mattermost Weblate
2022-11-23 12:20:04 -07:00
Do Dang Manh
0c765d11da Translated using Weblate (Vietnamese)
Currently translated at 6.3% (27 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/vi/
2022-11-23 17:22:46 +01:00
Intutit
6a70e53e45 Translated using Weblate (Korean)
Currently translated at 100.0% (423 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ko/
2022-11-23 17:22:46 +01:00
Pierre JENICOT
e3ac0f5c38 Translated using Weblate (French)
Currently translated at 96.2% (407 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/fr/
2022-11-23 17:22:46 +01:00
CI-YU
4bfe1c957d Translated using Weblate (Chinese (Traditional))
Currently translated at 86.2% (365 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 82.2% (348 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 79.9% (338 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 65.0% (275 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/

Translated using Weblate (Chinese (Traditional))

Currently translated at 62.8% (266 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/
2022-11-23 17:22:45 +01:00
Evgeny Gribanov
b44d4fec46 Translated using Weblate (Russian)
Currently translated at 71.1% (301 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ru/
2022-11-23 17:22:45 +01:00
Pavel Yegorov
8ab76542e6 Translated using Weblate (Russian)
Currently translated at 70.9% (300 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ru/
2022-11-23 17:22:45 +01:00
יקי
7cd99eb91f Translated using Weblate (Hebrew)
Currently translated at 27.4% (116 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/he/
2022-11-23 17:22:44 +01:00
Zurab Balamtsarashvili
838691ac90 Translated using Weblate (Georgian)
Currently translated at 27.8% (118 of 423 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ka/

Added translation using Weblate (Georgian)
2022-11-23 17:22:44 +01:00