summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move permissions code into app package (#5146)Joram Wilander2017-01-2328-554/+702
| | | | | | * Move permissions code into app package * Revert getPosts permission
* Random fixes (#5145)enahum2017-01-232-4/+14
| | | | | | * Fix OVERLAY_TIME_DELAY in sidebar_header * Fix webhook channel selection by adding a filter
* Move instances of Client.inviteMembers() in components to an action (#5154)Saturnino Abril2017-01-232-2/+18
|
* Move instances of Client.updateUserNotifyProps() in components to an action ↵Saturnino Abril2017-01-232-4/+21
| | | | (#5156)
* Update chanel_header.addMembers --> channel_header.addMembers (#5144)Jason Blais2017-01-202-2/+2
| | | | | | * Update channel_header.jsx * Update en.json
* translations PR 20170116 (#5086)enahum2017-01-2022-807/+637
|
* Adding active users statistics to system console (#5141)Christopher Speller2017-01-207-2/+98
|
* Account settings text updates (#5143)Jason Blais2017-01-203-11/+11
| | | | | | | | | | * Update en.json * Update user_settings_display.jsx * Update en.json * Update user_settings_advanced.jsx
* #4257 Added functionality to create previews for post links using open ↵Debanshu Kundu2017-01-2026-534/+1241
| | | | graph data from those links. (#4890)
* Support explicit image sizes in markdown (#4803)Jürgen Haas2017-01-201-2/+32
| | | | | | | | | | | | | | | | | | * Support explicit image sizes in markdown * Cleanup code * Add support for missing second dimension * Overwrite height style attribute if available, use "auto" otherwise * Fix syntax * Do not set the height style if its value is auto * Re-calculate width and height, if given height is bigger than max-height * Make formulas more explicit
* Move Slack Import to App Layer. (#5135)George Goldberg2017-01-208-215/+215
|
* Move instances of Client.leaveChannel() in components to an action (#5131)Carlos Tadeu Panato Junior2017-01-204-38/+34
| | | | | | * Move instances of Client.leaveChannel() in components to an action * create isFavoriteChannelId
* PLT-5284 Fix webhook notifications for channel creator is not in (#5119)Joram Wilander2017-01-203-17/+15
| | | | | | * Fix webhook notifications for channel creator is not in * Fix unit test
* Move instances of Client.getInviteInfo() in components to an action (#5130)Carlos Tadeu Panato Junior2017-01-203-3/+20
|
* Fixed channel mention autocomplete to not match completed mentions (#5101)Harrison Healey2017-01-201-0/+12
|
* Move instances of Client.deletePost() in components to an action (#5129)Carlos Tadeu Panato Junior2017-01-192-18/+33
|
* Move instances of Client.addUserToTeamFromInvite() in components to an ↵Carlos Tadeu Panato Junior2017-01-194-12/+39
| | | | action (#5132)
* Migrate functions to app package (#5106)Joram Wilander2017-01-1934-1657/+1931
| | | | | | | | | | | | | | | | | | * Refactor and move session logic into app package * Refactor email functions into the app package * Refactor password update into app package * Migrate user functions to app package * Move team functions into app package * Migrate channel functions into app package * Pass SiteURL through to app functions * Update based on feedback
* Move instances of Client.updateChannelPurpose() in components to an action ↵Carlos Tadeu Panato Junior2017-01-192-12/+23
| | | | (#5096)
* PLT-4532: added link to Members model in channel member list (#5065)CrEaK2017-01-192-3/+91
| | | | | | | | * PLT-4532: added link to Members model in channel member list * PLT-4532: change modal behavior for team-modal in non-default channel and change link text * PLT-4532: changed link text for regular members in non-default-channels
* PLT-5057 Make image preview work if URL contains a query (#4869)khawerrind2017-01-182-10/+25
| | | | | | * Fixed image previews urls having query params * dont show expand/collapse icon if image link fails to load
* PLT-137: Disable upload button when max uploads reached (#5053)Mika Andrianarijaona2017-01-185-3/+40
| | | | | | | | | | | | | | * Change upload button color opacity when max reached * Display max upload message * Remove error when deleting preview * Clear error message in side-bar when user reaches max upload and error is displayed in side-bar, removing one file won't remove error message * Scroll in preview after file upload in sidebar
* PLT-5050 (WebApp): Change channel member roles. (#5076)George Goldberg2017-01-185-33/+159
| | | | Admins can now Promote/Demote channel members in the Channel Manage Membersmodal.
* Updated marked to better handle Windows network paths (#5102)Harrison Healey2017-01-181-1/+1
|
* Minor text updates for server log messages (#5107)Jason Blais2017-01-181-3/+3
|
* PLT-4845: Slack import of channel purpose changed messages. (#5110)George Goldberg2017-01-181-0/+48
| | | | Also includes channel header changed messages and channel name changed messages.
* PLT-5135: Fix left channel in more channels list. (#5114)George Goldberg2017-01-181-1/+6
| | | | The problem was it was not being sorted, so appeared at the bottom of the list.
* Add logout button to MFA setup page when enforcement enabled (#5115)Joram Wilander2017-01-181-1/+22
|
* PLT-5077: Fix floating date on mobile view. (#5061)George Goldberg2017-01-182-2/+6
|
* Message Editing and Deleting permissions (#4692)Amit Yadav2017-01-1820-32/+575
|
* Move instances of Client.updateChannelHeader() in components to an action ↵Carlos Tadeu Panato Junior2017-01-172-9/+25
| | | | (#5098)
* Added support for emojis with multiple aliases to autocomplete (#5097)Harrison Healey2017-01-171-7/+16
|
* PLT-2978: Add channel purpose change system message. (#5094)George Goldberg2017-01-176-3/+80
| | | Completes original patch by David Lu.
* Updated marked to better handle underscores within words (#5093)Harrison Healey2017-01-171-1/+1
|
* PLT-5279: Show username for slash cmd notification. (#5091)George Goldberg2017-01-171-2/+0
|
* Fix error from quote in channel autocomplete (#5092)Joram Wilander2017-01-171-1/+1
|
* PLT-5210: Unify errors for invalid invite. (#5090)George Goldberg2017-01-171-2/+7
| | | | Now shows the same error regardless of whether the user is logged in or logged out.
* Add inbucket docker image to allow local and automated testing of emails (#4901)Carlos Tadeu Panato Junior2017-01-179-6/+218
| | | | | | | | | | | | | | | | | | | | | | | | | | * add docker container for inbucket * Add way to get the emails using inbucket and add a test for reset password * add config setting to send emails * update TestEmailTest update * add another test and fix wrong assert * update per review fix lint change senders email * Revert config.json to default values for EmailSettings section * update test * add setup to make the test run
* PLT-5156 Fix Channel Switcher Console Errors. (#5058)George Goldberg2017-01-172-1/+13
|
* PLT-5211 Always emove deleted channels for LHS (#5087)Corey Hulen2017-01-171-1/+5
|
* Clear mention autocomplete if there is no regex match (#5085)Joram Wilander2017-01-161-0/+3
|
* Fix preferences not loading correctly (#5084)Joram Wilander2017-01-161-1/+5
|
* Discard outdated results in modal searches (#5082)Joram Wilander2017-01-166-8/+43
|
* Fix lodaing missing messages after search bug (#5080)Joram Wilander2017-01-163-18/+20
|
* PLT-4784 Display Sign In button spinner (#5046)Mika Andrianarijaona2017-01-162-7/+25
| | | | | | | | | | | | * PLT-4784 Display Sign In button spinner When the user clicks the Sign In button, display a spinner on the left fixes #4973 * Replace "Sing in..." by "Signing in..." * fix: replace ternary with if block
* PLT-5173 fixing javascript error when creating DM on Android (#5077)Corey Hulen2017-01-161-1/+9
|
* PLT-5134 removing the async sending from update user (#5078)Corey Hulen2017-01-161-2/+2
|
* PLT-5190 fixing javasscript error on RHS (#5068)Corey Hulen2017-01-161-5/+6
| | | | | | * PLT-5190 fixing javasscript error on RHS * PLT-5190 fixing javasscript error on RHS
* PLT-5228 Fix Clicking "Join Another Team" during WebRTC call hangs up the ↵enahum2017-01-161-1/+4
| | | | call (#5067)
* PLT-5149 Removing req for purge button to need license (#5066)Corey Hulen2017-01-151-4/+0
|