Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expose chunked downloads | George Claghorn | 2017-07-10 | 1 | -4/+4 |
| | |||||
* | Direct uploads for S3 | David Heinemeier Hansson | 2017-07-09 | 1 | -1/+1 |
| | |||||
* | Instrument and log the services | David Heinemeier Hansson | 2017-07-09 | 1 | -13/+36 |
| | |||||
* | Merge pull request #21 from jeremy/disk-binary-io | David Heinemeier Hansson | 2017-07-09 | 1 | -8/+4 |
|\ | | | | | Disk service: use binary IO throughout, not UTF-8 | ||||
| * | Disk service: use binary IO throughout, not UTF-8 | Jeremy Daer | 2017-07-08 | 1 | -8/+4 |
| | | |||||
* | | Disk storage: ensure URLs end with the blob filename since some user agents ↵ | Jeremy Daer | 2017-07-08 | 1 | -2/+2 |
|/ | | | | don't respect Content-Disposition filename | ||||
* | Check integrity after uploads | David Heinemeier Hansson | 2017-07-06 | 1 | -1/+9 |
| | |||||
* | Need the byte helpers | David Heinemeier Hansson | 2017-07-06 | 1 | -0/+1 |
| | |||||
* | Compute checksum and byte_size client side | David Heinemeier Hansson | 2017-07-06 | 1 | -10/+0 |
| | | | | | Then we can add integrity checks on uploads to prevent errors in transport. | ||||
* | This is even more explaining and upload/download don't have some inherent ↵ | David Heinemeier Hansson | 2017-07-06 | 1 | -4/+2 |
| | | | | need to synchronize chunk sizes anyway | ||||
* | Convert magic number to constant | David Heinemeier Hansson | 2017-07-06 | 1 | -2/+4 |
| | |||||
* | Rename from Site to Service now that we're called Active Storage | David Heinemeier Hansson | 2017-07-06 | 1 | -0/+71 |