Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Adjusting scroll in RHS to not show whitespace | Asaad Mahmood | 2015-07-22 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Profile pic changes in LHS Header | Asaad Mahmood | 2015-07-22 | 2 | -1/+5 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Removing profile pic in the LHS Header if the user hasn't uploaded a custom profile pic. | |||||
* | | | | | | | | Merge pull request #233 from asaadmahmoodspin/mm-1616 | Corey Hulen | 2015-07-22 | 10 | -168/+350 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Adding back Access History and Active Devices | |||||
| * | | | | | | | Adding back Access History and Active Devices | Reed Garmsen | 2015-07-22 | 10 | -168/+350 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #232 from mattermost/post-list-null | Joram Wilander | 2015-07-22 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Small fix for a null TypeError in post_list updating code | |||||
| * | | | | | | | Small patch for a null TypeError in post_list updating code | Christopher Speller | 2015-07-22 | 1 | -0/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #231 from mattermost/file-fixes | Christopher Speller | 2015-07-22 | 2 | -27/+27 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | More patches for files | |||||
| * | | | | | | | fix the ability to remove file previews once uploaded | JoramWilander | 2015-07-22 | 1 | -2/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | fixed thumbnails and files in RHS | JoramWilander | 2015-07-22 | 1 | -25/+24 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge pull request #230 from mattermost/download-link-fix | Christopher Speller | 2015-07-22 | 1 | -3/+10 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | fixed download link in image viewer | |||||
| * | | | | | | | fixed download link in image viewer | JoramWilander | 2015-07-21 | 1 | -3/+10 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #224 from hmhealey/mm1625 | Christopher Speller | 2015-07-22 | 2 | -4/+11 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | MM-1625 Correct the appearance of the post menu on both desktop and mobile | |||||
| * | | | | | | Changed post menu label to be ... and to make it visible at all times on ↵ | hmhealey | 2015-07-21 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | small screens (ie mobile devices) | |||||
| * | | | | | | Changed post menu label to just be [...] regardless of whether or not the ↵ | hmhealey | 2015-07-21 | 1 | -4/+1 | |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | user is hovering over it | |||||
* | | | | | | Merge pull request #222 from rgarmsen2295/mm-1574 | Joram Wilander | 2015-07-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | MM-1574 Fixed typo in the 'Sign up Complete' page: you email -> your email | |||||
| * | | | | | Fixed typo in the 'Sign up Complete' page: you email -> your email | Reed Garmsen | 2015-07-21 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #205 from mattermost/mm-1351 | Corey Hulen | 2015-07-21 | 16 | -206/+383 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | fixes mm-1351 adds local server storage | |||||
| * | | | | removed unnecessary debug statements | JoramWilander | 2015-07-21 | 2 | -4/+0 | |
| | | | | | ||||||
| * | | | | fix click through on the image viewer modal to work with new team domain changes | JoramWilander | 2015-07-21 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | fixed unit tests to work with team domain changes and update partial url ↵ | JoramWilander | 2015-07-21 | 6 | -19/+55 | |
| | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | ||||||
| * | | | | remove data dirs in make clean and updated gitignore with api/data | JoramWilander | 2015-07-21 | 2 | -0/+3 | |
| | | | | | ||||||
| * | | | | change docker default storage directory to /mattermost/data | JoramWilander | 2015-07-21 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | added relative data directory as default for storage and added it to gitignore | JoramWilander | 2015-07-21 | 2 | -2/+5 | |
| | | | | | ||||||
| * | | | | add proper url encoding for filenames | JoramWilander | 2015-07-21 | 2 | -1/+23 | |
| | | | | | ||||||
| * | | | | create default storage directory in Dockerfile, turn on server storage by ↵ | JoramWilander | 2015-07-21 | 2 | -6/+9 | |
| | | | | | | | | | | | | | | | | | | | | default for docker config | |||||
| * | | | | turned off local server storage by default | JoramWilander | 2015-07-21 | 2 | -4/+4 | |
| | | | | | ||||||
| * | | | | update file unit tests | JoramWilander | 2015-07-21 | 3 | -67/+143 | |
| | | | | | ||||||
| * | | | | initial implementation of local server storage for files | JoramWilander | 2015-07-21 | 5 | -115/+127 | |
|/ / / / | ||||||
* | | | | Merge pull request #227 from mattermost/files-patch | Christopher Speller | 2015-07-21 | 1 | -0/+5 | |
|\ \ \ \ | | | | | | | | | | | Fixing image previews. | |||||
| * | | | | Fixing image previews | Christopher Speller | 2015-07-21 | 1 | -0/+5 | |
| | | | | | ||||||
* | | | | | Merge pull request #225 from mattermost/files-patch | Corey Hulen | 2015-07-21 | 3 | -34/+5 | |
|\| | | | | | | | | | | | | | | Fixing issues with files trasitioning to relative paths | |||||
| * | | | | Fixing issues with files trasitioning to relative paths | Christopher Speller | 2015-07-21 | 3 | -34/+5 | |
| | | | | | ||||||
* | | | | | Merge pull request #223 from mattermost/files-patch | Corey Hulen | 2015-07-21 | 3 | -2/+8 | |
|\| | | | | | | | | | | | | | | Fixing file uploads and previews for new /team/ URL structure | |||||
| * | | | | Fixing file uploads and previews for new /team/ URL structure | Christopher Speller | 2015-07-21 | 3 | -2/+8 | |
| | | | | | ||||||
* | | | | | Merge pull request #221 from mattermost/files-patch | Corey Hulen | 2015-07-21 | 2 | -1/+13 | |
|\| | | | | | | | | | | | | | | Patch for issue with old uploaded files. | |||||
| * | | | | Old files are saved with full paths, this changes so that new files are not ↵ | Christopher Speller | 2015-07-21 | 2 | -1/+13 | |
|/ / / / | | | | | | | | | | | | | saved with absolute paths and detects old files saved and fixes them. | |||||
* | | | | Merge pull request #200 from mattermost/mm-1356 | Corey Hulen | 2015-07-21 | 86 | -1216/+893 | |
|\ \ \ \ | | | | | | | | | | | MM-1356 Changing team URLs from team.domain.com to domain.com/team | |||||
| * | | | | Changing the way we mattermost handles URLs. team.domain.com becomes ↵ | Christopher Speller | 2015-07-20 | 86 | -1216/+893 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #210 from hmhealey/makefile | Corey Hulen | 2015-07-21 | 1 | -2/+8 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Changed Makefile to restart existing mysql/redis containers if they've been stopped | |||||
| * | | | | Changed Makefile to restart existing mysql/redis containers if they've been ↵ | hmhealey | 2015-07-20 | 1 | -2/+8 | |
| |/ / / | | | | | | | | | | | | | stopped | |||||
* | | | | Merge pull request #217 from mattermost/quick-manage-fix | Joram Wilander | 2015-07-21 | 1 | -0/+1 | |
|\ \ \ \ | |_|/ / |/| | | | quick fix to get manage team modal working again | |||||
| * | | | quick fix to get manage team modal working again | JoramWilander | 2015-07-21 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge pull request #216 from asaadmahmoodspin/mm-1631 | Joram Wilander | 2015-07-21 | 3 | -4/+13 | |
|\ \ \ | | | | | | | | | mm-1631 - Fixing image previewer bug | |||||
| * | | | mm-1631 - Fixing image previewer bug | Asaad Mahmood | 2015-07-21 | 3 | -4/+13 | |
|/ / / | ||||||
* | | | Merge pull request #211 from rgarmsen2295/mm-1186 | Christopher Speller | 2015-07-20 | 3 | -2/+13 | |
|\ \ \ | |_|/ |/| | | MM-1186 Adds channel name to RHS comment threads | |||||
| * | | Added channel name to RHS comment threads; minor css changes to compensate ↵ | Reed Garmsen | 2015-07-19 | 3 | -2/+13 | |
| | | | | | | | | | | | | for addition | |||||
* | | | Merge pull request #207 from hmhealey/mm825 | Joram Wilander | 2015-07-20 | 1 | -1/+2 | |
|\ \ \ | | | | | | | | | MM-825 Fixed the labels on the mention list for users without their first/last name configured | |||||
| * | | | Fixed the labels on the mention list for users without their first/last name ↵ | hmhealey | 2015-07-18 | 1 | -1/+2 | |
| |/ / | | | | | | | | | | configured |