summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Multiple Ui improvements (#5349)Asaad Mahmood2017-02-103-53/+28
| | | | | | | | | | * 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
* Adding webhook metrics (#5348)Christopher Speller2017-02-102-0/+6
|
* Add cluster request time logging for master (#5347)Joram Wilander2017-02-103-1/+12
|
* Adding websocket event metrics (#5342)Christopher Speller2017-02-102-0/+6
|
* Add permalink to timestamp (#5206)Andrei Stanciu2017-02-108-27/+191
| | | | | | | | | | | | | | * Add permalink to timestamp * Add permalink to timestamp * Add permalink to timestamp * Add permalink to timestamp * fix error with duplicated import * underline permalink on hover
* Adding go vet from hack-a-thon (#5328)Corey Hulen2017-02-0922-107/+133
| | | | | | | | | | | | | | | | | | | | | | * Adding go vet to the api package * Adding go vet to app package * Adding go vet to manualtesting package * Adding go vet to the model package * Adding go vet to the store dir * Adding go vet to utils package * Adding missing dirs with go files * Fixing up makefile * Fixing up makefile * Removing root dir
* Let emoji_store.jsx use Client APIs to resolve URLs (#5302)Akihiko Odaki2017-02-084-130/+141
|
* display loading screen when changing team (#5325)Mika Andrianarijaona2017-02-082-9/+32
| | | | | | * display loading screen when changing team * fix lint error
* #5108 Use <time> element for channel headers and search result headers (#5331)Björn Roland2017-02-082-14/+19
|
* PLT-5427: Import ChannelMember Notify Props. (#5329)George Goldberg2017-02-083-35/+104
|
* Fix warning when opening rhs (#5335)Robin Naundorf2017-02-081-1/+1
| | | | * Fix: `Warning: Failed prop type: Invalid prop `isCommentsPage` of type `string` supplied to `SearchBar`, expected `boolean`.`
* Error on blank post IDs for get post query (#5326)Joram Wilander2017-02-082-0/+24
|
* Implement GET `/users/username/{username}` endpoint for APIv4 (#5310)Ruzette Tanyag2017-02-088-3/+133
| | | | | | | | | | | | * added get user by username endpoint * added get user by username unit test and driver * changed username length to 22 characters max * changed Params to UserName to Username * reorganized get user by username and get user by email formatting in model/client4
* Implement a few channel member endpoints for APIv4 (#5304)Joram Wilander2017-02-078-15/+274
| | | | | | | | | | * Implement GET /channels/{channel_id}/members * Implement GET /channels/{channel_id}/members/{user_id} endpoint for APIv4 * Implement /users/{user_id}/teams/{team_id}/channels/members endpoint for APIv4 * Fix unit test
* Add caching for file infos (#5330)Joram Wilander2017-02-077-10/+61
|
* Implement password reset endpoints for APIv4 (#5256)Joram Wilander2017-02-075-8/+173
|
* Fix issue introduced by adding webapp/utils/url.jsx (#5327)Robin Naundorf2017-02-071-1/+2
| | | | New location for getShortenedTeamURL() was missing in new channel modal.
* Implement PUT /users/{user_id}/password endpoint for APIv4 (#5243)Joram Wilander2017-02-077-15/+136
|
* Implement a few team endpoints for APIv4 (#5296)Joram Wilander2017-02-077-11/+247
| | | | | | | | * Implement GET /teams/{team_id} endpoint for APIv4 * Implement GET /users/{user_id}/teams endpoint for APIv4 * Implement GET /teams/{team_id}/members/{user_id} endpoint for APIv4
* Implement GET `/users/email/{email}` endpoint for APIv4 (#5309)Ruzette Tanyag2017-02-076-4/+134
| | | | | | | | | | * added get user by email endpoint for APIv4 * added get user by email endpoint unit test and driver * removed the appended return of user ids on logout * Added RequireEmail to validate user email. Also updated the get user by email endpoint and unit test
* PLT-5379 Fix the error occuring while fetching OG metadata for links which ↵Debanshu Kundu2017-02-072-1/+2
| | | | don't exist. (#5308)
* PLT-5336: Allow Header of 1024 chars in New Channel Modal (#5294)Robin Naundorf2017-02-071-1/+1
|
* Add webapp/utils/url.jsx (#5285)Akihiko Odaki2017-02-0713-63/+54
| | | | | | | webapp/utils/utils.jsx got big and that caused a potential circular dependency with webapp/stores/team_store.jsx. This change solves the issue by introducing webapp/utils/url.jsx and moving URL-related functions, which is not likely to depend on actions and stores, from webapp/utils/utils.jsx.
* Defering calculations for determining if user scrolled to bottom or not. ↵Pepijn2017-02-071-7/+9
| | | | slight delay improves the accuracy in responsive view (#5244)
* Add a notification for new messages on mobile (#5179) (#5234)Pierre Rudloff2017-02-071-7/+14
|
* Disable send icon until valid message or file counts (#5214)Saturnino Abril2017-02-072-8/+41
|
* Support all timecode formats for YouTube preview (#4957) (#5032)AymaneKhouaji2017-02-061-5/+5
|
* Fix typo in en.json (#5313)Jason Blais2017-02-061-1/+1
|
* Add config.json to gitignore (#5276)Joram Wilander2017-02-051-0/+1
|
* Implement DELETE /users/{user_id endpoint for APIv4 - rebase cleanup (#5307)Ruzette Tanyag2017-02-053-0/+71
| | | | | | | | * added delete user endpoint * added unit test for delete user endpoint * added delete user driver
* Adding PostId index (#5300)Christopher Speller2017-02-031-0/+1
|