summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6080 moving clustering to memberlist (#6499)Corey Hulen2017-06-197-42/+313
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-6080 adding cluster discovery service * Adding memberlist lib * Adding memberlist lib * WIP * WIP * WIP * WIP * Rolling back config changes * Fixing make file * Fixing config for cluster * WIP * Fixing system console for clustering * Fixing default config * Fixing config * Fixing system console for clustering * Tweaking hub setting * Bumping up time * merging vendor dir * Updating vendor dir * Fixing unit test * Fixing bad merge * Remove some testing code * Moving comment * PLT-6868 adding db ping retry * Removing unused loc strings * Adding defer to cancel
* PLT-3901 send different push message when only images attached (#6672)Corey Hulen2017-06-161-0/+5
|
* Merge release-3.10 into master (#6654)Joram Wilander2017-06-155-22/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-6787 Fixed being able to send a post before files finished uploading (#6617) * Fix quick switcher for channels/users not stored locally (#6610) * Fix button text on confirm mention modal (#6609) * fix post delete permission of channel admin (#6608) * open comment thread for the most recent reply-able message (#6605) * Use mutex flag with yarn to prevent concurrent builds interfering (#6619) * Use mutex flag with yarn to prevent concurrent builds interfering * Remove yarn mutex file with clean * Minor bug fixes (#6615) * PLT-6774 - Fixing color for offline icon * PLT-6784 - Fixing status icon * Fixing icon margin * Updating caret position * PLT-6070 Have ChannelMentionProvider stop searching after a term returns no results (#6620) * Fixing JS error (#6623) * Minor bug fixes (#6622) * PLT-6808 - Updating channel switcher on mobile * PLT-6743 - Updating scrollbar styling * Login instead of failing if user exists in OAuth sign-up flow (#6627) * PLT-6802 Disable team switcher (#6626) * Disable team switcher * Fix ESLint errors * PLT-6807 Ensured select teams page can scroll on iOS (#6630) * Do not redirect from account switch pages on 401 (#6631) * Fixing loadtest command and renaming to /test (#6624) * PLT-6820 Update mattermost-redux dependency (#6632) * translations PR 20170612 (#6629) * Bump HTTP client timeout to 30 seconds (#6633) * For team unreads return empty array instead of null (#6636) * PLT-6831 Fix status modal localization IDs (#6637) * Fix status modal localization IDs * Update test snapshot
* Add APIv4 endpoint to permanently delete teams (#6604)Zeger-Jan van de Weg2017-06-151-0/+9
| | | | | Tests are added, however, it only tests the property if its soft deleted. In the background it will be hard deleted, but that is untestable through a integration test.
* fix user agent for desktop app (#6612)Saturnino Abril2017-06-081-0/+5
|
* Allow switching to private channels with /join command (#6579)Joram Wilander2017-06-051-1/+5
|
* Fixed out of bounds array index (#6576)Harrison Healey2017-06-051-1/+1
|
* [PLT-6697] Added CTRL/CMD+SHIFT+K shortcut to open 'more direct messages' ↵Saturnino Abril2017-06-051-0/+1
| | | | | | | | | | dialog (#6534) * add keypress shortcut to open 'more direct messages' dialog * removed duplicate e.preventDefault() * add text description to /shortcuts output
* add shortcut that opens a comment thread for most recent message in a ↵Saturnino Abril2017-06-021-1/+2
| | | | channel (#6549)
* PLT-6581 breakup webhooks greater than 4K into multiple posts (#6530)Corey Hulen2017-06-021-8/+29
|
* Fixed debug message for push notifications (#6536)Harrison Healey2017-06-011-1/+4
|
* PLT-5699 Improvements to channel switcher (#6486)Joram Wilander2017-05-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor channel switcher to not wait on server results * Change channel switcher to quick switcher and include team switching * Add sections, update ordering and add discoverability button * Fix styling error * Use CMD in text if on mac * Clean yarn cache on every install * Various UX updates per feedback * Add shortcut help text for team switcher * Couple more updates per feedback * Some minor fixes for GM and autocomplete race * Updating UI for channel switcher (#6504) * Updating channel switcher button (#6506) * Updating switcher modal on mobile (#6507) * Removed jQuery usage * Rename function to toggleQuickSwitchModal
* PLT-5705 Created a single source of http.Client creation logic with internet ↵Torsten Juergeleit2017-05-317-86/+15
| | | | proxy support, reasonable timeouts and optional insecure connections (#6503)
* Do not re-register WS connection if already authenticated (#6511)Joram Wilander2017-05-301-0/+4
|
* Support AWS Signature V2 for Mattermost for S3 storage. (#6462)Harshavardhana2017-05-302-3/+17
| | | | | | | Certain S3 compatible servers only use Legacy Signature (AWS Signature V2), current code only supports signature v4. This PR adds facility to click a button on the UI to enable legacy signature with S3 compatible servers.
* PLT-6485 Add ability to disable `@here` notifications (#6372)David Meza2017-05-301-17/+5
|
* Adding short unit tests by default (#6494)Christopher Speller2017-05-251-0/+30
|
* Writing message to our logs when system panics and recovers (#6458)Corey Hulen2017-05-241-4/+13
|
* PLT-6534 Rotated uploaded profile pictures to be upright (#6482)Harrison Healey2017-05-242-12/+22
|
* Only update status when clicking onto app (#6435)Joram Wilander2017-05-241-1/+1
|
* PLT-6471 Properly panic when translations can't be loaded (#6414)Harrison Healey2017-05-233-3/+5
| | | | | | | | | | * PLT-6471 Properly panic when translations can't be loaded * Print usage messages when errors occur during CLI initialization * Reverted behaviour of FindDir and added second return value to it * Fixed merge conflict
* PLT-6408 Framework for job server (#6404)Harrison Healey2017-05-183-21/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added initial job server * Added job server to be ran as part of platform * Added test job to the enterprise repo * Fixed job server not loading license * Renamed job package to jobs * Fixed TE not being buildable * Added JobStatus table to database * Changed fields used by JobStatus * Added APIs to query job status * Added config change listener to server * Added option to run job server from Makefile * Added ability to enable/disable jobs from config * Commented out placeholder for search indexing job * Fixed govet * Removed debug messages and fixed job api init message
* PLT-6472: Basic Elastic Search implementation. (#6382)George Goldberg2017-05-181-15/+93
| | | | | | | | | | | | | | * PLT-6472: Basic Elastic Search implementation. This currently supports indexing of posts at create/update/delete time. It does not support batch indexing or reindexing, and does not support any entities other than posts yet. The purpose is to more-or-less replicate the existing full-text search feature but with some of the immediate benefits of using elastic search. * Alter settings for AWS compatability. * Remove unneeded i18n strings.
* remove notification as requested in PLT-6537 (#6412)Carlos Tadeu Panato Junior2017-05-181-1/+3
|
* Ability to use OAuth login from mobile (#6432)enahum2017-05-171-2/+2
|
* PLT-6019: Add APIv4 Endpoint for restoring Channels (#6263)Robin Naundorf2017-05-151-0/+8
|
* Merge branch 'release-3.9' into merge-3.9JoramWilander2017-05-128-14/+89
|\
| * Send status change event if status changes on channel view (#6389)Joram Wilander2017-05-112-4/+16
| |
| * PLT-6523: Don't crash when replying to a post whose poster has left the ↵George Goldberg2017-05-102-1/+45
| | | | | | | | channel. (#6388)
| * Detach session activity update from statuses (#6379)Joram Wilander2017-05-104-7/+22
| |
| * Get protocol correctly if using SSL direct to Mattermost (#6361)Joram Wilander2017-05-091-1/+1
| |
| * Forward port 3.8.1 changes that missed master (#6362)Joram Wilander2017-05-091-1/+5
| |
| * Fixing session error (#6370)Christopher Speller2017-05-091-1/+1
| |
* | Fix some issues in English (#5714)William Gathoye2017-05-111-1/+1
| |
* | PLT-6488: Reduce database queries in user bulk import. (#6371)George Goldberg2017-05-103-42/+95
| |
* | Fixing session error (#6370)Christopher Speller2017-05-091-1/+1
| |
* | Add API Endpoint for deleted Channels (#5889)Robin Naundorf2017-05-091-0/+8
|/
* PLT-6492 Use new cookie to determine if user is logged in (#6317)Joram Wilander2017-05-041-0/+10
| | | | | | * Use new cookie to determine if user is logged in * Add temporary code for 3.9 to prevent forced re-login
* PLT-6262 Add config setting to disable file attachments (#6301)Joram Wilander2017-05-041-1/+1
| | | | | | | | | | | | | | * 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 Wilander2017-05-031-2/+29
|
* PLT-6380 Fired websocket event when user joins a team (#6266)Harrison Healey2017-05-031-2/+5
|
* PLT-6277 Moved profile image cropping to server (#6269)Harrison Healey2017-05-031-1/+1
| | | | | | * PLT-6277 Moved profile image cropping to server * Cosmetic refactoring of SettingPicture component
* Add Password field to Bulk Importer. (#6268)George Goldberg2017-04-282-1/+40
|
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-281-2/+10
| | | | | | | | | | | | | | * Move channel store and actions over to redux * Fix style errors * Fix unit test * Various fixes * More fixes * Revert config changes
* Parallelise Bulk Import. (#6267)George Goldberg2017-04-282-6/+70
| | | | | | * Parallelise Bulk Import. * Set worker count through command line flag.
* PLT-6271 Changed word splitting to initially split on any non-name character ↵Harrison Healey2017-04-283-34/+38
| | | | | | | | (#6261) * PLT-6271 Changed word splitting to initially split on any non-name character * Fixed detection of out of channel mentions
* Add config setting to disable statuses (#6254)Joram Wilander2017-04-281-0/+28
|
* Creating common token store and moving email invites and verification to it ↵Christopher Speller2017-04-275-53/+126
| | | | (#6213)
* PLT-6108 fixing to use senderId for push (#6245)Corey Hulen2017-04-271-1/+1
|
* PLT-3915/PLT-5550 Improve handling of Markdown while parsing mentions (#6091)Harrison Healey2017-04-262-1/+209
| | | | | | | | * PLT-3915 Removed ability to mention users in code blocks * PLT-3915 Added simple check for potential code blocks before using regexes * PLT-5550 Improve splitting when parsing mentions to ignore markdown characters