summaryrefslogtreecommitdiffstats
path: root/api/file.go
Commit message (Expand)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-3/+3
* app type transition (#7167)Chris2017-09-061-5/+5
* Api: NewLocAppError -> NewAppError (#7280)George Goldberg2017-09-011-28/+14
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-2/+2
* PLT-???? Prepare file upload infrastructure for Data Retention. (#7266)George Goldberg2017-08-251-5/+5
* PLT-7261 Fixed incorrect content type for preview and thumbnail images (#7119)Harrison Healey2017-08-041-2/+7
* Fixed downloading of image files (#6934)Harrison Healey2017-07-151-3/+21
* PLT-6678 Change Cache-Control to private for files (#6660)Harrison Healey2017-06-161-1/+1
* PLT-6262 Add config setting to disable file attachments (#6301)Joram Wilander2017-05-041-3/+6
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-1/+1
* Endpoint for APIv4: /files/{file_id}/link (#5607)Saturnino Abril2017-03-111-1/+1
* Implement upload and get file endpoints for APIv4 (#5396)Joram Wilander2017-02-171-55/+7
* 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