Use database methods where possible.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
2014-09-21 David ‘Bombe’ RodenUse database methods where possible.
2014-09-21 David ‘Bombe’ RodenStore Sones in the database, too.
2014-09-19 David ‘Bombe’ RodenFix parsing of latest edition when it’s not present.
2014-09-19 David ‘Bombe’ RodenUse Sone change detector in core to send notifications.
2014-09-17 David ‘Bombe’ RodenSmall optimization when an identity is removed.
2014-09-15 David ‘Bombe’ RodenCreate images using the core’s image builder.
2014-09-15 David ‘Bombe’ RodenStore all albums from configuration in database.
2014-09-14 David ‘Bombe’ RodenStore all albums and images in the database after loadi...
2014-09-14 David ‘Bombe’ RodenLoad avatar image correctly.
2014-09-12 David ‘Bombe’ RodenMove parsing of latest edition out of the synchronized...
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’ RodenSet Sone in album builder, remote getOrCreate method...
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...
2014-09-07 David ‘Bombe’ RodenMove parsing the profile to its own method.
2014-09-07 David ‘Bombe’ RodenRemove unused methods in core.
2014-09-07 David ‘Bombe’ RodenRename method that creates albums if they don’t exist.
2014-08-29 David ‘Bombe’ RodenMove dependency injection configuration closer to where...
2014-08-25 David ‘Bombe’ RodenAdd Sone-specific options object.
2014-08-10 David ‘Bombe’ RodenExtract interface for Sone downloader.
2014-08-01 David ‘Bombe’ RodenUse a supplier to generate insert tokens for images.
2014-07-31 David ‘Bombe’ RodenAdd class that fetches a Sone.
2014-07-31 David ‘Bombe’ RodenRename class that fetches a Sone with its URI.
2014-07-30 David ‘Bombe’ RodenAdd class that marks a reply as known.
2014-07-30 David ‘Bombe’ RodenAdd class that marks a post as known.
2014-07-30 David ‘Bombe’ RodenAdd class to fetch a Sone.
2014-07-29 David ‘Bombe’ RodenAdd class to set FCP interface access level from an...
2014-07-29 David ‘Bombe’ RodenAdd class that activates the FCP interface from an...
2014-07-29 David ‘Bombe’ RodenAdd class for setting insertion delay from an option.
2014-07-29 David ‘Bombe’ RodenUse the appropriate Sone predicates.
2014-06-25 David ‘Bombe’ RodenDon’t change the configuration after starting the core.
2014-06-25 David ‘Bombe’ RodenSimplify some boolean expressions.
2014-06-10 David ‘Bombe’ RodenUpdate Japanese translation.
2014-06-10 David ‘Bombe’ RodenOnly send events after the new posts and replies are...
2014-02-27 David ‘Bombe’ RodenMerge branch 'release-0.8.8' 0.8.8
2014-02-27 David ‘Bombe’ RodenIterate over the current versions of the Sones.
2013-10-10 David ‘Bombe’ RodenExtract an interface out of Sone.
2013-10-10 David ‘Bombe’ RodenAdd image builder that creates “old” images.
2013-10-10 David ‘Bombe’ RodenUse an album modifier for setting title, description...
2013-10-09 David ‘Bombe’ RodenUse the memory database to create all albums.
2013-10-09 David ‘Bombe’ RodenUse the memory database instead of storing the albums...
2013-10-09 David ‘Bombe’ RodenExtract album interface.
2013-09-27 David ‘Bombe’ RodenUpdate French translation.
2013-09-25 David ‘Bombe’ RodenMerge branch 'release-0.8.7' 0.8.7
2013-07-11 David ‘Bombe’ RodenInsert a root album into all Sones to get rid of album...
2013-07-10 David ‘Bombe’ RodenMake Sone of Sone inserter modifiable.
2013-07-10 David ‘Bombe’ RodenFix rescue mode.
2013-07-05 David ‘Bombe’ RodenMerge branch 'release-0.8.6' 0.8.6
2013-07-05 David ‘Bombe’ RodenDon’t try to get post if it doesn’t exist!
2013-07-05 David ‘Bombe’ RodenDon’t clobber local Sones.
2013-07-04 David ‘Bombe’ RodenCopy known-flag from stored Sone to new Sone.
2013-07-04 David ‘Bombe’ RodenAdd some more logging.
2013-07-04 David ‘Bombe’ RodenReturn a copy of the values.
2013-07-04 David ‘Bombe’ RodenUse fluent iterable for filtering.
2013-07-04 David ‘Bombe’ RodenDon’t add anything if the Sone to add is already presen...
2013-07-04 David ‘Bombe’ RodenUse a multimap to store trust relationships.
2013-06-29 David ‘Bombe’ RodenMerge branch 'release-0.8.5' 0.8.5
2013-06-29 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into next
2013-06-09 David ‘Bombe’ RodenMerge remote-tracking branch 'hernic/patch-1' into...
2013-03-13 David ‘Bombe’ RodenRemove getAllAlbums() method, use album flattener.
2013-02-09 David ‘Bombe’ RodenAdd and use memory-based post reply implementation.
2013-02-03 David ‘Bombe’ RodenOnly use post IDs in post reply provider interface.
2013-02-02 David ‘Bombe’ RodenUse memory-based post database implementation.
2013-02-02 David ‘Bombe’ RodenAdd method to get all posts of a Sone to post provider...
2013-02-02 David ‘Bombe’ RodenCopy options when rescuing Sone.
2013-01-29 David ‘Bombe’ RodenMove more methods to the Sone provider interface.
2013-01-29 David ‘Bombe’ RodenMove getSones() method to Sone provider interface.
2013-01-29 David ‘Bombe’ RodenFix synchronization.
2013-01-29 David ‘Bombe’ RodenRemove unnecessary method.
2013-01-28 David ‘Bombe’ RodenPrevent NPE when creating a new Sone.
2013-01-27 David ‘Bombe’ RodenMake Sone returned by a Sone provider optional.
2013-01-27 David ‘Bombe’ RodenRemove unnecessary warning suppression.
2013-01-26 David ‘Bombe’ RodenAdd own posts and replies to all posts and replies.
2013-01-26 David ‘Bombe’ RodenWhitespace fix.
2013-01-26 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into less-critical
2013-01-26 David ‘Bombe’ RodenReturn the real time a Sone was followed.
2013-01-25 David ‘Bombe’ RodenMerge commit 'c30ad3a3fcfc66d0c1757a50afe413d9942d7793...
2013-01-25 David ‘Bombe’ RodenAvoid retaining multiple copies of elements.
2013-01-25 David ‘Bombe’ RodenFix retrieval of post replies.
2013-01-25 David ‘Bombe’ RodenMerge commit '173eb2df26ebc15a6aa5565ec15dfad37bfa61a1...
2013-01-25 David ‘Bombe’ RodenShut down downloader thread pool when stopping the...
2013-01-25 David ‘Bombe’ RodenMerge branch 'less-critical' into run
2013-01-24 David ‘Bombe’ RodenReturn ID of the post from post reply.
2013-01-24 David ‘Bombe’ RodenMake post returned by post provider optional.
2013-01-24 David ‘Bombe’ RodenMake post reply returned by provider optional.
2013-01-24 David ‘Bombe’ RodenMerge commit 'fcabe38e9b3abacc0d580bf0513600858aee2eca...
2013-01-24 David ‘Bombe’ RodenUse different way to get replies for a post.
2013-01-23 David ‘Bombe’ RodenUse convenience method to get post builder.
2013-01-23 David ‘Bombe’ RodenMerge commit 'da609f721e54691f27113e877a19637bd332abc3...
2013-01-22 David ‘Bombe’ RodenMove builder and factories to database package.
2013-01-22 David ‘Bombe’ RodenMove provider interfaces to database package.
2013-01-22 David ‘Bombe’ RodenImplement getDirectedSones() differently, adhere to...
2013-01-22 David ‘Bombe’ RodenRemove possibility to create Sones from sone provider...
2013-01-22 David ‘Bombe’ RodenStore Sone IDs in with Sone following times.
2013-01-22 David ‘Bombe’ RodenOnly store IDs of Sones in replies.
2013-01-22 David ‘Bombe’ RodenOnly store sender and recipient IDs in a post.
next