Commit Graph

1040 Commits

Author SHA1 Message Date
hmhealey
74ff46bb98 Changed Makefile to restart existing mysql/redis containers if they've been stopped 2015-07-20 09:52:25 -04:00
Joram Wilander
a1876cf6cc Merge pull request #208 from nickago/MM-1079
MM-1079 Removed remenant of non-hover system
2015-07-20 07:51:36 -04:00
nickago
196ae3227e Removed remenant of non-hover system 2015-07-18 16:51:24 -07:00
=Corey Hulen
876ad10f6f Fixes javascript console errors 2015-07-17 15:41:55 -08:00
Corey Hulen
d65f199e12 Merge pull request #185 from mattermost/mm-1348
fixes mm-1348 removing dependency on redis
2015-07-17 14:45:50 -08:00
Corey Hulen
f132978735 Merge pull request #192 from nickago/MM-1079
MM-1079 Changed hover effect for menu
2015-07-17 14:09:59 -08:00
Corey Hulen
b306ec8437 Merge pull request #177 from hmhealey/mm825
MM-825 Replace FullName field with separate FirstName and LastName fields and repurpose the existing FullName as Nickname
2015-07-17 14:01:01 -08:00
it33
66c22d342f Merge pull request #202 from mattermost/readme-update-mm-1356
Modifications to readme for mm-1356
2015-07-17 13:28:52 -07:00
hmhealey
1dba330146 Use a user's full name as their display name if a nickname hasn't been specified 2015-07-17 15:22:57 -04:00
hmhealey
098cbcdc21 Unify all locations where we determine a user's display named based off of their nickname/username into a helper function 2015-07-17 15:22:57 -04:00
hmhealey
abcb44089c Add tests to check if a User's first/last name are valid 2015-07-17 15:22:57 -04:00
hmhealey
e737ec3eb5 Allow Users to be notified using @all, @channel, and their first name when other notifications are disabled 2015-07-17 15:22:56 -04:00
hmhealey
079538d9e7 Use User.FirstName for notifications instead of trying to determine it from User.Nickname 2015-07-17 15:22:56 -04:00
hmhealey
fb42a74613 Use User.FirstName instead of trying to infer a user's first name from their nickname in multiple places. 2015-07-17 15:22:56 -04:00
hmhealey
31415c8ddc Sanitize FirstName and LastName fields of an object instead of the nickname when ShowFullName is set to false 2015-07-17 15:22:56 -04:00
hmhealey
b620960cde Fix migration code so that LastName is populated correctly for users who only have one word in their FullName 2015-07-17 15:13:31 -04:00
hmhealey
8dbf03bd10 Add interface to edit a user's nickname directly 2015-07-17 15:13:31 -04:00
hmhealey
9d8073328a Added FirstName and LastName fields to User object and attempt to populate them from the FullName/Nickname field 2015-07-17 15:13:31 -04:00
hmhealey
1c7f0be268 Renamed all clientside references from full_name to nickname 2015-07-17 15:13:31 -04:00
hmhealey
c09f1b9e4e Renamed FullName column in database to Nickname. Renamed all serverside references from FullName to Nickname. 2015-07-17 15:13:24 -04:00
Christopher Speller
1d7509493e Merge pull request #203 from nickago/MM-1601
MM-1601 Fixed typo in reset password field
2015-07-17 14:24:32 -04:00
nickago
8ead147ebc Changed javascript to CSS method 2015-07-17 07:52:56 -07:00
nickago
bb639518a0 Fixed typo 2015-07-17 07:27:37 -07:00
Christopher Speller
09b2fda4f6 Fixing grammar 2015-07-17 10:24:43 -04:00
Joram Wilander
d22249da33 Merge pull request #199 from asaadmahmoodspin/master
Improving search header for mobile layouts and other UI changes
2015-07-17 10:23:31 -04:00
Joram Wilander
dcc2173f1f Merge pull request #184 from nickago/MM-1278
MM-1278 Team admin can now delete any post
2015-07-17 10:21:16 -04:00
Joram Wilander
05d6a3a812 Merge pull request #193 from ralder/fix-manage-members-town-square
[webui] remove admin's ability to manage members of default channel fixes (#172)
2015-07-17 10:19:50 -04:00
Joram Wilander
7fae4db6e6 Merge pull request #198 from nickago/MM-1518
MM-1518 Fixed config on our link parser
2015-07-17 10:19:31 -04:00
Christopher Speller
dc84a2e727 Modifications to readme for mm-1356 2015-07-17 10:03:33 -04:00
Christopher Speller
f49fccdee3 Merge pull request #196 from nickago/MM-1058
MM-1058 Added last updated for pictures
2015-07-17 09:44:51 -04:00
Asaad Mahmood
4329437ea6 Improving search header for mobile layouts and other UI changes 2015-07-17 03:53:58 +05:00
Joram Wilander
3f328546f8 Merge pull request #183 from nickago/MM-1073
MM-1073 Enable youtube metadata with a google developer key
2015-07-16 18:06:16 -04:00
Joram Wilander
a2ba1615d3 Merge pull request #197 from asaadmahmoodspin/master
MM-1401 - Removing most inline styles and other UI changes
2015-07-16 18:05:22 -04:00
nickago
372869354f removed testing material 2015-07-16 14:49:15 -07:00
nickago
8304303703 removed testing material 2015-07-16 14:48:40 -07:00
nickago
f0841af393 Check your credentials from session 2015-07-16 14:47:28 -07:00
nickago
5da579cbcc fixed formatting 2015-07-16 14:24:15 -07:00
nickago
f99743bfa0 readded space 2015-07-16 14:23:27 -07:00
nickago
19a34f312b Fixed config on our link parser 2015-07-16 14:22:15 -07:00
nickago
41d2786e3e reworked logic to stem from post 2015-07-16 13:50:20 -07:00
nickago
d31b3e413a Moved admin checking into seperate function 2015-07-16 13:40:18 -07:00
Asaad Mahmood
43368061d5 MM-1401 - Removing most inline styles and other UI changes 2015-07-17 01:30:30 +05:00
nickago
1fe86a004e Added table updater 2015-07-16 11:26:14 -07:00
Joram Wilander
4942b8a405 Merge pull request #186 from rgarmsen2295/mm-644
MM-644 Adds the ability to use the arrow keys to scroll the @ mention list and use tab to complete
2015-07-16 12:34:58 -04:00
Reed Garmsen
1f87c46360 Minor code change for clarity 2015-07-16 09:27:18 -07:00
Reed Garmsen
cb4cd741a4 Code simplification and rebasing 2015-07-16 09:21:51 -07:00
nickago
139f6611d6 Added last updated for pictures 2015-07-16 08:55:37 -07:00
it33
463e89c280 Clarifying license in README.md 2015-07-16 08:17:19 -07:00
Reed Garmsen
15b90ff72f Added missing semi-colons 2015-07-16 08:10:19 -07:00
Reed Garmsen
cbcf44ac85 Minor changes to scroll 'feel' and logic flow 2015-07-16 08:10:19 -07:00