Don’t check for non-existing Sone-following times on your own posts/replies
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Core.java
2019-02-12 David ‘Bombe’ RodenDon’t check for non-existing Sone-following times on...
2018-03-03 David ‘Bombe’ RodenRemove @author tags
2018-02-08 David ‘Bombe’ RodenRename fetch action methods
2018-02-07 David ‘Bombe’ RodenRemove Sone following times from Core
2018-02-01 David ‘Bombe’ RodenAdd test for DI constructability of ImageInserter
2018-02-01 David ‘Bombe’ RodenUse dependency injection for SoneDownloader
2017-11-30 David ‘Bombe’ RodenMerge branch 'release-0.9.8' 0.9.8
2017-11-30 David ‘Bombe’ RodenPrevent null-pointer exception if property is missing
2017-11-14 David ‘Bombe’ RodenSet insertion delay on every created inserter
2017-10-16 David ‘Bombe’ RodenReturn nullable Post instead of Optional
2017-10-15 David ‘Bombe’ RodenReturn a nullable Album instead of an Optional
2017-10-15 David ‘Bombe’ RodenReturn a nullable Image instead of an Optional
2017-10-15 David ‘Bombe’ RodenReturn a nullable PostReply instead of an Optional
2017-10-15 David ‘Bombe’ RodenReplace Sone provider interface with Kotlin version
2017-10-07 David ‘Bombe’ RodenMerge branch 'release-0.9.7' 0.9.7
2017-09-07 David ‘Bombe’ RodenAdd some @Nullable annotations
2017-06-04 David ‘Bombe’ RodenAdd @Nonnull to SoneProvider’s getSones() method
2017-03-25 David ‘Bombe’ RodenAdd nullability annotations to getAlbum method
2016-11-16 David ‘Bombe’ RodenMake loading of linked images configurable
2016-11-13 David ‘Bombe’ RodenRename enum to better match its purpose
2016-11-13 David ‘Bombe’ RodenMove enum to more appropriate class
2016-10-26 David ‘Bombe’ RodenMerge branch 'release-0.9.6' 0.9.6
2016-09-20 David ‘Bombe’ RodenDon’t expose the plugin version directly
2016-07-11 David ‘Bombe’ RodenMerge branch 'release-0.9.5' 0.9.5
2016-07-01 David ‘Bombe’ RodenSend Sone removal notifications before removing Sone
2016-06-26 David ‘Bombe’ RodenChange dates in file headers
2016-06-23 David ‘Bombe’ RodenRemove the concept of the album image, always use a...
2016-02-27 David ‘Bombe’ RodenMerge branch 'disruptive-notification' into next
2016-02-26 David ‘Bombe’ RodenInject update checker into core
2015-11-27 David ‘Bombe’ RodenMerge branch 'master' into next
2015-11-27 David ‘Bombe’ RodenMerge branch 'release-0.9.4' 0.9.4
2015-11-27 David ‘Bombe’ RodenUpdate years in copyright line
2015-07-22 David ‘Bombe’ RodenMerge branch 'release/0.9.3' 0.9.3
2015-07-21 David ‘Bombe’ RodenStore new Sones that can not be loaded
2015-07-20 David ‘Bombe’ RodenMerge branch 'feature/fix-coverity-defects' into next
2015-07-20 David ‘Bombe’ RodenMake parsing of Sone.LatestEdition more robust
2015-07-20 David ‘Bombe’ RodenAdd real default values to prevent NullPointerExceptions
2015-07-20 David ‘Bombe’ RodenMerge branch 'feature/fix-logging' into next
2015-07-20 David ‘Bombe’ RodenAbandon logging that does not work with Freenet’s logge...
2015-07-19 David ‘Bombe’ RodenMerge branch 'release/0.9.2' 0.9.2
2015-07-19 David ‘Bombe’ RodenRevert "Store Sone earlier when creating new Sone"
2015-07-18 David ‘Bombe’ RodenMerge branch 'release/0.9.1' 0.9.1
2015-07-18 David ‘Bombe’ RodenStore Sone earlier when creating new Sone
2015-07-17 David ‘Bombe’ RodenFix parsing of non-existing edition
2015-06-16 David ‘Bombe’ RodenMerge branch 'release/0.9-rc1' 0.9-rc1
2015-06-12 David ‘Bombe’ RodenMerge branch 'last-working' into next
2014-12-24 David ‘Bombe’ RodenStop Sone rescuers when stopping core.
2014-11-25 David ‘Bombe’ RodenMove friend-related functionality into the database.
2014-11-24 David ‘Bombe’ RodenAdd method to expose a Sone loader to the Sone provider.
2014-11-22 David ‘Bombe’ RodenCollect events in a separate method.
2014-11-22 David ‘Bombe’ RodenOnly send events after the new Sone has been stored...
2014-11-22 David ‘Bombe’ RodenRemove outdated and wrong comment.
2014-11-04 David ‘Bombe’ RodenRemove unnecessary method.
2014-11-04 David ‘Bombe’ RodenDon’t save bookmarks from the core anymore, the databas...
2014-11-04 David ‘Bombe’ RodenDon’t load bookmarks from core anymore.
2014-11-01 David ‘Bombe’ RodenRemove Sone from database correctly.
2014-10-05 David ‘Bombe’ RodenDon’t use logging from utils package.
2014-10-05 David ‘Bombe’ RodenRemove obsolete import.
2014-10-05 David ‘Bombe’ RodenUse Guice to parse numbers.
2014-10-03 David ‘Bombe’ RodenUse bookmark database in core.
2014-09-30 David ‘Bombe’ RodenRemove a TODO.
2014-09-30 David ‘Bombe’ RodenRemove all occurences of the FCP interface from the...
2014-09-30 David ‘Bombe’ RodenMove preferences loading and saving out of the core.
2014-09-29 David ‘Bombe’ RodenMove option interface and default implementation to...
2014-09-28 David ‘Bombe’ RodenUse event bus to change FCP interface configuration.
2014-09-28 David ‘Bombe’ RodenUse event bus to activate and deactivate the FCP interface.
2014-09-28 David ‘Bombe’ RodenUse events to communicate changes to insertion delay...
2014-09-28 David ‘Bombe’ RodenClean imports.
2014-09-28 David ‘Bombe’ RodenDon’t set the request URI anymore, either.
2014-09-27 David ‘Bombe’ RodenStore Sones in database only.
2014-09-26 David ‘Bombe’ RodenDon’t store a Sone in the Sone inserter.
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.
next