summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge branch 'release-3.8'Christopher Speller2017-04-1747-1124/+1232
|\
| * translations PR 20170410 (#6065)enahum2017-04-1211-39/+39
| |
| * PLT-6294 Fixed iOS not scrolling to bottom of post list (#6077)Harrison Healey2017-04-121-2/+8
| |
| * PLT-6300 Fixed flag icons not appearing (#6078)Harrison Healey2017-04-122-2/+2
| |
| * PLT-6311 - Link text wrapping fix (#6079)Asaad Mahmood2017-04-121-1/+0
| |
| * get the latest message from the mailbox. It fixes the issue PLT-6176 (#6005)Carlos Tadeu Panato Junior2017-04-101-2/+2
| |
| * Fix configuration settingJoramWilander2017-04-102-3/+2
| |
| * PLT-6253: Handle demote self from Team Admin. (#6056)George Goldberg2017-04-102-1/+17
| |
| * PLT-6260: Allow empty legal/support links. (#6057)George Goldberg2017-04-101-5/+5
| |
| * translations PR 20170407 (#6031)enahum2017-04-1018-843/+862
| |
| * Use SiteURL for OAuth login (#6032)Joram Wilander2017-04-101-1/+1
| |
| * PLT-6280 Fixed post textbox not being able to scroll (#6034)Harrison Healey2017-04-101-0/+1
| |
| * PLT-6254: Search not in teams include removed members. (#6020)George Goldberg2017-04-072-1/+39
| |
| * Fix possible MFA enforcement redirect loop (#6030)Joram Wilander2017-04-071-0/+2
| |
| * Minor bug fixes (#6019)Asaad Mahmood2017-04-073-2/+7
| | | | | | | | | | | | | | | | * PLT-6193 - Post right scroll for small threads * PLT-6210 - Emoji icon not aligned. * Fixing word break
| * PLT-6201/PLT-6220 Don't show pin or reaction options for system messages (#6010)Harrison Healey2017-04-074-189/+181
| | | | | | | | | | | | * PLT-6220 Removed ability to react to system messages * PLT-6201 Removed ability to pin system messages
| * Check if we need to add DM/GM to sidebar regardless of post sender (#6009)Joram Wilander2017-04-075-27/+51
| |
| * PLT-6263 Updated timing and text of Site URL warning bar (#6016)Harrison Healey2017-04-072-9/+9
| |
| * PLT-6238 Fix 404 error in system console (#6014)Harrison Healey2017-04-071-0/+5
| |
| * PLT-6200 Fixed file upload button not working on iOS (#6013)Harrison Healey2017-04-072-15/+14
| |
| * [PLT-6232] Remove "(Beta)" tag from HA in System Console (#6008)Eric Sethna2017-04-072-2/+2
| |
| * Update en.jsonEric Sethna2017-04-061-1/+1
| |