Sone.git
2016-06-26 David ‘Bombe... Change dates in file headers
2016-06-26 David ‘Bombe... Fix file name in header
2016-06-26 David ‘Bombe... Fix post duplication but in “new posts & replies” page
2016-06-26 David ‘Bombe... Clean up some imports
2016-06-26 David ‘Bombe... Switch the order of the arguments
2016-06-25 David ‘Bombe... Clean up parser interface
2016-06-25 David ‘Bombe... Remove IOException from parser interface
2016-06-25 David ‘Bombe... Remove unnecessary casts
2016-06-25 David ‘Bombe... Replace Reader with String in Parser interface
2016-06-24 David ‘Bombe... Add test for javascript filter
2016-06-23 David ‘Bombe... Remove unused XML file
2016-06-23 David ‘Bombe... Remove form to edit album image
2016-06-23 David ‘Bombe... Remove the concept of the album image, always use a...
2016-06-23 David ‘Bombe... Show a random image from an album instead of the album...
2016-06-23 David ‘Bombe... Add “randomImage” accessor for albums
2016-06-23 David ‘Bombe... Fix bug where an empty image title would corrupt a...
2016-06-09 David ‘Bombe... Handle missing files correctly
2016-06-09 David ‘Bombe... Fix annotations and possible NPEs
2016-06-09 David ‘Bombe... Fix method name
2016-06-09 David ‘Bombe... Fix documentation and annotation
2016-06-08 David ‘Bombe... Rename list notification filters class
2016-06-08 David ‘Bombe... Refactor notification filtering
2016-03-06 David ‘Bombe... Use optionals instead of null
2016-03-06 David ‘Bombe... Small and insignificant optimization
2016-03-03 David ‘Bombe... Don’t wrap posts in an additional list
2016-03-03 David ‘Bombe... Declare filter methods as private
2016-03-03 David ‘Bombe... Simplify list notification
2016-03-03 David ‘Bombe... Add unit test for list notification
2016-02-27 David ‘Bombe... Initialize latest edition of update checker correctly
2016-02-27 David ‘Bombe... Merge branch 'disruptive-notification' into next
2016-02-27 David ‘Bombe... Set variables correctly on new-version notification
2016-02-27 David ‘Bombe... Update JaCoCo plugin
2016-02-27 David ‘Bombe... Change name of generated JAR file
2016-02-27 David ‘Bombe... Show note about disruptive versions on update notification
2016-02-27 David ‘Bombe... Check for disruptive versions on update
2016-02-26 David ‘Bombe... Inject current version into update checker
2016-02-26 David ‘Bombe... Declare update checker to be a singleton
2016-02-26 David ‘Bombe... Inject update checker into core
2015-11-27 David ‘Bombe... Merge branch 'master' into next
2015-11-27 David ‘Bombe... Merge branch 'release-0.9.4' 0.9.4
2015-11-27 David ‘Bombe... Update Sone homepage edition
2015-11-27 David ‘Bombe... Set version to 0.9.4
2015-11-27 David ‘Bombe... Update years in copyright line
2015-11-26 David ‘Bombe... Change file names in copyright lines
2015-11-26 David ‘Bombe... Remove all posts and replies when Sone is removed
2015-09-20 David ‘Bombe... Actually return an instance of a different type
2015-08-13 GantrosUpdate Spanish translation
2015-08-07 GantrosUpdate Spanish translation
2015-07-27 David ‘Bombe... Merge branch 'feature/deliver-everything-from-filesyste...
2015-07-27 David ‘Bombe... Load included templates from filesystem
2015-07-27 David ‘Bombe... Deliver static files from filesystem
2015-07-27 David ‘Bombe... Add possibility to load templates from the filesystem
2015-07-25 David ‘Bombe... Deregister logger handlers as last thing
2015-07-24 David ‘Bombe... Add unit test for image link filter
2015-07-24 David ‘Bombe... Don’t clobber title with “null,” either
2015-07-24 David ‘Bombe... Extract function for toString() function
2015-07-24 David ‘Bombe... Don’t add a class “null” to an image if there is to...
2015-07-24 David ‘Bombe... Don’t synchronize on Sone, it’s not a shared object...
2015-07-22 David ‘Bombe... Merge branch 'master' into next
2015-07-22 David ‘Bombe... Merge branch 'release/0.9.3' 0.9.3
2015-07-22 David ‘Bombe... Update homepage edition
2015-07-22 David ‘Bombe... Set version to 0.9.3
2015-07-22 David ‘Bombe... Extend documentation
2015-07-22 David ‘Bombe... Start a README file
2015-07-22 David ‘Bombe... Clean up imports
2015-07-22 David ‘Bombe... Rename fields to better reflect their purpose
2015-07-22 David ‘Bombe... Add tests for fixed Sone modification detector
2015-07-21 David ‘Bombe... Clean up imports and whitespace
2015-07-21 David ‘Bombe... Clean up logger on shutdown
2015-07-21 David ‘Bombe... Store new Sones that can not be loaded
2015-07-21 David ‘Bombe... Prevent NullPointerExceptions on new Sones
2015-07-20 David ‘Bombe... Remove redundant cast
2015-07-20 David ‘Bombe... Use isFreenetLink() attribute on LinkType
2015-07-20 David ‘Bombe... Remove unnecessary variable assignment
2015-07-20 David ‘Bombe... Refactor parts of link parsing
2015-07-20 David ‘Bombe... Merge branch 'feature/fix-coverity-defects' into next
2015-07-20 David ‘Bombe... Add “isFreenetLink” attribute to LinkType
2015-07-20 David ‘Bombe... Return original album when it can’t be moved
2015-07-20 David ‘Bombe... Return original image when they can’t be moved
2015-07-20 David ‘Bombe... Prevent potential NullPointerException
2015-07-20 David ‘Bombe... Remove unused function
2015-07-20 David ‘Bombe... Prevent potential NullPointerException
2015-07-20 David ‘Bombe... Override equals() and hashCode()
2015-07-20 David ‘Bombe... Make parsing of Sone.LatestEdition more robust
2015-07-20 David ‘Bombe... Add real default values to prevent NullPointerExceptions
2015-07-20 David ‘Bombe... Merge branch 'feature/fix-findbugs-warnings' into next
2015-07-20 David ‘Bombe... Override hashCode()
2015-07-20 David ‘Bombe... Remove unused class
2015-07-20 David ‘Bombe... Use absent optional instead of null
2015-07-20 David ‘Bombe... Override hashCode()
2015-07-20 David ‘Bombe... Merge branch 'feature/fix-logging' into next
2015-07-20 David ‘Bombe... Abandon logging that does not work with Freenet’s logge...
2015-07-19 David ‘Bombe... Merge branch 'release/0.9.2' into next
2015-07-19 David ‘Bombe... Merge branch 'release/0.9.2' 0.9.2
2015-07-19 David ‘Bombe... Update homepage edition
2015-07-19 David ‘Bombe... Set version to 0.9.2
2015-07-19 David ‘Bombe... Revert "Store Sone earlier when creating new Sone"
2015-07-19 David ‘Bombe... Prevent NullPointerException when checking fingerprint
2015-07-18 David ‘Bombe... Merge branch 'release/0.9.1' into next
2015-07-18 David ‘Bombe... Merge branch 'release/0.9.1' 0.9.1
next