Fix ALL the logging!
[Sone.git] / src / main / java / net / pterodactylus / sone / web / ajax /
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.
2011-04-28 David ‘Bombe’ RodenMerge branch 'release-0.6.3' 0.6.3
2011-04-25 David ‘Bombe’ RodenCheck a reply’s post and its Sone before using those...
2011-04-24 David ‘Bombe’ RodenStore request in template context when rendering posts...
2011-04-17 David ‘Bombe’ RodenMerge branch 'release-0.6.2' 0.6.2
2011-04-16 David ‘Bombe’ RodenFix filenames in license headers.
2011-04-14 David ‘Bombe’ RodenMerge branch 'relative-timestamps-150' into next
2011-04-14 David ‘Bombe’ RodenUpdate relative times on each status update.
2011-04-14 David ‘Bombe’ RodenOverride Time.toString() to return the text.
2011-04-14 David ‘Bombe’ RodenExpose time calculation.
2011-04-14 David ‘Bombe’ RodenMerge branch 'improve-notification-handling' into next
2011-04-14 David ‘Bombe’ RodenOnly render notifications if they have changed.
2011-04-14 David ‘Bombe’ RodenAdd AJAX page that returns a number of notifications.
2011-04-13 David ‘Bombe’ RodenBring image-management up to speed.
2011-04-10 David ‘Bombe’ RodenMerge branch 'release-0.6.1' 0.6.1
2011-04-08 David ‘Bombe’ RodenAlso show posts and replies that have the current Sone...
2011-04-08 David ‘Bombe’ RodenAdjust displayed times.
2011-04-06 David ‘Bombe’ RodenAdd relative and dynamic timestamps to the web interface.
2011-04-05 David ‘Bombe’ RodenRemove unnecessary imports.
2011-04-05 David ‘Bombe’ RodenChange the way notifications are handled.
2011-03-22 David ‘Bombe’ RodenMerge branch 'next' into image-management
2011-03-08 David ‘Bombe’ RodenMerge branch 'release-0.5' 0.5
2011-02-17 David ‘Bombe’ RodenMerge branch 'bookmarks' into next. This fixes #103.
2011-02-17 David ‘Bombe’ RodenAdd AJAX pages to bookmark and unbookmark posts.
2011-02-04 David ‘Bombe’ RodenSet local Sones in posts deliverd by AJAX.
2011-01-25 David ‘Bombe’ RodenMerge branch 'release-0.4.2' 0.4.2
2011-01-20 David ‘Bombe’ RodenStore the notification in itself when rendering.
2011-01-19 David ‘Bombe’ RodenMerge branch 'mark-as-read' into next
2011-01-19 David ‘Bombe’ RodenUse correct request variable.
2011-01-19 David ‘Bombe’ RodenReplace two separate AJAX pages by one that handles...
2011-01-19 David ‘Bombe’ RodenUse new template engine.
2011-01-18 David ‘Bombe’ RodenMerge branch 'select-sender-identity' into next
2011-01-18 David ‘Bombe’ RodenAllow specifying the sender when creating replies.
2011-01-18 David ‘Bombe’ RodenAllow deletion of replies for all local Sones.
2011-01-18 David ‘Bombe’ RodenParse sender from request and set it as posting Sone.
2011-01-18 David ‘Bombe’ RodenAllow deletion of posts of all local Sones, not only...
2011-01-16 David ‘Bombe’ RodenAlso show “unknown” when updating a Sone from the web...
2011-01-16 David ‘Bombe’ RodenRemove calls to deprecated methods.
2011-01-15 David ‘Bombe’ RodenMerge branch 'release-0.4' 0.4
2011-01-15 David ‘Bombe’ RodenMerge branch 'edit-wot-trust' into next
2011-01-15 David ‘Bombe’ RodenMerge branch 'profile-fields' into next
2011-01-15 David ‘Bombe’ RodenAdd AJAX page to move a profile field.
2011-01-15 David ‘Bombe’ RodenAdd AJAX page that renames a profile field.
next