Commit Graph

2097 Commits

Author SHA1 Message Date
Doug Lauder
75bd409ba0
Notifications phase 1 (#1851)
Backend support for subscribing/unsubscribing to blocks, typically cards and boards. Notifies subscribers when changes are made to cards they are subscribed to.
2021-12-10 10:46:37 -05:00
Jesús Espino
7952d6b018
Include migration for content order on unique id migration (#1965)
* Include migration for content order on unique id migration

* Adding test case for other workspace

* making lines shorter
2021-12-10 09:33:41 -05:00
Scott Bishel
3450eb6d4f
Gh 1841 batch patches (#1935)
* Updating table row css (#1787)

* package patchBlocks as batches, move updateBlocks to transactional

* fix lint errors

* fix from review

Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2021-12-10 07:17:00 -07:00
Doug Lauder
3be03f0cd0
fix mysql migration (#1964)
Fix unsupported SQL syntax for MySQL
2021-12-10 08:56:11 -05:00
Hossein
199da41f6d
Fix MM-40428 (#1926) 2021-12-10 08:28:52 -05:00
Nishant Mittal
87daacceca
fix: clear search on view change (#1856) 2021-12-10 08:08:02 -05:00
Nishant Mittal
a931289e02
[GH-1815]: Add e2e tests for empty board (#1956) 2021-12-10 09:31:41 +05:30
kamre
e518c391aa
[GH-1946] Fix losing focus for the card title in the dialog (#1952) 2021-12-09 12:14:29 -05:00
Harshil Sharma
42eb5ad6be
Fixed a bug preventing new template being created from a card (#1951)
* Fixed a bug preventing new template being created from a card

* Fixed a test
2021-12-09 16:35:35 +05:30
Saturnino Abril
a1e1e2dfd0
Merge pull request #1940 from nishantwrp/mm-t4285
[GH-1825]: Add e2e tests for adding a group color
2021-12-09 09:00:38 +08:00
Harshil Sharma
6b23795ff3
Removed unused fields (#1944)
* removed unused fields

* lint fix

Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
2021-12-08 12:47:47 -07:00
Hossein
dc36afcfba
GH-1878: Display Bot Badge in Auto Complete (#1906) 2021-12-08 10:04:19 -05:00
Hossein
c8d4c98f8c
Fix Issues (#1923) 2021-12-08 09:07:28 -05:00
Nishant Mittal
cb1851e8f4 Revert unnecessary changes 2021-12-08 03:04:24 +05:30
Nishant Mittal
07fba07043 [GH-1825]: Add e2e tests for adding a group color 2021-12-08 03:03:45 +05:30
Jesús Espino
6876f11a36
Making markdown editor text selectable (#1896) 2021-12-07 12:51:23 -07:00
Miguel de la Cruz
9bb38c5cb4
Prevents the application from crashing if there is a null content order (#1937) 2021-12-07 12:41:01 -07:00
Miguel de la Cruz
78bdf3ccc2
Add a note to enable reliable websockets on plugin install (#1758)
* Add a note to enable reliable websockets on plugin install

* Update _index.md

Co-authored-by: Chen-I Lim <46905241+chenilim@users.noreply.github.com>
2021-12-07 15:52:37 +02:00
Milo Ivir
8651d64c78 Translated using Weblate (Croatian)
Currently translated at 100.0% (253 of 253 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/
2021-12-06 14:07:00 -05:00
kaakaa
98cffaabea Translated using Weblate (Japanese)
Currently translated at 94.4% (239 of 253 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ja/
2021-12-06 14:07:00 -05:00
Kaya Zeren
4ff3c0a7fb Translated using Weblate (Turkish)
Currently translated at 100.0% (253 of 253 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/tr/
2021-12-06 14:07:00 -05:00
Chen-I Lim
2351adc371
Add careers link to website (#1927) 2021-12-06 10:25:38 -08:00
Asaad Mahmood
408d26a157
GH-1880 - Updating styling for mention popup (theme compatible) (#1925)
* GH-1880 - Updating styling for mention popup

* Updating styles

* Updating css
2021-12-06 19:13:38 +05:00
Doug Lauder
487d59b790
don't notify @mnetioned user who are not members of channel (#1912) 2021-12-03 13:33:59 -05:00
Doug Lauder
8be71b1498
Don't insert nulls into blocks_history table. (#1890)
Ensure all fields are non-NULL when inserting into blocks_history (on block delete).
2021-12-03 12:32:57 -05:00
Chen-I Lim
206bb98800
Fix #1908. Pass version to feedback form. (#1909) 2021-12-03 07:56:40 -08:00
Saturnino Abril
68ad063c26
Merge pull request #1849 from venarius/e2e/MM-T4284
[GH-1823] Added E2E test for MM-T4284
2021-12-02 11:59:23 +08:00
Chen-I Lim
ed2c916afa
Update to v0.12 (#1904) 2021-12-01 14:55:47 -08:00
Scott Bishel
334d45969d
GH-1987 fix initial date property (#1898)
* Updating table row css (#1787)

* recreate dayCellContent when dateDisplayProperty changes

Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com>
2021-12-01 08:46:38 -07:00
Jesús Espino
2f08c67827
Adding explict logout logic (#1895)
* Adding explict logout logic

* Fixing golangci-lint errors
2021-12-01 10:21:31 +01:00
Scott Bishel
f450555439
GH-1864 Add + sign to add new event. (#1892)
* Updating table row css (#1787)

* add + to date anchor

* rename classes, update tests

* Updating css for button

* Updating css

Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2021-11-30 10:57:34 -07:00
Hossein
bfad610d15
Add Triage tag to new bugs (#1894) 2021-11-30 11:20:47 -05:00
Matthew Williams
3df4341729 Translated using Weblate (English (Australia))
Currently translated at 100.0% (253 of 253 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/en_AU/
2021-11-30 00:02:59 -05:00
MArtin Johnson
44438a0e4d Translated using Weblate (Swedish)
Currently translated at 98.4% (249 of 253 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/sv/
2021-11-30 00:02:59 -05:00
Varghese Jose
59cab00aa7 Translated using Weblate (Malayalam)
Currently translated at 100.0% (253 of 253 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ml/
2021-11-30 00:02:59 -05:00
Tóth Csaba // Online ERP Hungary Kft
0d0e58bf2c Translated using Weblate (Hungarian)
Currently translated at 100.0% (253 of 253 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hu/
2021-11-30 00:02:59 -05:00
gruceqq
0fbbd6fe1d Translated using Weblate (Polish)
Currently translated at 100.0% (253 of 253 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/
2021-11-30 00:02:59 -05:00
SerHack
fe3a888e10 Translated using Weblate (Italian)
Currently translated at 100.0% (253 of 253 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/it/
2021-11-30 00:02:59 -05:00
JtheBAB
4efef5885e Translated using Weblate (German)
Currently translated at 100.0% (253 of 253 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/
2021-11-30 00:02:59 -05:00
Ziggiz
424842dc14 Translated using Weblate (Norwegian Bokmål)
Currently translated at 9.4% (24 of 253 strings)

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

Added translation using Weblate (Norwegian Bokmål)
2021-11-30 00:02:59 -05:00
Tom De Moor
0abc367fa9 Translated using Weblate (Dutch)
Currently translated at 99.6% (252 of 253 strings)

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

Translated using Weblate (Dutch)

Currently translated at 90.7% (225 of 248 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/
2021-11-30 00:02:59 -05:00
Asaad Mahmood
7db59f5d03
GH-1051 - Aligning card title with emojis (#1876) 2021-11-29 14:32:46 +05:30
Scott Bishel
d5f73e8da8
Update CHANGELOG.md (#1882) 2021-11-26 11:13:03 -07:00
Jesús Espino
72978fd54b
Properly generating patch diffs from two blocks (#1861)
* Properly generating patch diffs

* Ading unit tests

* Remove unneeded function

* Fixing tests
2021-11-26 18:56:27 +01:00
Asaad Mahmood
9529ad8747
GH-1284 - Fixing alignment of properties on cards (#1875)
* GH-1284 - Fixing alignment of properties on cards

* Updating test
2021-11-26 09:27:35 -07:00
Scott Bishel
2d505ce359
CalendarView Remove Feature flag (#1865)
* Updating table row css (#1787)

* remove calendarView Feature flag

* remove unused imports

Co-authored-by: Asaad Mahmood <asaadmahmood@users.noreply.github.com>
2021-11-26 08:51:01 -07:00
Carlos Tadeu Panato Junior
8630e099f5
dist: build linux/darwin arm64 targets (#1854) 2021-11-26 09:44:26 +01:00
Hossein
4f9702ac12
GH-1835: Show Autocomplete Textbox when At Mentioning Users in Comments or Content Section (#1836) 2021-11-25 15:10:39 -05:00
Asaad Mahmood
fba5653049
1873 - Calendar UI update (#1874) 2021-11-25 20:30:30 +05:00
Hossein
79ce416896
GH-1805: Replace unfurl link with card title (#1869)
* <Jump To Card>

* GOALNG Ci lint error

* ToDo Comment for internationalize Jump To Card
2021-11-25 09:05:32 -05:00