1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-21 13:38:56 +02:00
Commit Graph

3556 Commits

Author SHA1 Message Date
Scott Bishel
13c33acb7d
MM-51795 Remove free cloud server message (#4677)
* remove free cloud server message

* remove selector for cloud message

* remove unused import
2023-03-30 11:45:32 +02:00
Harshil Sharma
2634924150
Cherrypicking 22606 to old focalboard (#4673) 2023-03-30 10:50:50 +02:00
Scott Bishel
0192ef6f3f
only send category updates to user (#4672)
* only send category updates to user

* remove unused function

* Revert "remove unused function"

This reverts commit 8c4fc9b200.

* remove unused function

* fix test

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-03-29 16:27:18 -06:00
Scott Bishel
01b58cb45a
update ubuntu to latest (#4671) 2023-03-29 12:13:18 +02:00
Miguel de la Cruz
d7af2be765
Test fixing main after mono-repo (#4669) 2023-03-27 15:47:32 -06:00
Miguel de la Cruz
1fff221da9
Adds escaping when normalizing table names for MySQL on DB helpers (#4653)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-03-27 13:56:39 +02:00
Scott Bishel
d8e1fb4832
copy safe writeFileResponse into personal server/desktop (#4654)
* copy safe writeFileResponse into personal server/desktop

* lint fix

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-03-22 13:28:23 -06:00
Scott Bishel
3fa0e08219
Fix category dialog (#4657)
* test merge

* update Dialog color for SidebarCategory

* add semicolon

* use the lowercase dialog class
2023-03-22 13:28:00 -06:00
Johannes Marbach
41fbd5fecc
Enable cross-compilation of Linux webapp via Docker (#4528)
Relates to: #4470

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-03-09 11:53:45 -05:00
Scott Bishel
64f4684564
Merge pull request #4614 from mattermost/deduplicate_category_boards
Deduplicate category boards
2023-03-09 08:11:38 -07:00
Scott Bishel
3a9f0fed7e
Merge pull request #4620 from mattermost/MM-51062-fix-api
check permissions to channel before patching via api
2023-03-09 07:49:13 -07:00
Harshil Sharma
e59b61937f Counting on specific column 2023-03-09 11:20:32 +05:30
Harshil Sharma
761eaa759b Merge branch 'main' into deduplicate_category_boards 2023-03-09 11:17:24 +05:30
Scott Bishel
184250018a
Merge pull request #4623 from mattermost/update-version-7.10.0
update version to v7.10.0
2023-03-08 13:50:31 -07:00
Scott Bishel
6f050a766d
Merge pull request #4618 from weblate/weblate-focalboard-webapp
Translations update from Mattermost Weblate
2023-03-08 10:31:46 -07:00
Mattermost Build
0f6a9e212c
Merge branch 'main' into weblate-focalboard-webapp 2023-03-07 20:03:54 +02:00
Scott Bishel
b230064c39 Merge branch 'MM-51062-fix-api' of github.com:mattermost/focalboard into MM-51062-fix-api 2023-03-07 11:02:14 -07:00
Scott Bishel
dda3b8f13a lint fixes 2023-03-07 11:01:52 -07:00
Harshil Sharma
fa72286427
Board teamless file path (#4577)
* Updated upload and donwload code

* Removed archived file handling as we no longer have cloud limits

* Fixed server lint

* Restored unused

* CI

* Added new tests

* Fixed integration tests

* Added Path column for personal server's FileInfo table

* Removed sophesticated, elegant debug logs

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-03-07 10:21:53 +05:30
Mattermost Build
a897ce36a8
Merge branch 'main' into MM-51062-fix-api 2023-03-07 05:50:29 +02:00
Scott Bishel
5ac5eadbee adding a successful test 2023-03-06 15:10:58 -07:00
Scott Bishel
fe29ec8826 check permissions to channel before patching via api 2023-03-06 12:26:39 -07:00
Pablo Andrés Vélez Vidal
7cf0a88cc6
Merge pull request #4539 from mattermost/MM-48246-ABtest-openRhs-withBoard
MM-48246 - ab test open RHS with linked board; add telemetry info
2023-03-06 19:06:46 +01:00
Ben Cooke
c50444746e
Merge pull request #4597 from BenCookie95/4474_date-properties
Updating date when prop has changed
2023-03-06 10:50:13 -05:00
Scott Bishel
d16bbcbe10
Fix table multiperson (#4613)
* clear overflow on multiperson

* clear overflow on multiperson
2023-03-06 08:48:30 -07:00
Felipe Nogueira
6b5c263e56 Translated using Weblate (Portuguese (Brazil))
Currently translated at 94.2% (424 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pt_BR/
2023-03-04 08:20:13 +01:00
Dmitry Scherbak
8fe781a16c Translated using Weblate (Russian)
Currently translated at 75.7% (341 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ru/
2023-03-04 08:20:13 +01:00
Vidar Haarr
24d6ad48e7 Translated using Weblate (Norwegian Bokmål)
Currently translated at 40.6% (183 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nb_NO/
2023-03-04 08:20:12 +01:00
Asaad Mahmood
56954e0491
Updating welcome screen for small sizes (#4609) 2023-03-04 12:20:05 +05:00
Harshil Sharma
f9aa6c1668 Fixed server test 2023-03-03 18:49:53 +05:30
Harshil Sharma
1e3c033547 shortcircuit for mysql 2023-03-03 15:55:52 +05:30
Harshil Sharma
7195a2bf1d Lint fix 2023-03-03 15:45:24 +05:30
Harshil Sharma
39dbdbba77 Added data migration to de-duplicate data from category_boards table 2023-03-03 15:10:23 +05:30
Scott Bishel
c01776e92a update version to v7.10.0 2023-03-02 16:35:51 -07:00
Scott Bishel
805e0d93dc
disable patches on read-only unmount (#4608) 2023-03-02 12:09:32 +01:00
hattori611
bd7608ff11 Translated using Weblate (Vietnamese)
Currently translated at 6.6% (30 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/vi/
2023-03-01 20:29:08 +02:00
Filip Antala
b553a6f216 Translated using Weblate (Slovak)
Currently translated at 61.5% (277 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/sk/
2023-03-01 20:29:08 +02:00
11sma
c341385c47 Translated using Weblate (Catalan)
Currently translated at 43.3% (195 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ca/
2023-03-01 20:29:08 +02:00
Moataz Muhammad
0aa09a2143 Translated using Weblate (Arabic)
Currently translated at 46.0% (207 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ar/
2023-03-01 20:29:08 +02:00
Benjamin Calisto
73b8f07406 Translated using Weblate (Spanish)
Currently translated at 48.6% (219 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/es/
2023-03-01 20:29:08 +02:00
Pablo Andrés Vélez Vidal
8f3407291d
update telemetry id
Co-authored-by: Maria A Nunez <maria.nunez@mattermost.com>
2023-03-01 00:34:43 +01:00
Pablo Andrés Vélez Vidal
a1659ad8d2
Merge pull request #4602 from mattermost/MM-50804-error-creating-empty-board
MM-50804 - add reference to template id to action function
2023-03-01 00:32:48 +01:00
Caleb Roseland
a6b3ea6fc4
Merge pull request #4605 from mattermost/MM-50810_fix-shared-modules 2023-02-28 10:48:28 -06:00
Harrison Healey
3122e9c3cf MM-50810 Fix module loading issues caused by shared modules 2023-02-27 19:04:17 -05:00
Pablo Andrés Vélez Vidal
7e0b4955e2 MM-50804 - add reference to template id to action function 2023-02-27 12:52:09 +01:00
Benjamin Cooke
30c9da952e lint 2023-02-23 15:35:04 -05:00
Benjamin Cooke
ae44d6f2bf unit test 2023-02-23 14:27:52 -05:00
Sergey Seroed
f2a7d613eb Translated using Weblate (Ukrainian)
Currently translated at 54.6% (246 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/uk/
2023-02-23 00:29:07 +02:00
Milo Ivir
afea83a652 Translated using Weblate (Croatian)
Currently translated at 100.0% (450 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/
2023-02-23 00:29:07 +02:00
CI-YU
c61729c77c Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (450 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/
2023-02-23 00:29:07 +02:00