summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-055-23/+60
|
* PLT-2600/PLT-2770 Added Get Public Link modal and added new API for public ↵Harrison Healey2016-05-0515-253/+452
| | | | | | | | file links (#2892) * Switched public file links to use a GetLinkModal * Separated getFile and the new getPublicFile api calls
* Update NOTICE.txt (#2898)lfbrock2016-05-051-427/+55
|
* Add new DM and Backstage spanish locs (#2899)enahum2016-05-052-7/+17
|
* PLT-2798 Config sanitation fails when no LDAP Settings are present in ↵enahum2016-05-051-1/+1
| | | | config.json (#2882)
* 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
|
* missing es loc (#2887)enahum2016-05-051-0/+4
|
* PLT-2797 Remove LDAP Password Field Name setting (#2884)enahum2016-05-057-51/+1
|
* 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
* Update en.json (#2881)Harrison Healey2016-05-041-1/+1
|
* Noting NOTICE includes all OS componentsit332016-05-041-0/+4
|
* Performance improvments (#2869)Christopher Speller2016-05-0411-61/+42
|
* Changing default links (#2879)Christopher Speller2016-05-041-5/+5
|
* Sort translations by id & add missing spanish translations (#2877)enahum2016-05-048-68/+86
|
* 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-0429-72/+505
| | | | | | * 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-042-22/+178
|
* Fixing ldap ability to modify user fields (#2868)Christopher Speller2016-05-031-3/+3
|
* Fix incorrect postgres keys. (#2855)Park Daesun2016-05-031-2/+2
| | | | | | | | | | | user_test.go test has errors because incorrect postgres keys. [2016/05/03 10:19:15 KST] [EROR] /api/v3/users/create:SqlUserStore.Save code=500 rid=6h5gz1fuxids9ytzimzbgwno3e uid= ip=::1 We couldn't save the account. [details: user_id=3o8aod7uapnxzmngn3rz1rm48r, pq: duplicate key value violates unique constraint "users_email_key"] --- FAIL: TestCreateUser (0.12s) user_test.go:59: : We couldn't save the account., user_id=3o8aod7uapnxzmngn3rz1rm48r, pq: duplicate key value violates unique constraint "users_email_key" [2016/05/03 10:26:06 KST] [EROR] /api/v3/users/create:SqlUserStore.Save code=500 rid=tetdakekgffzu8muhrrxuzc9ae uid= ip=::1 We couldn't save the account. [details: user_id=izifcscu5igpzb48ey1gmi5wjw, pq: duplicate key value violates unique constraint "users_username_key"] --- FAIL: TestCreateUser (0.12s) user_test.go:67: : We couldn't save the account., user_id=izifcscu5igpzb48ey1gmi5wjw, pq: duplicate key value violates unique constraint "users_username_key"
* Sanitize sensitive data of out config file for the system console (#2849)Joram Wilander2016-05-035-15/+112
|
* PLT-2258 Unified login screen and related APIs (#2820)Harrison Healey2016-05-0336-1016/+597
| | | | | | | | | | | | | | | | | | | | * 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
* Fixed typo (#2862)Arif Usman2016-05-031-3/+3
|
* Fix console error from replying in mobile view (#2864)Joram Wilander2016-05-031-1/+1
|
* HPNS spanish locs (#2866)enahum2016-05-032-11/+20
|
* Added query escaping to emails (#2867)David Lu2016-05-031-3/+3
|
* PLT-2719 Emails with underscores don't auto-link correctly (#2865)enahum2016-05-032-1/+2
|
* Port HPNS from 2.2 to master (#2863)Joram Wilander2016-05-038-210/+352
|
* 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
|
* Fix the EmailVerified column value from '1' to true (#2843)Park Daesun2016-05-021-2/+2
| | | | | | | | | | | | | EmailVerified column type is bool. but these queries were a string type and a number type. this is ok in Mysql but cause errors in Postgresql. like this(user_test.go:970). ``` [2016/05/02 23:20:47 KST] [EROR] /api/v3/users/reset_password:SqlUserStore.UpdatePassword code=500 rid=ezj4agkewibjzni3ptybq5knbh uid=9z53qbkxj7nq9m8r8jbb47enzr ip=::1 We couldn't update the user password [details: id=8bymugax77yhfff9zj4frthapc, pq: column "emailverified" is of type boolean but expression is of type integer] --- FAIL: TestResetPassword (0.90s) user_test.go:970: : We couldn't update the user password, id=8bymugax77yhfff9zj4frthapc, pq: column "emailverified" is of type boolean but expression is of type integer ```
* Copying profiles on posts_view so we can detect new users (#2847)Christopher Speller2016-05-021-1/+1
|
* Fixing edit direct channel header (#2842)Christopher Speller2016-05-023-13/+20
|
* 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
|