summaryrefslogtreecommitdiffstats
path: root/webapp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* PLT-2758 - Removing sidebar animation (#2856)Asaad Mahmood2016-05-033-19/+16
|
* Adding about dialog to mobile RHS (#2854)Christopher Speller2016-05-021-0/+28
|
* Reverted New Messages indicator in center channel (#2853)Harrison Healey2016-05-022-47/+0
|
* Adding getChannels call for when channel is deleted and your in it (#2851)Christopher Speller2016-05-021-2/+1
|
* 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-024-21/+26
|
* PLT-2755 Shortcut to upload file (#2848)David Lu2016-05-022-1/+9
| | | | | | * Added file upload shortcuts (CTRL+U and CMD+U) * Added KeyCode for U
* Fixing zero case for members modal. Removing :( (#2846)Christopher Speller2016-05-022-11/+5
|
* Copying profiles on posts_view so we can detect new users (#2847)Christopher Speller2016-05-021-1/+1
|
* Removed @all mention suggestion (#2845)Harrison Healey2016-05-021-6/+1
|
* Locking deps to specific version (#2844)Christopher Speller2016-05-021-9/+9
|
* Fixed PostStore to not return deleted posts when attempting to edit (#2839)Harrison Healey2016-05-021-12/+28
|
* Multiple UI improvements (#2838)Asaad Mahmood2016-05-025-485/+497
| | | | | | * Multiple UI improvements * Adding translations in en.json
* Add latest spanish translations (#2836)enahum2016-05-022-39/+80
|
* PLT-2245 Change tutorial text from "Team Invite" to "Invite teammates" (#2834)lfbrock2016-05-026-6/+6
| | | | | | | | | | | | | | * Update tutorial intro text * Update en.json * Update es.json * Update fr.json * Update ja.json * Update pt.json
* Properly checked for channel change before closing LHS (#2833)Harrison Healey2016-05-021-3/+5
|