server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api
/
file.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed nil pointer when failing to upload an oversized image
hmhealey
2015-10-29
1
-1
/
+1
*
Prevented image files larger than 4k resolution from being uploaded
hmhealey
2015-10-26
1
-5
/
+17
*
PLT-616: Enable playing of animated GIF in thumbnails and preview
Florian Orben
2015-10-21
1
-0
/
+10
*
Changed all goroutine functions to use '...AndForget' as the standard naming ...
Reed Garmsen
2015-10-19
1
-5
/
+5
*
Fixed download links in Safari
hmhealey
2015-10-09
1
-2
/
+2
*
Changing SpinPunch to Mattermost in copyright
Christopher Speller
2015-10-08
1
-1
/
+1
*
Use http writer to automatically set content-type for file gets.
JoramWilander
2015-10-06
1
-2
/
+1
*
Merge release branch 'release-1.0.0'
Christopher Speller
2015-09-30
1
-1
/
+1
|
\
|
*
Fixing some locations to use the IsTeamAdmin function which properly checks f...
Christopher Speller
2015-09-30
1
-1
/
+1
*
|
rebase
Jack
2015-09-28
1
-0
/
+14
|
\
|
|
*
Added headers to getFile requests from Microsoft browsers to trigger a download
hmhealey
2015-09-25
1
-0
/
+14
*
|
set transparent png background to white
Jack
2015-09-24
1
-1
/
+10
*
|
use github.com/disintegration/imaging
Jack
2015-09-23
1
-46
/
+18
|
/
*
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 with...
hmhealey
2015-09-18
1
-11
/
+64
|
/
*
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 f...
hmhealey
2015-08-10
1
-1
/
+7
*
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 gene...
JoramWilander
2015-07-31
1
-3
/
+10
*
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 file...
hmhealey
2015-07-28
1
-1
/
+1
*
Change image rescaling algorithm back to Lanczos3 now that it works correctly...
hmhealey
2015-07-24
1
-2
/
+2
*
fixed unit tests to work with team domain changes and update partial url rege...
JoramWilander
2015-07-21
1
-6
/
+5
*
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 s...
Christopher Speller
2015-07-21
1
-1
/
+1
*
Changing the way we mattermost handles URLs. team.domain.com becomes domain.c...
Christopher Speller
2015-07-20
1
-3
/
+3
*
Revert "MM-1494 Change image resizing for preview and thumbnail to use Lanczo...
Joram Wilander
2015-07-16
1
-3
/
+3
*
Changed image resizing for both the preview and thumbnail to use Lanczos inte...
hmhealey
2015-07-14
1
-3
/
+3
*
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