summaryrefslogtreecommitdiffstats
path: root/api/file.go
Commit message (Expand)AuthorAgeFilesLines
* Updating server dependancies (#5249)Christopher Speller2017-02-021-1/+1
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-2/+4
* Move Slack Import to App Layer. (#5135)George Goldberg2017-01-201-189/+2
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-3/+1
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-335/+11
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-9/+10
* Fixing minio not closing read object (#4971)Christopher Speller2017-01-041-2/+3
* Adding memcache to getchannel (#4928)Christopher Speller2017-01-031-1/+1
* Fixed encoding of file name when downloading attachments (#4787)Harrison Healey2016-12-141-1/+1
* PLT-4442 Generate preview images sequentially in Slack importer (#4617)George Goldberg2016-11-221-39/+46
* Update error message when uploading too large images (#4535)Raphaël Bournhonesque2016-11-151-1/+1
* 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