Use compatibility mode for getting likes, too
[Sone.git] / src /
2016-02-26 David ‘Bombe’ RodenUse compatibility mode for getting likes, too feature/album-and-image-links
2015-10-07 David ‘Bombe’ RodenMake Sone and element ID optional
2015-10-07 David ‘Bombe’ RodenClean up class constants
2015-10-07 David ‘Bombe’ RodenSlightly improve javadoc
2015-10-07 David ‘Bombe’ RodenRemove Identified interface
2015-10-07 David ‘Bombe’ RodenAdd combined ID class
2015-10-07 David ‘Bombe’ RodenHide album move buttons when included from a post
2015-08-01 David ‘Bombe’ RodenInclude a smaller album preview in replies
2015-08-01 David ‘Bombe’ RodenAdd optional parameter to hide moving buttons
2015-08-01 David ‘Bombe’ RodenShow moving buttons for images, too
2015-08-01 David ‘Bombe’ RodenMove album moving buttons to include file
2015-08-01 David ‘Bombe’ RodenFix indentation
2015-07-31 David ‘Bombe’ RodenRemove currently unused javascript
2015-07-31 David ‘Bombe’ RodenUse l10n property for album permalink
2015-07-31 David ‘Bombe’ RodenUse l10n property for image permalink
2015-07-31 David ‘Bombe’ RodenRename l10n property
2015-07-31 David ‘Bombe’ RodenReturn replies to old post ID in compatibility mode
2015-07-31 David ‘Bombe’ RodenAdd test for reply sorter
2015-07-31 David ‘Bombe’ RodenRemove some unnecessary qualifiers, whitespace, and...
2015-07-31 David ‘Bombe’ RodenSet the new default for images per page to 10
2015-07-31 David ‘Bombe’ RodenRework pretty much all image displaying code
2015-07-30 David ‘Bombe’ RodenAssert that the selection is somewhat random
2015-07-30 David ‘Bombe’ RodenUse l10n filter instead of replacements
2015-07-30 David ‘Bombe’ RodenAdd test for album deletion page
2015-07-30 David ‘Bombe’ RodenStore the real album object in the template context
2015-07-30 David ‘Bombe’ RodenProcess Sone templates in their own method
2015-07-30 David ‘Bombe’ RodenUse internal image IDs for temporary images
2015-07-30 David ‘Bombe’ RodenAdd list accessor that can return random elements
2015-07-27 David ‘Bombe’ RodenMerge branch 'next' into feature/album-and-image-links
2015-07-27 David ‘Bombe’ RodenMerge branch 'feature/deliver-everything-from-filesyste...
2015-07-27 David ‘Bombe’ RodenLoad included templates from filesystem
2015-07-27 David ‘Bombe’ RodenDeliver static files from filesystem
2015-07-27 David ‘Bombe’ RodenAdd possibility to load templates from the filesystem
2015-07-27 David ‘Bombe’ RodenExtract display of an album into its own template
2015-07-25 David ‘Bombe’ RodenParse album descriptions after editing
2015-07-25 David ‘Bombe’ RodenOnly show the album image
2015-07-25 David ‘Bombe’ RodenInclude images of an album below a post with an album...
2015-07-25 David ‘Bombe’ RodenDeregister logger handlers as last thing
2015-07-25 David ‘Bombe’ RodenSplit text parsing and rendering into two filters
2015-07-25 David ‘Bombe’ RodenParse album:// links
2015-07-24 David ‘Bombe’ RodenLet core be an album provider
2015-07-24 David ‘Bombe’ RodenPersist compatibility mode in configuration
2015-07-24 David ‘Bombe’ RodenUse unique IDs for replies, too
2015-07-24 David ‘Bombe’ RodenRender link to old element ID differently in web interface
2015-07-24 David ‘Bombe’ RodenClean up some imports
2015-07-24 David ‘Bombe’ RodenAdd test for recognizing the old-element link correctly
2015-07-24 David ‘Bombe’ RodenStore in post part whether the internal ID was used...
2015-07-24 David ‘Bombe’ RodenUse compatibility mode when getting posts
2015-07-24 David ‘Bombe’ RodenAdd compatibility mode for old post IDs
2015-07-24 David ‘Bombe’ RodenSimplify parsing of post:// links
2015-07-24 David ‘Bombe’ RodenUse JUnit 4 syntax, change some formatting
2015-07-24 David ‘Bombe’ RodenUse a unique ID for posts
2015-07-24 David ‘Bombe’ RodenCheck correct Sone for avatar image
2015-07-24 David ‘Bombe’ RodenUse unique IDs for images
2015-07-24 David ‘Bombe’ RodenChange album ID to be unique, add internal ID
2015-07-24 David ‘Bombe’ RodenAdd unit test for image link filter
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-24 David ‘Bombe’ RodenDon’t synchronize on Sone, it’s not a shared object...
2015-07-22 David ‘Bombe’ RodenMerge branch 'master' into next
2015-07-22 David ‘Bombe’ RodenMerge branch 'release/0.9.3' 0.9.3
2015-07-22 David ‘Bombe’ RodenUpdate homepage edition
2015-07-22 David ‘Bombe’ RodenSet version to 0.9.3
2015-07-22 David ‘Bombe’ RodenClean up imports
2015-07-22 David ‘Bombe’ RodenRename fields to better reflect their purpose
2015-07-22 David ‘Bombe’ RodenAdd tests for fixed Sone modification detector
2015-07-21 David ‘Bombe’ RodenClean up imports and whitespace
2015-07-21 David ‘Bombe’ RodenClean up logger on shutdown
2015-07-21 David ‘Bombe’ RodenStore new Sones that can not be loaded
2015-07-21 David ‘Bombe’ RodenPrevent NullPointerExceptions on new Sones
2015-07-20 David ‘Bombe’ RodenRemove redundant cast
2015-07-20 David ‘Bombe’ RodenUse isFreenetLink() attribute on LinkType
2015-07-20 David ‘Bombe’ RodenRemove unnecessary variable assignment
2015-07-20 David ‘Bombe’ RodenRefactor parts of link parsing
2015-07-20 David ‘Bombe’ RodenMerge branch 'feature/fix-coverity-defects' into next
2015-07-20 David ‘Bombe’ RodenAdd “isFreenetLink” attribute to LinkType
2015-07-20 David ‘Bombe’ RodenReturn original album when it can’t be moved
2015-07-20 David ‘Bombe’ RodenReturn original image when they can’t be moved
2015-07-20 David ‘Bombe’ RodenPrevent potential NullPointerException
2015-07-20 David ‘Bombe’ RodenRemove unused function
2015-07-20 David ‘Bombe’ RodenPrevent potential NullPointerException
2015-07-20 David ‘Bombe’ RodenOverride equals() and hashCode()
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-findbugs-warnings' into next
2015-07-20 David ‘Bombe’ RodenOverride hashCode()
2015-07-20 David ‘Bombe’ RodenRemove unused class
2015-07-20 David ‘Bombe’ RodenUse absent optional instead of null
2015-07-20 David ‘Bombe’ RodenOverride hashCode()
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' into next
2015-07-19 David ‘Bombe’ RodenMerge branch 'release/0.9.2' 0.9.2
2015-07-19 David ‘Bombe’ RodenUpdate homepage edition
2015-07-19 David ‘Bombe’ RodenSet version to 0.9.2
2015-07-19 David ‘Bombe’ RodenRevert "Store Sone earlier when creating new Sone"
2015-07-19 David ‘Bombe’ RodenPrevent NullPointerException when checking fingerprint
2015-07-18 David ‘Bombe’ RodenMerge branch 'release/0.9.1' into next
2015-07-18 David ‘Bombe’ RodenMerge branch 'release/0.9.1' 0.9.1
next