Harrison Healey
991925b7ee
Added unit tests for mentions inside of hashtags ( #5577 )
2017-03-02 08:42:28 -05:00
Jason Blais
ea10b63ae4
Update UI text for shortcuts to follow text formatting guidelines ( #5533 )
...
* Update en.json
* Update user_settings_advanced.jsx
* Update messaging.jsx
* Update composing.jsx
* Fix formatting error with double quotes
2017-03-02 08:38:56 -05:00
lfbrock
4fb71d8d6c
PLT-5261 Update MFA help text ( #5590 )
...
* Update mfa_settings.jsx
* Update mfa_settings.jsx
* Update en.json
2017-03-02 08:35:51 -05:00
Jeff Schering
2846fa2042
Update NOTICE.txt ( #5595 )
...
Added go-opengraph and updated copyright date.
2017-03-02 08:34:03 -05:00
Harry Moreno
187bb31bb7
Update emoji_test.go ( #5589 )
...
fix typo
2017-03-01 13:57:11 -05:00
Corey Hulen
7829c24e92
Removing typing check for master ( #5583 )
...
* Removing typing check for master
* Removing typing check for master
2017-03-01 12:49:46 -05:00
Corey Hulen
633e894e4f
Fixing parsing of device Ids ( #5580 )
2017-03-01 12:33:16 -05:00
Corey Hulen
71e6a423e8
Optimizing weh_hub.Start() for master ( #5576 )
...
* Optimizing weh_hub.Start()
* Optimizing weh_hub.Start()
* Optimizing weh_hub.Start()
* Adding to IsAuthenticated
* Fixing problem with IsAuthenticated
2017-03-01 11:03:21 -05:00
Ruzette Tanyag
5df5d1fd02
reduced channel name min length to 2 ( #5570 )
2017-03-01 10:57:04 -05:00
Carlos Tadeu Panato Junior
e5065cf757
Make all emails with the same pattern on subject ( #5198 )
...
* make all email subject standard
* move SendPasswordReset to app/email.go
update per review
* update email subjects per review
update error
fix expected subject
* Update email_test.go
* Update en.json
* fix missing quotes
2017-03-01 09:28:38 -05:00
Ari Autio
c1d5e9a9e6
PLT-5571: Updated error messages related to url length, start, end and adjacent underscores ( #5550 )
2017-03-01 08:44:52 +00:00
enahum
551adddb67
Prevent msg count subtraction to be less than zero ( #5565 )
2017-03-01 08:43:40 +00:00
Harrison Healey
daef8d8384
Added a unique prefix to text formatting entities ( #5549 )
2017-02-28 22:21:10 -03:00
Corey Hulen
fc9e5d8510
Fixing removing push tokens and logging error messages ( #5551 )
2017-02-28 22:19:19 -03:00
Saturnino Abril
28c218db3b
Implementation endpoint of APIv4: GET /files/{file_id}/thumbnail ( #5553 )
...
* APIv4: GET /files/{file_id}/thumbnail
* added delay time
2017-02-28 22:18:36 -03:00
Joram Wilander
2a621f7470
Don't show new message indicator for ephemeral posts ( #5555 )
2017-02-28 22:16:31 -03:00
George Goldberg
f7682ad11a
PLT-5367: Basic post bulk importing. ( #5562 )
2017-02-28 20:55:21 -03:00
Ari Autio
48d124ec9a
PLT-5490: Add machine readable timestamps for search results ( #5564 )
2017-02-28 20:53:13 -03:00
Harrison Healey
df07aeeb12
Fixed pasting text sending the caret to the end of the post textbox ( #5567 )
2017-02-28 20:51:11 -03:00
Josta Yee
23be0167f4
Set timeout to http client ( #5540 )
...
Update client
2017-02-28 17:59:53 -05:00
Corey Hulen
838bb8cee2
Optimzing the user typing event in ShouldSendEvent() ( #5560 )
2017-02-28 17:49:25 -05:00
Ari Autio
d6d603d8cf
PLT-3535: Handle plus (+) sign in emails by ensuring the email is uri encoded on login redirect ( #5536 )
2017-02-28 16:45:37 -05:00
Joram Wilander
5e9adddb6f
Reload license from DB for all cluster app servers ( #5525 )
...
* Reload license from DB for all cluster app servers
* Increase test timeout
2017-02-28 16:39:25 -05:00
George Goldberg
5a3bc43668
PLT-5188: Reinstate delete option on system messages. ( #5113 )
...
* PLT-5188: Reinstate delete option on system messages.
* Fix styling.
* Fix empty hover box.
2017-02-28 16:28:37 -05:00
Andrei Stanciu
25b9b7d26b
ApiV4: GET /users/{user_id}/teams/unread ( #5539 )
2017-02-28 15:47:30 +00:00
Joram Wilander
b0410615b8
Update channel notifications default properly when changing account settings ( #5559 )
2017-02-28 15:31:35 +00:00
Joram Wilander
0cd34227cc
Fix JS error from some link previews ( #5556 )
2017-02-28 12:24:16 -03:00
Saturnino Abril
66c5f7a31c
Implementation of APIv4: POST users/{user_id}/image ( #5537 )
...
* APIv4: POST users/{user_id}/image
* removed 'return' and rebased to master
2017-02-28 08:11:55 -05:00
Carlos Tadeu Panato Junior
da902ef8ba
Slash command: goto_location not working as expected ( #5507 )
2017-02-28 09:36:45 +00:00
Andrei Stanciu
6ff350380b
ApiV4: PUT /posts/{post_id} ( #5521 )
2017-02-28 09:34:32 +00:00
Joram Wilander
76fa840b52
Move webhook logic from api layer to app layer ( #5527 )
...
* Move webhook logic from api layer to app layer
* Consolidate error messages
* Fix permission check and unit test
2017-02-28 09:31:53 +00:00
Ruzette Tanyag
cef5028cbe
Implemented preferences endpoints for apiv4 ( #5531 )
...
* implemented preferences endpoints for apiv4
* added user id in preferences endpoints
2017-02-28 09:14:16 +00:00
enahum
758402311a
PLT-5548 Prevent server start if defaultLocate is not available ( #5532 )
...
* PLT-5548 Prevent server start if defaultLocate is not available
* Add validation for supported locales
2017-02-28 09:07:02 +00:00
Andrei Stanciu
45edfbe719
Get all teams api4 ( #5542 )
2017-02-28 08:41:38 +00:00
Christopher Speller
83c113595a
Revert "Adding caching to get channel member ( #5518 )"
...
This reverts commit ba028ed74b .
2017-02-27 17:43:23 -05:00
enahum
55752fb359
Fix channel created WS event ( #5552 )
2017-02-27 18:50:30 -03:00
enahum
f07571d79d
PLT-3193 Add channel notification preferences for push notifications ( #5512 )
...
* PLT-3193 Add channel notification preferences for push and email notifications
* Fixing UI
* Removing email as preferences from the UI for now
* move to action
* fix client test
2017-02-27 17:55:12 -03:00
enahum
48f97a5a2a
PLT-5653 Fix Create channel does not show in another device ( #5548 )
2017-02-27 15:41:12 -05:00
Christopher Speller
72de977c52
Adding recovery to web hub ( #5546 )
2017-02-27 14:27:15 -05:00
enahum
4429e2f58c
PLT-5396 Fix team mention badge persistance ( #5543 )
2017-02-27 14:26:38 -05:00
Harrison Healey
b5ffdf5c54
Made reactions re-render when custom emojis change ( #5545 )
2017-02-27 11:10:02 -05:00
Saturnino Abril
71d010b7af
APIv4: GET /users/{user_id}/image ( #5526 )
2017-02-27 09:25:28 -05:00
Poornima
19b753467d
Adding edit of incoming webhook ( #5272 )
...
Adding edit of outgoing webhook
Fixing spelling of error
Fixing style
Changing from PUT to POST for updates
Fixing test failures due to merge
2017-02-26 13:48:20 -05:00
Poornima
c0bb6f99f8
Updating user attributes on oauth login ( #5324 )
...
Moving update function to app package
Fixing duplicate userID on create user test
2017-02-26 13:48:01 -05:00
Mika Andrianarijaona
04f4545bbd
PLT-5140: Display loading screen when switching team ( #5475 )
...
* fix: clear channel list on team change
* fix committed config
* fix: no need to use anothe var
* fix: better channel list clearing
* remove unused function
* fix: display loading screen when switching team
* fix: display loading screen when switching team
* fix: clear channel list on team change
* fix committed config
* fix: no need to use anothe var
* fix: better channel list clearing
* remove unused function
* remove duplicate EnableUserTypingMessages
2017-02-26 12:13:07 -03:00
George Goldberg
97cc0a0d73
PLT-5071: Client side component of Telemetry. ( #5516 )
2017-02-24 17:34:21 +00:00
George Goldberg
f182d196ff
PLT-5070: Server side component of Telemetry. ( #5514 )
2017-02-24 17:33:59 +00:00
Christopher Speller
ba028ed74b
Adding caching to get channel member ( #5518 )
2017-02-24 09:15:36 -05:00
Carlos Tadeu Panato Junior
7fc5dc236a
add implementation for verify email for apiv4 ( #5502 )
2017-02-24 08:27:47 -05:00
Joram Wilander
ace228c4e5
Implement GET /posts/{post_id}/files/info endpoint for APIv4 ( #5519 )
2017-02-24 11:15:13 +00:00