✨ Annotate EditProfilePage with MenuName
[Sone.git] / src / main /
2019-05-17 David ‘Bombe’ Roden✨ Annotate EditProfilePage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate KnownSonesPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate CreateSonePage with MenuName
2019-05-17 David ‘Bombe’ Roden♻️ Move Page.menuName property to more appropriate...
2019-05-17 David ‘Bombe’ Roden✨ Annotate NewPage with MenuName
2019-05-17 David ‘Bombe’ Roden✨ Annotate IndexPage with MenuName
2019-05-17 David ‘Bombe’ Roden🐛 Make PageToadletFactory injectable
2019-05-17 David ‘Bombe’ Roden🎨 Fix formatting
2019-05-17 David ‘Bombe’ Roden➕ Make Fred’s PageMaker available to Guice
2019-05-17 David ‘Bombe’ Roden➕ Make Fred’s ToadletContainer available to Guice
2019-05-09 David ‘Bombe’ Roden♻️ Copy session-handling code to FreenetRequest
2019-05-07 David ‘Bombe’ Roden♻️ Use SoneRequest instead of FreenetRequest
2019-05-04 David ‘Bombe’ Roden♻️ Add L10n to FreenetRequest, WebInterface to SoneRequest
2019-04-13 David ‘Bombe’ Roden♻️ Add SoneRequest for Sone-specific request values
2019-04-13 David ‘Bombe’ Roden🎨 Replace FreenetRequest with Kotlin version
2019-04-12 David ‘Bombe’ Roden🎨 Replace FreenetPage with Kotlin version
2019-04-12 David ‘Bombe’ Roden🎨 Fix imports
2019-04-12 David ‘Bombe’ Roden✨ Use new @MenuName annotation in factory
2019-04-12 David ‘Bombe’ Roden🎨 Replace PageToadletFactory with Kotlin version
2019-03-28 David ‘Bombe’ Roden🚸 Show USK path when no meta strings present
2019-03-27 David ‘Bombe’ Roden🚸 Format USK links with filenames better
2019-03-19 David ‘Bombe’ Roden🐛 Prevent empty names in profile
2019-03-10 David ‘Bombe’ Roden♻️ Use module for web interface
2019-03-10 David ‘Bombe’ Roden♻️ Add module for configuring the web interface
2019-03-10 David ‘Bombe’ Roden✅ Add test for parser to be injectable
2019-03-09 David ‘Bombe’ Roden♻️ Create custom context factory in image link filter
2019-03-09 David ‘Bombe’ Roden♻️ Create template context factory in render filter
2019-03-09 David ‘Bombe’ Roden🎨 Reformat, optimize imports
2019-03-09 David ‘Bombe’ Roden♻️ Move constants out of the class
2019-03-09 David ‘Bombe’ Roden♻️ Change dependencies of render filter
2019-03-09 David ‘Bombe’ Roden♻️ Only hand in L10n to l10n filter
2019-03-08 David ‘Bombe’ Roden⚗ Add all missing web pages to injection container
2019-03-05 David ‘Bombe’ Roden♻️ Turn plugin homepage into instance method
2019-03-05 David ‘Bombe’ Roden♻️ Turn plugin year into instance method
2019-03-05 David ‘Bombe’ Roden🎨 Replace Plugin containers with Kotlin versions
2019-03-05 David ‘Bombe’ Roden♻️ Move plugin initialization to a module
2019-03-02 David ‘Bombe’ Roden⬆️ Update Guice to 4.2.2
2019-03-02 David ‘Bombe’ Roden⬆️ Update Guava to 27.0.1
2019-02-25 David ‘Bombe’ RodenRemove more unused classes
2019-02-24 David ‘Bombe’ RodenRemove unused classes
2019-02-24 David ‘Bombe’ RodenAdd test for storing IDs on known post replies
2019-02-24 David ‘Bombe’ RodenAdd test for storing IDs on known posts
2019-02-24 David ‘Bombe’ RodenStore updated Sone in database
2019-02-23 David ‘Bombe’ RodenAdd output when a Sone was successfully parsed
2019-02-23 David ‘Bombe’ RodenReplace Preferences with Kotlin version
2019-02-23 David ‘Bombe’ RodenUse Sequence instead of Collection
2019-02-22 David ‘Bombe’ RodenUpdate year in copyright lines
2019-02-22 David ‘Bombe’ RodenOptimize some imports
2019-02-22 David ‘Bombe’ RodenRemove unnecessary type parameters
2019-02-22 David ‘Bombe’ RodenRemove unnecessary modifiers
2019-02-22 David ‘Bombe’ RodenReplace unnecessary type parameters with <>
2019-02-22 David ‘Bombe’ RodenMerge branch 'next' of calcium:git/Sone into next
2019-02-22 David ‘Bombe’ RodenReplace Sone change detector with simple comparison...
2019-02-22 David ‘Bombe’ RodenUse logging method that’s present in Java 1.7
2019-02-22 David ‘Bombe’ RodenReplace PreferencesTest with Kotlin version
2019-02-22 David ‘Bombe’ RodenRemove unused Comparator
2019-02-22 David ‘Bombe’ RodenReplace Fingerprintable with Kotlin version
2019-02-22 David ‘Bombe’ RodenReplace Identified with Kotlin version
2019-02-22 David ‘Bombe’ RodenReplace AbstractSoneCommand with Kotlin version
2019-02-22 David ‘Bombe’ RodenAdd method to throw no null if condition is met
2019-02-22 David ‘Bombe’ RodenFix logging call
2019-02-22 David ‘Bombe’ RodenRemove duplicated code
2019-02-21 David ‘Bombe’ RodenDon’t return null to function not allowing it
2019-02-21 David ‘Bombe’ RodenDon’t hand in null to function not allowing it
2019-02-13 David ‘Bombe’ RodenFixed typo in German translation (thanks, The_Bishop...
2019-02-12 David ‘Bombe’ RodenFix parsing of SSK links without document name
2019-02-12 David ‘Bombe’ RodenDon’t check for non-existing Sone-following times on...
2019-02-12 David ‘Bombe’ RodenSend generic “preference changed” event when changing...
2018-10-25 David ‘Bombe’ RodenReplace InsertionDelayChangedEvent with Kotlin version
2018-03-21 David ‘Bombe’ RodenUse a real RequestClient instead of casting the HLSC
2018-03-03 David ‘Bombe’ RodenUse UpdatedSoneProcessor in SoneDownloader
2018-03-03 David ‘Bombe’ RodenAdd processor for updated Sones
2018-03-03 David ‘Bombe’ RodenRemove @author tags
2018-03-03 David ‘Bombe’ RodenReplace Fetched with Kotlin version
2018-03-03 David ‘Bombe’ RodenMove Fetched class to top-level
2018-03-02 David ‘Bombe’ RodenConvert MemoryDatabase to Kotlin
2018-03-02 David ‘Bombe’ RodenAdd Sone change collector
2018-03-02 David ‘Bombe’ RodenUse database instead of Core in Sone parser
2018-02-24 David ‘Bombe’ RodenReplace some events with Kotlin versions
2018-02-08 David ‘Bombe’ RodenRename fetch action methods
2018-02-08 David ‘Bombe’ RodenRemove superfluous fetch method
2018-02-07 David ‘Bombe’ RodenRemove Sone following times from Core
2018-02-07 David ‘Bombe’ RodenRemove obsolete import
2018-02-07 David ‘Bombe’ RodenRemove Sone following time if last local Sone unfollows
2018-02-07 David ‘Bombe’ RodenExpose following times from FriendProvider
2018-02-07 David ‘Bombe’ RodenStore Sone following time on following a Sone
2018-02-07 David ‘Bombe’ RodenDon’t load missing following times as Long.MAX_VALUE
2018-02-07 David ‘Bombe’ RodenAdd tests for saving Sone following times
2018-02-05 David ‘Bombe’ RodenDon’t hand in a SoneProvider to a class that is going...
2018-02-01 David ‘Bombe’ RodenAdd test for DI constructability of ImageInserter
2018-02-01 David ‘Bombe’ RodenUse dependency injection for SoneDownloader
2018-02-01 David ‘Bombe’ RodenAdd test for DI constructability of SoneDownloader
2018-01-27 David ‘Bombe’ RodenClean imports
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UntrustAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnlockSoneAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnlikeAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnfollowSoneAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of UnbookmarkAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of TrustAjaxPage
2018-01-25 David ‘Bombe’ RodenAdd test for DI constructability of MoveProfileFieldAja...
next