Commit graph

2535 commits

Author SHA1 Message Date
Matthew Williams
67eeb275b9 Translated using Weblate (English (Australia))
Currently translated at 100.0% (303 of 303 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/en_AU/
2022-04-04 17:49:11 +02:00
Tom De Moor
03f488dcdd Translated using Weblate (Dutch)
Currently translated at 100.0% (303 of 303 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/
2022-04-04 17:49:11 +02:00
SerHack
bc3b759e59 Translated using Weblate (Italian)
Currently translated at 99.6% (302 of 303 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/it/
2022-04-04 17:49:11 +02:00
Benoit Podwinski
aa6729ef85 Translated using Weblate (French)
Currently translated at 100.0% (303 of 303 strings)

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

Translated using Weblate (French)

Currently translated at 97.6% (296 of 303 strings)

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

Translated using Weblate (French)

Currently translated at 100.0% (303 of 303 strings)

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

Translated using Weblate (French)

Currently translated at 96.3% (292 of 303 strings)

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

Translated using Weblate (French)

Currently translated at 90.4% (274 of 303 strings)

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

Translated using Weblate (French)

Currently translated at 89.7% (272 of 303 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/fr/
2022-04-04 17:49:11 +02:00
Kaya Zeren
9b40cab138 Translated using Weblate (Turkish)
Currently translated at 100.0% (303 of 303 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/tr/
2022-04-04 17:49:11 +02:00
Alexey Napalkov
6f7af43359 Translated using Weblate (Russian)
Currently translated at 100.0% (303 of 303 strings)

Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ru/
2022-04-04 17:49:11 +02:00
Scott Bishel
20f6b3e00b
Merge pull request #2618 from mattermost/MM-40430-redirect-login
MM-40430 - Redirect user if already logged in
2022-04-04 09:49:07 -06:00
Scott Bishel
3757c19a6d
Merge pull request #2716 from mattermost/gh-2712-fix-templates
GH-2712:Don't check team permission for GlobalTeamID
2022-04-04 09:48:09 -06:00
Jesús Espino
3eb9e469d4 Revert "Removing restriction about the channel_id and add it to all the databases"
This reverts commit b9be81b900.
2022-04-04 17:45:18 +02:00
Jesús Espino
b9be81b900 Removing restriction about the channel_id and add it to all the databases 2022-04-04 17:45:00 +02:00
Mattermod
e1dd866fba
Merge branch 'main' into private-onboarding-board 2022-04-04 18:43:24 +03:00
Jesús Espino
cb6272af6c Adding translations and regenerationg the i18n/en.json file 2022-04-04 17:37:23 +02:00
Jesús Espino
67dfb4e118 Merge remote-tracking branch 'origin/main' into issue-2617 2022-04-04 17:23:31 +02:00
Scott Bishel
43722df412 update formatting 2022-04-04 09:18:39 -06:00
Scott Bishel
3abe349967
Merge branch 'main' into MM-40430-redirect-login 2022-04-04 09:12:00 -06:00
Jesús Espino
dc5f387fb8
Add code to disble guest account access (#2690)
* Disabling guest accounts

* Using the plugin api to improve get user queries

* Fix linter errors

Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
2022-04-04 16:00:40 +02:00
Jesús Espino
7d0a4afa8b
Opening the actions menu from the view header to the left (#2689)
* Opening the actions menu from the view header to the left

* Fixing jest tests
2022-04-04 15:53:11 +02:00
Jesús Espino
c11c6e9b3f
Merge branch 'main' into gh-2712-fix-templates 2022-04-04 10:15:34 +02:00
Scott Bishel
e1c894b7bb
GH-2675 Remove deprecated Apis (#2685)
* remove deprecated apis and related code

* remove unused api from octoclient

* remove unused api from client

* remove unused code
2022-04-04 09:53:24 +02:00
Scott Bishel
faf9645830
Add Login button to shared boards (#2659)
* add Login button to shared boards

* cleanup

* replace <Redirect> component with useHistory()

* remove comment

* cleanup some spacing

* update snapshots for classname change

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-04-04 09:52:24 +02:00
Scott Bishel
c19ac24fe6
update apis to return 501 if not available for plugin (#2684) 2022-04-04 09:49:27 +02:00
Scott Bishel
283d7669f3
remove read token check from unnecessary functions (#2682) 2022-04-04 09:39:29 +02:00
Scott Bishel
3f6affbd83
Merge pull request #2706 from wiggin77/GH-2434_pserver_no_error_page
GH-2534: Don't show error page for Personal Server when not logged in
2022-04-01 16:22:01 -06:00
Scott Bishel
e46b9749d1 lint fixes 2022-04-01 14:41:31 -06:00
Scott Bishel
f20b0cdca6 don't check team permission for GlobalTeamID 2022-04-01 13:42:30 -06:00
wiggin77
19ed0d73fe fix cypress tests 2022-04-01 13:43:49 -04:00
wiggin77
70e97227a4 don't show error page when not plugin for not-logged-in 2022-04-01 12:19:16 -04:00
Scott Bishel
68b97919cd
Merge pull request #2704 from wiggin77/GH-2638_import_scripts_broken
GH-2638 - Fix Import scripts
2022-04-01 09:28:27 -06:00
Scott Bishel
a1f7ae5d8e
Merge pull request #2703 from wiggin77/GH-2443_follow_button_broken
GH-2443  - Fix broken Follow button
2022-04-01 09:28:11 -06:00
Scott Bishel
eb2de9401c
Merge pull request #2698 from mattermost/weblate-fix
Weblate fixes
2022-04-01 08:30:39 -06:00
Mattermod
1e1ad3994f
Merge branch 'main' into GH-2443_follow_button_broken 2022-04-01 17:29:34 +03:00
wiggin77
2e7427d2f3 fix trello import 2022-03-31 22:55:08 -04:00
wiggin77
400c5a108c fix todolist import 2022-03-31 22:50:58 -04:00
wiggin77
aa3837814b fix notion import 2022-03-31 22:41:13 -04:00
wiggin77
eb5ed3ae98 fix nextcloud import 2022-03-31 22:36:02 -04:00
wiggin77
d8e9566be9 fix jira import 2022-03-31 22:19:04 -04:00
wiggin77
9f2cf6730e fixed asana import 2022-03-31 22:02:33 -04:00
wiggin77
9a2cea7113 fix broken Follow button 2022-03-31 19:15:46 -04:00
Scott Bishel
2d356c696b
Merge pull request #2702 from mattermost/gh-2678-shared-files
GH-2678 Update handleServeFile to allow readtoken
2022-03-31 16:34:21 -06:00
Scott Bishel
c098eda254 update handleServeFile to allow readtoken 2022-03-31 15:02:49 -06:00
Scott Bishel
d972cac4a1
Merge pull request #2700 from wiggin77/GH-2692_archive_import_broken
GH-2692 - Fix archive import
2022-03-31 14:24:49 -06:00
wiggin77
92a5c3605e fix unit test 2 2022-03-31 15:11:44 -04:00
wiggin77
69b4baa7ec fix unit test 2022-03-31 14:45:41 -04:00
wiggin77
d862e66af4 fix archive import 2022-03-31 14:04:20 -04:00
Scott Bishel
5fe14d119a fix conflicts 2022-03-31 09:46:36 -06:00
Scott Bishel
36bf5704d0
Merge pull request #2636 from mattermost/private-templates
Added support for access control on templates
2022-03-31 07:42:58 -06:00
Scott Bishel
68dc26647b
Merge pull request #2694 from mattermost/missing-board-options
Missing board options in sidebar
2022-03-31 07:40:50 -06:00
Harshil Sharma
9e507fc209 Adde missing board menu options in sidebar 2022-03-31 17:55:29 +05:30
Harshil Sharma
9d6a26e230 Merge branch 'main' into missing-board-options 2022-03-31 16:21:34 +05:30
Harshil Sharma
806bb8e1a6 Fixed tests 2022-03-31 15:14:57 +05:30