Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changing image settings to file settings | =Corey Hulen | 2015-09-23 | 1 | -32/+32 |
| | |||||
* | Merge branch 'master' into PLT-11-email | =Corey Hulen | 2015-09-22 | 1 | -1/+2 |
|\ | |||||
| * | fix conflict | Jack | 2015-09-22 | 1 | -11/+86 |
| |\ | |||||
| * | | go fmt | Jack | 2015-09-17 | 1 | -1/+1 |
| | | | |||||
| * | | content type for getFile | Jack | 2015-09-17 | 1 | -1/+2 |
| | | | |||||
* | | | Adding service settings to admin console | =Corey Hulen | 2015-09-22 | 1 | -2/+2 |
| | | | |||||
* | | | Adding team settings to admin console | =Corey Hulen | 2015-09-22 | 1 | -1/+1 |
| | | | |||||
* | | | Adding image properties | =Corey Hulen | 2015-09-21 | 1 | -31/+31 |
| |/ |/| | |||||
* | | Added constants for EXIF orientations | hmhealey | 2015-09-21 | 1 | -9/+31 |
| | | |||||
* | | PLT-173 Changed thumbnails and previews to generate correctly for images ↵ | hmhealey | 2015-09-18 | 1 | -11/+64 |
|/ | | | | with a non-standard orientation | ||||
* | Adding gofmt to travis build | Christopher Speller | 2015-09-17 | 1 | -1/+1 |
| | |||||
* | Blank Content-Type for file GETs. | JoramWilander | 2015-09-14 | 1 | -0/+1 |
| | |||||
* | Adding ability to export data from mattermost | Christopher Speller | 2015-09-04 | 1 | -0/+42 |
| | |||||
* | MM-2033 fixes img showing infinity progress | =Corey Hulen | 2015-08-27 | 1 | -0/+1 |
| | |||||
* | Fixes mm-1912 move get file info into its own web service call | =Corey Hulen | 2015-08-24 | 1 | -7/+69 |
| | |||||
* | Changed post drafts to maintain a store a unique id for each file upload to ↵ | hmhealey | 2015-08-10 | 1 | -1/+7 |
| | | | | fix issues with duplicate file names | ||||
* | Drawing all images onto a white background, thus removing transparency | nickago | 2015-08-04 | 1 | -0/+8 |
| | |||||
* | image thumbnails now scale appropriately so there is no whitespace, also ↵ | JoramWilander | 2015-07-31 | 1 | -3/+10 |
| | | | | generalized some thumbnail loading code | ||||
* | Changed file API to not write response data on a HEAD request | hmhealey | 2015-07-29 | 1 | -1/+4 |
| | |||||
* | Allow file access apis to respond to HEAD requests | hmhealey | 2015-07-29 | 1 | -1/+1 |
| | |||||
* | Allow users to download file attachments with names that don't include a ↵ | hmhealey | 2015-07-28 | 1 | -1/+1 |
| | | | | file extension | ||||
* | 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 |