Reed Garmsen
|
c9470230ff
|
Channel descriptions entered that are larger than the max number of bytes now cause an error to be printed to the client without closing the modal and losing the user's draft of the description
|
2015-07-22 13:40:21 -07:00 |
|
Christopher Speller
|
03cd1cc7d6
|
Small patch for a null TypeError in post_list updating code
|
2015-07-22 09:51:42 -04:00 |
|
Christopher Speller
|
eb7c08ab00
|
Merge pull request #231 from mattermost/file-fixes
More patches for files
|
2015-07-22 08:54:54 -04:00 |
|
JoramWilander
|
2182953be5
|
fix the ability to remove file previews once uploaded
|
2015-07-22 08:01:10 -04:00 |
|
JoramWilander
|
29dd714d82
|
fixed thumbnails and files in RHS
|
2015-07-22 07:53:54 -04:00 |
|
JoramWilander
|
d58398708e
|
fixed download link in image viewer
|
2015-07-21 23:34:20 -04:00 |
|
JoramWilander
|
5886e695e4
|
fix click through on the image viewer modal to work with new team domain changes
|
2015-07-21 19:29:40 -04:00 |
|
Christopher Speller
|
2d51e93d8e
|
Fixing image previews
|
2015-07-21 18:44:03 -04:00 |
|
Christopher Speller
|
73ee387319
|
Fixing issues with files trasitioning to relative paths
|
2015-07-21 18:06:30 -04:00 |
|
Christopher Speller
|
1c08a33b92
|
Fixing file uploads and previews for new /team/ URL structure
|
2015-07-21 16:54:24 -04:00 |
|
Christopher Speller
|
f5837c1b64
|
Old files are saved with full paths, this changes so that new files are not saved with absolute paths and detects old files saved and fixes them.
|
2015-07-21 16:25:49 -04:00 |
|
Corey Hulen
|
bee26e3f26
|
Merge pull request #200 from mattermost/mm-1356
MM-1356 Changing team URLs from team.domain.com to domain.com/team
|
2015-07-21 10:47:46 -08:00 |
|
JoramWilander
|
cf3bfd24fd
|
quick fix to get manage team modal working again
|
2015-07-21 10:49:37 -04:00 |
|
Asaad Mahmood
|
4b7fda14ba
|
mm-1631 - Fixing image previewer bug
|
2015-07-21 16:47:08 +05:00 |
|
Christopher Speller
|
a820b67468
|
Merge pull request #211 from rgarmsen2295/mm-1186
MM-1186 Adds channel name to RHS comment threads
|
2015-07-20 18:06:01 -04:00 |
|
Christopher Speller
|
c6fb95912b
|
Changing the way we mattermost handles URLs. team.domain.com becomes domain.com/team.
Renaming team.Name to team.DisplayName and team.Domain to team.Name.
So: team.Name -> url safe name. team.DisplayName -> nice name for users
|
2015-07-20 17:45:23 -04:00 |
|
Joram Wilander
|
4eb061d29c
|
Merge pull request #207 from hmhealey/mm825
MM-825 Fixed the labels on the mention list for users without their first/last name configured
|
2015-07-20 12:18:40 -04:00 |
|
Joram Wilander
|
6a229964c7
|
Merge pull request #204 from nickago/MM-1519
MM-1519 Even on error, submission stops, updated to relect that
|
2015-07-20 12:17:48 -04:00 |
|
JoramWilander
|
5e27bb3e61
|
fixes mm-831 post timestamps now update
|
2015-07-20 08:58:18 -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 |
|
Reed Garmsen
|
12c19e3390
|
Added channel name to RHS comment threads; minor css changes to compensate for addition
|
2015-07-19 20:31:37 -07:00 |
|
nickago
|
196ae3227e
|
Removed remenant of non-hover system
|
2015-07-18 16:51:24 -07:00 |
|
hmhealey
|
d0e4d71ac3
|
Fixed the labels on the mention list for users without their first/last name configured
|
2015-07-18 16:32:22 -04:00 |
|
=Corey Hulen
|
876ad10f6f
|
Fixes javascript console errors
|
2015-07-17 15:41:55 -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 |
|
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
|
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
|
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
|
1c7f0be268
|
Renamed all clientside references from full_name to nickname
|
2015-07-17 15:13:31 -04:00 |
|
nickago
|
af56bed1a3
|
Even on error, submission stop, updated to relect that
|
2015-07-17 12:09:12 -07:00 |
|
nickago
|
8ead147ebc
|
Changed javascript to CSS method
|
2015-07-17 07:52:56 -07: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
|
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 |
|
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 |
|
Asaad Mahmood
|
43368061d5
|
MM-1401 - Removing most inline styles and other UI changes
|
2015-07-17 01:30:30 +05: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 |
|
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 |
|