Scott Bishel
38e735c56d
update snapshots for date format
...
(cherry picked from commit 7257308d27
)
2023-01-05 09:27:56 -07:00
Doug Lauder
6e69de0791
Cherry pick pr4400 rolling stable ( #4404 )
...
* fix merge conflict
* fix merge conflict
2022-12-26 12:30:45 -05:00
Doug Lauder
fc911e7478
services/store: use mattermost sql settings for migration connections ( #4395 ) ( #4399 )
...
* services/store: use mattermost sql settings for migration connections
* fix db type issue
Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>
2022-12-23 11:39:20 -05:00
Asaad Mahmood
401062d128
GH-4278 - Updating card modal attach btn ( #4361 )
...
* GH-4278 - Updating card modal attach btn
* Updating flex
* Updating test
* Updating test
2022-12-20 18:36:02 +05:00
Asaad Mahmood
a43228c4d2
GH-4298 - Updating link boards modal item ( #4362 )
...
* GH-4298 - Updating link boards modal item
* Updating test
* Updating test
2022-12-20 11:18:41 +05:30
Scott Bishel
f09cc00521
rename migration 24 back to original name ( #4367 )
2022-12-19 16:46:53 -07:00
Harshil Sharma
78ac6924e8
Dnd remove default column value ( #4337 )
...
* Revert "Revert dnd (#4294 )"
This reverts commit 9fac8f476e
.
* removed default value of new column for DND
* Used a column function, and collases for default value
* fix bad merge
Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
2022-12-19 14:37:51 -07:00
Rajat Dabade
8927592c57
Fixed the length ( #4296 )
2022-12-19 12:45:27 -07:00
Rajat Dabade
16095fd2e9
Fixed delete menu hover issue ( #4297 )
2022-12-19 12:44:31 -07:00
Doug Lauder
b63542fb63
Search boards by prop ( #4291 )
...
* SearchBoardsForUser API with property name search.
2022-12-16 11:46:00 -05:00
Doug Lauder
2a5c033fa5
Idempotent schema and data migrations ( #4253 )
...
* modify all migration scripts for idempotency
* Add readme
2022-12-16 11:15:38 -05:00
Asaad Mahmood
42c46ad258
GH-4332 - Updating card editor classes ( #4350 )
2022-12-16 08:47:03 -07:00
Harshil Sharma
1e9f2ac452
Updated nvmrc to use correct node version ( #4356 )
2022-12-16 16:46:18 +01:00
Harshil Sharma
f8bc56bfdc
Fixed flex-wrap to display all emojis ( #4355 )
...
* Fixed flex-wrap to display all emojis
* Lint fix
2022-12-16 08:45:45 -07:00
Asaad Mahmood
e092abb45f
Calculation row padding fix ( #4338 )
...
* Calculation row padding fix
* Updating table UI
2022-12-16 10:55:37 +05:30
Scott Bishel
97c2d91375
allow empty dates returned from date property ( #4282 )
...
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-12-15 14:39:56 -07:00
Ibrahim Serdar Acikgoz
9cdae953b9
go.mod: update mattermost-server dependency ( #4341 )
...
* go.mod: update mattermost-server dependency
* update linux/go.mod
2022-12-15 16:36:48 -05:00
Miguel de la Cruz
78ff5c08ad
Fix default collation on preferences table ( #4347 )
2022-12-15 16:35:32 -05:00
Harshil Sharma
f8964ab101
Added API docs in readme ( #4319 )
2022-12-15 13:18:18 -07:00
Rajat Dabade
c5919752a4
ToolTip for Table view menu ( #4328 )
2022-12-15 13:17:55 -07:00
Scott Bishel
be80d3ca82
Fix transparent background on weekends ( #4290 )
...
* fix transparent background on weekends
* revert manifest changes
2022-12-14 17:05:38 -07:00
Scott Bishel
f20f0c6d9d
Update query to only allow open boards for team members ( #4335 )
...
* update query to only allow open boards for team members
* remove debug lines
2022-12-14 10:56:40 -07:00
Asaad Mahmood
bfb85fd1e0
Adding lucky orange tracking ( #4342 )
2022-12-14 19:28:39 +05:00
Ibrahim Serdar Acikgoz
e048c4a8d2
reflect app <-> product package changes ( #4320 )
2022-12-14 15:24:10 +03:00
Harshil Sharma
eceb406535
Revert "Revert dnd ( #4294 )" ( #4324 )
...
This reverts commit 9fac8f476e
.
2022-12-14 14:21:53 +05:30
Miguel de la Cruz
f2d98f940f
Updates migrations to check collation/charset before trying to fix it ( #4325 )
...
* Updates migrations to check collation/charset before trying to fix it
* Update server/services/store/sqlstore/data_migrations.go
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
2022-12-13 12:28:57 -07:00
Miguel de la Cruz
5d82fb8181
Fixes positional arguments in UNION queries ( #4327 )
...
* Fixes positional arguments in UNION queries
* Fix linter
* Fix error statements
2022-12-13 09:26:35 -07:00
Doug Lauder
1d0fda2f7d
Modify query in SearchBoardsForUser to use union. ( #4312 )
2022-12-12 09:12:35 -07:00
Miguel de la Cruz
b22a115ee8
Replace SearchBoardsForUserInTeam query with a more efficient one ( #4308 )
...
* Replace SearchBoardsForUserInTeam query with a more efficient one
* Fix linter
2022-12-07 12:59:59 -05:00
Miguel de la Cruz
9fac8f476e
Revert dnd ( #4294 )
...
* Revert "Fixed bug where boards would move to category of a different team (#4284 )"
This reverts commit e075f408d3
.
* Revert "Merge branch 'main' into only-explicit-boards-on-default-category"
This reverts commit 7db7e56296
, reversing
changes made to 3feda10b6d
.
* Revert "DND support for category and boards in LHS (#3964 )"
This reverts commit 9918a0b3f8
.
2022-12-05 15:03:34 -05:00
Shivashis Padhi
35f681dd75
Change activeUsers field type to []string ( #3909 )
...
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-12-05 17:20:15 +05:30
Harshil Sharma
e075f408d3
Fixed bug where boards would move to category of a different team ( #4284 )
2022-12-02 18:37:49 +01:00
Scott Bishel
60cafbe6eb
update version to v7.7.0 ( #4270 )
2022-12-01 17:47:31 -07:00
Ben Cooke
abec0ac056
Merge pull request #4243 from BenCookie95/MM-48592_insights-packaging-changes
...
[MM-48592] Make my insights available in free tier
2022-12-01 10:07:30 -05:00
Doug Lauder
d67b57117a
bump matter-most server version ( #4271 )
2022-11-30 17:52:01 -05:00
Scott Bishel
0adde49cd8
Fix prod workflow ( #4266 )
...
* don't exclude server from build
* fix a couple more places
* fix a one more place
2022-11-29 17:45:32 -07:00
Scott Bishel
6b890d4963
Fix prod workflow ( #4264 )
...
* don't exclude server from build
* fix a couple more places
2022-11-29 17:26:09 -07:00
Scott Bishel
c9a1733824
don't exclude server from build ( #4262 )
2022-11-29 16:44:19 -07:00
Scott Bishel
571aa2ca99
remove extra run tag for plugin check ( #4260 )
2022-11-29 14:44:25 -07:00
Scott Bishel
93d5d9bef8
Merge pull request #4258 from mattermost/update-prod-workflow
...
Update production release workflow for MPA
2022-11-29 12:39:03 -07:00
Scott Bishel
5db87a8353
don't check plugin when building ubuntu
2022-11-29 11:52:50 -07:00
Scott Bishel
24aa8bd541
update for MPA
2022-11-29 10:34:45 -07:00
Scott Bishel
10b8cf775a
Merge pull request #4071 from shadybotros/fix/GH-4070
...
[GH-4070] Fix focus on new table row
2022-11-28 13:58:07 -07:00
Scott Bishel
ca15e12ceb
Merge pull request #4147 from kamre/multi-select-fix
...
Improvements for multi-select property
2022-11-28 13:57:50 -07:00
Scott Bishel
546867c888
Merge pull request #4244 from mattermost/only-explicit-boards-on-default-category
...
Adding only boards with explicit access to default category
2022-11-28 13:57:34 -07:00
Scott Bishel
24fea1f44e
Merge pull request #4246 from mattermost/template-selector-fix
...
Not opening template picker if there are no boards
2022-11-28 13:57:19 -07:00
Mattermod
6a8d2455b5
Merge branch 'main' into only-explicit-boards-on-default-category
2022-11-28 19:00:32 +02:00
Mattermod
403b80dc4e
Merge branch 'main' into template-selector-fix
2022-11-28 18:59:53 +02:00
Winson Wu
6a4db54589
Merge pull request #4204 from mattermost/wuwinson-patch-2
...
Update README.md
2022-11-28 11:38:38 -05:00
Rajat Dabade
09e0f045a7
Optimised Sorting of comments inside cards ( #4207 )
...
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-11-28 14:39:55 +05:30