Don’t set insert URI of a Sone, let it be generated from the identity.
[Sone.git] / src / test / java / net / pterodactylus / sone / core / ConfigurationSoneParserTest.java
2014-09-18 David ‘Bombe’ RodenMove test builders to their own top-level classes.
2014-09-09 David ‘Bombe’ RodenMove image parsing to new configuration parser.
2014-09-09 David ‘Bombe’ RodenMove album parsing to new configuration parser.
2014-09-08 David ‘Bombe’ RodenMove friend parsing to new configuration parser.
2014-09-08 David ‘Bombe’ RodenMove liked post reply IDs to new configuration parser.
2014-09-08 David ‘Bombe’ RodenMove liked post IDs parsing to new configuration parser.
2014-09-07 David ‘Bombe’ RodenMove post reply parsing to new configuration parser.
2014-09-07 David ‘Bombe’ RodenStart moving parsing a Sone from a configuration to...