summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Merge 3.7 changes into master (#5679)Joram Wilander2017-03-071-0/+12
| | | | | | | | * Save schema version for 3.7 (#5675) * Adding index and cache to reactinos store (#5654) * Fix badge count for push notifications (#5672)
* PLT-5685 Fixing perf issue and problem with pushing for any activity (#5662)Corey Hulen2017-03-061-30/+21
| | | | | | * PLT-5685 Fixing perf issue and problem with pushing for any activity * PLT-5685 Fixing perf issue and problem with pushing for any activity
* Remove FIXME and XXX from bulk import tests. (#5664)George Goldberg2017-03-061-3/+17
|
* Example of how to call metrics (#5621)Corey Hulen2017-03-061-3/+3
|
* Fix license telemetry. (#5641)George Goldberg2017-03-061-6/+6
|
* PLT-5701 Fix DM email subject text (#5630)enahum2017-03-041-1/+1
|
* PLT-4969 remove Push notifications @ preceeding the username or the user's ↵enahum2017-03-041-1/+1
| | | | name (#5629)
* Usernames must start with a letter (#5581)Joram Wilander2017-03-032-9/+9
|
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-024-13/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* Correct typo in app/email.go (#5569)Ryan Wang2017-03-021-2/+2
|
* Fix push notifications where channel is set to all activity (#5594)enahum2017-03-023-32/+348
| | | | | | | | | | | | * Fix push notifications where channel is set to all activity * feedback review * moved push notification logic to DoesStatusAllowPushNotification * Have every option handled in ShouldSendPushNotification * unit tests
* PLT-5479: Import Slack team without emails. (#5597)George Goldberg2017-03-021-0/+5
| | | | Use a fake email address for now, and inform the user doing the import clearly that this has been done.
* Removing typing check for master (#5583)Corey Hulen2017-03-011-19/+0
| | | | | | * Removing typing check for master * Removing typing check for master
* Optimizing weh_hub.Start() for master (#5576)Corey Hulen2017-03-012-26/+43
| | | | | | | | | | | | * Optimizing weh_hub.Start() * Optimizing weh_hub.Start() * Optimizing weh_hub.Start() * Adding to IsAuthenticated * Fixing problem with IsAuthenticated
* Make all emails with the same pattern on subject (#5198)Carlos Tadeu Panato Junior2017-03-013-66/+129
| | | | | | | | | | | | | | | | | | | | * 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
* Fixing removing push tokens and logging error messages (#5551)Corey Hulen2017-02-281-6/+8
|
* PLT-5367: Basic post bulk importing. (#5562)George Goldberg2017-02-283-16/+487
|
* Set timeout to http client (#5540)Josta Yee2017-02-281-3/+10
| | | Update client
* Optimzing the user typing event in ShouldSendEvent() (#5560)Corey Hulen2017-02-282-25/+31
|
* Reload license from DB for all cluster app servers (#5525)Joram Wilander2017-02-282-0/+100
| | | | | | * Reload license from DB for all cluster app servers * Increase test timeout
* Move webhook logic from api layer to app layer (#5527)Joram Wilander2017-02-281-5/+298
| | | | | | | | * 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-281-0/+44
| | | | | | * implemented preferences endpoints for apiv4 * added user id in preferences endpoints
* Get all teams api4 (#5542)Andrei Stanciu2017-02-281-0/+16
|
* Revert "Adding caching to get channel member (#5518)"Christopher Speller2017-02-273-20/+4
| | | | This reverts commit ba028ed74b69bd1dd902344663fbf8ba4f1dfb87.
* Fix channel created WS event (#5552)enahum2017-02-271-0/+1
|
* PLT-5653 Fix Create channel does not show in another device (#5548)enahum2017-02-271-0/+4
|
* Adding recovery to web hub (#5546)Christopher Speller2017-02-271-2/+31
|
* APIv4: GET /users/{user_id}/image (#5526)Saturnino Abril2017-02-271-0/+22
|
* Adding edit of incoming webhook (#5272)Poornima2017-02-261-1/+1
| | | | | | | 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-262-1/+196
| | | | Moving update function to app package Fixing duplicate userID on create user test
* PLT-5070: Server side component of Telemetry. (#5514)George Goldberg2017-02-242-0/+519
|
* Adding caching to get channel member (#5518)Christopher Speller2017-02-243-4/+20
|
* Adding ability to remove push ids when reported as removed from google or ↵Corey Hulen2017-02-231-5/+14
| | | | | | | | | | 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-3193 Add channel notification preferences for push and email noti… (#5500)enahum2017-02-235-38/+80
| | | | | | | | | | | | | | | | * 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
* Block OAuth account creation when disabled in config (#5506)Joram Wilander2017-02-232-0/+38
|
* Fixing double send of websocket hello message (#5490)Corey Hulen2017-02-221-1/+0
|
* Implement create and get incoming webhook endpoints for APIv4 (#5407)Joram Wilander2017-02-211-0/+39
| | | | | | | | * Implement POST /hooks/incoming endpoint for APIv4 * Implement GET /hooks/incoming endpoint for APIv4 * Updates per feedback
* Implement posts endpoints for APIv4 (#5480)Ruzette Tanyag2017-02-211-0/+1
| | | | | | | | | | * Implement delete post endpoint for apiv4 * Implement POST search post endpoint for APIv4 * removed delete post quotes * rearrange formatting
* Implement endpoint for APIv4: GET /users/{user_id}/audits (#5472)Saturnino Abril2017-02-211-1/+9
|
* Fixing file info caching issue with Aurora for master (#5477)Corey Hulen2017-02-203-6/+10
|
* Implement a few channel member endpoints for APIv4 (#5444)Joram Wilander2017-02-201-3/+19
| | | | | | | | * 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
* Implementation endpoint for APIv4: GET /teams/name/{name} (#5473)Saturnino Abril2017-02-201-0/+1
| | | | | | | | | | * 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>
* Implement upload and get file endpoints for APIv4 (#5396)Joram Wilander2017-02-171-0/+57
| | | | | | * Implement POST /files endpoint for APIv4 * Implement GET /files/{file_id} endpoint for APIv4
* Implement user sessions endpoints for APIv4 (#5449)Ruzette Tanyag2017-02-171-0/+2
| | | | | | | | | | | | | | * 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
* Move channel permission check back to using cache (#5454)Joram Wilander2017-02-171-7/+13
|
* Simplify code (#5452)Josta Yee2017-02-171-1/+1
| | | https://github.com/mattermost/platform/blob/master/app/authentication.go#L149 has compared `user.AuthService` with `model.USER_AUTH_SERVICE_LDAP`, so this check is useless here.
* Fix issue with Aurora read replica (#5448)Corey Hulen2017-02-171-0/+30
|
* Added NewPostList constructor to set fields to be non-null (#5440)Harrison Healey2017-02-161-1/+1
|
* PLT-5521: Mandatory version in line 1 of bulk import. (#5400)George Goldberg2017-02-162-3/+58
|
* Implement PUT /users/{user_id}/patch endpoint for APIv4 (#5418)Joram Wilander2017-02-161-4/+28
|