Scott Nonnenberg
|
068cce61e6
|
Fix path-oriented unit test on Windows
|
2018-05-31 14:09:41 -07:00 |
|
Scott Nonnenberg
|
06b0544bbe
|
Hardening: normalize on-disk attachment paths before save/load
|
2018-05-31 13:25:45 -07:00 |
|
Daniel Gasienica
|
1dd87ad197
|
Format all source code using Prettier
|
2018-04-30 16:53:34 -04:00 |
|
Daniel Gasienica
|
5a6668e677
|
Add Attachments.createWriteForExisting
This function lets us choose where to write attachment to instead of picking
random name.
|
2018-04-04 18:41:50 -04:00 |
|
Daniel Gasienica
|
efd673083d
|
Rename writeAttachmentData to writeNewAttachmentData
|
2018-04-04 18:41:50 -04:00 |
|
Daniel Gasienica
|
8474f3cf7f
|
Use create* prefix to clarify curried functions
|
2018-04-03 15:25:24 -04:00 |
|
Daniel Gasienica
|
06e7bca276
|
Use new stringToArrayBuffer function
|
2018-03-26 16:38:34 -04:00 |
|
Daniel Gasienica
|
10afcf1bb0
|
Add Attachments.deleteData
|
2018-03-26 16:38:34 -04:00 |
|
Daniel Gasienica
|
9b636a1885
|
Add test for Attachments.readData
|
2018-03-26 16:38:34 -04:00 |
|
Daniel Gasienica
|
f6f0359a61
|
Use assert.deepEqual instead of Lodash isEqual
|
2018-03-26 16:38:34 -04:00 |
|
Daniel Gasienica
|
aba261122f
|
🎨 Use camelCase for mutable variable
|
2018-03-26 16:38:34 -04:00 |
|
Daniel Gasienica
|
1c8123ff1a
|
Move writeAttachmentData into Attachments
Encapsulates all attachment operations that require Node.js / Electron APIs,
e.g. file system access.
|
2018-03-26 16:38:34 -04:00 |
|