Add unit test for image accessor
[Sone.git] / src / test / java / net / pterodactylus / sone /
2016-11-20 David ‘Bombe’ RodenAdd unit test for image accessor
2016-11-20 David ‘Bombe’ RodenSimplify code, improve coverage
2016-11-20 David ‘Bombe’ RodenUse time text converter to display “last updated” text
2016-11-20 David ‘Bombe’ RodenReplace unit test for “get times” AJAX page
2016-11-16 David ‘Bombe’ RodenMake loading of linked images configurable
2016-11-13 David ‘Bombe’ RodenTreat cancelled fetch request as failure
2016-11-13 David ‘Bombe’ RodenCancel request early if it’s not an image
2016-11-11 David ‘Bombe’ RodenReplace most parts with Kotlin equivalents
2016-11-11 David ‘Bombe’ RodenFix imports
2016-11-11 David ‘Bombe’ RodenAdd background fetch to freenet interface
2016-11-11 David ‘Bombe’ RodenFix whitespace
2016-11-11 David ‘Bombe’ RodenRemove part container
2016-11-11 David ‘Bombe’ RodenReplace parser filter with separate filters
2016-11-10 David ‘Bombe’ RodenAdd unit test for post acccessor
2016-11-09 David ‘Bombe’ RodenAdd unit test for parser filter
2016-11-09 David ‘Bombe’ RodenChange tooltop of Freenet links
2016-11-09 David ‘Bombe’ RodenOnly hide URL parameters in tooltip
2016-11-09 David ‘Bombe’ RodenUse link as tooltip on internet links
2016-11-07 David ‘Bombe’ RodenShow original freemail address in tooltip of link
2016-10-29 David ‘Bombe’ RodenRender freemail links as links
2016-10-28 David ‘Bombe’ RodenParse freemail addresses
2016-10-28 David ‘Bombe’ RodenRemove useless non-null asserts
2016-10-28 David ‘Bombe’ RodenRemove useless local variables
2016-10-28 David ‘Bombe’ RodenFix indentation
2016-10-28 David ‘Bombe’ RodenIgnore question and exclamation marks at the end of...
2016-10-26 David ‘Bombe’ RodenMerge branch 'release-0.9.6' 0.9.6
2016-10-25 David ‘Bombe’ RodenAdd test for CreateSonePage
2016-10-24 David ‘Bombe’ RodenAdd test for CreateReplyPage
2016-10-20 David ‘Bombe’ RodenVerify that configuration is saved after an album was...
2016-10-20 David ‘Bombe’ RodenVerify that posts are sorted correctly
2016-10-20 David ‘Bombe’ RodenAdd test for CreatePostPage
2016-10-20 David ‘Bombe’ RodenUse member variable directly
2016-10-19 David ‘Bombe’ RodenSimplify and improve link parsing
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
next