Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed unnecessary debug statements | JoramWilander | 2015-07-21 | 2 | -4/+0 |
| | |||||
* | fixed unit tests to work with team domain changes and update partial url ↵ | JoramWilander | 2015-07-21 | 4 | -17/+53 |
| | | | | regex for files | ||||
* | added sanitization to filenames to remove the possibility of relative paths | JoramWilander | 2015-07-21 | 2 | -4/+12 |
| | |||||
* | updated create profile image unit test to clean up images properly | JoramWilander | 2015-07-21 | 1 | -0/+18 |
| | |||||
* | add proper url encoding for filenames | JoramWilander | 2015-07-21 | 1 | -1/+4 |
| | |||||
* | update file unit tests | JoramWilander | 2015-07-21 | 3 | -67/+143 |
| | |||||
* | initial implementation of local server storage for files | JoramWilander | 2015-07-21 | 2 | -103/+109 |
| | |||||
* | Fixing issues with files trasitioning to relative paths | Christopher Speller | 2015-07-21 | 2 | -34/+1 |
| | |||||
* | Old files are saved with full paths, this changes so that new files are not ↵ | Christopher Speller | 2015-07-21 | 1 | -1/+1 |
| | | | | saved with absolute paths and detects old files saved and fixes them. | ||||
* | Changing the way we mattermost handles URLs. team.domain.com becomes ↵ | Christopher Speller | 2015-07-20 | 34 | -490/+473 |
| | | | | | | | 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 | ||||
* | Merge pull request #185 from mattermost/mm-1348 | Corey Hulen | 2015-07-17 | 9 | -68/+35 |
|\ | | | | | fixes mm-1348 removing dependency on redis | ||||
| * | fixes mm-1348 removing dependency on redis | =Corey Hulen | 2015-07-14 | 9 | -68/+35 |
| | | |||||
* | | Unify all locations where we determine a user's display named based off of ↵ | hmhealey | 2015-07-17 | 1 | -6/+1 |
| | | | | | | | | their nickname/username into a helper function | ||||
* | | Allow Users to be notified using @all, @channel, and their first name when ↵ | hmhealey | 2015-07-17 | 1 | -4/+4 |
| | | | | | | | | other notifications are disabled | ||||
* | | Use User.FirstName instead of trying to infer a user's first name from their ↵ | hmhealey | 2015-07-17 | 2 | -9/+4 |
| | | | | | | | | nickname in multiple places. | ||||
* | | Renamed FullName column in database to Nickname. Renamed all serverside ↵ | hmhealey | 2015-07-17 | 13 | -112/+112 |
| | | | | | | | | references from FullName to Nickname. | ||||
* | | Merge pull request #203 from nickago/MM-1601 | Christopher Speller | 2015-07-17 | 1 | -1/+1 |
|\ \ | | | | | | | MM-1601 Fixed typo in reset password field | ||||
| * | | Fixed typo | nickago | 2015-07-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #184 from nickago/MM-1278 | Joram Wilander | 2015-07-17 | 3 | -6/+29 |
|\ \ \ | |/ / |/| | | MM-1278 Team admin can now delete any post | ||||
| * | | removed testing material | nickago | 2015-07-16 | 1 | -1/+0 |
| | | | |||||
| * | | removed testing material | nickago | 2015-07-16 | 1 | -4/+0 |
| | | | |||||
| * | | Check your credentials from session | nickago | 2015-07-16 | 2 | -1/+6 |
| | | | |||||
| * | | reworked logic to stem from post | nickago | 2015-07-16 | 2 | -6/+6 |
| | | | |||||
| * | | Moved admin checking into seperate function | nickago | 2015-07-16 | 2 | -13/+17 |
| | | | |||||
| * | | Team admin can now delete any post | nickago | 2015-07-14 | 2 | -8/+27 |
| | | | |||||
* | | | Added last updated for pictures | nickago | 2015-07-16 | 1 | -1/+1 |
| | | | |||||
* | | | Revert "MM-1494 Change image resizing for preview and thumbnail to use ↵ | Joram Wilander | 2015-07-16 | 1 | -3/+3 |
| | | | | | | | | | | | | Lanczos interpolation" | ||||
* | | | fixing merge | =Corey Hulen | 2015-07-15 | 3 | -3/+19 |
|\ \ \ | |||||
| * | | | Changed image resizing for both the preview and thumbnail to use Lanczos ↵ | hmhealey | 2015-07-14 | 1 | -3/+3 |
| | |/ | |/| | | | | | | | interpolation instead of simple nearest neighbour | ||||
| * | | If a message has no text but has an attached image or file the desktop ↵ | Reed Garmsen | 2015-07-13 | 1 | -0/+14 |
| |/ | | | | | | | notification now says uploaded an image or uploaded a file respectively (if both, defaults to image) | ||||
| * | removed testing state | nickago | 2015-07-13 | 1 | -2/+0 |
| | | |||||
| * | Added User update function | nickago | 2015-07-13 | 1 | -0/+4 |
| | | |||||
* | | Fixes mm-1415 adding email bypass flag | =Corey Hulen | 2015-07-12 | 2 | -2/+2 |
|/ | |||||
* | Server now notifies users they have been added to a new channel | nickago | 2015-07-09 | 1 | -0/+4 |
| | |||||
* | Merge pull request #149 from rgarmsen2295/mm-1260 | Christopher Speller | 2015-07-08 | 1 | -0/+9 |
|\ | | | | | MM-1260 Member Invites can no longer be sent to emails already used to signup | ||||
| * | Small tweaks and cleanup | Reed Garmsen | 2015-07-07 | 1 | -2/+2 |
| | | |||||
| * | Added a server side check to see if members who are trying to be invited ↵ | Reed Garmsen | 2015-07-07 | 1 | -0/+9 |
| | | | | | | | | have already been invited by checking the email. Client handles it as if it was an email error. | ||||
* | | Merge pull request #136 from mattermost/code-review | Joram Wilander | 2015-07-08 | 2 | -5/+7 |
|\ \ | | | | | | | team code review | ||||
| * | | team code review | =Corey Hulen | 2015-07-06 | 2 | -5/+7 |
| | | | |||||
* | | | Merge pull request #143 from rgarmsen2295/mm-1416 | Corey Hulen | 2015-07-07 | 1 | -0/+9 |
|\ \ \ | |_|/ |/| | | MM-1416 Changed error message when adding a previously deleted channel to be better suited | ||||
| * | | Added new error message when trying to add a channel that was previously ↵ | Reed Garmsen | 2015-07-06 | 1 | -0/+9 |
| | | | | | | | | | | | | deleted as well as a corresponding unit test | ||||
* | | | Merge pull request #138 from hmhealey/mm756 | Christopher Speller | 2015-07-07 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | MM-756 Don't mark channels as unread after user joined/left messages | ||||
| * | | | Add a post type for user joined/left messages and don't flag a channel as ↵ | hmhealey | 2015-07-07 | 1 | -3/+3 |
| |/ / | | | | | | | | | | unread when one of those is automatically posted | ||||
* / / | Explicitly cast to an int64 when selecting a random profile picture colour ↵ | hmhealey | 2015-07-06 | 1 | -1/+1 |
|/ / | | | | | | | to prevent overflow on 32-bit installations of Go | ||||
* | | Fixing unit tests | =Corey Hulen | 2015-07-06 | 10 | -87/+97 |
| | | |||||
* | | adding debugging | =Corey Hulen | 2015-07-06 | 1 | -2/+4 |
| | | |||||
* | | adding debugging | =Corey Hulen | 2015-07-05 | 1 | -7/+8 |
| | | |||||
* | | adding debugging | =Corey Hulen | 2015-07-05 | 1 | -6/+7 |
| | | |||||
* | | fixing unit tests | =Corey Hulen | 2015-07-05 | 2 | -0/+4 |
| | | |||||
* | | Fixing unit test | =Corey Hulen | 2015-07-05 | 1 | -4/+4 |
| | |