Harrison Healey
761f59645d
PLT-2816 Fixed handling of Unicode 8 emojis ( #2924 )
...
* 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
2016-05-09 00:17:26 -07:00
MARUYAMA Takayuki
e8b3e0a7bc
Update Japanese translation ( #2919 )
...
* fix some mistranslation
* add latest translations
2016-05-09 00:17:10 -07:00
Rodrigo
029f173676
Added missing pt locs ( #2926 )
2016-05-09 00:17:00 -07:00
it33
f39d74631c
Adding additional libraries ( #2922 )
...
* Adding additional libraries
* Adding rsc mention
2016-05-09 00:15:46 -07:00
David Lu
b58ccf0604
PLT-2765 Limit username UI to 22 characters ( #2918 )
...
* 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 {
2016-05-09 00:15:25 -07:00
Corey Hulen
be16307c06
Fixing RHS issue ( #2917 )
2016-05-06 13:25:00 -07:00
Harrison Healey
e1cae3b15b
PLT-2600/PLT-2770 Changed getPublicLink api call to return a proper JSON string ( #2914 )
...
* Removed unused channelId and userId parameters from web client getPublicLink method
* Changed getPublicLink api call to return a proper JSON string
2016-05-06 11:32:08 -07:00
Corey Hulen
6c75662b82
PLT-2697 Fixing team admins ( #2900 )
...
* PLT-2697 Fixing team admins
* Fixing eslint error
* Fixing loc issues
* Fixing func
* Fixing func
2016-05-06 14:28:22 -04:00
Christopher Speller
4f799b980f
Fxing issue with permalink view and channel header ( #2912 )
2016-05-06 11:08:02 -07:00
enahum
d3f360974b
Spanish locs and sort files by id ( #2913 )
2016-05-06 10:37:56 -07:00
Joram Wilander
0cfcf5c5de
Add separator between DMs on your team and not ( #2910 )
2016-05-06 12:08:58 -04:00
Christopher Speller
d2f9fd52fe
Fixing /logout command ( #2908 )
2016-05-06 12:08:49 -04:00
Christopher Speller
204109b4b9
Adding switching team to mobile RHS menu ( #2906 )
2016-05-06 12:08:33 -04:00
Harrison Healey
2ee8051caf
Made SuggestionBox clear suggestions on escape ( #2909 )
2016-05-06 08:24:31 -07:00
David Lu
e0378c0a13
Update file_upload.jsx ( #2911 )
2016-05-06 11:14:37 -04:00
Harrison Healey
faf807d872
PLT-2809 Followups to login page redesign ( #2901 )
...
* 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
2016-05-06 08:08:11 -04:00
Joram Wilander
d75cb02948
Multiple cross-team functionality fixes ( #2902 )
2016-05-06 08:06:34 -04:00
Asaad Mahmood
4b2843ee9d
Improvements to reply ( #2905 )
2016-05-05 23:45:19 -07:00
enahum
7c006ea384
Update spanish locs ( #2904 )
2016-05-05 20:08:27 -07:00
Joram Wilander
3789a4613a
Update MFA help text and fix some minor bugs ( #2903 )
2016-05-05 20:07:59 -07:00
David Lu
e898686301
[PLT-2802] Memory leaks in file upload shortcuts ( #2889 )
...
* Added file upload shortcuts (CTRL+U and CMD+U)
* Added KeyCode for U
* Preventing memory leaks
2016-05-05 19:23:15 -04:00
Joram Wilander
f2e788f4b1
Allow system admins to switch user accounts to email/password ( #2893 )
2016-05-05 16:36:42 -04:00
Harrison Healey
d2ddf40f56
PLT-2600/PLT-2770 Added Get Public Link modal and added new API for public file links ( #2892 )
...
* Switched public file links to use a GetLinkModal
* Separated getFile and the new getPublicFile api calls
2016-05-05 16:35:03 -04:00
lfbrock
696ffb4745
Update NOTICE.txt ( #2898 )
2016-05-05 13:05:54 -07:00
enahum
7b81c63f6b
Add new DM and Backstage spanish locs ( #2899 )
2016-05-05 13:05:19 -07:00
enahum
3a0734ec9d
PLT-2798 Config sanitation fails when no LDAP Settings are present in config.json ( #2882 )
2016-05-05 12:36:17 -07:00
Harrison Healey
ed3162a59d
Moved twemoji parsing so that it doesn't occur inside of code blocks ( #2896 )
2016-05-05 12:35:01 -07:00
Harrison Healey
511be7714b
Fixed PostsViewContainer to provide an initial currentLastViewed value ( #2894 )
2016-05-05 12:34:48 -07:00
Joram Wilander
cf05c92eff
Fix not rendering on team member update in more direct channels modal ( #2891 )
2016-05-05 12:32:56 -07:00
Harrison Healey
3b8b23218d
Added noreferrer to some links ( #2897 )
2016-05-05 14:17:59 -04:00
enahum
654c11bdfd
missing es loc ( #2887 )
2016-05-05 09:39:25 -04:00
enahum
04b61d1f38
PLT-2797 Remove LDAP Password Field Name setting ( #2884 )
2016-05-05 09:36:58 -04:00
Harrison Healey
2c92540471
PLT-2698 Integrations improvements ( #2883 )
...
* 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
2016-05-05 09:32:12 -04:00
Harrison Healey
fcb5b70eb3
Update en.json ( #2881 )
2016-05-04 14:17:50 -04:00
it33
2ad473ce63
Noting NOTICE includes all OS components
2016-05-04 08:36:50 -07:00
Christopher Speller
274a2a58f0
Performance improvments ( #2869 )
2016-05-04 10:10:19 -04:00
Christopher Speller
1cf9432524
Changing default links ( #2879 )
2016-05-04 10:08:17 -04:00
enahum
580c82beaf
Sort translations by id & add missing spanish translations ( #2877 )
2016-05-04 09:32:39 -04:00
Joram Wilander
d5b59707e6
PLT-2766 Fix custom branding image on login page and remove from select team page ( #2876 )
...
* Remove custom branding image from select team screen and update component name to be correct
* Fixing branding stuff on login (#2873 )
2016-05-04 09:32:20 -04:00
Corey Hulen
6611229cd7
PLT-2707 Adding option to show DM list from all of server ( #2871 )
...
* PLT-2707 Adding option to show DM list from all of server
* Fixing loc
2016-05-04 09:31:42 -04:00
Corey Hulen
6b06f49e89
PLT-2777 hide create account when not an open server ( #2872 )
2016-05-04 08:11:31 -04:00
Rodrigo
99143ec4d1
Added pt translations ( #2875 )
2016-05-04 08:10:45 -04:00
Christopher Speller
5d7e34c94b
Fixing ldap ability to modify user fields ( #2868 )
2016-05-03 12:27:00 -07:00
Park Daesun
d4a708ce19
Fix incorrect postgres keys. ( #2855 )
...
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"
2016-05-03 12:26:36 -07:00
Joram Wilander
b18cf58c8f
Sanitize sensitive data of out config file for the system console ( #2849 )
2016-05-03 14:45:36 -04:00
Harrison Healey
87989b8afd
PLT-2258 Unified login screen and related APIs ( #2820 )
...
* 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
2016-05-03 14:10:36 -04:00
Arif Usman
e76a30bca0
Fixed typo ( #2862 )
2016-05-03 13:07:49 -04:00
Joram Wilander
3c0d5b9838
Fix console error from replying in mobile view ( #2864 )
2016-05-03 13:07:29 -04:00
enahum
b474196e5c
HPNS spanish locs ( #2866 )
2016-05-03 13:07:14 -04:00
David Lu
e4b744362b
Added query escaping to emails ( #2867 )
2016-05-03 13:06:43 -04:00