Replace Reader with String in Parser interface
[Sone.git] / src / main / java / net / pterodactylus / sone / template /
2016-06-25 David ‘Bombe’ RodenReplace Reader with String in Parser interface
2016-06-23 David ‘Bombe’ RodenRemove the concept of the album image, always use a...
2016-06-23 David ‘Bombe’ RodenAdd “randomImage” accessor for albums
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-27 David ‘Bombe’ RodenMerge branch 'feature/deliver-everything-from-filesyste...
2015-07-27 David ‘Bombe’ RodenAdd possibility to load templates from the filesystem
2015-07-24 David ‘Bombe’ RodenDon’t clobber title with “null,” either
2015-07-24 David ‘Bombe’ RodenExtract function for toString() function
2015-07-24 David ‘Bombe’ RodenDon’t add a class “null” to an image if there is to...
2015-07-22 David ‘Bombe’ RodenMerge branch 'release/0.9.3' 0.9.3
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-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-11-22 David ‘Bombe’ RodenUse “isLoaded” method to check whether a post is loaded.
2014-11-02 David ‘Bombe’ RodenRemove irrelevant code, the object will never be null.
2014-10-10 David ‘Bombe’ RodenUse statially imported valueOf().
2014-10-10 David ‘Bombe’ RodenDon’t use number parsing from the utils package anymore.
2014-10-05 David ‘Bombe’ RodenDon’t use logging from utils package.
2014-08-25 David ‘Bombe’ RodenAdd Sone-specific options object.
2014-06-25 David ‘Bombe’ RodenSkip redundant initialization.
2014-06-25 David ‘Bombe’ RodenRemove some unnecessary local variables.
2014-02-27 David ‘Bombe’ RodenMerge branch 'release-0.8.8' 0.8.8
2013-11-22 David ‘Bombe’ RodenUse better check for whether the root album has been...
2013-09-30 David ‘Bombe’ RodenAdd accessor for all top-level albums of a Sone.
2013-09-27 David ‘Bombe’ RodenUpdate French translation.
2013-09-25 David ‘Bombe’ RodenMerge branch 'release-0.8.7' 0.8.7
2013-09-17 David ‘Bombe’ RodenIterate over the entries instead of only the keys.
2013-09-12 David ‘Bombe’ RodenRemove code block without effect.
2013-07-11 David ‘Bombe’ RodenUse a custom container class instead of messing around...
2013-07-11 David ‘Bombe’ RodenInsert a root album into all Sones to get rid of album...
2013-07-05 David ‘Bombe’ RodenMerge branch 'release-0.8.6' 0.8.6
2013-06-29 David ‘Bombe’ RodenAlways unwrap the optional.
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-02-03 David ‘Bombe’ RodenOnly use post IDs in post reply provider interface.
2013-01-26 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into less-critical
2013-01-25 David ‘Bombe’ RodenMerge commit 'c30ad3a3fcfc66d0c1757a50afe413d9942d7793...
2013-01-25 David ‘Bombe’ RodenMerge commit '173eb2df26ebc15a6aa5565ec15dfad37bfa61a1...
2013-01-25 David ‘Bombe’ RodenMerge branch 'less-critical' into run
2013-01-24 David ‘Bombe’ RodenMake post returned by post reply optional.
2013-01-22 David ‘Bombe’ RodenRemove possibility to create Sones from sone provider...
2013-01-18 David ‘Bombe’ RodenRevert "Replace utils’ Numbers by Guava’s Optional...
2013-01-17 David ‘Bombe’ RodenReplace utils’ Hex by Guava’s BaseEncoding.
2013-01-17 David ‘Bombe’ RodenReplace utils’ Numbers by Guava’s Optional and Ints...
2013-01-17 David ‘Bombe’ RodenReplace utils’ Default with Guava’s Optional.
2013-01-17 David ‘Bombe’ RodenUpdate copyright headers.
2013-01-16 David ‘Bombe’ RodenUse Guava’s predicate instead of utils’ filter.
2013-01-16 David ‘Bombe’ RodenStore locality of a Sone in the Sone itself.
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-17 David ‘Bombe’ RodenFix URL for external links.
2012-10-08 David ‘Bombe’ RodenMerge branch 'release-0.8.3' 0.8.3
2012-09-17 David ‘Bombe’ RodenAbbreviate excerpts on the last space.
2012-09-13 David ‘Bombe’ RodenRemove obsolete method.
2012-09-13 David ‘Bombe’ RodenDeclare potentially-static methods as static.
2012-09-12 David ‘Bombe’ RodenMerge remote-tracking branch 'beak/next' into next
2012-09-12 David ‘Bombe’ RodenGet the trust directly from the identity.
2012-09-07 David ‘Bombe’ RodenCreate links to posts using an excerpt from the parsed...
2012-09-05 David ‘Bombe’ RodenCreate the excerpt of a linked post from the parsed...
2012-09-05 David ‘Bombe’ RodenTurn templates into static members.
2012-07-13 David ‘Bombe’ RodenMerge branch 'release-0.8.2' 0.8.2
2012-05-31 David ‘Bombe’ RodenChange code to use new way to specify filter parameters.
2012-05-28 David ‘Bombe’ RodenMerge branch 'master' into next
2012-05-02 David ‘Bombe’ RodenMerge branch 'logging-fix' 0.8.1
2012-05-02 David ‘Bombe’ RodenFix ALL the logging!
2012-03-19 David ‘Bombe’ RodenUpdate utils to more recent version, adapt to new packa...
2012-03-08 David ‘Bombe’ RodenChange all copyright headers to include 2012.
2012-03-05 David ‘Bombe’ RodenMerge branch 'release-0.8' 0.8
2012-01-27 David ‘Bombe’ RodenStore a reply’s known status in the reply itself.
2012-01-27 David ‘Bombe’ RodenStore a post’s known-status in the post itself.
2012-01-27 David ‘Bombe’ RodenStore a Sone’s known status in the Sone itself.
2012-01-17 David ‘Bombe’ RodenMove Sone status into Sone.
2011-12-21 David ‘Bombe’ RodenExit accessor earlier if avatar ID is null.
2011-12-21 David ‘Bombe’ RodenDon’t get trust values if it’s irrelevant.
2011-12-10 David ‘Bombe’ RodenFix avatars of not manually trusted Sones showing when...
2011-12-09 David ‘Bombe’ RodenReturn default avatar ID (null) when ID points to inval...
2011-12-09 David ‘Bombe’ RodenDon’t try to process non-existing images.
2011-12-07 David ‘Bombe’ RodenMerge branch 'release-0.7.6' 0.7.6
2011-12-07 David ‘Bombe’ RodenMerge branch 'custom-avatars' into next
2011-12-07 David ‘Bombe’ RodenAlways show all your own avatars.
2011-12-07 David ‘Bombe’ RodenAlways show your own avatar.
2011-12-07 David ‘Bombe’ RodenAdd accessor for Profile objects.
2011-12-07 David ‘Bombe’ RodenMove avatar from options to profile.
2011-12-07 David ‘Bombe’ RodenAllow the ID of an image as input for the image link...
2011-12-07 David ‘Bombe’ RodenAdd accessor that returns the avatar as Image.
2011-11-16 David ‘Bombe’ RodenMerge branch 'release-0.7.3' 0.7.3
2011-11-14 David ‘Bombe’ RodenMerge branch 'image-navigation' into next
2011-11-14 David ‘Bombe’ RodenAdd custom accessor for images.
2011-11-05 David ‘Bombe’ RodenMerge branch 'link-filter-26' into next
2011-10-11 David ‘Bombe’ RodenForce download of images.
2011-10-04 David ‘Bombe’ RodenMerge branch 'release-0.7.2' 0.7.2
2011-09-29 David ‘Bombe’ RodenFix image scaling and positioning.
2011-09-28 David ‘Bombe’ RodenAdd abstract base class for replies, move post reply...
2011-09-27 David ‘Bombe’ RodenAdd cut-off length for the snippet.
2011-09-27 David ‘Bombe’ RodenSimplify length extraction.
2011-09-27 David ‘Bombe’ RodenRender SonePart as link to WoT profile page if the...
next