summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename channel (#5322)fengpan2017-02-177-31/+50
| | | | | | | | | | | | | | * fix react proptypes * Replace the handle field and label with url * Update rename channel url correctly * fix merge * fix after test-1 * update i18n
* Bumping base cache numbers for master (#5451)Corey Hulen2017-02-177-13/+13
|
* Fix issue with Aurora read replica (#5448)Corey Hulen2017-02-171-0/+30
|
* Add APIv4 /system/ping endpoint (#5443)Robin Naundorf2017-02-174-0/+53
|
* Added NewPostList constructor to set fields to be non-null (#5440)Harrison Healey2017-02-163-10/+15
|
* Fix load profile for new DM message (#5441)Joram Wilander2017-02-161-0/+4
|
* Multiple Ui improvements (#5398)Asaad Mahmood2017-02-1613-48/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5475 - Adjusting tutorials on mobile * PLT-5475 - Adjusting tutorials on mobile * PLT-5457 - Adjusting save button * PLT-5443 - Updating highllight on status compact * PLT-5413 - Team sidebar not scrolling * PLT-5358 - Maintaing aspect ratio for emojis * PLT-5411 - Removing help text from LDAP signin * PLT-5420 - Updating emoticon for headings * Updating emoji size * Updating emoji size * Removing emoticon tag * Updating emoticon sizes * Updating emoji size
* PLT-5521: Mandatory version in line 1 of bulk import. (#5400)George Goldberg2017-02-163-3/+66
|
* Bulk import success message not shown on error. (#5401)George Goldberg2017-02-161-5/+5
|
* Implement PUT /users/{user_id}/patch endpoint for APIv4 (#5418)Joram Wilander2017-02-165-4/+202
|
* Fix JS error on joining some channels (#5439)Joram Wilander2017-02-161-1/+1
|
* (at)-mention preceded by ^, $, # or & to trigger a mention (#5419)enahum2017-02-161-1/+1
|
* Ensured getPostsSince route doesn't return a null posts field (#5436)Harrison Healey2017-02-151-0/+2
|
* Fixing emoji bug (#5438)Corey Hulen2017-02-152-1/+7
|
* Clean-up unread counting and fix commenting (#5437)Joram Wilander2017-02-151-3/+13
|
* Adding emoji caching (#5433)Corey Hulen2017-02-154-5/+46
|
* Handle matching updateats for post list etag (#5435)Joram Wilander2017-02-151-0/+3
|
* Adding caching to profile images to master (#5428)Corey Hulen2017-02-152-8/+18
| | | | | | | | | | | | * Adding caching to profile images * Fixing break * Adding back in failed read * Fixing build break * Fixing break
* Remove MakeDirectChannelVisible and add client handling for showing DMs (#5430)Joram Wilander2017-02-158-104/+61
|
* Add .idea to gitignore (#5427)Robin Naundorf2017-02-151-0/+1
|
* APIv3 append offset and limit to getProfiles etag (#5421)enahum2017-02-151-1/+1
| | | | | | * APIv3 append offset and limit to getProfiles etag * add separator between offset and limit
* Fixing websocket auth then sending challenge (#5406)Corey Hulen2017-02-143-1/+70
|
* Fix commenting in RHS marking channel unread (#5405)Joram Wilander2017-02-141-4/+10
|
* Revert "display loading screen when changing team" (#5403)Jason Blais2017-02-142-32/+9
|
* Increment channel counts for own messages (#5399)Joram Wilander2017-02-141-0/+4
|
* Implement GET channels endpoints for APIv4 (#5363)Ruzette Tanyag2017-02-1414-42/+293
| | | | | | | | | | | | * implement get channels endpoints and updated drivers and unittests * removed channel deletion on tear down, removed manage permission on get channels endpoints, and updated utils to add constant channel length * added constants for user, team and channel length, updated context to use the model functions * make sure team name length should be less than the minimum length and revert underscore to team name validity * changed post test condition from notfound to unauthorized
* Fix back button on sign-up pages (#5376)Joram Wilander2017-02-142-2/+2
|
* Fix here notifications (#5377)Joram Wilander2017-02-141-14/+10
|
* Prevent CSS stacking when changing themes (#5378)Joram Wilander2017-02-141-0/+11
|
* Increasing the time between db recycles (#5389)Corey Hulen2017-02-141-1/+1
|
* PLT-5441 Disabled the "Add Comment" button in the right-hand side unless ↵Saturnino Abril2017-02-142-10/+53
| | | | there is a valid input (#5320)
* PLT-5398 Bulk loading of user display preferences. (#5382)George Goldberg2017-02-143-0/+208
|
* Fix JS error on out of channel mentions and slash commands (#5395)Joram Wilander2017-02-131-2/+2
|
* Fixing push notificaiton (#5394)Corey Hulen2017-02-131-1/+2
|
* Switch list of hex values to theme name value pairs (#5301)fengpan2017-02-131-11/+34
| | | | | | | | | | * use theme name value pairs * format * Beautify view * handle split
* [PLT-1412] Updated search buttons on mobile GH-5261 (#5306)Saturnino Abril2017-02-134-49/+40
| | | | | | | | * Update search buttons on mobile * removed commented codes in _mobile.scss * deleted 'search_bar.cancel' from webapp/i18n/en.json
* Final fixes for moving unread handling to client (#5392)Joram Wilander2017-02-136-1/+70
|
* Fix ignore unread and DM unreads (#5391)Joram Wilander2017-02-132-4/+16
| | | | | | * Fix ignoring unreads in channels * Fix DM unreads
* Fix unread error (#5390)Joram Wilander2017-02-131-1/+1
|
* Disabling email mention test (#5381)Corey Hulen2017-02-131-45/+45
|
* PLT-5470 - Timestamps not visible on dark theme (#5379)Asaad Mahmood2017-02-131-3/+7
| | | | | | | | | | | | * PLT-5277 - Adjusting textbox on tablet view * PLT-5277 - Adjusting text area on mobile view * PLT-5097 - Updating styles for remove image * PLT-5217 - Updating styles for mobile code block * PLT-5470 - Timestamps not visible on dark theme
* Implement some post endpoints for APIv4 (#5353)Joram Wilander2017-02-1310-12/+491
| | | | | | | | | | | | * Implement POST /posts endpoint for APIv4 * Implement GET /channels/{channel_id}/posts endpoint for APIv4 * Implement GET /posts/{post_id} endpoint for APIv4 * Implement GET /posts/{post_id}/thread endpoint for APIv4 * Skip team get if it's a DM channel in handlePostEvents
* PLT-5208: Trigger Invitation by pressing Enter (#5305)Robin Naundorf2017-02-131-0/+11
|
* Fix typo (#5380)Robin Naundorf2017-02-132-6/+6
| | | * Replace 'recieve' with 'receive'
* Increase performance when receiving messages (#5375)Joram Wilander2017-02-1314-64/+106
|
* Revert "PLT-5281 Add link to team URL error" (#5372)David Lu2017-02-132-5/+5
|
* Fix copy/paste error for getting users (#5373)Joram Wilander2017-02-121-4/+4
|
* PLT-5455 Added caching for OG metadata of link preview. (#5361)Debanshu Kundu2017-02-122-7/+43
|
* Revert "#5108 Use <time> element for channel headers and search result ↵Björn Roland2017-02-102-19/+14
| | | | headers" (#5359)
* translations PR 20170206 (#5319)enahum2017-02-1021-378/+2616
| | | | | | * translations PR 20170206 * Fix platform zh_TW