summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Refactored mention parsing and added unit tests (#3806)Harrison Healey2016-08-163-207/+412
|
* PLT-3886 Add missing period in tutorial intro screen (#3811)Jason Blais2016-08-162-2/+2
| | | | | | * Add missing period in tutorial intro screen * Update en.json
* PLT-3617 Switched public file links to use a sha256 hash (#3792)Harrison Healey2016-08-156-50/+56
| | | | | | * Changed FileSettings.PublicLinkSalt to be a pointer * Switched public file links to use a sha256 hash
* Fixed mentions not updating when team switched (#3807)David Lu2016-08-151-2/+7
|
* Hardcoded login footer sitename to Mattermost (#3805)David Lu2016-08-151-1/+1
|
* PLT-3005 Added confirmation screen to integrations (#3747)David Lu2016-08-1511-20/+286
|
* Making APR link easier to find (#3793)it332016-08-151-1/+2
|
* PLT-3777 Channel URL name changes when display name is updated (#3795)enahum2016-08-151-15/+0
|
* PLT-3869 Fix set default language when user logs out (#3796)enahum2016-08-151-0/+1
|
* PLT-3844 Fix Not redirected out of system console after demoting self from ↵enahum2016-08-151-3/+3
| | | | System Admin (#3797)
* Add missin localization strings (#3798)enahum2016-08-151-2/+5
|
* Made em(..) return an actual number (#3735)Hugo Giraudel2016-08-121-2/+2
|
* PLT-3793 Re-order languages in Account Settings (#3756)enahum2016-08-123-16/+33
|
* Send verification email if user has never logged in, send email changed ↵Joram Wilander2016-08-121-2/+2
| | | | email otherwise (#3759)
* EE: PLT-3747 Add create_channel to command line (#3760)enahum2016-08-122-6/+131
| | | | | | | | * PLT-3747 Add create_channel command line * Added tests * Set as EE feature
* PLT-1424 Added XRegExp library to fix search highlighting (#3787)Harrison Healey2016-08-122-10/+8
|
* Clear post textbox as soon as a slash command is sent (#3789)Harrison Healey2016-08-121-2/+4
|
* Updating markdown links test (#3790)Jason Blais2016-08-121-3/+3
| | | | | | | | | #### Summary Updating markdown links test Ticket Link https://mattermost.atlassian.net/browse/PLT-3829 and https://mattermost.atlassian.net/browse/PLT-3551 are marked as `Won't Fix`, so the markdown links test needs to be updated too.
* Merge branch 'release-3.3' RC5Elias Nahum2016-08-115-15/+15
|\
| * Update licensing switches for Office365 and Google SSO through OAuth2 (#3786)Joram Wilander2016-08-114-14/+14
| |
| * fixed endless loading (#3784)David Lu2016-08-111-1/+1
| |
* | Clarify help text for available lanuages in localization_settings.jsx (#3776)Eric Sethna2016-08-112-2/+2
| | | | | | | | | | | | | | | | | | | | * Update localization_settings.jsx * Update en.json * Update localization_settings.jsx * Update en.json
* | fix OAuth provider when running test multiple times (#3782)enahum2016-08-111-2/+2
| |
* | PLT-3760 - Fixing tutorial positioning on mobile (#3783)Asaad Mahmood2016-08-112-1/+8
| |
* | Change ordering of at-mention suggestions (#3698)Yi EungJun2016-08-115-40/+129
| | | | | | List members in the current channel first.
* | Removed /shortcuts from mobile (#3753)David Lu2016-08-114-17/+36
| |
* | PLT-3700 Made error message for too short channel URL more clear (#3773)Harrison Healey2016-08-114-14/+27
| |
* | Merge branch 'release-3.3' RC4Elias Nahum2016-08-106-59/+62
|\|
| * fixed password reset salt broken (#3778)David Lu2016-08-101-46/+53
| |
| * PLT-3846 Fixed loading screen not disappearing upon joining team (#3779)David Lu2016-08-101-6/+4
| | | | | | | | | | | | * fixed loading screen not disappearing upon joining team * Update signup_user_complete.jsx
| * PLT-3879 Fix OAuth provider routes (#3780)enahum2016-08-102-5/+3
| |
| * Marked Office 365 SSO through OAuth2 as beta (#3781)Joram Wilander2016-08-102-2/+2
| |
* | Merge branch 'release-3.3' RC3Elias Nahum2016-08-0934-1935/+3077
|\|
| * daily translations 20160809 (#3772)enahum2016-08-0919-1884/+3009
| |
| * Fixed reset password error (#3769)David Lu2016-08-091-13/+6
| |
| * Use correct column type for Postgres TriggerWhen column (#3770)Joram Wilander2016-08-091-1/+1
| |
| * PLT-3865 Fix OAuth provider routes (#3768)enahum2016-08-091-3/+3
| |
| * Remove legacy code adding useless team name to oauth URLs (#3766)Joram Wilander2016-08-091-2/+2
| |
| * Changed autodetection of SiteURL (#3764)Harrison Healey2016-08-0911-32/+56
| | | | | | | | | | | | * Changed autoconfiguration of SiteURL to be done on every request * Added SiteURL to system console
* | Add missing periods in error messages (#3757)Jason Blais2016-08-093-6/+6
| |
* | Added @username and full name to user profile popover (#3765)David Lu2016-08-081-1/+19
| |
* | Merge branch 'release-3.3'Elias Nahum2016-08-0815-67/+74
|\|
| * PLT-3840 Fix Typos in cluster localization strings (#3761)enahum2016-08-081-4/+4
| |
| * PLT-3847 Fix bad merge in the System Console help text (for Office 365) (#3762)enahum2016-08-082-2/+2
| |
| * PLT-3849 Fix No error message when invalid SAML SSO URL entered in System ↵enahum2016-08-081-1/+1
| | | | | | | | Console (#3763)
| * PLT-3817 - Updating flag icon (#3750)Asaad Mahmood2016-08-086-7/+5
| | | | | | | | | | | | | | | | | | | | * Updating flag icon * Updating padding for user list * Removing stroke from hover * PLT-3794 - Fixing integrations css
| * Fix missing and bad localization strings (#3755)enahum2016-08-083-8/+9
| |
| * PLT-3811 Fix OAuth 2.0 provider help text (#3748)enahum2016-08-082-32/+32
| | | | | | | | | | | | * PLT-3811 Fix OAuth 2.0 provider help text * Fix Ids for RHS translations
| * PLT-3802 Moved compliance section of system console back to the bottom of ↵Harrison Healey2016-08-081-13/+20
| | | | | | | | the sidebar (#3751)
| * Fixing build failure caused by dependancies updatingChristopher Speller2016-08-072-4/+7
| |