Add test for DI constructability of SoneDownloader
[Sone.git] / src / test / java / net /
2016-10-13 David ‘Bombe’ RodenAdd test for create album page
2016-10-13 David ‘Bombe’ RodenAdd default value for all HTTP parameters
2016-10-13 David ‘Bombe’ RodenAdd interface to mark dirty code
2016-10-12 David ‘Bombe’ RodenAdd test for page that shows bookmarked posts
2016-10-11 David ‘Bombe’ RodenAdd test for bookmark page
2016-10-11 David ‘Bombe’ RodenSetup core and web interface separately
2016-10-11 David ‘Bombe’ RodenAdd test for about page
2016-10-11 David ‘Bombe’ RodenUse common base class for web page tests
2016-10-08 David ‘Bombe’ RodenDon’t use deprecated class anymore
2016-10-08 David ‘Bombe’ RodenUpdate mockito dependency to 2.1.0
2016-10-06 David ‘Bombe’ RodenAdd test for FreenetRequest
2016-10-06 David ‘Bombe’ RodenRemove request from parser context
2016-10-06 David ‘Bombe’ RodenIncrease test coverage for Sone text parser
2016-10-05 David ‘Bombe’ RodenUse hamcrest matchers correctly
2016-10-05 David ‘Bombe’ RodenDon’t allow null for Sone in SonePart
2016-10-05 David ‘Bombe’ RodenAdd test for SonePart
2016-10-05 David ‘Bombe’ RodenDon’t allow null for the post of a PostPart
2016-10-05 David ‘Bombe’ RodenAdd test for PostPart
2016-10-05 David ‘Bombe’ RodenDon’t allow null for the text attribute of PlainTextPart
2016-10-05 David ‘Bombe’ RodenAdd test for PlainTextPart
2016-10-05 David ‘Bombe’ RodenAdd @Nonnull annotations to PartContainer
2016-10-05 David ‘Bombe’ RodenAdd test for PartContainer
2016-10-05 David ‘Bombe’ RodenAdd @Nonnull annotations to FreenetLinkPart, too
2016-10-05 David ‘Bombe’ RodenDon’t allow null for any attribute of a LinkPart
2016-10-05 David ‘Bombe’ RodenAdd test for FreenetLinkPart
2016-10-05 David ‘Bombe’ RodenAdd test for LinkPart
2016-09-20 David ‘Bombe’ RodenDon’t expose the plugin version directly
2016-09-10 David ‘Bombe’ RodenRemove “forceDownload” from image keys
2016-08-18 David ‘Bombe’ RodenSome refactoring
2016-08-16 David ‘Bombe’ RodenIgnore commas at the end of links, too
2016-08-16 David ‘Bombe’ RodenMerge branch 'text-parser-improvements' into next
2016-08-16 David ‘Bombe’ RodenIgnore punctuation at end of links
2016-08-15 David ‘Bombe’ RodenChange parser to better recognize the end of links
2016-08-15 David ‘Bombe’ RodenRemove comments
2016-08-15 David ‘Bombe’ RodenRewrite test to use JUnit 4
2016-07-11 David ‘Bombe’ RodenMerge branch 'release-0.9.5' 0.9.5
2016-07-01 David ‘Bombe’ RodenSend Sone removal notifications before removing Sone
2016-06-28 David ‘Bombe’ RodenFix NPE when deleting invalid replies
2016-06-28 David ‘Bombe’ RodenMove exception matcher to a utils class
2016-06-26 David ‘Bombe’ RodenFix formatting of timestamps in the future and a few...
2016-06-26 David ‘Bombe’ RodenChange dates in file headers
2016-06-26 David ‘Bombe’ RodenFix post duplication but in “new posts & replies” page
2016-06-26 David ‘Bombe’ RodenClean up some imports
2016-06-26 David ‘Bombe’ RodenSwitch the order of the arguments
2016-06-25 David ‘Bombe’ RodenReplace Reader with String in Parser interface
2016-06-24 David ‘Bombe’ RodenAdd test for javascript filter
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
2016-06-23 David ‘Bombe’ RodenFix bug where an empty image title would corrupt a...
2016-06-08 David ‘Bombe’ RodenRename list notification filters class
2016-06-08 David ‘Bombe’ RodenRefactor notification filtering
2016-03-03 David ‘Bombe’ RodenAdd unit test for list notification
2016-02-27 David ‘Bombe’ RodenMerge branch 'disruptive-notification' into next
2016-02-27 David ‘Bombe’ RodenCheck for disruptive versions on update
2016-02-26 David ‘Bombe’ RodenInject current version into update checker
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-11-26 David ‘Bombe’ RodenChange file names in copyright lines
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-24 David ‘Bombe’ RodenAdd unit test for image link filter
2015-07-22 David ‘Bombe’ RodenMerge branch 'release/0.9.3' 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-20 David ‘Bombe’ RodenMerge branch 'feature/fix-findbugs-warnings' into next
2015-07-20 David ‘Bombe’ RodenRemove unused class
2015-07-18 David ‘Bombe’ RodenMerge branch 'release/0.9.1' 0.9.1
2015-07-18 David ‘Bombe’ RodenFix homepage link on “about” page
2015-07-18 David ‘Bombe’ RodenAdd reparse filter
2015-07-15 David ‘Bombe’ RodenMerge branch 'release/0.9' 0.9
2015-07-15 David ‘Bombe’ RodenUpdate French translation
2015-07-15 David ‘Bombe’ RodenMerge remote-tracking branch 'hsaito/master' into next
2015-07-10 David ‘Bombe’ RodenAdd test for text filter
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
2015-03-15 David ‘Bombe’ RodenAdd new fields with an initial value of an empty string
2014-11-26 David ‘Bombe’ RodenUse database to return friends of a Sone.
2014-11-25 David ‘Bombe’ RodenLoad friends before modifying them.
2014-11-25 David ‘Bombe’ RodenUse new method to create test values everywhere.
2014-11-25 David ‘Bombe’ RodenMove friend-related functionality into the database.
2014-11-25 David ‘Bombe’ RodenAdd convenience method to create test values.
2014-11-25 David ‘Bombe’ RodenOverride some methods from Object to provide better...
2014-11-24 David ‘Bombe’ RodenAdd helper methods for Optionals.
2014-11-24 David ‘Bombe’ RodenAdd method to expose a Sone loader to the Sone provider.
2014-11-22 David ‘Bombe’ RodenMove exception to correct class.
2014-11-22 David ‘Bombe’ RodenMove image implementation to better package.
2014-11-22 David ‘Bombe’ RodenMove album implementation to better package.
2014-11-22 David ‘Bombe’ RodenAdd unit test for returning not-yet loaded bookmarked...
2014-11-22 David ‘Bombe’ RodenDon’t allow a “post cut off length” of -1 anymore.
2014-11-04 David ‘Bombe’ RodenUnbookmarking a post saves the database.
2014-11-04 David ‘Bombe’ RodenBookmarking a post saves the database.
2014-11-04 David ‘Bombe’ RodenReformatting.
2014-11-04 David ‘Bombe’ RodenRemove obsolete import.
2014-11-04 David ‘Bombe’ RodenAdd tests for starting and stopping the bookmark database.
2014-11-04 David ‘Bombe’ RodenAdd method to save bookmarked posts to configuration...
2014-11-04 David ‘Bombe’ RodenRemove method to bookmark a post by ID.
next