Sone.git
2016-02-26 David ‘Bombe... Use compatibility mode for getting likes, too feature/album-and-image-links
2016-02-25 David ‘Bombe... Update JaCoCo plugin
2016-02-25 David ‘Bombe... Change name of generated JAR file
2015-10-07 David ‘Bombe... Make Sone and element ID optional
2015-10-07 David ‘Bombe... Clean up class constants
2015-10-07 David ‘Bombe... Slightly improve javadoc
2015-10-07 David ‘Bombe... Remove Identified interface
2015-10-07 David ‘Bombe... Add combined ID class
2015-10-07 David ‘Bombe... Hide album move buttons when included from a post
2015-08-01 David ‘Bombe... Include a smaller album preview in replies
2015-08-01 David ‘Bombe... Add optional parameter to hide moving buttons
2015-08-01 David ‘Bombe... Show moving buttons for images, too
2015-08-01 David ‘Bombe... Move album moving buttons to include file
2015-08-01 David ‘Bombe... Fix indentation
2015-07-31 David ‘Bombe... Remove currently unused javascript
2015-07-31 David ‘Bombe... Use l10n property for album permalink
2015-07-31 David ‘Bombe... Use l10n property for image permalink
2015-07-31 David ‘Bombe... Rename l10n property
2015-07-31 David ‘Bombe... Return replies to old post ID in compatibility mode
2015-07-31 David ‘Bombe... Add test for reply sorter
2015-07-31 David ‘Bombe... Remove some unnecessary qualifiers, whitespace, and...
2015-07-31 David ‘Bombe... Set the new default for images per page to 10
2015-07-31 David ‘Bombe... Rework pretty much all image displaying code
2015-07-30 David ‘Bombe... Assert that the selection is somewhat random
2015-07-30 David ‘Bombe... Use l10n filter instead of replacements
2015-07-30 David ‘Bombe... Add test for album deletion page
2015-07-30 David ‘Bombe... Store the real album object in the template context
2015-07-30 David ‘Bombe... Process Sone templates in their own method
2015-07-30 David ‘Bombe... Use internal image IDs for temporary images
2015-07-30 David ‘Bombe... Add list accessor that can return random elements
2015-07-27 David ‘Bombe... Merge branch 'next' into feature/album-and-image-links
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-27 David ‘Bombe... Extract display of an album into its own template
2015-07-25 David ‘Bombe... Parse album descriptions after editing
2015-07-25 David ‘Bombe... Only show the album image
2015-07-25 David ‘Bombe... Include images of an album below a post with an album...
2015-07-25 David ‘Bombe... Deregister logger handlers as last thing
2015-07-25 David ‘Bombe... Split text parsing and rendering into two filters
2015-07-25 David ‘Bombe... Parse album:// links
2015-07-24 David ‘Bombe... Let core be an album provider
2015-07-24 David ‘Bombe... Persist compatibility mode in configuration
2015-07-24 David ‘Bombe... Use unique IDs for replies, too
2015-07-24 David ‘Bombe... Render link to old element ID differently in web interface
2015-07-24 David ‘Bombe... Clean up some imports
2015-07-24 David ‘Bombe... Add test for recognizing the old-element link correctly
2015-07-24 David ‘Bombe... Store in post part whether the internal ID was used...
2015-07-24 David ‘Bombe... Use compatibility mode when getting posts
2015-07-24 David ‘Bombe... Add compatibility mode for old post IDs
2015-07-24 David ‘Bombe... Simplify parsing of post:// links
2015-07-24 David ‘Bombe... Use JUnit 4 syntax, change some formatting
2015-07-24 David ‘Bombe... Use a unique ID for posts
2015-07-24 David ‘Bombe... Check correct Sone for avatar image
2015-07-24 David ‘Bombe... Use unique IDs for images
2015-07-24 David ‘Bombe... Change album ID to be unique, add internal ID
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
next