summaryrefslogtreecommitdiffstats
path: root/api4/file_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Added unit tests for getFile headers (#7045)Harrison Healey2017-08-081-0/+65
| | | | | | | | | | | | * Added unit tests for getFile headers * Fixed exe type test to run correctly on multiple platforms * Make sure we close the body on all Client4 calls * Changed Response.Response field to Response.Header * Clarified type of Response.Header
* PLT-6760 Allowed TestUploadFile to pass when http client errors (#6985)Harrison Healey2017-07-201-1/+4
|
* PLT-6262 Add config setting to disable file attachments (#6301)Joram Wilander2017-05-041-0/+9
| | | | | | | | | | | | | | * Add config setting to disable file attachments * Add unit tests * Updating UI for no attachments (#6312) * Update UI text on file upload System Console setting (#6313) * Update storage_settings.jsx * Update en.json
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* APIv4: GET /files/{file_id}/public (#5665)Saturnino Abril2017-03-131-0/+74
|
* APIv4: GET /files/{file_id}/info (#5591)Saturnino Abril2017-03-131-0/+67
|
* APIv4: GET /files/{file_id}/preview (#5568)Saturnino Abril2017-03-131-0/+52
| | | patch 1
* Endpoint for APIv4: /files/{file_id}/link (#5607)Saturnino Abril2017-03-111-0/+76
| | | | | | * APIv4: /files/{file_id}/link * updated public link
* Implementation endpoint of APIv4: GET /files/{file_id}/thumbnail (#5553)Saturnino Abril2017-02-281-0/+52
| | | | | | * APIv4: GET /files/{file_id}/thumbnail * added delay time
* Implement upload and get file endpoints for APIv4 (#5396)Joram Wilander2017-02-171-0/+151
* Implement POST /files endpoint for APIv4 * Implement GET /files/{file_id} endpoint for APIv4