Граф коммитов

8349 Коммитов

Автор SHA1 Сообщение Дата
VeraLyu
8aab290d10 PLT-6240: Remove own pinned post from RHS when removed from channel (#6098)
Dispatch REMOVE_POST event after successfully initiating delete post,
others get informed by websocket event and will mark the msg as deleted
but not delete from RHS.
2017-04-18 08:47:27 -07:00
lindalumitchell
d5ae46c96c Update markdown test for lists (#6131)
* Update for no line breaks in lists

* Updating line breaks in lists expected behavior
2017-04-18 08:26:25 -07:00
Jason Blais
b1c47922ed GH-5847 Add missing localization string (#6130)
* Add missing localization string to channel_intro_messages.jsx

* Update en.json

* Fix indentation
2017-04-18 08:26:10 -07:00
enahum
c10517188d Add missing GM locs (#6116) 2017-04-18 11:49:50 +01:00
lindalumitchell
17091d0ccb Add special characters hashtag tests (#6132) 2017-04-18 11:05:31 +01:00
Christopher Speller
92d8fa4aa8 Merge branch 'release-3.8' 2017-04-17 15:08:56 -04:00
Saturnino Abril
742bab6429 APIv4 PUT /users/{user_id}/active (#6118) 2017-04-17 11:06:33 -04:00
Corey Hulen
a2f5ad0d14 PLT-5863 Fixing double display of error message (#6104) 2017-04-17 10:55:26 -04:00
Corey Hulen
acc991dea1 PLT-6317 disable file watcher while running from makefile (#6103)
* PLT-6317 disable file watcher while running from make file

* Removing debug stmt
2017-04-17 10:55:03 -04:00
Corey Hulen
3207886514 Adding the ability to disable full text search queries for master (#6102) 2017-04-17 10:54:26 -04:00
Corey Hulen
7e29dc65aa PLT-6298 fixing javascript error on HA system console page (#6080) 2017-04-17 10:46:53 -04:00
Jason Blais
8d67fa03a9 Update en.json (#6064) 2017-04-17 10:46:37 -04:00
gstraube
160a66c952 [PLT-6102] Increase maximum length of field User.Position (#6044)
* Increase maximum length of field User.Position

* Rename method
2017-04-17 10:45:51 -04:00
Simon Soriano
f9ac95c920 Add CLI tool for validating the config.json file (#6041) 2017-04-17 10:44:10 -04:00
Carlos Tadeu Panato Junior
80684ad69f implement DELETE /emoji/{emoji_id} fro apiV4 (#6021)
implement GET /emoji/{emoji_id} for apiv4
2017-04-17 10:07:28 -04:00
Asaad Mahmood
62974f19cd Ui improvements (#6089)
* PLT-6084 - Fixing emoji reaction overflow

* PLT-6158 - Fixing pinned badge alignment in RHS

* PLT-6306 - Post alignment in compact view

* PLT-6266 - Adjusting spacing for files (compact)

* PLT-6245 - Adjusting spacing in emoji screen modal

* PLT-6237 - Adjusting filter in system console

* PLT-6247 - Adjusting spacing on code block tag

* PLT-6302 - Margins not equal for paragraphs in post
2017-04-16 21:27:15 -04:00
Joram Wilander
74ffb6f98f Implement GET /webrtc/token endpoint for APIv4 (#6046) 2017-04-16 21:14:31 -04:00
Ryan Wang
c7f26bb110 Update error message when password is too long (#6001) 2017-04-16 17:08:37 -04:00
Carlos Tadeu Panato Junior
d8d0716122 [APIV4] POST /commands/{command_id}/regen_token for apiV4 (#6052)
* implement POST /commands/{command_id}/regen_token for apiV4

* update comment
2017-04-16 16:49:57 -04:00
Harrison Healey
461a0b3b7c PLT-6113 Added initial unit tests for cmd package (#6086)
* Fixed app.CreateUser not using the provided locale

* Added initial unit tests for cmd package

* Disabled unit tests while we move to 'go build'
2017-04-15 13:45:22 -04:00
Harrison Healey
24667e3e54 Fixed copyright dates (#6109) 2017-04-13 15:02:18 -04:00
prixone
0b55dc133b Update global_actions.jsx (#5938)
Clicking @ should append @[username] to the search
2017-04-12 14:30:09 -07:00
VeraLyu
59185babdc PLT-4176: Remain RHS pin post unchanged after channel switching (#6038)
Prevent changes to search_store after switched channel so that
RHS pin posts can continue to display previous content.
2017-04-12 14:28:35 -07:00
Yusuke Nemoto
0aa84799fd svg preview (#6045) 2017-04-12 14:26:02 -07:00
Joram Wilander
9b9788cf11 Prevent multiple clicks on post retry (#6055) 2017-04-12 14:25:00 -07:00
Harrison Healey
f961378600 PLT-6099 Added keys to contents of PostBodyAdditionalContent (#6059) 2017-04-12 14:24:43 -07:00
Yusuke Nemoto
d405cff905 fix message ids and add missing messages (#6069) 2017-04-12 14:23:10 -07:00
Andy Lo-A-Foe
8072bb6f57 Fix Go client’s GetTeamByName() (#6088) 2017-04-12 14:21:19 -07:00
Joram Wilander
8b8aa2ca3c Refactor OAuth 2.0 code into app layer (#6037) 2017-04-12 16:29:42 -04:00
VeraLyu
03502cf73b PLT-6155: Keep pin badges in RHS consistent with that in center (#6018)
Sync search store when recieving pin/unpin event to keep pin
badges in RHS consistent with that in center channel.
2017-04-12 16:23:33 -04:00
Corey Hulen
a10ad339d1 Fixing error messages (#5995) 2017-04-12 16:02:31 -04:00
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
enahum
3097453394 translations PR 20170410 (#6065) 2017-04-12 10:40:59 +01:00
Harrison Healey
5d145d72c8 PLT-6294 Fixed iOS not scrolling to bottom of post list (#6077) 2017-04-12 10:40:21 +01:00
Harrison Healey
b3305d82eb PLT-6300 Fixed flag icons not appearing (#6078) 2017-04-12 10:39:49 +01:00
Asaad Mahmood
e8be67bff2 PLT-6311 - Link text wrapping fix (#6079) 2017-04-12 10:39:18 +01: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
Carlos Tadeu Panato Junior
c6ef33ba01 get the latest message from the mailbox. It fixes the issue PLT-6176 (#6005) 2017-04-10 21:11:00 +01:00
JoramWilander
5c89fe1b8d Fix configuration setting 2017-04-10 14:47:38 -04:00
George Goldberg
9c3b96661b PLT-6253: Handle demote self from Team Admin. (#6056) 2017-04-10 17:21:54 +01:00
George Goldberg
9fa4712dd7 PLT-6260: Allow empty legal/support links. (#6057) 2017-04-10 12:16: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
enahum
787dfc9220 translations PR 20170407 (#6031) 2017-04-10 11:28:14 +01:00
Joram Wilander
331024d33c Use SiteURL for OAuth login (#6032) 2017-04-10 11:26:16 +01:00
Harrison Healey
5e58d7e72f PLT-6280 Fixed post textbox not being able to scroll (#6034) 2017-04-10 11:25:38 +01: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