summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update spanish locs (#2904)enahum2016-05-051-1/+3
|
* Update MFA help text and fix some minor bugs (#2903)Joram Wilander2016-05-054-34/+38
|
* [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-053-18/+59
|
* PLT-2600/PLT-2770 Added Get Public Link modal and added new API for public ↵Harrison Healey2016-05-059-24/+140
| | | | | | | | file links (#2892) * Switched public file links to use a GetLinkModal * Separated getFile and the new getPublicFile api calls
* Add new DM and Backstage spanish locs (#2899)enahum2016-05-052-7/+17
|
* Moved twemoji parsing so that it doesn't occur inside of code blocks (#2896)Harrison Healey2016-05-054-67/+9
|
* 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-054-1/+9
|
* PLT-2797 Remove LDAP Password Field Name setting (#2884)enahum2016-05-055-43/+0
|
* PLT-2698 Integrations improvements (#2883)Harrison Healey2016-05-058-79/+133
| | | | | | | | | | * 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-0411-61/+42
|
* Sort translations by id & add missing spanish translations (#2877)enahum2016-05-044-10/+12
|
* 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-0418-60/+323
| | | | | | * 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
|
* Added pt translations (#2875)Rodrigo2016-05-041-20/+76
|
* PLT-2258 Unified login screen and related APIs (#2820)Harrison Healey2016-05-0316-738/+236
| | | | | | | | | | | | | | | | | | | | * 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
|
* HPNS spanish locs (#2866)enahum2016-05-032-11/+20
|
* PLT-2719 Emails with underscores don't auto-link correctly (#2865)enahum2016-05-031-1/+1
|
* Port HPNS from 2.2 to master (#2863)Joram Wilander2016-05-034-156/+278
|
* 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
|