Граф коммитов

5629 Коммитов

Автор SHA1 Сообщение Дата
Harrison Healey
6217b06ca2 Added @ before username in UserList when a Full Name or Nickname is present 2016-03-07 09:51:10 -05:00
Harrison Healey
37897e6283 Changed 'Remove Member' to 'Remove' in Channel Members modal 2016-03-07 09:41:38 -05:00
Joram Wilander
0387ac7997 Merge pull request #2339 from ZBoxApp/PLT-2218
PLT-2218: Notification email footer is translated based on the sender's language
2016-03-07 07:49:31 -05:00
Joram Wilander
a586f5ffbc Merge pull request #2333 from hmhealey/plt2194
PLT-2194 Removed Get Team Invite Link link when user creation is disabled
2016-03-07 07:48:58 -05:00
Joram Wilander
e9c94bf27c Merge pull request #2332 from hmhealey/plt2014
PLT-2014 Stopped removing *s from the end of search phrases
2016-03-07 07:47:51 -05:00
Elias Nahum
93b8fdc9e4 Fix for PLT-2218 & PLT-2222
- Also includes missing loc strings for frontend es.json
- Sort web [locale].json by id
2016-03-06 01:02:27 -03:00
Corey Hulen
81ccfca2bf Merge pull request #2334 from mattermost/esethna-patch-2
Update NOTICE.txt with fastclick
2016-03-04 14:13:10 -08:00
Corey Hulen
fc468e1738 Merge pull request #2306 from mattermost/esethna-patch-1
Update get team invite link help text
2016-03-04 14:12:24 -08:00
Harrison Healey
cd4172bfd8 Stopped removing *s from the end of search phrases 2016-03-04 10:05:11 -05:00
Joram Wilander
d1b1148ea8 Merge pull request #2307 from ZBoxApp/PLT-2112
PLT-2112: Allow CORS
2016-03-04 08:08:55 -05:00
Joram Wilander
763a477c3f Merge pull request #2328 from mattermost/fix-cli-team
Fixing cli to create open team
2016-03-04 08:08:17 -05:00
Joram Wilander
3b565e46fd Merge pull request #2330 from hmhealey/plt2073
PLT-2073 Replaced FeedbackEmail with SupportEmail in the email footer
2016-03-04 08:07:01 -05:00
Eric Sethna
fd705fb34a Update NOTICE.txt 2016-03-03 14:54:27 -08:00
Eric Sethna
bbe760dbd9 Update get_team_invite_link_modal.jsx 2016-03-03 14:27:14 -08:00
Harrison Healey
31238f1d3a Removed Get Team Invite Link link when user creation is disabled 2016-03-03 16:02:50 -05:00
Christopher Speller
a413c8ffa6 Merge pull request #2318 from hmhealey/plt1090
PLT-1090 Refactored modals that display users
2016-03-03 15:15:56 -05:00
Christopher Speller
bc2768fd25 Merge pull request #2326 from hmhealey/plt2000
PLT-2000 Changed language setting submit button to match other settings
2016-03-03 15:14:10 -05:00
Christopher Speller
32034c1401 Merge pull request #2327 from hmhealey/stringref
Turned off no-string-refs rule in ESLint
2016-03-03 15:13:33 -05:00
Harrison Healey
1c2113525d Replaced FeedbackEmail with SupportEmail in the email footer 2016-03-03 15:04:22 -05:00
=Corey Hulen
4a02a31be5 Fixing cli to create open team 2016-03-03 08:01:55 -08:00
Harrison Healey
ee4d455c84 Turned off no-string-refs rule in ESLint 2016-03-03 10:47:19 -05:00
Harrison Healey
3b8376b76d Removed injectIntl from UserSettingsDisplay 2016-03-03 10:41:30 -05:00
Harrison Healey
8d2fd204db Changed submit button of ManageLanguage to match other settings 2016-03-03 10:26:50 -05:00
hmhealey
449f1000e9 Fixed system console user list dropdown 2016-03-03 08:47:52 -05:00
hmhealey
48eac58eaa Fixed warnings and removed injectIntl from System Console user list 2016-03-03 08:47:52 -05:00
hmhealey
62c0920943 Fixed max height for all modals using FilteredUserLists 2016-03-03 08:47:52 -05:00
hmhealey
c2eab07be0 Fixed localization issues with ChannelMembersModal 2016-03-03 08:47:52 -05:00
hmhealey
366bc4fd57 Fixed '0 of X users' in FilteredUserList and cleaned up pluralization of 'member' 2016-03-03 08:47:52 -05:00
hmhealey
a92b51935e Moved localized strings for PLT-1090 2016-03-03 08:47:51 -05:00
hmhealey
26ea30cb16 Changed information displayed in user list to obey display name settings 2016-03-03 08:46:56 -05:00
hmhealey
998d621155 Removed MemberList 2016-03-03 08:46:55 -05:00
hmhealey
fe21798872 Changed TeamMembersModal to use UserList 2016-03-03 08:46:55 -05:00
hmhealey
b61ec9f883 Changed ChannelInviteModal to use a FilteredUserList 2016-03-03 08:46:55 -05:00
hmhealey
f7c943e60a Fixed overflowing details fields in UserList 2016-03-03 08:46:55 -05:00
hmhealey
f7b04f0f27 Merged contents of MoreDirectChannelsModal and ChannelMembersModal into UserList 2016-03-03 08:46:55 -05:00
Harrison Healey
af2a64b6bd Merge pull request #2321 from ZBoxApp/plt-1796-es
Add missing es loc strings to server and frontend
2016-03-03 08:34:05 -05:00
Harrison Healey
bc4dee64ab Merge pull request #2325 from rodrigocorsi2/review_pt_translations
Revised and added some translations in pt
2016-03-03 08:33:21 -05:00
Rodrigo Corsi
d2b8065f71 Revised and added some translations in pt 2016-03-03 07:49:17 -03:00
Elias Nahum
9711dbd81d Add missing es loc strings to server and frontend
- Sort files contents by id
2016-03-02 21:42:29 -03:00
Elias Nahum
6b1abb404f Set CORS Headers when needed if CORS is enabled
- Enable CORS with and without RateLimiter
2016-03-02 21:24:40 -03:00
Corey Hulen
c52153bf60 Merge pull request #2258 from mattermost/plt-1796
PLT-1796 Refactor and modularize analytics on the client
2016-03-02 12:22:11 -08:00
Corey Hulen
cddc9df7c4 Merge pull request #2317 from asaadmahmoodspin/ui-improvements
PLT-2191- Fixing search loading icon on mobile
2016-03-02 12:21:59 -08:00
Asaad Mahmood
f0a8da19e6 PLT-2191- Fixing search loading icon on mobile 2016-03-02 22:22:58 +05:00
Eric Sethna
74db619241 Update pt.json 2016-03-01 18:48:29 -08:00
Eric Sethna
dc1fc03eb7 Update es.json 2016-03-01 18:47:14 -08:00
Eric Sethna
d3fa129688 Update en.json 2016-03-01 18:46:14 -08:00
Eric Sethna
2b5e50d98a Update get_team_invite_link_modal.jsx 2016-03-01 18:44:32 -08:00
Elias Nahum
3177f30829 Add Cors Handler 2016-03-01 23:27:20 -03:00
Elias Nahum
81f97ebc88 Add default value to AllowCorsFrom setting 2016-03-01 14:17:29 -03:00
Elias Nahum
ba6a38a7f6 Allow CORS 2016-03-01 13:00:54 -03:00