summaryrefslogtreecommitdiffstats
path: root/api/file.go
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes mm-1912 move get file info into its own web service call=Corey Hulen2015-08-241-7/+69
* Changed post drafts to maintain a store a unique id for each file upload to f...hmhealey2015-08-101-1/+7
* Drawing all images onto a white background, thus removing transparencynickago2015-08-041-0/+8
* image thumbnails now scale appropriately so there is no whitespace, also gene...JoramWilander2015-07-311-3/+10
* Changed file API to not write response data on a HEAD requesthmhealey2015-07-291-1/+4
* Allow file access apis to respond to HEAD requestshmhealey2015-07-291-1/+1
* Allow users to download file attachments with names that don't include a file...hmhealey2015-07-281-1/+1
* Change image rescaling algorithm back to Lanczos3 now that it works correctly...hmhealey2015-07-241-2/+2
* fixed unit tests to work with team domain changes and update partial url rege...JoramWilander2015-07-211-6/+5
* added sanitization to filenames to remove the possibility of relative pathsJoramWilander2015-07-211-3/+5
* add proper url encoding for filenamesJoramWilander2015-07-211-1/+4
* update file unit testsJoramWilander2015-07-211-6/+4
* initial implementation of local server storage for filesJoramWilander2015-07-211-72/+97
* Old files are saved with full paths, this changes so that new files are not s...Christopher Speller2015-07-211-1/+1
* Changing the way we mattermost handles URLs. team.domain.com becomes domain.c...Christopher Speller2015-07-201-3/+3
* Revert "MM-1494 Change image resizing for preview and thumbnail to use Lanczo...Joram Wilander2015-07-161-3/+3
* Changed image resizing for both the preview and thumbnail to use Lanczos inte...hmhealey2015-07-141-3/+3
* Fixed bmp image previewing/uploading by adding new go image libraryReed Garmsen2015-06-221-0/+1
* fixes mm-1245 filenames are now url escapedJoramWilander2015-06-151-1/+1
* first commit=Corey Hulen2015-06-141-0/+375