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

3521 Commits

Author SHA1 Message Date
Scott Bishel
c2efb74d0d add check for schema migration 2023-03-14 11:55:46 -06:00
Scott Bishel
9e1dd374f2
Merge pull request #4635 from mattermost/fix-emoji
fix path for static files
2023-03-13 18:11:41 -06:00
Scott Bishel
1f09a94161
Merge pull request #4636 from mattermost/update-version-7.9.2
update version to v7.9.2
2023-03-13 16:32:27 -06:00
Scott Bishel
6b36a6fdc9 update version to v7.9.2 2023-03-13 15:53:09 -06:00
Scott Bishel
c9bd3b8e20 fix path for static files 2023-03-13 15:39:45 -06:00
Scott Bishel
4ca234ec7f
Merge pull request #4624 from mattermost/cp-4620
Merge pull request #4620 from mattermost/MM-51062-fix-api
2023-03-09 09:38:57 -07:00
Scott Bishel
b979baab37
Merge pull request #4625 from mattermost/cp-4614
Merge pull request #4614 from mattermost/deduplicate_category_boards
2023-03-09 09:14:57 -07:00
Scott Bishel
1c0393716c Merge pull request #4614 from mattermost/deduplicate_category_boards
Deduplicate category boards

(cherry picked from commit 64f4684564)
2023-03-09 08:47:35 -07:00
Scott Bishel
fee3ef7963 Merge pull request #4620 from mattermost/MM-51062-fix-api
check permissions to channel before patching via api

(cherry picked from commit 3a9f0fed7e)
2023-03-09 08:43:44 -07:00
Scott Bishel
f68ed3d7fe
Merge pull request #4622 from mattermost/update-version-7.9.1
Update version to v7.9.1
2023-03-08 13:50:05 -07:00
Scott Bishel
c8167483f5 Update version to v7.9.1 2023-03-08 12:31:59 -07:00
Scott Bishel
a6936552cb
disable patches on read-only unmount (#4608) (#4611)
(cherry picked from commit 805e0d93dc)
2023-03-02 12:50:21 -07: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
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
MArtin Johnson
37e5059754 Translated using Weblate (Swedish)
Currently translated at 100.0% (450 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/sv/
2023-02-23 00:29:07 +02:00
Marcio Santos
4819e58a18 Translated using Weblate (Portuguese)
Currently translated at 2.2% (10 of 450 strings)

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

Translated using Weblate (Portuguese)

Currently translated at 0.8% (4 of 450 strings)

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

Added translation using Weblate (Portuguese)
2023-02-23 00:29:07 +02:00
Scott Bishel
f88ee1ece3
Fix for users adding board links to Read-only channels (#4581)
* initial commit for channel permissions

* add test

* check for write post when returning channels

* lint fix

* fix test

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-02-22 14:55:13 -07:00
Harshil Sharma
230e519352
Added emoji spirit file in codebase (#4592)
* Useing native emoji instead of relying on a spirit

* Added emoji spirit in code

* Added emoji spirit in code
2023-02-22 09:17:17 +05:30
Doug Lauder
6576d75192
improve logging (#4578) 2023-02-14 16:42:32 -05:00
Scott Bishel
098868387e
initial implementation of SysAdmin/TeamAdmin feature (#4537)
* initial implementation of SysAdmin/TeamAdmin feature

* fix adminBadge tests

* updating tests

* more fixes for unit tests

* lint fixes

* update snapshots

* update cypress test for call change

* add additional unit tests

* update test for lint errors

* fix reviews implement tests

* fix for merge, reset dialog before redirection

* remove unused test code

* fix more tests

* fix swagger doc for missing parameters

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-02-14 09:17:33 -07:00
Scott Bishel
759a8bb76a
Fix today (#4531)
* set date from today click to 12pm UTC

* make sure all dates are set to 12pm

* fix test

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-02-14 08:32:37 -07:00
Rajat Dabade
cc9a689c8b
Added the bot-notification changes for attachment (#4301)
* Added the bot-notification changes for attachment

* Linter fixes

* Added Todo for i18n

* Grammer fix

* Statement Corrections

* Grammer fix

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-02-13 14:30:15 -07:00
Milo Ivir
1b917ba44d 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-13 19:00:11 +02:00
kaakaa
9efea6ac3b Translated using Weblate (Japanese)
Currently translated at 100.0% (450 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ja/
2023-02-13 19:00:11 +02:00
Rizumu85
fdc1ece02a Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (450 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hans/
2023-02-13 19:00:11 +02:00
MArtin Johnson
7d46887932 Translated using Weblate (Swedish)
Currently translated at 100.0% (450 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/sv/
2023-02-13 19:00:11 +02:00
Sergey Seroed
d8b82981d5 Translated using Weblate (Ukrainian)
Currently translated at 31.5% (142 of 450 strings)

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

Translated using Weblate (Ukrainian)

Currently translated at 10.2% (46 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/uk/
2023-02-13 19:00:11 +02:00
Matthew Williams
137421578b Translated using Weblate (English (Australia))
Currently translated at 100.0% (450 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/en_AU/
2023-02-13 19:00:11 +02:00
master7
6d6c0fc716 Translated using Weblate (Polish)
Currently translated at 100.0% (450 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/
2023-02-13 19:00:11 +02:00
Tom De Moor
856693171a Translated using Weblate (Dutch)
Currently translated at 99.7% (449 of 450 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/
2023-02-13 19:00:11 +02:00
Doug Lauder
935e5c68fd
Use name column to determine if schema_migrations table is correct format (#4557)
* Use name column to determine if schema_migrations table is correct format

* fix result when table missing

* fix result when table missing

* really fix result when table missing

* fix linter

* more linter

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-02-13 16:16:20 +01:00
Scott Bishel
f1a190d4d6
use specific class, rather than NOT an unrelated ID (#4570) 2023-02-11 08:51:05 -07:00
Asaad Mahmood
1abd7f2645
GH-4478 - Forcing global header icons on the right (#4556) 2023-02-09 18:18:32 +05:00
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
Rajat Dabade
c91a67fbe6
Used Shared resource from MM-server for attachment serving (#4542)
* Used Shared resource for File Handling

* Making use of shared attachment serve functionality

* Added license

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2023-02-08 20:44:28 -07:00
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
Harshil Sharma
06984c7856
Added check for to-be-added user into team (#4515)
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-02-07 09:09:26 +05:30
Scott Bishel
c718633bb0
Merge pull request #4505 from weblate/weblate-focalboard-webapp
Translations update from Mattermost Weblate
2023-02-06 17:43:48 -07:00
Xiaoguo
94d8eadf0b Translated using Weblate (Chinese (Simplified))
Currently translated at 67.7% (302 of 446 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hans/
2023-02-06 16:23:24 +01:00
CI-YU
5d5b80b9ff Translated using Weblate (Chinese (Traditional))
Currently translated at 93.0% (415 of 446 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/
2023-02-06 16:23:24 +01:00
Milo Ivir
7397751ace Translated using Weblate (Croatian)
Currently translated at 100.0% (446 of 446 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/
2023-02-06 16:23:24 +01:00
Sajjad Jazini
cbb5341726 Translated using Weblate (Persian)
Currently translated at 27.3% (122 of 446 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/fa/
2023-02-06 16:23:23 +01:00
Matthew Williams
95e4ffd804 Translated using Weblate (English (Australia))
Currently translated at 100.0% (446 of 446 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/en_AU/
2023-02-06 16:23:23 +01:00
Kaya Zeren
dbfda1f1fd Translated using Weblate (Turkish)
Currently translated at 100.0% (446 of 446 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/tr/
2023-02-06 16:23:23 +01:00