aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Mirror: explicit primary service and list of mirrorsJeremy Daer2017-07-081-10/+9
* Merge pull request #21 from jeremy/disk-binary-ioDavid Heinemeier Hansson2017-07-091-8/+4
|\
| * Disk service: use binary IO throughout, not UTF-8Jeremy Daer2017-07-081-8/+4
* | Disk storage: ensure URLs end with the blob filename since some user agents d...Jeremy Daer2017-07-083-5/+5
|/
* Merge pull request #15 from robin850/documentationDavid Heinemeier Hansson2017-07-086-5/+100
|\
| * Add some documentationRobin Dupret2017-07-076-5/+100
* | Change type of created_at columns from time to datetimeGeorge Claghorn2017-07-071-8/+8
* | It is an engine (because of tasks) not a railtieDavid Heinemeier Hansson2017-07-072-2/+2
|/
* Create db/migrate if it doesn't existGeorge Claghorn2017-07-061-0/+1
* Merge pull request #8 from robin850/fix-migrationsGeorge Claghorn2017-07-061-1/+1
|\
| * Fix the migration class nameRobin Dupret2017-07-061-1/+1
* | Use safe navigationGeorge Claghorn2017-07-061-1/+1
* | Remove unnecessary method delegationsGeorge Claghorn2017-07-061-1/+1
|/
* Fix testGeorge Claghorn2017-07-061-0/+2
* Merge branch 'master' into s3_integrityJohn Williams2017-07-061-2/+3
|\
| * StyleGeorge Claghorn2017-07-061-5/+3
| * Adding server side integrity check for GCS ServiceStanislav Gospodinov2017-07-061-2/+5
* | Send checksum to S3 to verify file integrityJohn Williams2017-07-061-2/+1
|/
* Fix hash usage consistency.Ra'Shaun Stovall2017-07-061-1/+1
* Check integrity after uploadsDavid Heinemeier Hansson2017-07-066-7/+19
* Dropped from the interfaceDavid Heinemeier Hansson2017-07-061-9/+0
* Need the byte helpersDavid Heinemeier Hansson2017-07-062-0/+2
* Compute checksum and byte_size client sideDavid Heinemeier Hansson2017-07-064-37/+15
* Remember to add streamingDavid Heinemeier Hansson2017-07-061-0/+1
* This is even more explaining and upload/download don't have some inherent nee...David Heinemeier Hansson2017-07-061-4/+2
* We have the technology!David Heinemeier Hansson2017-07-061-1/+1
* Convert magic number to constantDavid Heinemeier Hansson2017-07-061-2/+4
* Extract configuration into config/storage_configuration.ymlDavid Heinemeier Hansson2017-07-064-29/+67
* Add task to install the migration neededDavid Heinemeier Hansson2017-07-062-1/+13
* Mirror: only hit all sites for upload and deleteGeorge Claghorn2017-07-061-21/+4
* Rename from Site to Service now that we're called Active StorageDavid Heinemeier Hansson2017-07-069-75/+75
* ActiveVault -> ActiveStorageDavid Heinemeier Hansson2017-07-0622-104/+104
* ActiveVault::Site::MirrorSite#urlGeorge Claghorn2017-07-051-2/+6
* Basic MirrorSiteDavid Heinemeier Hansson2017-07-051-3/+6
* Default to purging later when the owning record is destroyedDavid Heinemeier Hansson2017-07-054-5/+21
* Moving this to the macro definitionDavid Heinemeier Hansson2017-07-051-4/+0
* Only purge if attachedDavid Heinemeier Hansson2017-07-052-4/+22
* Avoid duplicate attachmentsDavid Heinemeier Hansson2017-07-051-1/+1
* Require the Active Support core extension usedGeorge Claghorn2017-07-051-0/+1
* Ensure the array is flatDavid Heinemeier Hansson2017-07-051-1/+1
* Fix configuration namesDavid Heinemeier Hansson2017-07-051-3/+3
* Attached one and manyDavid Heinemeier Hansson2017-07-057-34/+98
* Add attachmentsDavid Heinemeier Hansson2017-07-054-7/+85
* Assign plain metadata for nowDavid Heinemeier Hansson2017-07-051-0/+1
* Use active_vault as the table prefixDavid Heinemeier Hansson2017-07-052-2/+2
* Merge remote-tracking branch 'origin/master'David Heinemeier Hansson2017-07-051-0/+5
|\
| * ActiveFile::Site::GCSSite#urlGeorge Claghorn2017-07-041-0/+5
* | Rename from ActiveFile to ActiveVault since activefile gem name was takenDavid Heinemeier Hansson2017-07-0516-39/+39
|/
* Quote the filename to deal with spacesDavid Heinemeier Hansson2017-07-041-1/+1
* Better error reportingDavid Heinemeier Hansson2017-07-041-2/+2