summaryrefslogtreecommitdiffstats
path: root/api4/file.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-1/+1
| | | | | | | | | | | | | | | | * Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705)" This reverts commit a8e68bd8905972ae59de90fa33d5b3e3c274dc47. * Removed automatic configuration of SiteURL * Reverted unintentional config changes * Updated help text * Added link to docs in Site URL warning * Fixed merge conflict
* APIv4: GET /files/{file_id}/public (#5665)Saturnino Abril2017-03-131-0/+43
|
* APIv4: GET /files/{file_id}/info (#5591)Saturnino Abril2017-03-131-0/+22
|
* APIv4: GET /files/{file_id}/preview (#5568)Saturnino Abril2017-03-131-0/+33
| | | patch 1
* Endpoint for APIv4: /files/{file_id}/link (#5607)Saturnino Abril2017-03-111-0/+36
| | | | | | * APIv4: /files/{file_id}/link * updated public link
* Implementation endpoint of APIv4: GET /files/{file_id}/thumbnail (#5553)Saturnino Abril2017-02-281-0/+33
| | | | | | * APIv4: GET /files/{file_id}/thumbnail * added delay time
* Implement upload and get file endpoints for APIv4 (#5396)Joram Wilander2017-02-171-0/+114
* Implement POST /files endpoint for APIv4 * Implement GET /files/{file_id} endpoint for APIv4