Check correctly for the presence of a post.
[Sone.git] / src / main / java / net / pterodactylus / sone /
2013-01-16 David ‘Bombe’ RodenReplace utils’ ReverseComparator by Guava’s Ordering...
2013-01-16 David ‘Bombe’ RodenReplace utils’ Pair by custom containers.
2013-01-16 David ‘Bombe’ RodenReplace utils’ MapBuilder by Guava’s ImmutableMap.Builder.
2013-01-16 David ‘Bombe’ RodenReplace utils’ ListBuilder by Guava’s ImmutableList...
2013-01-16 David ‘Bombe’ RodenReplace utils’ filter with Guava’s predicate.
2013-01-16 David ‘Bombe’ RodenUse Guava’s predicate instead of utils’ filter.
2013-01-16 David ‘Bombe’ RodenAdd filter for local/remote Sones to “Known Sones”...
2013-01-16 David ‘Bombe’ RodenSome javadoc fixes.
2013-01-16 David ‘Bombe’ RodenPrevent NPE.
2013-01-16 David ‘Bombe’ RodenWhitespace.
2013-01-16 David ‘Bombe’ RodenUse dependency injection to create Sone instance.
2013-01-16 David ‘Bombe’ RodenStore locality of a Sone in the Sone itself.
2013-01-16 David ‘Bombe’ RodenRevert "Add post reply provider interface."
2013-01-16 David ‘Bombe’ RodenRevert "Implement post reply provider interface in...
2013-01-16 David ‘Bombe’ RodenImplement post reply provider interface in Core.
2013-01-16 David ‘Bombe’ RodenAdd post reply provider interface.
2013-01-16 David ‘Bombe’ RodenRename getReply() to getPostReply(), remove convenience...
2012-12-21 David ‘Bombe’ RodenCheck for a link consisting only of the scheme, because...
2012-12-21 David ‘Bombe’ RodenAdd scheme to LinkType.
2012-12-21 David ‘Bombe’ RodenEncode URLs correctly when creating an external link.
2012-12-21 David ‘Bombe’ RodenMerge remote-tracking branch 'beak/next' into next
2012-12-19 David ‘Bombe’ RodenMerge branch 'fix-avatar-selection-309' into next
2012-12-19 David ‘Bombe’ RodenRename form variable to match the style of all other...
2012-12-17 David ‘Bombe’ RodenFix URL for external links.
2012-11-26 David ‘Bombe’ RodenDownload updates via the thread factory, too.
2012-11-26 David ‘Bombe’ RodenUse named thread factory to create downloader threads.
2012-11-21 David ‘Bombe’ RodenCatch all exceptions when processing AJAX requests.
2012-11-21 David ‘Bombe’ RodenCatch all exceptions when processing an FCP command.
2012-11-21 David ‘Bombe’ RodenDo not allow creation of empty posts and replies.
2012-10-16 David ‘Bombe’ RodenSet known flag correctly when finding new posts and...
2012-10-13 David ‘Bombe’ RodenMerge branch 'master' into next
2012-10-13 David ‘Bombe’ RodenMerge branch 'release-0.8.4' 0.8.4
2012-10-13 David ‘Bombe’ RodenSet version to 0.8.4.
2012-10-13 David ‘Bombe’ RodenUpdate Sone homepage edition.
2012-10-13 David ‘Bombe’ RodenFix logging.
2012-10-13 David ‘Bombe’ RodenAlways store all own identities.
2012-10-09 David ‘Bombe’ RodenUse default values if values can not be parsed.
2012-10-09 David ‘Bombe’ RodenMerge branch 'translate-ja' into next
2012-10-09 David ‘Bombe’ RodenFix logging.
2012-10-08 David ‘Bombe’ RodenMerge branch 'master' into next
2012-10-08 David ‘Bombe’ RodenMerge branch 'release-0.8.3' 0.8.3
2012-10-08 David ‘Bombe’ RodenSet version to 0.8.3.
2012-10-08 David ‘Bombe’ RodenUpdate latest edition of Sone homepage.
2012-10-08 David ‘Bombe’ RodenUse classpath template provider from utils.
2012-09-18 David ‘Bombe’ RodenRecord and expose the last time all identities were...
2012-09-18 David ‘Bombe’ RodenRecord and expose startup time.
2012-09-17 David ‘Bombe’ RodenAbbreviate excerpts on the last space.
2012-09-15 David ‘Bombe’ RodenDeclare own identities map as final.
2012-09-15 David ‘Bombe’ RodenHand in context to constructor.
2012-09-14 David ‘Bombe’ RodenRecognize a couple of shortcuts in the search field.
2012-09-13 David ‘Bombe’ RodenClose buffered reader after parsing.
2012-09-13 David ‘Bombe’ RodenRemove obsolete method.
2012-09-13 David ‘Bombe’ RodenAdd missing javadoc.
2012-09-13 David ‘Bombe’ RodenSuppress warnings on potentiall-static methods.
2012-09-13 David ‘Bombe’ RodenDeclare potentially-static methods as static.
2012-09-13 David ‘Bombe’ RodenHandle spurious wakeups correctly.
2012-09-12 David ‘Bombe’ RodenMerge remote-tracking branch 'beak/next' into next
2012-09-12 David ‘Bombe’ RodenSynchronize access on DateFormat.
2012-09-12 David ‘Bombe’ RodenFix logging of exception.
2012-09-12 David ‘Bombe’ RodenDeclare method as static.
2012-09-12 David ‘Bombe’ RodenSave Sones and configuration on stopping.
2012-09-12 David ‘Bombe’ RodenRemove getting trust values from trust updater.
2012-09-12 David ‘Bombe’ RodenGet the trust directly from the identity.
2012-09-12 David ‘Bombe’ RodenReturn the currently cached own identities.
2012-09-12 David ‘Bombe’ RodenGet trust values for trusted identities.
2012-09-12 David ‘Bombe’ RodenDeclare methods as static.
2012-09-12 David ‘Bombe’ RodenFix FCP plugin request sending and receiving.
2012-09-12 David ‘Bombe’ RodenFix using the wrong base type.
2012-09-11 David ‘Bombe’ RodenDon’t save Sones directly, only touch the configuration.
2012-09-11 David ‘Bombe’ RodenOnly add an album if it does not exist.
2012-09-10 David ‘Bombe’ RodenTurn (Own)Identity into mere caches of values from...
2012-09-10 David ‘Bombe’ RodenUse WebOfTrust updater to set contexts and properties.
2012-09-10 David ‘Bombe’ RodenAdd property setter job.
2012-09-10 David ‘Bombe’ RodenImplement removal of contexts.
2012-09-10 David ‘Bombe’ RodenImplement adding of contexts.
2012-09-10 David ‘Bombe’ RodenMake it possible for update jobs to return whether...
2012-09-10 David ‘Bombe’ RodenRename WebOfTrust updater.
2012-09-10 David ‘Bombe’ RodenPrepare for jobs that need to signal completion.
2012-09-10 David ‘Bombe’ RodenPrepare background updater to perform property and...
2012-09-07 David ‘Bombe’ RodenCreate links to posts using an excerpt from the parsed...
2012-09-07 David ‘Bombe’ RodenUpdate trust values in a dedicated background thread.
2012-09-07 David ‘Bombe’ RodenAssume a post is visible if the trust updater has not...
2012-09-05 David ‘Bombe’ RodenMerge branch 'remove-configuration-cleaning-216' into...
2012-09-05 David ‘Bombe’ RodenRemove obsolete storing of Sone Rescue Mode.
2012-09-05 David ‘Bombe’ RodenRemove configuration cleaning options.
2012-09-05 David ‘Bombe’ RodenCreate the excerpt of a linked post from the parsed...
2012-09-05 David ‘Bombe’ RodenAdd method to get the plain text of a part.
2012-09-05 David ‘Bombe’ RodenTurn templates into static members.
2012-09-05 David ‘Bombe’ RodenDifferentiate between different job types in hashCode().
2012-09-05 David ‘Bombe’ RodenAdd logging while executing trust update jobs.
2012-09-05 David ‘Bombe’ RodenOnly allow a single trust update for any given identity...
2012-09-05 David ‘Bombe’ RodenOnly add get-trust jobs if there are none for the given...
2012-09-05 David ‘Bombe’ RodenOverride Object methods in TrustUpdateJob, establish...
2012-09-05 David ‘Bombe’ RodenReturn configured trust values immediately.
2012-09-05 David ‘Bombe’ RodenUse WOT connector to set trust values.
2012-09-05 David ‘Bombe’ RodenUse trust updater to set trust values.
2012-09-05 David ‘Bombe’ RodenUse trust updater to get trust values.
2012-09-05 David ‘Bombe’ RodenStore identity trust locally, make it updatable from...
2012-09-05 David ‘Bombe’ RodenCreate trust updater and store it in the core.
2012-09-05 David ‘Bombe’ RodenAdd background trust updater.
next