summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Implementation of APIv4: POST users/{user_id}/image (#5537)Saturnino Abril2017-02-284-3/+144
| | | | | | * APIv4: POST users/{user_id}/image * removed 'return' and rebased to master
* Slash command: goto_location not working as expected (#5507)Carlos Tadeu Panato Junior2017-02-281-1/+5
|
* ApiV4: PUT /posts/{post_id} (#5521)Andrei Stanciu2017-02-283-0/+106
|
* Move webhook logic from api layer to app layer (#5527)Joram Wilander2017-02-285-433/+426
| | | | | | | | * Move webhook logic from api layer to app layer * Consolidate error messages * Fix permission check and unit test
* Implemented preferences endpoints for apiv4 (#5531)Ruzette Tanyag2017-02-287-15/+594
| | | | | | * implemented preferences endpoints for apiv4 * added user id in preferences endpoints
* PLT-5548 Prevent server start if defaultLocate is not available (#5532)enahum2017-02-283-0/+43
| | | | | | * PLT-5548 Prevent server start if defaultLocate is not available * Add validation for supported locales
* Get all teams api4 (#5542)Andrei Stanciu2017-02-286-0/+154
|
* Revert "Adding caching to get channel member (#5518)"Christopher Speller2017-02-278-67/+13
| | | | This reverts commit ba028ed74b69bd1dd902344663fbf8ba4f1dfb87.
* Fix channel created WS event (#5552)enahum2017-02-272-1/+3
|
* PLT-3193 Add channel notification preferences for push notifications (#5512)enahum2017-02-275-49/+254
| | | | | | | | | | | | * 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
* PLT-5653 Fix Create channel does not show in another device (#5548)enahum2017-02-275-21/+48
|
* Adding recovery to web hub (#5546)Christopher Speller2017-02-271-2/+31
|
* PLT-5396 Fix team mention badge persistance (#5543)enahum2017-02-272-0/+12
|
* Made reactions re-render when custom emojis change (#5545)Harrison Healey2017-02-273-5/+24
|
* APIv4: GET /users/{user_id}/image (#5526)Saturnino Abril2017-02-274-1/+108
|
* Adding edit of incoming webhook (#5272)Poornima2017-02-2635-759/+1935
| | | | | | | Adding edit of outgoing webhook Fixing spelling of error Fixing style Changing from PUT to POST for updates Fixing test failures due to merge
* Updating user attributes on oauth login (#5324)Poornima2017-02-266-4/+237
| | | | Moving update function to app package Fixing duplicate userID on create user test
* PLT-5140: Display loading screen when switching team (#5475)Mika Andrianarijaona2017-02-262-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* PLT-5071: Client side component of Telemetry. (#5516)George Goldberg2017-02-2423-129/+280
|
* PLT-5070: Server side component of Telemetry. (#5514)George Goldberg2017-02-2413-354/+861
|
* Adding caching to get channel member (#5518)Christopher Speller2017-02-248-13/+67
|
* add implementation for verify email for apiv4 (#5502)Carlos Tadeu Panato Junior2017-02-244-0/+73
|
* Implement GET /posts/{post_id}/files/info endpoint for APIv4 (#5519)Joram Wilander2017-02-243-0/+94
|
* Adding ability to remove push ids when reported as removed from google or ↵Corey Hulen2017-02-232-5/+15
| | | | | | | | | | apple (#5513) * Adding ability to remove push device Ids when reported as removed from google or apple * Fixing log string * Removing unneeded nil check
* PLT-5080 (WebApp): Channel Admin permission level. (#5047)George Goldberg2017-02-238-11/+40
| | | | | | | | | | * PLT-5080 (WebApp): Channel Admin permission level. For channel management and channel deletion. * Fix some incorrect showing/hiding of options. * Remove incorrect client calls that was overwriting my channel members.
* PLT-5394 fixing javascript when replying to a perma link. (#5515)Corey Hulen2017-02-231-1/+1
|
* PLT-3193 Add channel notification preferences for push and email noti… (#5500)enahum2017-02-2312-68/+247
| | | | | | | | | | | | | | | | * PLT-3193 Add channel notification preferences for push and email notifications * unit tests, model validation and localization * Feedback review * Adding back allowFromCache check * Setting push and email to use default settings * Move props as constants * address feedback
* Adding device Id for version 2 of native apps (#5505)Corey Hulen2017-02-235-15/+61
| | | | | | * Adding device Id for version 2 * Changing ids
* translations PR 20170220 (#5482)enahum2017-02-2322-210/+290
|
* [PLT-5445] Mobile view: Set focus back to message box after uploading a file ↵Saturnino Abril2017-02-233-10/+19
| | | | (#5360)
* Block OAuth account creation when disabled in config (#5506)Joram Wilander2017-02-234-0/+51
|
* Fix Utils importing in ChannelStore. (#5503)George Goldberg2017-02-221-6/+7
| | | | | | This fixes a whole load of bugs around Channel Members Modals, and elsewhere where the Channel Members are used. Most of those bugs have been alreay closed as "Cannot Reproduce" becaues the issue was a really nasty race condition in the javascript!
* Fix response for malformed command execute request (#5498)Joram Wilander2017-02-223-4/+10
|
* Fix system admin loading members for teams not on (#5496)Joram Wilander2017-02-221-6/+2
|
* APIv4: GET /teams/{team_id}/members (#5460)Saturnino Abril2017-02-223-0/+90
| | | | | | | | | | * APIv4: GET /teams/{team_id}/members * removed unecessary comment * changed route to session required, and logout test to unauthorized Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com>
* Fixing emoji reactions and Aurora read replica issue for master (#5499)Corey Hulen2017-02-221-39/+22
|
* Fixing double send of websocket hello message (#5490)Corey Hulen2017-02-221-1/+0
|
* Fix unreads appearing after some system messages posted (#5491)Joram Wilander2017-02-222-2/+3
|
* Implement create and get incoming webhook endpoints for APIv4 (#5407)Joram Wilander2017-02-2111-49/+412
| | | | | | | | * Implement POST /hooks/incoming endpoint for APIv4 * Implement GET /hooks/incoming endpoint for APIv4 * Updates per feedback
* Update RHS --> right-hand sidebar (#5483)Jason Blais2017-02-211-2/+2
|
* Fix permission grants for channel management. (#5478)George Goldberg2017-02-212-0/+49
| | | | When selecting the Channel, Team & System level for channel permissions, they must be explicitly granted to the Channel *and* the Team admins.
* Implement posts endpoints for APIv4 (#5480)Ruzette Tanyag2017-02-215-0/+356
| | | | | | | | | | * Implement delete post endpoint for apiv4 * Implement POST search post endpoint for APIv4 * removed delete post quotes * rearrange formatting
* Implement endpoint for APIv4: PUT /teams/{team_id}/members/{user_id}/roles ↵Saturnino Abril2017-02-213-0/+117
| | | | (#5471)
* Implement endpoint for APIv4: GET /users/{user_id}/audits (#5472)Saturnino Abril2017-02-217-55/+121
|
* Add help text for 'Words that trigger mentions' (#5459)joannekoong2017-02-202-1/+15
|
* PLT-5334: Show Create Team menu option to Sysadmins even when Team Creation ↵George Goldberg2017-02-201-1/+1
| | | | is disabled. (#5481)
* Various APIv4 fixes (#5474)Joram Wilander2017-02-203-1/+7
|
* Fix spacing between file uploads (#5333)Robin Naundorf2017-02-200-0/+0
|
* Fixing file info caching issue with Aurora for master (#5477)Corey Hulen2017-02-208-17/+39
|
* Implement a few channel member endpoints for APIv4 (#5444)Joram Wilander2017-02-205-33/+349
| | | | | | | | * Implement POST /channels/members/{user_id}/view endpoint for APIv4 * Implement PUT /channels/{channel_id}/members/{user_id}/roles endpoint for APIv4 * Implement DELETE /channels/{channel_id}/members/{user_id} endpoint for APIv4