Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removing password reset salt (#6334) | Christopher Speller | 2017-05-04 | 1 | -3/+0 | |
| | ||||||
* | PLT-6262 Add config setting to disable file attachments (#6301) | Joram Wilander | 2017-05-04 | 2 | -2/+15 | |
| | | | | | | | | | | | | | | * Add config setting to disable file attachments * Add unit tests * Updating UI for no attachments (#6312) * Update UI text on file upload System Console setting (#6313) * Update storage_settings.jsx * Update en.json | |||||
* | Update channel patch to post the correct system messages (#6290) | Joram Wilander | 2017-05-03 | 1 | -1/+1 | |
| | ||||||
* | PLT-6355: Use separate Read Replicas for Search. (#6216) | George Goldberg | 2017-05-01 | 1 | -0/+3 | |
| | ||||||
* | PLT-6214 Move channel store and actions over to redux (#6235) | Joram Wilander | 2017-04-28 | 2 | -6/+1 | |
| | | | | | | | | | | | | | | * Move channel store and actions over to redux * Fix style errors * Fix unit test * Various fixes * More fixes * Revert config changes | |||||
* | Fix user autocomplete for DMs and GMs (#6265) | Joram Wilander | 2017-04-28 | 2 | -17/+21 | |
| | ||||||
* | Fix error not appearing when updating to existing username (#6255) | Joram Wilander | 2017-04-28 | 1 | -0/+7 | |
| | ||||||
* | PLT-6322 log error messages in english (#6234) | Corey Hulen | 2017-04-28 | 1 | -4/+4 | |
| | ||||||
* | PLT-6268 Clear blue bar correctly when removing expiring license (#6247) | Joram Wilander | 2017-04-27 | 2 | -1/+16 | |
| | | | | | | | | * Don't sanitize license for system admin * Clear blue bar error whe removing expiring license * Fix unit test | |||||
* | Creating common token store and moving email invites and verification to it ↵ | Christopher Speller | 2017-04-27 | 3 | -57/+56 | |
| | | | | (#6213) | |||||
* | APIv4 POST /commands/execute (#6205) | Saturnino Abril | 2017-04-27 | 2 | -0/+150 | |
| | ||||||
* | alsways get the last message from inbucket (#6251) | Carlos Tadeu Panato Junior | 2017-04-27 | 1 | -2/+2 | |
| | ||||||
* | fix reaction's name validation with + sign in it (#6221) | Saturnino Abril | 2017-04-26 | 3 | -7/+43 | |
| | ||||||
* | Fix OAuth SSO first account creation, add mobile support, and fix refresh ↵ | Joram Wilander | 2017-04-25 | 2 | -1/+4 | |
| | | | | tokens (#6181) | |||||
* | Start moving webapp to Redux (#6140) | Joram Wilander | 2017-04-25 | 2 | -2/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
* | PLT-4457 Added API to get multiple users by their usernames (#6218) | Harrison Healey | 2017-04-25 | 2 | -0/+51 | |
| | | | | | | | | | | * 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 | |||||
* | APIv4 DELETE /users/{user_id}/posts/{post_id}/reactions/name (#6117) | Saturnino Abril | 2017-04-22 | 5 | -2/+191 | |
| | | | | | | | | | | * 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 | |||||
* | implement POST /logs for apiV4 (#6143) | Carlos Tadeu Panato Junior | 2017-04-21 | 2 | -0/+49 | |
| | ||||||
* | [PLT-6288] add way to view in the browser and not download in apiV4 (#6062) | Carlos Tadeu Panato Junior | 2017-04-20 | 1 | -10/+49 | |
| | | | | | | | | * add way to view in the browser and not download * add DetectContentType to get the contenttype for the file * update per review | |||||
* | [APIV4] GET /emoji/{emoji_id}/image for apiV4 (#6141) | Carlos Tadeu Panato Junior | 2017-04-20 | 2 | -1/+149 | |
| | | | | | | * implement GET /emoji/{emoji_id}/image for apiV4 * update per request | |||||
* | APIv4 POST /channels/group (#6166) | Saturnino Abril | 2017-04-20 | 2 | -0/+111 | |
| | ||||||
* | Implement v4 endpoints for OAuth (#6040) | Joram Wilander | 2017-04-20 | 6 | -25/+1187 | |
| | | | | | | | | | | | | | | | | | | * 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 Healey | 2017-04-20 | 3 | -24/+120 | |
| | ||||||
* | Don't sanitize returned user when updating a user (#6095) | Joram Wilander | 2017-04-19 | 1 | -0/+5 | |
| | | | | | | * Don't sanitize returned user when updating a user * Use user model function for clearing private data | |||||
* | Revert "Usernames must start with a letter (#5581)" | Christopher Speller | 2017-04-18 | 1 | -6/+0 | |
| | | | | This reverts commit 2e911b77c3386833f8f0cea82c7b6b3e5583a08e. | |||||
* | APIv4 POST /reactions (#6092) | Saturnino Abril | 2017-04-18 | 3 | -0/+143 | |
| | | | | | | * APIv4 POST /reactions * update corresponding V3 endpoint | |||||
* | Merge branch 'release-3.8' | Christopher Speller | 2017-04-17 | 1 | -1/+1 | |
|\ | ||||||
| * | PLT-5977: Only reload clients when client config changes. (#5989) | George Goldberg | 2017-04-05 | 1 | -1/+1 | |
| | | ||||||
* | | APIv4 PUT /users/{user_id}/active (#6118) | Saturnino Abril | 2017-04-17 | 2 | -0/+75 | |
| | | ||||||
* | | implement DELETE /emoji/{emoji_id} fro apiV4 (#6021) | Carlos Tadeu Panato Junior | 2017-04-17 | 3 | -1/+170 | |
| | | | | | | implement GET /emoji/{emoji_id} for apiv4 | |||||
* | | Implement GET /webrtc/token endpoint for APIv4 (#6046) | Joram Wilander | 2017-04-16 | 3 | -0/+59 | |
| | | ||||||
* | | [APIV4] POST /commands/{command_id}/regen_token for apiV4 (#6052) | Carlos Tadeu Panato Junior | 2017-04-16 | 2 | -0/+74 | |
| | | | | | | | | | | | | * implement POST /commands/{command_id}/regen_token for apiV4 * update comment | |||||
* | | Fixed copyright dates (#6109) | Harrison Healey | 2017-04-13 | 2 | -2/+2 | |
| | | ||||||
* | | PLT-5860 Updated copyright date (#6058) | Harrison Healey | 2017-04-12 | 35 | -35/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots | |||||
* | | APIv4 GET /posts/{post_id}/reactions (#6047) | Saturnino Abril | 2017-04-11 | 3 | -0/+129 | |
| | | ||||||
* | | APIv4 DELETE /commands/{command_id} (#6012) | Saturnino Abril | 2017-04-10 | 2 | -0/+101 | |
| | | ||||||
* | | Refactor switching login type code into app layer and add v4 endpoint (#6000) | Joram Wilander | 2017-04-10 | 3 | -3/+131 | |
| | | | | | | | | | | | | * Refactor switching login type code into app layer and add v4 endpoint * Fix unit test | |||||
* | | APIv4 PUT /commands/{command_id} (#5999) | Saturnino Abril | 2017-04-07 | 3 | -1/+148 | |
| | | | | | | | | | | | | * APIv4 PUT /commands/{command_id} * update client parameter and api4 test | |||||
* | | implement GET /emoji for apiV4 (#6007) | Carlos Tadeu Panato Junior | 2017-04-07 | 2 | -10/+72 | |
| | | ||||||
* | | implement POST /emoji for apiV4 (#5868) | Carlos Tadeu Panato Junior | 2017-04-06 | 4 | -0/+227 | |
| | | ||||||
* | | APIv4 GET /users/{user_id}/posts/flagged (#5984) | Saturnino Abril | 2017-04-05 | 3 | -0/+217 | |
| | | | | | | | | | | | | * APIv4 GET /users/{user_id}/posts/flagged * change permission check | |||||
* | | PLT-4858: Unit tests to cover this bug. (#5990) | George Goldberg | 2017-04-05 | 1 | -0/+24 | |
|/ | ||||||
* | Fix blanking out of FileIds and backwards compatability issue with v3 (#5950) | Joram Wilander | 2017-04-04 | 2 | -2/+25 | |
| | ||||||
* | PLT-6198: Use added to channel system message on default channels. (#5969) | George Goldberg | 2017-04-04 | 2 | -2/+2 | |
| | | | | Use a different sytem message when a user was added to a default channel by someone else than when they joined themselves. | |||||
* | PLT-5900 Removed automatic configuration of SiteURL (#5952) | Harrison Healey | 2017-04-04 | 8 | -45/+40 | |
| | | | | | | | | | | | | | | | | * Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705)" This reverts commit a8e68bd8905972ae59de90fa33d5b3e3c274dc47. * Removed automatic configuration of SiteURL * Reverted unintentional config changes * Updated help text * Added link to docs in Site URL warning * Fixed merge conflict | |||||
* | implement GET /teams/{team_id}/commands/autocomplete (#5951) | Carlos Tadeu Panato Junior | 2017-04-03 | 2 | -0/+82 | |
| | ||||||
* | Implement POST /teams/{team_id}/invite/email for apiV4 (#5944) | Carlos Tadeu Panato Junior | 2017-04-03 | 2 | -0/+81 | |
| | ||||||
* | PLT-6169: Batch add users to teams. (#5953) | George Goldberg | 2017-04-03 | 2 | -0/+181 | |
| | ||||||
* | APIv4 DELETE /teams/{team_id} (#5937) | Saturnino Abril | 2017-04-03 | 2 | -0/+63 | |
| | ||||||
* | APIv4 post /teams/search (#5931) | Saturnino Abril | 2017-04-03 | 2 | -0/+106 | |
| |