Perry Mitchell
Perry Mitchell
- **OS version and name**: Ubuntu 16.04 - **Hyper.app version**: 0.8.3 -> 1.0.0 - **Link of a [Gist](https://gist.github.com/) with the contents of your .hyper.js**: https://gist.github.com/perry-mitchell/e524335b722839b55ea6d09140648bc3 - **Relevent information from devtools**:...
WIP: TBA.
When importing from a Buttercup vault, strip all incoming attachments - they are not supported.
Add attachments to the `GoogleDriveDatasource` class, allowing attachments to be used with Drive accounts. Follow the example implementation for `FileDatasource`: #273 (MR: #274). The following methods should be implemented: *...
Add attachments to the `DropboxDatasource` class, allowing attachments to be used with Dropbox accounts. Follow the example implementation for `FileDatasource`: #273 (MR: #274). The following methods should be implemented: *...
Support ordering of fields (meta). Ordering information should be stored in an attribute. The attribute key could be as such: `metaOrder:someAttributeName`. The order should be numeric, 0 and upwards. If...
Replace occurrences of "master" with "primary" or something else more appropriate. Datasources/Credentials will be affected.
Support for merging conflict files which sometimes appear on various cloud storage platforms.
Related to #224 - When showing filter options (by group/tag), add support for entry types (Login/SSH/CreditCard etc.).
Add ability to reference fields from other entries. The value would appear when displayed, but not be stored internally. For instance: Entry A may have a field called `test`, and...