summaryrefslogtreecommitdiffstats
path: root/api/file.go
Commit message (Expand)AuthorAgeFilesLines
* Deleting posts with files now renames the file so that public links to those ...JoramWilander2016-03-081-0/+35
* Increased the maximum size of image uploads to 24 megapixelsHarrison Healey2016-03-071-1/+1
* Fixing download of apk file=Corey Hulen2016-02-231-3/+4
* Remove expiry from public linksJoramWilander2016-01-281-8/+0
* Merge pull request #1952 from ZBoxApp/PLT-7-goCorey Hulen2016-01-221-30/+30
|\
| * Refactoring api to use translations (chunk 2)Elias Nahum2016-01-221-30/+30
* | Added download param to getFile api callhmhealey2016-01-211-8/+11
|/
* Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-4/+4
* PLT-7 adding loc db calls for oauth table=Corey Hulen2016-01-201-4/+4
* Added license validation and settingsJoramWilander2016-01-141-6/+14
* Upgrade logging package=Corey Hulen2016-01-111-1/+1
* Merge pull request #1763 from benburkert/non-s3-regionChristopher Speller2016-01-041-2/+16
|\
| * support unofficial S3 regionsBen Burkert2015-12-211-2/+16
* | Added additional information to getFileInfo api callhmhealey2015-12-181-26/+10
|/
* Added serverside file size check for post attachmentshmhealey2015-12-151-0/+6
* Fixed nil pointer when failing to upload an oversized imagehmhealey2015-10-291-1/+1
* Prevented image files larger than 4k resolution from being uploadedhmhealey2015-10-261-5/+17
* PLT-616: Enable playing of animated GIF in thumbnails and previewFlorian Orben2015-10-211-0/+10
* Changed all goroutine functions to use '...AndForget' as the standard naming ...Reed Garmsen2015-10-191-5/+5
* Fixed download links in Safarihmhealey2015-10-091-2/+2
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* Use http writer to automatically set content-type for file gets.JoramWilander2015-10-061-2/+1
* Merge release branch 'release-1.0.0'Christopher Speller2015-09-301-1/+1
|\
| * Fixing some locations to use the IsTeamAdmin function which properly checks f...Christopher Speller2015-09-301-1/+1
* | rebaseJack2015-09-281-0/+14
|\|
| * Added headers to getFile requests from Microsoft browsers to trigger a downloadhmhealey2015-09-251-0/+14
* | set transparent png background to whiteJack2015-09-241-1/+10
* | use github.com/disintegration/imagingJack2015-09-231-46/+18
|/
* Changing image settings to file settings=Corey Hulen2015-09-231-32/+32
* Merge branch 'master' into PLT-11-email=Corey Hulen2015-09-221-1/+2
|\
| * fix conflictJack2015-09-221-11/+86
| |\
| * | go fmtJack2015-09-171-1/+1
| * | content type for getFileJack2015-09-171-1/+2
* | | Adding service settings to admin console=Corey Hulen2015-09-221-2/+2
* | | Adding team settings to admin console=Corey Hulen2015-09-221-1/+1
* | | Adding image properties=Corey Hulen2015-09-211-31/+31
| |/ |/|
* | Added constants for EXIF orientationshmhealey2015-09-211-9/+31
* | PLT-173 Changed thumbnails and previews to generate correctly for images with...hmhealey2015-09-181-11/+64
|/
* Adding gofmt to travis buildChristopher Speller2015-09-171-1/+1
* Blank Content-Type for file GETs.JoramWilander2015-09-141-0/+1
* Adding ability to export data from mattermostChristopher Speller2015-09-041-0/+42
* MM-2033 fixes img showing infinity progress=Corey Hulen2015-08-271-0/+1
* 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