Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Photo support | Christian Mollekopf | 2017-06-27 |
| | |||
* | Added draft property index. | Christian Mollekopf | 2017-05-12 |
| | | | | | | We need this for the composer to efficiently query. Since we don't have any migration code this will require all data to be refetched (sinksh upgrade). | ||
* | Gather required databases from index definitions. | Christian Mollekopf | 2017-05-08 |
| | |||
* | A single propertymapper for both directions | Christian Mollekopf | 2017-04-28 |
| | |||
* | Removed the template argument from the write property mapper | Christian Mollekopf | 2017-04-28 |
| | |||
* | Simplified propertymapper | Christian Mollekopf | 2017-04-28 |
| | |||
* | Added missing property mappers | Christian Mollekopf | 2017-03-28 |
| | |||
* | Default domain adaptor | Christian Mollekopf | 2017-03-21 |
| | |||
* | Move type implementations in one place | Christian Mollekopf | 2017-03-21 |
Having them separated is rather pointless (since we need one for every type, and all types are the interface of sink, as one), and caused quite a bit of friction when adding new types. This will also make it easier to change things for all types. |