Paul Esch-Laurent
60ad0cc045
style: "single-user" -> 'single-user' for linting
2022-04-13 10:36:25 -05:00
Scott Bishel
5afa8699e1
Merge pull request #2766 from mattermost/gh-2709-update-link
...
update link for teams
2022-04-13 08:45:15 -06:00
Scott Bishel
fa15c291b7
Merge pull request #2768 from mattermost/gh-2759-fix-images
...
GH-2759 - fix path to file api
2022-04-13 08:43:29 -06:00
Scott Bishel
a69a6f65f5
Merge pull request #2774 from mattermost/mysql-5.7-uuid-fix
...
Avoided using UUID() as function param for MySQL migration
2022-04-13 08:39:54 -06:00
Scott Bishel
463297d0bd
Merge pull request #2776 from mattermost/export-all-boards
...
Use the correct endpoint for exporting all boards on a team
2022-04-13 08:37:08 -06:00
wiggin77
92c0a889b6
minor edit
2022-04-13 10:22:22 -04:00
wiggin77
471096d3ae
fix hash sign in block title for CSV export
2022-04-13 10:10:29 -04:00
Miguel de la Cruz
9c03838840
Use the correct endpoint for exporting all boards on a team
2022-04-13 15:04:47 +02:00
Harshil Sharma
3f21b555a9
Merge branch 'category-websocket-broadcast-fix' of github.com:mattermost/focalboard into category-websocket-broadcast-fix
2022-04-13 15:47:00 +05:30
Harshil Sharma
d744d69b43
Added category change broaadcast to cluster
2022-04-13 15:46:35 +05:30
Harshil Sharma
280e38604f
Merge branch 'main' into category-websocket-broadcast-fix
2022-04-13 15:09:49 +05:30
Asaad Mahmood
ec39401dc0
Various UI updates on permissions ( #2765 )
2022-04-13 14:07:47 +05:00
Harshil Sharma
15cac1b066
Avoided using UUID() as function param for MySQL migration
2022-04-13 12:12:50 +05:30
kyeongsoosoo
e3a812e6c1
fix: disable rerender when markdown-editor-input is mounted
2022-04-13 13:53:58 +09:00
wiggin77
2c75097680
unit test for export board
2022-04-12 23:41:32 -04:00
Mattermod
b4829f55e4
Merge branch 'main' into GH-2449
2022-04-13 02:28:22 +03:00
Mattermod
fdcc02c35e
Merge branch 'main' into category-websocket-broadcast-fix
2022-04-13 02:26:58 +03:00
Spiros Economakis
539aee6a46
Fix configuration for prometheus address ( #2763 )
...
The env variable for prometheus address is not respected as it should be set as
viper default config.
Ticket: https://mattermost.atlassian.net/browse/43295
2022-04-12 17:43:29 -04:00
Scott Bishel
36db054036
removing else section as its not used
2022-04-12 14:19:15 -06:00
Scott Bishel
786b97eb82
fix path to file api
2022-04-12 13:18:10 -06:00
Chen-I Lim
af35a8e2c2
GH 2593: Fix Windows migration ( #2767 )
...
* Upgrade npm in build-ubuntu
* npm i -S moment
* Don't upgrade npm
* macos-latest on build-mac
* Update dev-release.yml
* Fix #2593 : Fix Windows migration
2022-04-12 12:17:58 -07:00
Scott Bishel
78ce579583
update link for teams
2022-04-12 10:51:06 -06:00
Chen-I Lim
2b3ed75b3b
Add readme for Mac and Win apps ( #2757 )
...
* Add readme for Mac and Win apps
* chore(Makefile): improve xcode error feedback
Co-authored-by: Paul Esch-Laurent <paul.esch-laurent@mattermost.com>
2022-04-12 09:20:36 -07:00
Miguel de la Cruz
c5f8b7f142
Add coalesce to template version migration ( #2764 )
2022-04-12 08:47:45 -04:00
Paul Esch-Laurent
27831136c9
fix: hide 'Copy link' for single-user
installs
2022-04-11 14:00:52 -05:00
Scott Bishel
0355e1c7d7
Merge pull request #2760 from mattermost/single-user-mode-not-refreshing-correctly
...
Use the right single user ID on the WS implementation
2022-04-11 11:53:36 -06:00
Miguel de la Cruz
5f963af701
Use the right single user ID on the WS implementation
2022-04-11 19:16:16 +02:00
Scott Bishel
fcf4ed49b2
Merge pull request #2741 from mattermost/delete-view-fix
...
Fixed bug where next view wasn't selected
2022-04-11 07:41:36 -06:00
Scott Bishel
a19840a76a
Merge pull request #2756 from wiggin77/add_remove_unit_tests
...
Add unit test for GetAllBlocksForBoard; remove integration test GetSubtree
2022-04-09 08:43:31 -06:00
wiggin77
43662e3a9a
Add unit test for GetAllBlocksForBoard; remove integration test GetSubtree
2022-04-08 15:57:37 -04:00
Jesús Espino
f3267e2458
Fixing delete/undelete boards ( #2571 )
...
* Fixing delete/undelete boards
* Adding permissions checks for undelete board and undelete block
* Fixing server-lint
* Handling permissions for deleted boards
* Fixing linter errors
* Fixing tests
* Update server/services/store/sqlstore/board.go
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
* Fixing error message
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
2022-04-08 13:31:28 -04:00
Doug Lauder
30e6bc477d
GH-2745 Don't init default templates when unit testing ( #2748 )
...
* Don't warn when appears in card followed by text that is not a username
* Selectively initalize default templates for unit tests that need them to reduce test times. Reduce log noise.
2022-04-08 13:46:16 +02:00
Asaad Mahmood
4411bdddb3
GH-2714 - Updating permissions dropdown ( #2726 )
...
* GH-2708 - Updating permissions dropdown
* Updating UI
2022-04-08 04:53:28 +05:00
Doug Lauder
68b623ff29
Don't warn when appears in card followed by text that is not a username ( #2747 )
2022-04-07 17:39:35 -04:00
Doug Lauder
ff020d85e3
Don't notify non-board members of card changes ( #2718 )
...
* Don't notify non-board members of card changes
- include permissions service in notifications backends
- use permissions service to ensure @mentions are to users on team
- use permissions service to ensure subscribers are members of board
2022-04-07 11:42:32 -04:00
Jesús Espino
d8c017d25a
Lazy loading the drafjs editor to avoid affecting hitting mattermost-chat performance on first load ( #2742 )
...
* Lazy loading the drafjs editor to avoid affecting hitting mattermost-chat performance on first load
* Fixing jest tests
2022-04-07 13:22:30 +02:00
Harshil Sharma
2358e3e792
Broadcasting category changes only to the correct user
2022-04-07 15:33:56 +05:30
Harshil Sharma
39ff738d44
Fixed bug where next view wasn't selected
2022-04-07 13:24:59 +05:30
Jesús Espino
0363357209
Simplifying the categories migration ( #2739 )
...
* Simplifying the categories migration
* A bit more of simplification
* Leaving the channel_id there because sqlite doesn't support drop columns
* Update server/services/store/sqlstore/migrations/000018_populate_categories.up.sql
* Update server/services/store/sqlstore/migrations/000019_populate_category_blocks.up.sql
* Update server/services/store/sqlstore/migrations/000018_populate_categories.up.sql
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
2022-04-06 16:15:50 -04:00
Jesús Espino
6fef5f0c92
Avoid possible problem of block history with null in the title ( #2721 )
...
* Avoid possible problem of block history with null in the title
* Making title not nullable
2022-04-06 18:55:03 +02:00
Scott Bishel
dc72e3d3bd
Merge pull request #2664 from jespino/issue-2617
...
Adding file size limit
2022-04-06 10:43:41 -06:00
Scott Bishel
e9ab26a641
Merge pull request #2735 from jespino/removing-unussed-methods
...
Removing not used code
2022-04-06 10:35:12 -06:00
Scott Bishel
286f7f0663
Merge pull request #2737 from jespino/smallfix
...
Removing duplicated logic
2022-04-06 10:32:38 -06:00
Jesús Espino
f9f269c21a
Removing duplicated logic
2022-04-06 16:58:01 +02:00
Jesús Espino
87e84589ba
Fixing cypress tests
2022-04-06 16:22:47 +02:00
Jesús Espino
c3cb4a1491
Fixing tests
2022-04-06 16:04:21 +02:00
João Aldeano
263bd92424
Refactor errorResponse to set the logger to debug if the response cod… ( #2719 )
...
* Refactor errorResponse to set the logger to debug if the response code is set to unauthorised. Fixes #2488
* Fix merge conflicts
2022-04-06 07:54:40 -04:00
Jesús Espino
bc52b2f044
Fixing golangci-lint errors
2022-04-06 13:01:45 +02:00
Jesús Espino
af5193bbd0
Removing not used code
2022-04-06 12:57:30 +02:00
Asaad Mahmood
2c067147e7
GH-2708 - Updating z-index for dropdown list ( #2727 )
2022-04-06 14:04:55 +05:00