Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Added back username initials being included in default profile picture | Reed Garmsen | 2015-07-28 | 1 | -5/+38 | |
| | | | | | ||||||
| * | | | | Initial changes to putting initials on default profile pics | Reed Garmsen | 2015-07-28 | 1 | -0/+18 | |
| | | | | | ||||||
* | | | | | updated channel error messages to reflect proper naming | JoramWilander | 2015-07-29 | 1 | -2/+2 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #265 from mattermost/mm-1711 | Joram Wilander | 2015-07-29 | 1 | -7/+0 | |
|\ \ \ \ | |_|_|/ |/| | | | MM-1711 update sign-up and login UI | |||||
| * | | | updates to sign-up flow, remove company name and marketing checkbox | JoramWilander | 2015-07-28 | 1 | -7/+0 | |
| |/ / | ||||||
* | | | Merge pull request #264 from asaadmahmoodspin/mm-1732 | Corey Hulen | 2015-07-28 | 9 | -18/+18 | |
|\ \ \ | |/ / |/| | | mm-1732 - Decreasing font size for footer in emails | |||||
| * | | MM-1730 - Updating logo in emails | Asaad Mahmood | 2015-07-28 | 9 | -9/+9 | |
| | | | ||||||
| * | | mm-1732 - Decrease font size for footer in emails | Asaad Mahmood | 2015-07-28 | 9 | -9/+9 | |
| | | | ||||||
* | | | Allow users to download file attachments with names that don't include a ↵ | hmhealey | 2015-07-28 | 1 | -1/+1 | |
|/ / | | | | | | | file extension | |||||
* | | Merge pull request #253 from nickago/MM-1654 | Christopher Speller | 2015-07-28 | 1 | -0/+6 | |
|\ \ | | | | | | | MM-1654 Anti-clickjacking measures | |||||
| * | | Limited the added headers to only non-api calls | nickago | 2015-07-27 | 1 | -2/+6 | |
| | | | ||||||
| * | | Centralized header additions and removed duplicate code | nickago | 2015-07-27 | 1 | -0/+2 | |
| |/ | ||||||
* | | Merge pull request #239 from nickago/MM-1295 | Christopher Speller | 2015-07-28 | 1 | -0/+5 | |
|\ \ | | | | | | | MM-1295 Removal from a channel occurs in real time | |||||
| * | | When user is removed, a modal appears, which on closing redirects the | nickago | 2015-07-27 | 1 | -0/+1 | |
| | | | | | | | | | | | | user to town square. | |||||
| * | | When removed from a channel, user is sent back to town square and that | nickago | 2015-07-27 | 1 | -0/+4 | |
| |/ | | | | | | | channel is removed from their sidebar | |||||
* / | Change image rescaling algorithm back to Lanczos3 now that it works ↵ | hmhealey | 2015-07-24 | 1 | -2/+2 | |
|/ | | | | correctly in all cases | |||||
* | Merge branch 'master' into mm-1420 | =Corey Hulen | 2015-07-23 | 2 | -78/+188 | |
|\ | ||||||
| * | Merge pull request #237 from mattermost/mm-1570 | Corey Hulen | 2015-07-23 | 1 | -77/+187 | |
| |\ | | | | | | | fixes mm-1570 adds support for using mattermost as an OAuth client | |||||
| | * | added store unit test for user.GetByAuth and added password length checking ↵ | JoramWilander | 2015-07-23 | 1 | -0/+6 | |
| | | | | | | | | | | | | in api.login | |||||
| | * | add check on server to prevent password updating for users who log in ↵ | JoramWilander | 2015-07-22 | 1 | -0/+7 | |
| | | | | | | | | | | | | through oauth | |||||
| | * | add changes from team review | JoramWilander | 2015-07-22 | 1 | -0/+1 | |
| | | | ||||||
| | * | added error case for login and removed authdata + authservice unique ↵ | JoramWilander | 2015-07-22 | 1 | -9/+23 | |
| | | | | | | | | | | | | constraint in users table | |||||
| | * | added signup link verification to oauth signup flow | JoramWilander | 2015-07-22 | 1 | -45/+34 | |
| | | | ||||||
| | * | add error for trying to sign up with the same oauth account twice | JoramWilander | 2015-07-22 | 1 | -1/+1 | |
| | | | ||||||
| | * | merged with new team domain changes and added signup/login links for gitlab | JoramWilander | 2015-07-22 | 1 | -6/+6 | |
| | | | ||||||
| | * | made oauth architecture more generalized | JoramWilander | 2015-07-22 | 1 | -13/+48 | |
| | | | ||||||
| | * | inital implementation of using GitLab OAuth2 provider for signup/login | JoramWilander | 2015-07-22 | 1 | -46/+104 | |
| | | | ||||||
| * | | Minor UI Improvements | Asaad Mahmood | 2015-07-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' into mm-1420 | =Corey Hulen | 2015-07-22 | 7 | -191/+332 | |
|\| | | ||||||
| * | | Merge pull request #214 from hmhealey/mm1498 | Joram Wilander | 2015-07-22 | 1 | -0/+31 | |
| |\ \ | | | | | | | | | MM-1498 Provide a replacement message for email notifications for posts only containing files | |||||
| | * | | Use QueryUnescape function to convert to a human readable filename in email ↵ | hmhealey | 2015-07-21 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | notifications | |||||
| | * | | Added additional check when adding a message to an email notification for a ↵ | hmhealey | 2015-07-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | blank post and corrected a comment | |||||
| | * | | Provide a replacement message for email notifications for posts only ↵ | hmhealey | 2015-07-20 | 1 | -4/+29 | |
| | | | | | | | | | | | | | | | | containing files | |||||
| * | | | Changed the subject line for emails sent regarding mentions and other team ↵ | Reed Garmsen | 2015-07-21 | 1 | -1/+1 | |
| | |/ | |/| | | | | | | | notifications. This is meant to prevent notification emails from different teams from combining into a single email thread | |||||
| * | | 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. | |||||
* | | | fixing merge conflicts | =Corey Hulen | 2015-07-21 | 39 | -681/+660 | |
|\| | | ||||||
| * | | 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. |