Joram Wilander
e9c6cc269b
Move command logic into app layer ( #5617 )
2017-03-13 09:23:16 -04:00
Joram Wilander
8b0eedbbcd
Implement PUT /users/{user_id}/mfa endpoint for APIv4 ( #5743 )
2017-03-13 12:29:56 +00:00
Joram Wilander
1860d05d62
Implement GET /users/autocomplete endpoint for APIv4 ( #5742 )
2017-03-13 12:29:41 +00:00
Carlos Tadeu Panato Junior
c372ceebf8
[APIV4] GET /config - getConfig endpoint for apiV4 ( #5701 )
2017-03-13 12:27:27 +00:00
Saturnino Abril
8731465957
Endpoint for APIv4: GET /team/{team_id}/channels ( #5681 )
2017-03-13 12:26:51 +00:00
Joram Wilander
3559fb7959
Implement SAML endpoints for APIv4 ( #5671 )
...
* Implement SAML endpoints for APIv4
* Fix unit test
* Only disable encryption when removing puplic/private certs
2017-03-13 12:26:23 +00:00
Gabin Aureche
fe38d6d5bb
Add pinned posts ( #4217 )
2017-03-13 12:25:08 +00:00
Poornima
482a0fb5fc
Adding functionality to get & delete incoming webhooks ( #5648 )
2017-03-11 19:40:56 -03:00
Saturnino Abril
d32334cdfb
Endpoint for APIv4: /files/{file_id}/link ( #5607 )
...
* APIv4: /files/{file_id}/link
* updated public link
2017-03-11 19:24:44 -03:00
Harrison Healey
06a7c3ba8e
PLT-5800 Cleaned up duplicated code for adding slack attachments to posts ( #5711 )
2017-03-10 10:22:14 +00:00
Harrison Healey
5d62b3661b
Added additional validation for slack attachment format on server ( #5680 )
2017-03-08 09:15:33 +00:00
Carlos Tadeu Panato Junior
19ec4c4298
add team exists endpoint for APIv4 ( #5517 )
2017-03-07 19:30:33 -05:00
George Goldberg
378f02b445
Update schema for version 3.7. ( #5674 )
2017-03-07 12:44:28 +00:00
Joram Wilander
e87f5c6cf9
Add system console switch for enabling link previews ( #5663 )
2017-03-06 21:13:12 -05:00
Joram Wilander
2e911b77c3
Usernames must start with a letter ( #5581 )
2017-03-03 12:04:15 -05:00
George Goldberg
7016c6b3a1
Make config.go defaults the same as config.json. ( #5605 )
2017-03-03 07:46:04 -05:00
Joram Wilander
3a91d4e5e4
PLT-3077 Add group messaging ( #5489 )
...
* Implement server changes for group messaging
* Majority of client-side implementation
* Some server updates
* Added new React multiselect component
* Fix style issues
* Add custom renderer for options
* Fix model test
* Update ENTER functionality for multiselect control
* Remove buttons from multiselect UI control
* Updating group messaging UI (#5524 )
* Move filter controls up a component level
* Scroll with arrow keys
* Updating mobile layout for multiselect (#5534 )
* Fix race condition when backspacing quickly
* Hidden or new GMs show up for regular messages
* Add overriding of number remaining text
* Add UI filtering for team if config setting set
* Add icon to channel switcher and class prop to status icon
* Minor updates per feedback
* Improving group messaging UI (#5563 )
* UX changes per feedback
* Update email for group messages
* UI fixes for group messaging (#5587 )
* Fix missing localization string
* Add maximum users message when adding members to GM
* Fix input clearing on Android
* Updating group messaging UI (#5603 )
* Updating UI for group messaging (#5604 )
2017-03-02 17:48:56 -05:00
Corey Hulen
633e894e4f
Fixing parsing of device Ids ( #5580 )
2017-03-01 12:33:16 -05:00
Ruzette Tanyag
5df5d1fd02
reduced channel name min length to 2 ( #5570 )
2017-03-01 10:57:04 -05: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
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
Andrei Stanciu
25b9b7d26b
ApiV4: GET /users/{user_id}/teams/unread ( #5539 )
2017-02-28 15:47:30 +00: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
Andrei Stanciu
6ff350380b
ApiV4: PUT /posts/{post_id} ( #5521 )
2017-02-28 09:34:32 +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
Andrei Stanciu
45edfbe719
Get all teams api4 ( #5542 )
2017-02-28 08:41:38 +00:00
enahum
48f97a5a2a
PLT-5653 Fix Create channel does not show in another device ( #5548 )
2017-02-27 15:41:12 -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
George Goldberg
f182d196ff
PLT-5070: Server side component of Telemetry. ( #5514 )
2017-02-24 17:33:59 +00: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
Corey Hulen
80273d0234
Adding ability to remove push ids when reported as removed from google or apple ( #5513 )
...
* Adding ability to remove push device Ids when reported as removed from google or apple
* Fixing log string
* Removing unneeded nil check
2017-02-23 20:27:24 -05:00
enahum
748a416961
PLT-3193 Add channel notification preferences for push and email noti… ( #5500 )
...
* 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
2017-02-23 11:08:48 -03:00
Corey Hulen
ca7d3b6e7b
Adding device Id for version 2 of native apps ( #5505 )
...
* Adding device Id for version 2
* Changing ids
2017-02-23 08:53:43 -05:00
Joram Wilander
9220254f05
Block OAuth account creation when disabled in config ( #5506 )
2017-02-23 08:53:33 +00:00
Saturnino Abril
fff0b2bd86
APIv4: GET /teams/{team_id}/members ( #5460 )
...
* 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 >
2017-02-22 18:55:31 -05:00
Joram Wilander
69cac604e0
Implement create and get incoming webhook endpoints for APIv4 ( #5407 )
...
* Implement POST /hooks/incoming endpoint for APIv4
* Implement GET /hooks/incoming endpoint for APIv4
* Updates per feedback
2017-02-21 19:42:34 -05:00
Ruzette Tanyag
9646bddd21
Implement posts endpoints for APIv4 ( #5480 )
...
* Implement delete post endpoint for apiv4
* Implement POST search post endpoint for APIv4
* removed delete post quotes
* rearrange formatting
2017-02-21 07:36:52 -05:00
Saturnino Abril
a14e44b4ec
Implement endpoint for APIv4: PUT /teams/{team_id}/members/{user_id}/roles ( #5471 )
2017-02-21 12:13:26 +00:00
Saturnino Abril
5c19d9be7f
Implement endpoint for APIv4: GET /users/{user_id}/audits ( #5472 )
2017-02-21 12:07:57 +00:00
Joram Wilander
dd4d8440ea
Implement a few channel member endpoints for APIv4 ( #5444 )
...
* 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
2017-02-20 13:31:52 -03:00
Zaicon
becbe935c2
Corrected endpoint in email_to_oauth. ( #5458 )
2017-02-20 13:31:05 -03:00
Saturnino Abril
623560481b
Implementation endpoint for APIv4: GET /teams/name/{name} ( #5473 )
...
* APIv4: GET /teams/name/{name}
Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com >
* reorganized test with SystemAdminClient
Signed-off-by: Saturnino Abril <saturnino.abril@gmail.com >
2017-02-20 13:27:57 -03:00
Saturnino Abril
00d11e961f
Implement GET teams/{team_id}/stats - apiv4 ( #5453 )
...
* api4 GET teams/{team_id}/stats
* api4 GET teams/{team_id}/stats
* moved TeamStats router to team.go
2017-02-17 15:50:17 -05:00
Joram Wilander
91fe8bb2c0
Implement upload and get file endpoints for APIv4 ( #5396 )
...
* Implement POST /files endpoint for APIv4
* Implement GET /files/{file_id} endpoint for APIv4
2017-02-17 10:31:21 -05:00
Ruzette Tanyag
4e7dbc3bb0
Implement user sessions endpoints for APIv4 ( #5449 )
...
* added get session and revoke session endpoints, unittests and drivers
* removed BasicUser2 and added teardown
* added badrequest unit test case for sessions
* added session loop to check if user id and session user id matches
* fixed indentation issues for user_test
* match indentation from spaces to tabs
2017-02-17 10:31:01 -05:00
Corey Hulen
26e44d9b32
Bumping base cache numbers for master ( #5451 )
2017-02-17 08:21:06 -05:00
Robin Naundorf
48b785aded
Add APIv4 /system/ping endpoint ( #5443 )
2017-02-17 10:57:19 +00:00