summaryrefslogtreecommitdiffstats
path: root/api/file.go
Commit message (Expand)AuthorAgeFilesLines
* Moving away from goamz to use minio-go instead. (#4193)Harshavardhana2016-10-261-67/+43
* Explicitly set Content-Type field when getting file attachments (#4280)Harrison Healey2016-10-201-15/+11
* Fixed handleImages to properly capture loop variables (#4275)Harrison Healey2016-10-201-3/+3
* PLT-3105 Fixed bugs with FileInfos migration, including duplicate FileInfos b...Harrison Healey2016-10-061-8/+36
* PLT-3105 Files table migration (#4068)Harrison Healey2016-09-301-236/+413
* Modifying permissions system. (#3897)Christopher Speller2016-09-131-14/+8
* PLT-3617 Switched public file links to use a sha256 hash (#3792)Harrison Healey2016-08-151-11/+20
* Cleaning up old export code (#3601)Christopher Speller2016-07-151-18/+0
* Merge release 3.2 into master (#3548)Harrison Healey2016-07-111-1/+1
* Revert "Moved file attachments to be stored in data/channels instead of data/...Harrison Healey2016-06-301-19/+18
* Moved file attachments to be stored in data/channels instead of data/teams/ID...Harrison Healey2016-06-281-18/+19
* PLT-2061 Include FULL PATH in logs when referring to a directory (#3170)Khoa LĂȘ2016-05-311-1/+2
* Max_File_Size setting in System Console > File Settings (#3070)Thomas Balthazar2016-05-241-2/+2
* Move away from the "andForget" style of function (#3046)Thomas Balthazar2016-05-181-110/+106
* PLT-2600/PLT-2770 Changed getPublicLink api call to return a proper JSON stri...Harrison Healey2016-05-061-1/+1
* PLT-2600/PLT-2770 Added Get Public Link modal and added new API for public fi...Harrison Healey2016-05-051-50/+82
* PLT-2687 sending email on upgrade and moving profile pic to new location (#2808)Corey Hulen2016-04-281-1/+6
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-211-17/+17
* Add custom branding functionality (#2667)Joram Wilander2016-04-111-17/+17
* Changed getFile api call to always attach headersHarrison Healey2016-04-081-12/+13
* Minor fix for expired sessionsJoramWilander2016-04-041-1/+1
* Disable previously created public links with the config settingJoramWilander2016-03-311-0/+5
* 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
|/