JoramWilander
|
a6fc129a01
|
update file unit tests
|
2015-07-21 19:22:04 -04:00 |
|
JoramWilander
|
ada84835ee
|
initial implementation of local server storage for files
|
2015-07-21 19:22:04 -04:00 |
|
Christopher Speller
|
73ee387319
|
Fixing issues with files trasitioning to relative paths
|
2015-07-21 18:06:30 -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 |
|
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 |
|
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 |
|
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
|
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
|
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
|
bb639518a0
|
Fixed typo
|
2015-07-17 07:27:37 -07: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 |
|
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
|
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 |
|
nickago
|
139f6611d6
|
Added last updated for pictures
|
2015-07-16 08:55:37 -07:00 |
|
Joram Wilander
|
288ad55f80
|
Revert "MM-1494 Change image resizing for preview and thumbnail to use Lanczos interpolation"
|
2015-07-16 05:05:26 -04:00 |
|
=Corey Hulen
|
e017babc5d
|
fixing merge
|
2015-07-15 10:22:05 -08:00 |
|
=Corey Hulen
|
246d12aaf2
|
fixes mm-1348 removing dependency on redis
|
2015-07-14 15:12:04 -08:00 |
|
nickago
|
cb2bff28ee
|
Team admin can now delete any post
|
2015-07-14 13:09:14 -07:00 |
|
hmhealey
|
7ff57181b9
|
Changed image resizing for both the preview and thumbnail to use Lanczos interpolation instead of simple nearest neighbour
|
2015-07-14 11:48:53 -04:00 |
|
Reed Garmsen
|
f406beca8b
|
If a message has no text but has an attached image or file the desktop notification now says uploaded an image or uploaded a file respectively (if both, defaults to image)
|
2015-07-13 13:16:45 -07:00 |
|
nickago
|
aff43f43f8
|
removed testing state
|
2015-07-13 09:27:30 -07:00 |
|
nickago
|
7d6d9c297f
|
Added User update function
|
2015-07-13 08:58:52 -07:00 |
|
=Corey Hulen
|
252d0f3924
|
Fixes mm-1415 adding email bypass flag
|
2015-07-12 23:36:52 -08:00 |
|
nickago
|
44000b58d9
|
Server now notifies users they have been added to a new channel
|
2015-07-09 12:05:04 -07:00 |
|
Christopher Speller
|
3ad2098926
|
Merge pull request #149 from rgarmsen2295/mm-1260
MM-1260 Member Invites can no longer be sent to emails already used to signup
|
2015-07-08 20:24:39 -04:00 |
|
Joram Wilander
|
3012a7f532
|
Merge pull request #136 from mattermost/code-review
team code review
|
2015-07-08 09:07:47 -04:00 |
|
Corey Hulen
|
f6e8b4f310
|
Merge pull request #143 from rgarmsen2295/mm-1416
MM-1416 Changed error message when adding a previously deleted channel to be better suited
|
2015-07-07 23:12:08 -08:00 |
|
Reed Garmsen
|
65dc307e68
|
Small tweaks and cleanup
|
2015-07-07 18:12:53 -07:00 |
|
Reed Garmsen
|
ddeb3ec738
|
Added a server side check to see if members who are trying to be invited have already been invited by checking the email. Client handles it as if it was an email error.
|
2015-07-07 17:57:25 -07:00 |
|
Christopher Speller
|
4e856c29b2
|
Merge pull request #138 from hmhealey/mm756
MM-756 Don't mark channels as unread after user joined/left messages
|
2015-07-07 13:36:05 -04:00 |
|
hmhealey
|
23e527978e
|
Add a post type for user joined/left messages and don't flag a channel as unread when one of those is automatically posted
|
2015-07-07 11:00:29 -04:00 |
|
Reed Garmsen
|
f839b63496
|
Added new error message when trying to add a channel that was previously deleted as well as a corresponding unit test
|
2015-07-06 17:57:36 -07:00 |
|
hmhealey
|
122a67c3b4
|
Explicitly cast to an int64 when selecting a random profile picture colour to prevent overflow on 32-bit installations of Go
|
2015-07-06 18:08:52 -04:00 |
|
=Corey Hulen
|
e3ab0a4e3d
|
team code review
|
2015-07-06 11:20:40 -08:00 |
|
=Corey Hulen
|
34fb817a4a
|
Fixing unit tests
|
2015-07-06 00:50:42 -08:00 |
|
=Corey Hulen
|
cbadc26386
|
adding debugging
|
2015-07-06 00:00:34 -08:00 |
|
=Corey Hulen
|
9be9cf8d9d
|
adding debugging
|
2015-07-05 23:52:07 -08:00 |
|
=Corey Hulen
|
fcbb3d5561
|
adding debugging
|
2015-07-05 23:51:07 -08:00 |
|
=Corey Hulen
|
e01aea7825
|
fixing unit tests
|
2015-07-05 09:52:23 -08:00 |
|
=Corey Hulen
|
60f5350402
|
Fixing unit test
|
2015-07-05 09:27:00 -08:00 |
|
=Corey Hulen
|
5582a05909
|
Fixing unit test
|
2015-07-05 09:22:32 -08:00 |
|
=Corey Hulen
|
ed178457cd
|
fixing unit tests
|
2015-07-05 09:13:06 -08:00 |
|
=Corey Hulen
|
ec2af296b2
|
fixing race condition in unit tests
|
2015-07-05 09:06:56 -08:00 |
|
Asaad Mahmood
|
e46561339f
|
MM-1426 - Updating UI
|
2015-07-17 21:04:33 +05:00 |
|
nickago
|
27eeabafe0
|
Facelifted "direct message" to "private message"
|
2015-07-01 09:48:39 -07:00 |
|