summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6108 adding extra params to push notifications (#6236)Corey Hulen2017-04-262-0/+18
| | | | | | * PLT-6108 adding extra params to push notifications * PLT-6108 adding extra params to push notifications
* Add necessary IDs for email sign up (#6233)doh52017-04-263-0/+7
| | | | | | | | | | | | * Add necessary IDs for email sign up For selenium automation * Add ID to the main page signup link * Add ID to the select team page * Update select_team_item.jsx
* fix reaction's name validation with + sign in it (#6221)Saturnino Abril2017-04-265-18/+62
|
* PLT-5897: Respect intrinsic ratio of img in emoji picker (#5987)VeraLyu2017-04-254-23/+46
| | | Changed style of img emoji picker, also fixed preview of emoji.
* Add confirmation modal for deactivating user (#6119)Ryan Wang2017-04-252-11/+75
|
* PLT-6283 Hide Preview Mode error bar after enabling email notifications (#6180)Harrison Healey2017-04-255-31/+60
|
* Fix OAuth SSO first account creation, add mobile support, and fix refresh ↵Joram Wilander2017-04-255-8/+40
| | | | tokens (#6181)
* PLT-4113 Added default for FileSettings.Directory (#6188)Justin Wyer2017-04-252-0/+21
|
* Add confirm dialog before leaving private channel (#6206)Ryan Wang2017-04-254-8/+146
|
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-2557-1449/+1143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start moving webapp to Redux * Fix localforage import * Updates per feedback * Feedback udpates and a few fixes * Minor updates * Fix statuses, config not loading properly, getMe sanitizing too much * Fix preferences * Fix user autocomplete * Fix sessions and audits * Fix error handling for all redux actions * Use new directory structure for components and containers * Refresh immediately on logout instead of after timeout * Add fetch polyfill
* Minor UI fixes (#6227)Asaad Mahmood2017-04-255-13/+9
|
* PLT-4457 Added API to get multiple users by their usernames (#6218)Harrison Healey2017-04-257-54/+144
| | | | | | | | | | * Allow getting profiles by username without a team * Changed UserStore.GetProfilesByUsernames to return an array * PLT-4457 Added API to get multiple users by their usernames * Changed users/names route to users/usernames
* [PLT-2181] Change wording for deactivating a user from "Make Inactive" to ↵Carlos Tadeu Panato Junior2017-04-245-13/+13
| | | | | | | | | | "Deactivate" (#6106) * change text to fix issue PLT-2181 * update strings * update per review
* PLT-6296 Fixed channel admins seeing View Members in mobile view (#6182)Harrison Healey2017-04-241-8/+8
|
* Upgrading server dependancies (#6215)Christopher Speller2017-04-24389-94942/+121588
|
* Fixing double enter in channel switcher (#6208)Christopher Speller2017-04-242-0/+7
|
* Fxing hub panic (#6214)Christopher Speller2017-04-241-2/+3
|
* PLT-6172: Fix telemtry parameter conflict. (#6212)George Goldberg2017-04-241-1/+1
|
* Fixing adding salts to config (#6209)Christopher Speller2017-04-241-6/+6
|
* [PLT-4149] Add "Already have an account? Click here to sign in" to the sign ↵Carlos Tadeu Panato Junior2017-04-241-0/+16
| | | | up page (#6186)
* PLT-6376: Button for "Add Members to Team" modal should say "Add", not "Go" ↵Carlos Tadeu Panato Junior2017-04-244-5/+32
| | | | (#6185)
* Fix the flaky TestTeamStoreSearchByName test in store/sql_team_store_test.go ↵Justin Wyer2017-04-241-2/+3
| | | | (#6187)
* APIv4 DELETE /users/{user_id}/posts/{post_id}/reactions/name (#6117)Saturnino Abril2017-04-2215-37/+459
| | | | | | | | | | * APIv4 DELETE /users/{user_id}/posts/{post_id}/reactions/name * updated v3 deleteReaction endpoint * update parameter of app.DeleteReactionForPost() * update utils.IsValidAlphaNum, add utils.IsValidAlphaNumHyphenUnderscore, and add related tests
* Adding slow pump detection to web_conn and better metrics (#6114)Corey Hulen2017-04-213-22/+46
| | | | | | | | * Adding slow pump detection to web_conn and better metrics * Fixing bad merge * Fixing typo
* PLT-6368 Changed client to always use window.location.origin over SiteURL ↵Harrison Healey2017-04-211-4/+0
| | | | (#6193)
* implement POST /logs for apiV4 (#6143)Carlos Tadeu Panato Junior2017-04-213-0/+61
|
* [PR5878] Update to improve maintability [PR5938 required]... (#5940)prixone2017-04-201-11/+2
| | | For this update to properly work [PR 5938](https://github.com/mattermost/platform/pull/5938) is required!
* PLT-6152: Set Header in channel intro obeys permissions. (#6156)George Goldberg2017-04-201-3/+29
|
* [PLT-6288] add way to view in the browser and not download in apiV4 (#6062)Carlos Tadeu Panato Junior2017-04-201-10/+49
| | | | | | | | * add way to view in the browser and not download * add DetectContentType to get the contenttype for the file * update per review
* PLT-1384 Synced preferences over the websocket (#6108)Harrison Healey2017-04-203-1/+43
|
* Add modified view members modal to Town Square (#5695)Ryan Wang2017-04-205-17/+67
|
* [APIV4] GET /emoji/{emoji_id}/image for apiV4 (#6141)Carlos Tadeu Panato Junior2017-04-205-23/+189
| | | | | | * implement GET /emoji/{emoji_id}/image for apiV4 * update per request
* PLT-6112: Add some more unit tests to the model package (#6142)George Goldberg2017-04-206-5/+394
| | | | | | | | | | | | | | | | | | | | * Unit Tests for model/push_response.go * Unit tests for security_bulletin.go * Unit tests for webrtc.go * Unit tests for model/password_recovery.go * Add missing headers. * Unit tests for model/license.go * Tidy up existing tests. * Simplify JSON to/from tests. * Fix gofmt
* implement [PLT-4118] Help text on "Private Channel --> Set Channel Purpose" ↵Carlos Tadeu Panato Junior2017-04-202-4/+17
| | | | is incorrect (#6144)
* APIv4 POST /channels/group (#6166)Saturnino Abril2017-04-203-0/+121
|
* Implement v4 endpoints for OAuth (#6040)Joram Wilander2017-04-2017-256/+1432
| | | | | | | | | | | | | | | | | | * Implement POST /oauth/apps endpoint for APIv4 * Implement GET /oauth/apps endpoint for APIv4 * Implement GET /oauth/apps/{app_id} and /oauth/apps/{app_id}/info endpoints for APIv4 * Refactor API version independent oauth endpoints * Implement DELETE /oauth/apps/{app_id} endpoint for APIv4 * Implement /oauth/apps/{app_id}/regen_secret endpoint for APIv4 * Implement GET /user/{user_id}/oauth/apps/authorized endpoint for APIv4 * Implement POST /oauth/deauthorize endpoint
* PLT-1384 Added websocket event when preferences are updated/deleted (#6107)Harrison Healey2017-04-207-83/+179
|
* Add IDs to the system console boolean (#6138)doh52017-04-201-0/+4
| | | Currently under testing
* Add ID to the system console save button. (#6147)doh52017-04-201-0/+1
| | | under testing
* Fix accidentally reverted English strings (#6148)Harrison Healey2017-04-201-8/+12
|
* Don't sanitize returned user when updating a user (#6095)Joram Wilander2017-04-194-54/+36
| | | | | | * Don't sanitize returned user when updating a user * Use user model function for clearing private data
* Move "Start Video Call" option to the bottom of the profile popover (#5853)Pierre Rudloff2017-04-183-37/+24
|
* Revert "Usernames must start with a letter (#5581)"Christopher Speller2017-04-1812-104/+85
| | | | This reverts commit 2e911b77c3386833f8f0cea82c7b6b3e5583a08e.
* Adding hub deadlock detection into master (#6100)Corey Hulen2017-04-181-13/+79
|
* APIv4 POST /reactions (#6092)Saturnino Abril2017-04-187-8/+202
| | | | | | * APIv4 POST /reactions * update corresponding V3 endpoint
* PLT-6240: Remove own pinned post from RHS when removed from channel (#6098)VeraLyu2017-04-182-6/+19
| | | | | 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.
* Update markdown test for lists (#6131)lindalumitchell2017-04-181-8/+13
| | | | | | * Update for no line breaks in lists * Updating line breaks in lists expected behavior
* GH-5847 Add missing localization string (#6130)Jason Blais2017-04-182-1/+9
| | | | | | | | * Add missing localization string to channel_intro_messages.jsx * Update en.json * Fix indentation
* Add missing GM locs (#6116)enahum2017-04-181-0/+2
|
* Add special characters hashtag tests (#6132)lindalumitchell2017-04-181-0/+4
|