Move memory post reply builder to its own file.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / ajax /
2013-02-09 David ‘Bombe’ RodenLog exception when a JSON reply can not be generated.
2013-02-02 David ‘Bombe’ RodenFix calculation of weeks.
2013-01-29 David ‘Bombe’ RodenRemove unnecessary method.
2013-01-27 David ‘Bombe’ RodenMake Sone returned by a Sone provider optional.
2013-01-26 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into less-critical
2013-01-25 David ‘Bombe’ RodenMerge commit 'c30ad3a3fcfc66d0c1757a50afe413d9942d7793...
2013-01-25 David ‘Bombe’ RodenMerge commit '173eb2df26ebc15a6aa5565ec15dfad37bfa61a1...
2013-01-25 David ‘Bombe’ RodenMerge branch 'less-critical' into run
2013-01-24 David ‘Bombe’ RodenAdd filter for replies with posts.
2013-01-24 David ‘Bombe’ RodenMake post returned by post reply optional.
2013-01-24 David ‘Bombe’ RodenReturn ID of the post from post reply.
2013-01-24 David ‘Bombe’ RodenMake post returned by post provider optional.
2013-01-24 David ‘Bombe’ RodenMake post reply returned by provider optional.
2013-01-24 David ‘Bombe’ RodenMerge commit 'fcabe38e9b3abacc0d580bf0513600858aee2eca...
2013-01-23 David ‘Bombe’ RodenMerge commit 'da609f721e54691f27113e877a19637bd332abc3...
2013-01-22 David ‘Bombe’ RodenRemove possibility to create Sones from sone provider...
2013-01-18 David ‘Bombe’ RodenRemove possibility to create new replies from core...
2013-01-18 David ‘Bombe’ RodenRemove possibility to create new posts from post provid...
2013-01-17 David ‘Bombe’ RodenReplace utils’ Digits and custom time constants by...
2013-01-17 David ‘Bombe’ RodenReplace utils’ HashCode by Java’s hashCode().
2013-01-17 David ‘Bombe’ RodenUpdate copyright headers.
2013-01-16 David ‘Bombe’ RodenReplace utils’ MapBuilder by Guava’s ImmutableMap.Builder.
2013-01-16 David ‘Bombe’ RodenUse Guava’s predicate instead of utils’ filter.
2013-01-16 David ‘Bombe’ RodenStore locality of a Sone in the Sone itself.
2013-01-16 David ‘Bombe’ RodenRename getReply() to getPostReply(), remove convenience...
2012-12-21 David ‘Bombe’ RodenMerge remote-tracking branch 'beak/next' into next
2012-11-21 David ‘Bombe’ RodenCatch all exceptions when processing AJAX requests.
2012-10-08 David ‘Bombe’ RodenMerge branch 'release-0.8.3' 0.8.3
2012-09-13 David ‘Bombe’ RodenSuppress warnings on potentiall-static methods.
2012-09-13 David ‘Bombe’ RodenDeclare potentially-static methods as static.
2012-09-12 David ‘Bombe’ RodenMerge remote-tracking branch 'beak/next' into next
2012-09-12 David ‘Bombe’ RodenSynchronize access on DateFormat.
2012-09-07 David ‘Bombe’ RodenCreate links to posts using an excerpt from the parsed...
2012-09-07 David ‘Bombe’ RodenUpdate trust values in a dedicated background thread.
2012-09-05 David ‘Bombe’ RodenReturn configured trust values immediately.
2012-07-13 David ‘Bombe’ RodenRemove obsolete “loadAllSones” parameter.
2012-07-13 David ‘Bombe’ RodenMerge branch 'release-0.8.2' 0.8.2
2012-05-31 David ‘Bombe’ RodenChange code to use new way to specify filter parameters.
2012-05-29 David ‘Bombe’ RodenOnly process new posts and replies if the notifications...
2012-05-28 David ‘Bombe’ RodenMerge branch 'master' into next
2012-03-19 David ‘Bombe’ RodenUpdate utils to more recent version, adapt to new packa...
2012-03-08 David ‘Bombe’ RodenChange all copyright headers to include 2012.
2012-03-05 David ‘Bombe’ RodenMerge branch 'release-0.8' 0.8
2012-03-05 David ‘Bombe’ RodenOrganize imports.
2012-01-17 David ‘Bombe’ RodenMove Sone status into Sone.
2011-11-29 David ‘Bombe’ RodenMerge branch 'release-0.7.5' 0.7.5
2011-11-26 David ‘Bombe’ RodenSort notifications before handing them out.
2011-11-25 David ‘Bombe’ RodenMerge branch 'notifications' into next
2011-11-25 David ‘Bombe’ RodenRemove old “get notification” AJAX handler.
2011-11-25 David ‘Bombe’ RodenRemove notification information from “get status” AJAX...
2011-11-25 David ‘Bombe’ RodenAdd AJAX handler to return all notifications.
2011-11-24 David ‘Bombe’ RodenStore notification page in AJAX status.
2011-11-16 David ‘Bombe’ RodenMerge branch 'release-0.7.3' 0.7.3
2011-11-13 David ‘Bombe’ RodenMerge branch 'sone-following-times' into next
2011-11-13 David ‘Bombe’ RodenDon’t set friends directly, use Core’s follow() methods.
2011-11-12 David ‘Bombe’ RodenMerge branch 'filter-image-descriptions' into next
2011-11-12 David ‘Bombe’ RodenParse descriptions of albums and images.
2011-11-12 David ‘Bombe’ RodenFilter links from image and album descriptions.
2011-11-11 David ‘Bombe’ RodenMerge branch 'configurable-notifications-250' into...
2011-11-11 David ‘Bombe’ RodenTransfer session-specific options to client on each...
2011-11-05 David ‘Bombe’ RodenMerge branch 'link-filter-26' into next
2011-10-06 David ‘Bombe’ RodenAdd default implementations that do not allow linking.
2011-10-04 David ‘Bombe’ RodenMerge branch 'release-0.7.2' 0.7.2
2011-09-28 David ‘Bombe’ RodenAdd abstract base class for replies, move post reply...
2011-09-26 David ‘Bombe’ RodenMerge branch 'release-0.7' 0.7
2011-09-26 David ‘Bombe’ RodenMerge branch 'image-management' into next
2011-09-25 David ‘Bombe’ RodenAllow moving top-level albums.
2011-09-23 David ‘Bombe’ RodenAdd page to edit albums with Javascript.
2011-09-23 David ‘Bombe’ RodenAllow user to edit image data inline.
2011-09-23 David ‘Bombe’ RodenIf notification does not exist, don’t try to filter it.
2011-09-20 David ‘Bombe’ RodenMerge branch 'next' into dev/image
2011-09-13 David ‘Bombe’ RodenUse web package from utils.
2011-09-12 David ‘Bombe’ RodenMerge branch 'release-0.6.7' 0.6.7
2011-09-12 David ‘Bombe’ RodenUse correct time to get formatted time.
2011-09-12 David ‘Bombe’ RodenMerge branch 'release-0.6.6' 0.6.6
2011-08-31 David ‘Bombe’ RodenReturn text for unknown date from accessor.
2011-08-08 David ‘Bombe’ RodenFilter links when creating replies, too.
2011-07-15 David ‘Bombe’ RodenFilter mention notification when it is requested.
2011-07-15 David ‘Bombe’ RodenAllow filtering notifications without a current Sone.
2011-07-01 David ‘Bombe’ RodenAdd a core thread that periodically saves the configura...
2011-06-29 David ‘Bombe’ RodenDon’t list replies to unknown posts.
2011-06-22 David ‘Bombe’ RodenAdd context menues when hovering over avatar images.
2011-06-21 David ‘Bombe’ RodenStore the core in all template contexts.
2011-06-19 David ‘Bombe’ RodenMerge branch 'release-0.6.5' 0.6.5
2011-06-07 David ‘Bombe’ RodenRemove replies to unknown posts from status.
2011-06-04 David ‘Bombe’ RodenImprove offline marker behaviour.
2011-05-25 David ‘Bombe’ RodenUse better notification ID.
2011-05-25 David ‘Bombe’ RodenUse correct notification ID.
2011-05-25 David ‘Bombe’ RodenUse method from JsonPage.
2011-05-25 David ‘Bombe’ RodenRemove useless line.
2011-05-24 David ‘Bombe’ RodenDon’t wrap notifications into an ArrayList.
2011-05-11 David ‘Bombe’ RodenMerge branch 'fcp-interface' into next
2011-05-08 David ‘Bombe’ RodenMerge branch 'release-0.6.4' 0.6.4
2011-05-08 David ‘Bombe’ RodenReturn 403 instead of 401, 401 is for HTTP authentication.
2011-05-07 David ‘Bombe’ RodenImplement full access requirement in all pages.
2011-05-06 David ‘Bombe’ RodenAdd missing javadoc tags.
2011-05-06 David ‘Bombe’ RodenUpdate Sone on “view Sone” page, too.
2011-05-06 David ‘Bombe’ RodenUse post- and reply-visibility methods.
2011-05-06 David ‘Bombe’ RodenRound times correctly.
2011-04-29 David ‘Bombe’ RodenFilter texts when inserting them, not when parsing.
next