Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change image rescaling algorithm back to Lanczos3 now that it works ↵ | hmhealey | 2015-07-24 | 1 | -2/+2 |
| | | | | correctly in all cases | ||||
* | fixed unit tests to work with team domain changes and update partial url ↵ | JoramWilander | 2015-07-21 | 1 | -6/+5 |
| | | | | regex for files | ||||
* | added sanitization to filenames to remove the possibility of relative paths | JoramWilander | 2015-07-21 | 1 | -3/+5 |
| | |||||
* | add proper url encoding for filenames | JoramWilander | 2015-07-21 | 1 | -1/+4 |
| | |||||
* | update file unit tests | JoramWilander | 2015-07-21 | 1 | -6/+4 |
| | |||||
* | initial implementation of local server storage for files | JoramWilander | 2015-07-21 | 1 | -72/+97 |
| | |||||
* | 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 | 1 | -3/+3 |
| | | | | | | | 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 | ||||
* | Revert "MM-1494 Change image resizing for preview and thumbnail to use ↵ | Joram Wilander | 2015-07-16 | 1 | -3/+3 |
| | | | | Lanczos interpolation" | ||||
* | 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 | ||||
* | Fixed bmp image previewing/uploading by adding new go image library | Reed Garmsen | 2015-06-22 | 1 | -0/+1 |
| | |||||
* | fixes mm-1245 filenames are now url escaped | JoramWilander | 2015-06-15 | 1 | -1/+1 |
| | |||||
* | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+375 |