summaryrefslogtreecommitdiffstats
path: root/webapp/components
Commit message (Collapse)AuthorAgeFilesLines
* Fixing compliance reporting (#2964)Corey Hulen2016-05-111-1/+1
|
* Fixed username restriction display errors (#2952)David Lu2016-05-111-3/+3
|
* 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-101-1/+1
| | | Fixing margins on system console
* PLT-2862 Re-added LDAP login boxes as part of signup flow (#2937)Harrison Healey2016-05-091-19/+176
| | | | | | * Added ldap_only parameter for login API * Re-added LDAP login boxes as part of signup flow
* 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-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-095-10/+40
| | | | | | | Fixing audit and compliance table Changing prop Minor improvement to the DM modal
* DM and Modal changes (#2927)Asaad Mahmood2016-05-093-26/+18
| | | | | | * 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-091-1/+1
| | | | | | | | | | | | * 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
* PLT-2765 Limit username UI to 22 characters (#2918)David Lu2016-05-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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-062-6/+2
| | | | | | | | 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-0611-83/+140
| | | | | | | | | | | | * 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
|
* Add separator between DMs on your team and not (#2910)Joram Wilander2016-05-061-1/+19
|
* Adding switching team to mobile RHS menu (#2906)Christopher Speller2016-05-061-1/+11
|
* 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-061-99/+100
| | | | | | | | | | * 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-061-2/+11
|
* Update MFA help text and fix some minor bugs (#2903)Joram Wilander2016-05-053-32/+36
|
* [PLT-2802] Memory leaks in file upload shortcuts (#2889)David Lu2016-05-051-88/+93
| | | | | | | * Added file upload shortcuts (CTRL+U and CMD+U) * Added KeyCode for U * Preventing memory leaks
* Allow system admins to switch user accounts to email/password (#2893)Joram Wilander2016-05-052-17/+56
|
* PLT-2600/PLT-2770 Added Get Public Link modal and added new API for public ↵Harrison Healey2016-05-054-23/+91
| | | | | | | | file links (#2892) * Switched public file links to use a GetLinkModal * Separated getFile and the new getPublicFile api calls
* Moved twemoji parsing so that it doesn't occur inside of code blocks (#2896)Harrison Healey2016-05-053-67/+0
|
* Fixed PostsViewContainer to provide an initial currentLastViewed value (#2894)Harrison Healey2016-05-051-2/+10
|
* Fix not rendering on team member update in more direct channels modal (#2891)Joram Wilander2016-05-051-0/+4
|
* Added noreferrer to some links (#2897)Harrison Healey2016-05-053-0/+8
|
* PLT-2797 Remove LDAP Password Field Name setting (#2884)enahum2016-05-051-31/+0
|
* PLT-2698 Integrations improvements (#2883)Harrison Healey2016-05-057-79/+130
| | | | | | | | | | * Fixed Integrations link to show up for non-admins (when enabled) and when only slash commands are enabled * Updated BackstageSidebar to only show enabled integrations * Added placeholder to integrations list when none exist * Added loading spinner to integrations pages when they're loading
* Performance improvments (#2869)Christopher Speller2016-05-047-57/+32
|
* PLT-2766 Fix custom branding image on login page and remove from select team ↵Joram Wilander2016-05-042-41/+8
| | | | | | | | page (#2876) * Remove custom branding image from select team screen and update component name to be correct * Fixing branding stuff on login (#2873)
* PLT-2707 Adding option to show DM list from all of server (#2871)Corey Hulen2016-05-045-54/+192
| | | | | | * PLT-2707 Adding option to show DM list from all of server * Fixing loc
* PLT-2777 hide create account when not an open server (#2872)Corey Hulen2016-05-041-17/+20
|
* PLT-2258 Unified login screen and related APIs (#2820)Harrison Healey2016-05-036-569/+176
| | | | | | | | | | | | | | | | | | | | * Unified login screen and related APIs * Refactored login API call to be less convoluted * Removed LDAP login prompt from invite process * Fixed existing LDAP users being able to log in if LDAP was configured, but disabled * Gofmt * Future proofed login API * Updated login APIs based on feedback * Added additional auditing to login API * Actually removed loginById
* Fix console error from replying in mobile view (#2864)Joram Wilander2016-05-031-1/+1
|
* Port HPNS from 2.2 to master (#2863)Joram Wilander2016-05-032-155/+266
|
* PLT-2705 - Fixing jump to archive on mobile (#2861)Asaad Mahmood2016-05-031-0/+7
|
* Fix uploaded files being previewed on wrong channels (#2860)Joram Wilander2016-05-032-9/+13
|
* PLT-2758 - Removing sidebar animation (#2856)Asaad Mahmood2016-05-031-18/+1
|
* Adding about dialog to mobile RHS (#2854)Christopher Speller2016-05-021-0/+28
|
* Reverted New Messages indicator in center channel (#2853)Harrison Healey2016-05-021-20/+0
|
* PLT-1915: Fix Timestamps are displayed as 12 hour even when set to 24 hour ↵enahum2016-05-024-4/+4
| | | | mode (#2852)
* Adding callback URLs to outgoing webhooks display (#2850)Christopher Speller2016-05-021-0/+22
|
* Fix locs for create_team and added a few spanish missing locs (#2840)enahum2016-05-022-16/+16
|
* PLT-2755 Shortcut to upload file (#2848)David Lu2016-05-021-0/+7
| | | | | | * Added file upload shortcuts (CTRL+U and CMD+U) * Added KeyCode for U
* Fixing zero case for members modal. Removing :( (#2846)Christopher Speller2016-05-021-8/+2
|