Harrison Healey
fb6f2a123c
PLT-5860 Updated copyright date ( #6058 )
...
* PLT-5860 Updated copyright date in about modal
* PLT-5860 Updated copyright notice in JSX files
* PLT-5860 Updated copyright notice in go files
* Fixed misc copyright dates
* Fixed component snapshots
2017-04-12 08:27:57 -04:00
Saturnino Abril
e841d0c502
APIv4 GET /posts/{post_id}/reactions ( #6047 )
2017-04-11 14:14:33 +01:00
Ryan Wang
d2be3de2d3
Update profile picture format message ( #6049 )
2017-04-11 08:01:50 -04:00
Harrison Healey
858d53d0e7
Added missing localization strings for error page ( #6026 )
2017-04-10 10:23:25 -04:00
Saturnino Abril
3b1088f3bd
APIv4 DELETE /commands/{command_id} ( #6012 )
2017-04-10 09:27:10 -04:00
Corey Hulen
38eced0290
Adding default timeouts to mysql datasource and missing LicenseFileLocation prop ( #6011 )
2017-04-10 09:25:16 -04:00
Joram Wilander
dfc6db7374
Refactor switching login type code into app layer and add v4 endpoint ( #6000 )
...
* Refactor switching login type code into app layer and add v4 endpoint
* Fix unit test
2017-04-10 08:19:49 -04:00
Carlos Tadeu Panato Junior
7b77bcf87e
Small text changes - trailing spaces and update year ( #6022 )
...
* remove trailing spaces
* update year
2017-04-08 18:29:18 -04:00
Saturnino Abril
a3f5cffd46
APIv4 PUT /commands/{command_id} ( #5999 )
...
* APIv4 PUT /commands/{command_id}
* update client parameter and api4 test
2017-04-07 10:06:09 -07:00
Carlos Tadeu Panato Junior
f7b39caf31
get the latest message from the mailbox. It fixes the issue PLT-6176 ( #6005 )
2017-04-07 10:05:34 -07:00
Carlos Tadeu Panato Junior
1bd19f006d
implement GET /emoji for apiV4 ( #6007 )
2017-04-07 10:05:14 -07:00
George Goldberg
08a469a006
Prepare database upgrade function for v3.9 ( #6004 )
2017-04-07 11:37:02 -04:00
Jason Blais
56f25bba81
PLT-6259 Fix outdated help text in System Console > Developer settings ( #6017 )
2017-04-07 09:49:42 +01:00
Carlos Tadeu Panato Junior
48d9099882
implement POST /emoji for apiV4 ( #5868 )
2017-04-06 11:15:57 -04:00
Christopher Speller
1a09b2d07f
Increasing test timeout
2017-04-05 18:32:04 -04:00
Saturnino Abril
d8b732a488
APIv4 GET /users/{user_id}/posts/flagged ( #5984 )
...
* APIv4 GET /users/{user_id}/posts/flagged
* change permission check
2017-04-05 16:18:23 -04:00
Simon Soriano
51608b583a
Add CLI command to search for users based on username, email, or user ID ( #5918 )
2017-04-05 11:42:21 -04:00
doh5
5264d22d9c
Add ids to admin dropdown button, switch team button and logout button ( #5973 )
...
* Add ids to admin dropdown button, switch team button and logout button
For selenium automation - update the admin setting and switch to specific team or logout
* updated the team nav button based on the suggestion
2017-04-05 11:41:57 -04:00
George Goldberg
5986c4a847
PLT-4858: Unit tests to cover this bug. ( #5990 )
2017-04-05 11:41:33 -04:00
Christopher Speller
6b3b236dd6
Removing verbose from race tests
2017-04-05 11:20:44 -04:00
Christopher Speller
997b35d2fc
Increment server version number
2017-04-05 08:57:49 -04:00
George Goldberg
92dd07def8
PLT-5904 (WebApp): Config for skip email server cert verification. ( #5991 )
2017-04-05 08:56:03 -04:00
George Goldberg
22005f876f
Uncomment 3.8 database upgrade. ( #5992 )
2017-04-05 08:17:42 -04:00
Christopher Speller
481d0a8af7
Fixing only EE coverage ( #5933 )
2017-04-05 08:15:58 -04:00
George Goldberg
aed407fc90
PLT-6207: Fix EE policy application. ( #5988 )
2017-04-05 08:08:15 -04:00
enahum
06ac48b8c9
Fix private channel translations ( #5986 )
2017-04-05 00:21:29 -03:00
Joram Wilander
5d6cf3ace5
Remove unnecessary uses of getMoreChannels ( #5982 )
2017-04-04 21:07:51 -03:00
Harrison Healey
f7a4c75a21
PLT-5702 Added special error page for private browsing error message ( #5985 )
2017-04-04 19:21:31 -04:00
Jason Blais
a0c91ef4af
Fix missed string changes of "Invite New Member" to "Send Email Invite" ( #5983 )
...
* Update invite_member_modal.jsx
* Update policy_settings.jsx
* Update en.json
2017-04-04 18:48:20 -04:00
Joram Wilander
3e6372b3d4
Fix title in RHS for pinned posts ( #5976 )
2017-04-04 15:20:55 -04:00
Joram Wilander
97de1d0982
Fix blanking out of FileIds and backwards compatability issue with v3 ( #5950 )
2017-04-04 15:17:47 -04:00
George Goldberg
1fa3f2351c
PLT-6023: Add Users to Team in WebApp. ( #5956 )
...
* PLT-6198: Use added to channel system message on default channels.
Use a different sytem message when a user was added to a default channel
by someone else than when they joined themselves.
* PLT-6023: Add Users to Team in WebApp.
* Fix string text.
* Handle added_to_team websocket message.
* Fix unread flag on new channel.
2017-04-04 15:17:15 -04:00
Harrison Healey
77a76487a8
PLT-5985 Cleaned up CSS for post textbox ( #5974 )
2017-04-04 15:15:11 -04:00
George Goldberg
6bb65ef420
PLT-6139 (WebApp): Manage Private Channel Members ( #5947 )
...
Honour the policy setting for add/remove members from private channels
in the WebApp UI.
2017-04-04 14:43:22 -04:00
Corey Hulen
6bf080393d
Fixing race conditions in the code base ( #5966 )
...
* Adding initial race detector
* Remove setting of config twice
* Fixing config file watch and config reload on license save
* Fixing config file watch and config reload on license save
* Fixing build error
* Fixing locking issue
* Fixing makefile
* Fixing race in config
* Fixing race in status unit test
* Adding EE race tests
* Fixing race in cluster info
* Removing code that's isn't needed
* Fixing some more races
* Fixing govet issue
2017-04-04 14:42:07 -04:00
George Goldberg
32460bf63b
PLT-6198: Use added to channel system message on default channels. ( #5969 )
...
Use a different sytem message when a user was added to a default channel
by someone else than when they joined themselves.
2017-04-04 18:19:42 +01:00
enahum
0b5c0794fd
PLT-5906 Set logs path instead log filename ( #5949 )
...
* PLT-5906 Set logs path instead log filename
* feedback review
2017-04-04 18:13:31 +01:00
Harrison Healey
ac0c7e30ca
PLT-3958 Updated title for permalink error page ( #5970 )
2017-04-04 18:10:55 +01:00
Christopher Speller
cbb6a30596
Adding more text to webpack build so jenkins doesn't timeout ( #5972 )
2017-04-04 12:33:56 -04:00
Harrison Healey
6ae3464484
Fixed pasting images not working ( #5971 )
2017-04-04 12:25:55 -04:00
Corey Hulen
e2a8b3d47e
PLT-6115 adding unit tests for licensing ( #5916 )
...
* Adding test to license sql store
* PLT-6115 adding unit tests for licensing
* Removing unused test
2017-04-04 09:21:32 -07:00
Harrison Healey
c7bdce8a66
PLT-5900 Removed automatic configuration of SiteURL ( #5952 )
...
* Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705 )"
This reverts commit a8e68bd890 .
* Removed automatic configuration of SiteURL
* Reverted unintentional config changes
* Updated help text
* Added link to docs in Site URL warning
* Fixed merge conflict
2017-04-04 11:54:52 -04:00
enahum
3a79e451ff
translations PR 20170403 ( #5964 )
2017-04-04 12:44:38 -03:00
George Goldberg
9609a9b89a
PLT-6196: Websocket message when added to a team. ( #5968 )
2017-04-04 08:26:40 -07:00
doh5
adb22a8a85
Add ID to siderbar_header_dropdown_button ( #5967 )
...
under testing
2017-04-04 08:25:53 -07:00
Corey Hulen
f0e451a2d3
Fixing config file watch and config reload on license save ( #5954 )
...
* Fixing config file watch and config reload on license save
* Fixing config file watch and config reload on license save
* Fixing build error
* Fixing locking issue
2017-04-04 11:24:58 -04:00
Harrison Healey
c4fd04efb6
Fixed channel autocomplete flickering ( #5961 )
2017-04-03 21:22:09 -07:00
Harrison Healey
5cd0d5b87e
Fixed console error thrown by PostList when switching teams ( #5960 )
2017-04-03 21:21:47 -07:00
Harrison Healey
410aaab6c5
Added SidebarHeaderDropdownButton to stop console warning ( #5959 )
2017-04-03 21:21:33 -07:00
Harrison Healey
63cdb89144
PLT-6147 Fixed reactions not rendering properly while loading ( #5958 )
2017-04-03 21:21:15 -07:00