summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Removing parentId from delete post queries (#5298)Christopher Speller2017-02-031-2/+2
|
* Implement GET /users endpoint for APIv4 (#5277)Joram Wilander2017-02-0315-87/+603
|
* Partially reverted 7e9cf13aa356f991f48ba0a943bdab9b4d3c9233 (#5295)Harrison Healey2017-02-033-10/+2
|
* Implement POST /channels/direct endpoint for APIv4 (#5283)Joram Wilander2017-02-035-4/+113
|
* Implement POST /users/ids endpoint for APIv4 (#5274)Joram Wilander2017-02-037-31/+139
|
* Updating client dependancies except ESLint and react-router (#5253)Christopher Speller2017-02-033-41/+41
|
* Updated marked to allow escaping pipe characters and to restrict reference ↵Harrison Healey2017-02-021-1/+1
| | | | links (#5278)
* Multiple bug fixes (#5275)Asaad Mahmood2017-02-025-19/+21
| | | | | | | | | | | | * PLT-5319 - Fixing text and line separator * PLT-5227 - Shrinking webrtc hides video * PLT-4066 - Fixing scroll for notifications modal * PLT-5106 - Adding status indicators (compact view) * Reverting scrolling change
* Add tear down to APIv4 tests (#5250)Joram Wilander2017-02-0213-2/+194
| | | | | | * Add tear down to APIv4 tests * Defer tear downs
* Add link to team URL error (#5270)David Lu2017-02-022-5/+5
|
* PLT-5407: Bulk importing of User memberships. (#5273)George Goldberg2017-02-025-14/+581
|
* Fix defaults in code to match config.json (#5269)Amit Yadav2017-02-021-1/+1
|
* Updating server dependancies (#5249)Christopher Speller2017-02-02326-3903/+121309
|
* PLT-5328 Fixing signup screen (#5247)Christopher Speller2017-02-023-22/+19
| | | | | | * Fixing signup screen not forwarding properly * Fixing team id not forwarding from invite link if only LDAP is enabled
* PLT-495 Improves slack markup conversion (#4914)Diep Pham2017-02-022-10/+150
| | | | | | | | | | | | | | * improves slack markup conversion * bold * strikethrough * blockquotes * handles blockquotes in slack_import * removes unnecessary formatting * fixes various format problems
* Implement POST /channels endpoint for APIv4 (#5241)Joram Wilander2017-02-0210-36/+309
|
* Remove redundant mobile web search hint popover (#5233)Andrei Stanciu2017-02-022-14/+29
|
* Fix CLI panic on invalid team (#5246)Christopher Speller2017-02-021-0/+3
|
* PLT-5356 - Fixing margins for paragraphs (#5217)Asaad Mahmood2017-02-013-19/+20
| | | | | | | | * PLT-5356 - Fixing margins for paragraphs * Fixing conflict * Fixing font size for paragraphs
* Implement PUT /users/{user_id}/roles endpoint for APIv4 (#5238)Joram Wilander2017-02-014-1/+80
|
* add modal next/prev button to be localized (#5245)Yusuke Nemoto2017-02-013-4/+20
|
* Fix logging in with MFA (#5248)Joram Wilander2017-02-011-1/+1
|
* fix cloning channels (#5242)Evgeniy2017-01-311-1/+3
| | | | | | * fix cloning channels * fix code-style
* Fix verifying a missing user panics (#5240)Christopher Speller2017-01-311-0/+1
|
* Use consistent Display Name sorting code throughout the webapp #5159 (#5213)Saturnino Abril2017-01-3111-90/+51
| | | | | | * Use consistent Display Name sorting code throughout the webapp #5159 * fixed broken sorting of teams and channels
* Added ability for system message username to be localized (#5239)Harrison Healey2017-01-316-5/+21
|
* Fixing websocket origin policyChristopher Speller2017-01-312-4/+25
|
* Clicking on email verification does not automatically fill in your email (#5140)Carlos Tadeu Panato Junior2017-01-311-1/+10
| | | | | | | | | | * implement Clicking on email verification does not automatically fill in your email * set the cursor to the password field * update per review * update per review
* Fix typos for model.config.is_valid...app_error (#5236)Jason Blais2017-01-311-2/+2
|
* Improve APIv4 test lib (#5237)Joram Wilander2017-01-313-23/+105
|
* Use Client APIs to resolve URLs (#5148)Akihiko Odaki2017-01-314-3/+11
|
* PLT-5365 Import of basic user properties. (#5231)George Goldberg2017-01-316-34/+569
|
* Stopped usernames from appearing on separate lines in system messages (#5228)Harrison Healey2017-01-311-9/+13
|
* Minor fix for system console menu (#5225)Asaad Mahmood2017-01-311-0/+5
|