kamre
70dabf50f7
[GH-2966] Disable card detail properties hover state for shared readonly view ( #3250 )
...
* Disable hover state for readonly card detail properties.
* Function `propertyValueClassName` introduced.
* Jest snapshots fixed after updating dependencies.
2022-06-20 12:32:50 -04:00
Scott Bishel
5d320f092b
only display confirm on type change ( #3234 )
2022-06-16 08:46:31 -06:00
Ishan Masdekar
3a135a30e7
fix: handles null or empty clientConfig ( #3237 )
...
Adds a check to see if the clientConfig object is null or empty.
If null or empty clientConfig then sets the disableTour to false.
Related Issue: #3236
Signed-off by: imasdekar <imasdekar@disroot.org>
2022-06-16 09:32:08 -04:00
Scott Bishel
b911de0cc3
CP - Update en.json: Bug fix and consistency ( #3231 )
...
* Update en.json: Bug fix and consistency (#3151 )
* Update en.json
Updated copy and fixed https://github.com/mattermost/focalboard/issues/3131
* update cypress tests
* update default messages, en.json is created from default messages when running i18n-extract
* update tests for string changes
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
(cherry picked from commit 020d83fa44
)
* clean up cherry-pick
* more cleanup
* fix bad merge
* fix cypress tests
Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>
2022-06-16 16:47:44 +05:30
Scott Bishel
85b10ad417
fixes for personal server app notification ( #3227 ) ( #3230 )
...
* fixes for personal server app notification (#3227 )
* fix test
2022-06-16 16:46:45 +05:30
Harshil Sharma
ed79026578
Fix failure to upgrade from 7.0 to 7.2 ( #3240 )
...
* WIP
* Removed placeholder migrationa s no longer needed
* Removed placeholder migrationa s no longer needed
2022-06-16 12:55:48 +02:00
Harshil Sharma
6d243e1c0e
Registered personal-server specific APIs only when running as personal server ( #3228 )
2022-06-16 16:16:35 +05:30
Miguel de la Cruz
fa6de94070
Adds limits implementation to the server ( #3213 )
...
* Adds limits implementation to the server
* Add test for deleted boards on active card count
2022-06-15 12:17:44 +02:00
kamre
d34bf0391b
Fix flickering when switching views: use redux state for rendering instead of the router match params. ( #3212 )
2022-06-15 12:00:11 +05:30
Mattermod
324fc04b64
Merge pull request #3215 from weblate/weblate-focalboard-webapp
...
Automatic Merge
2022-06-14 20:00:18 +03:00
Doug Lauder
e4231198d5
Multi product architecture ( #3218 )
...
* skeleton lifecycle
* bare minimum to satisfy mm-server import
2022-06-14 09:00:09 -06:00
KB.M
f721fc9dae
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 95.2% (298 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hans/
2022-06-13 10:05:47 +02:00
MArtin Johnson
a404134cda
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (313 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/sv/
Translated using Weblate (Swedish)
Currently translated at 100.0% (313 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/sv/
Translated using Weblate (Swedish)
Currently translated at 99.6% (312 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/sv/
2022-06-13 10:05:47 +02:00
Harshil Sharma
f3faf39eaa
Forward-porting fileinfo limits ( #3164 )
...
* Updated go version
* Generated mocks
* lint fix
* lint fix
* lint fix
* backported fileinfo limits
* backported fileinfo limits
* added tests
* synced with main
* Server lint fix
* used a better name
2022-06-13 13:35:42 +05:30
kamre
04223a3f76
Git attributes for ignoring website and swagger docs in linguist added. ( #3172 )
2022-06-12 09:18:44 -07:00
Doug Lauder
95d0f37420
Migration fixes ( #3196 )
...
* simplify block.board_id population
* only create tables if not existing
* fix migration ordering
* fix min schema versions for code-based migrations
2022-06-08 10:13:56 -04:00
Harshil Sharma
2ab4e95289
Updated go version ( #3189 )
...
* Updated go version
* Generated mocks
* lint fix
* lint fix
* lint fix
* Updated gitlab builder image
2022-06-06 10:18:21 +02:00
Jesús Espino
8cefcd8e8c
Allowing subpath in development environment ( #3000 )
...
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-06-03 12:10:46 +02:00
Paul Esch-Laurent
8d2cc3ed06
fix: delete .action-cell
CSS bg color ( #3157 )
2022-06-03 11:27:24 +05:30
kamre
a42f8b7dcc
[GH-3170] Fix overflow for ValueSelector menu ( #3171 )
2022-06-02 15:54:07 -05:00
Mattermod
14e5dbef3a
Merge pull request #3153 from weblate/weblate-focalboard-webapp
...
Automatic Merge
2022-06-01 19:41:24 +03:00
Varghese Jose
a5d87a6002
Translated using Weblate (Malayalam)
...
Currently translated at 97.4% (305 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ml/
2022-05-29 07:38:00 +02:00
Milo Ivir
607964eca4
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (313 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hr/
2022-05-29 07:38:00 +02:00
David Janda
9a5c7132e0
[MM-T4287] Implement Cypress test for hiding/unhiding a group ( #3100 )
...
* Implement Cypress test for hiding/unhiding a group
* Update verification logic for hiding/unhiding a group
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-05-27 09:27:11 -06:00
Doug Lauder
fa258fe91e
fix postgres SQL for legacyBoardFields ( #3111 )
...
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-05-26 18:11:53 -04:00
Chen-I Lim
9eb3bd5487
Fix #3072 . Add docs on how to auth to API readme. ( #3102 )
2022-05-25 09:19:02 -07:00
Scott Bishel
37d09b0a84
Merge pull request #3122 from mattermost/fix-weblate-lock
...
Reflect focalboard new translations commits
2022-05-25 09:53:36 -06:00
Mustafa Kara
e2101f8ff0
Reflect focalboard new translations commits
...
Signed-off-by: Mustafa Kara <mustafa.kara@mattermost.com>
2022-05-25 18:31:30 +03:00
Mattermod
3ee97a508f
Merge pull request #3101 from weblate/weblate-focalboard-webapp
...
Automatic Merge
2022-05-25 17:46:24 +03:00
Harshil Sharma
d6e494ca29
Fixed a bug where migrations didn't run on a clean DB ( #3104 )
2022-05-24 09:40:34 +02:00
Scott Bishel
3f49be606b
need to update OnDropToCard on card changes ( #3076 )
2022-05-24 12:05:12 +05:30
master7
963839e16a
Translated using Weblate (Polish)
...
Currently translated at 100.0% (313 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/pl/
2022-05-23 13:16:09 +02:00
MArtin Johnson
fce082a0ee
Translated using Weblate (Swedish)
...
Currently translated at 69.6% (218 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/sv/
2022-05-23 13:16:09 +02:00
kaakaa
d53792b811
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (313 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ja/
2022-05-23 13:16:09 +02:00
Matthew Williams
4e6fef7090
Translated using Weblate (English (Australia))
...
Currently translated at 100.0% (313 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/en_AU/
2022-05-23 13:16:09 +02:00
Tóth Csaba // Online ERP Hungary Kft
9b5fab946d
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (313 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/hu/
2022-05-23 13:16:09 +02:00
Kaya Zeren
0987d2fa05
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (313 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/tr/
2022-05-23 13:16:09 +02:00
jprusch
920fd276fb
Translated using Weblate (German)
...
Currently translated at 100.0% (313 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/
2022-05-23 13:16:09 +02:00
임준영
3d9dd453fa
Translated using Weblate (Korean)
...
Currently translated at 80.1% (251 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/ko/
2022-05-23 13:16:09 +02:00
Prakhar Porwal
c6869df914
Added Tests for NewServer() , snapshot matching ( #3037 )
...
* Added Tests for NewServer() in webserver.go , snapshot matching
* fixed linting issue
* added test for bad base url and made changes as asked by @jespino
* fixed lint error
Co-authored-by: prakharporwal <prakharporwal@github>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-05-23 13:16:05 +02:00
David Janda
51dd9bbf7d
Add cypress:debug script to webapp/package.json ( #3088 )
2022-05-20 19:39:16 +05:30
Doug Lauder
f874c3dce3
don't redundantly send config chg messages to cluster nodes ( #3090 )
...
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-05-19 13:59:04 -06:00
Asaad Mahmood
e01cf226cb
Adding search bar instead of search button for board ( #3070 )
...
* Adding search bar instead of search button for board
* Updating translation
* Updating tests
* Updating test
* Updating test
2022-05-19 21:05:55 +05:00
KyeongSoo Kim
6e7326d4e0
GH-1919 fix unexpected dialog close ( #2828 )
...
* fix: seperate dialog backdrop and wrapper
* test: update snapshot
2022-05-19 10:31:53 +02:00
Scott Bishel
1923846b21
Merge pull request #3091 from sbishel/fix-welcome-template
...
remove invalid assigned settings
2022-05-18 16:13:38 -06:00
Scott Bishel
8fe007277e
remove invalid assigned settings
2022-05-17 14:14:48 -06:00
Scott Bishel
18ece865f6
Merge pull request #3084 from weblate/weblate-focalboard-webapp
...
Translations update from Mattermost Weblate
2022-05-17 12:16:35 -06:00
Su Jing Jhong
894a5f4012
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 82.4% (258 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/zh_Hant/
2022-05-16 23:04:13 +02:00
Tom De Moor
57877f612f
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (313 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/nl/
2022-05-16 23:04:13 +02:00
JtheBAB
188891c158
Translated using Weblate (German)
...
Currently translated at 100.0% (313 of 313 strings)
Translation: Focalboard/webapp
Translate-URL: https://translate.mattermost.com/projects/focalboard/webapp/de/
2022-05-16 23:04:13 +02:00