summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release-3.0'Christopher Speller2016-05-161-0/+9
|\
| * Properly updated FilteredUserList when the provided user list is changed (#2983)Harrison Healey2016-05-121-0/+9
| |
* | Added preventDefault to suppress browser-specific shortcuts (#2995)David Lu2016-05-162-0/+2
| |
* | Cleaning up make test-client. Adding to build. (#2984)Christopher Speller2016-05-135-139/+23
| |
* | Merge branch 'release-3.0'Christopher Speller2016-05-1216-216/+292
|\|
| * Stopped supressing LDAP user filtered error on clientside (#2981)Harrison Healey2016-05-121-2/+1
| |
| * PLT-2927/PLT-2924 Fixing issues with integration lists (#2974)Harrison Healey2016-05-126-79/+116
| | | | | | | | | | | | | | | | * Changed IntegrationStore to store integrations by team * Fixed regenerating a command's token not causing the UI to update * Re-added IntegrationStore.hasReceived methods
| * Fix incorrect password error with MFA enabled (#2977)Joram Wilander2016-05-121-0/+1
| |
| * Add missing locs (#2971)enahum2016-05-122-2/+4
| |
| * Improving compliance stuff (#2963)Asaad Mahmood2016-05-117-130/+169
| | | | | | | | | | | | * Improving compliance stuff * Fixing padding on mobile
| * Propose changing "Other teams" to "Outside this team" (#2969)it332016-05-112-2/+2
| | | | | | | | | | | | * Update sidebar.jsx * Added "Outside this team"
* | Updating client dependancies and ESLint (#2954)Christopher Speller2016-05-1269-791/+762
| | | | | | | | | | | | | | | | * Updating client dependancies * Fixing eslint errors with updates * Updating eslint
* | PLT-2786 Open Account Settings/Recent Mentions Shortcuts (#2957)David Lu2016-05-123-2/+19
| | | | | | | | | | | | | | | | * Account settings shortcut added * Added constants * Added recent mentions shortcut
* | PLT-2783 Reprint Last Message Entered Shortcut (#2966)David Lu2016-05-122-3/+31
| | | | | | | | | | | | | | | | | | | | | | | | * added preliminary code * added comment code * semicolons are important * compatible with slash commands * too many semicolons
* | PLT-2755 Shortcut to upload file (#2967)David Lu2016-05-121-1/+4
| | | | | | | | | | | | | | | | | | | | * wrong ref * Changed back to CTRL+U * Fixed scope of fileUpload * Removed stray comma
* | Fixed loginByUsername unit test (#2975)Harrison Healey2016-05-122-8/+7
| | | | | | | | | | | | * Fixed loginByUsername unit test * Removed unused variable from WebClient login functions
* | Merge branch 'release-3.0'Christopher Speller2016-05-119-14/+30
|\|
| * Pull direct profiles when switching teams (#2965)Joram Wilander2016-05-111-0/+7
| |
| * Fixing compliance reporting (#2964)Corey Hulen2016-05-111-1/+1
| |
| * Fixing email invite link handling (#2956)Christopher Speller2016-05-111-2/+8
| |
| * Fixed username restriction display errors (#2952)David Lu2016-05-113-7/+5
| |
| * Fix compliance saving and reload page when enabling/disabling compliance (#2960)Joram Wilander2016-05-101-2/+6
| |
| * Fixing DM separator and margin on system console (#2944)Asaad Mahmood2016-05-102-2/+3
| | | | | | Fixing margins on system console
* | PLT-2674 Private Group should not have Leave option when only one member ↵enahum2016-05-102-15/+19
| | | | | | | | remains (#2888)
* | Added 'here' to list of reserved usernames (#2933)David Lu2016-05-101-1/+2
|/
* PLT-2862 Re-added LDAP login boxes as part of signup flow (#2937)Harrison Healey2016-05-093-19/+204
| | | | | | * Added ldap_only parameter for login API * Re-added LDAP login boxes as part of signup flow
* Add spanish locs, sort by id en & es files (#2938)enahum2016-05-092-1/+4
|
* PLT-2842 Fix "Invite teammates" link not working in tutorial screen. (#2936)enahum2016-05-091-6/+4
|
* Recent mention searches now OR terms instead of AND (#2931)Joram Wilander2016-05-094-5/+12
|
* Add <meta> tag to force latest version of IE (#2837)Jonny Buchanan2016-05-091-0/+1
|
* PLT-2814 Fixed JavaScript errors upon paste (#2932)David Lu2016-05-091-10/+9
| | | | | | | | | | | | * Fixed JavaScript errors on paste * Reverted keycode * Removed all mentions of self * Find and replace got a comment * Fixed file upload on drag and drop
* Improvements to system console and DM modal (#2930)Asaad Mahmood2016-05-097-26/+61
| | | | | | | Fixing audit and compliance table Changing prop Minor improvement to the DM modal
* DM and Modal changes (#2927)Asaad Mahmood2016-05-098-35/+69
| | | | | | * DM and Modal changes * Fixing image previews
* Minor fix to refresh profiles in user list of system console (#2915)Joram Wilander2016-05-091-18/+3
|
* PLT-2816 Fixed handling of Unicode 8 emojis (#2924)Harrison Healey2016-05-097-16/+53
| | | | | | | | | | | | * Updated twemoji to properly recognize Unicode 8.0 emojis * Updated unicode emoji parser to only render emojis we support as images * Corrected filename for South African flag emoji * Added Mattermost emoticons! * Added additional emoticons to test files
* Update Japanese translation (#2919)MARUYAMA Takayuki2016-05-091-26/+63
| | | | * fix some mistranslation * add latest translations
* Added missing pt locs (#2926)Rodrigo2016-05-091-4/+19
|
* PLT-2765 Limit username UI to 22 characters (#2918)David Lu2016-05-097-14/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | * Shortened username length to 22 characters * Update user_settings_general.jsx * Added username requirements to account settings page * Switched to double quotes to escape ' in JSX, must use double quotes * Update en.json * Update user_settings_general.jsx * Update es.json * Update fr.json * Update ja.json * Update pt.json * Added missing {
* Fixing RHS issue (#2917)Corey Hulen2016-05-061-1/+1
|
* PLT-2600/PLT-2770 Changed getPublicLink api call to return a proper JSON ↵Harrison Healey2016-05-065-16/+6
| | | | | | | | string (#2914) * Removed unused channelId and userId parameters from web client getPublicLink method * Changed getPublicLink api call to return a proper JSON string
* PLT-2697 Fixing team admins (#2900)Corey Hulen2016-05-0615-85/+178
| | | | | | | | | | | | * PLT-2697 Fixing team admins * Fixing eslint error * Fixing loc issues * Fixing func * Fixing func
* Fxing issue with permalink view and channel header (#2912)Christopher Speller2016-05-062-19/+21
|
* Spanish locs and sort files by id (#2913)enahum2016-05-063-4/+5
|
* Add separator between DMs on your team and not (#2910)Joram Wilander2016-05-064-2/+39
|
* Adding switching team to mobile RHS menu (#2906)Christopher Speller2016-05-062-1/+12
|
* Made SuggestionBox clear suggestions on escape (#2909)Harrison Healey2016-05-061-0/+2
|
* Update file_upload.jsx (#2911)David Lu2016-05-061-0/+2
|
* PLT-2809 Followups to login page redesign (#2901)Harrison Healey2016-05-066-121/+113
| | | | | | | | | | * Rearranged controls on the login page * Prevented login when username or password hasn't been entered * Updated login page error messages * Enabled sign in with username by default
* Multiple cross-team functionality fixes (#2902)Joram Wilander2016-05-064-5/+14
|
* Improvements to reply (#2905)Asaad Mahmood2016-05-053-6/+16
|