Create image browser stub.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / WebInterface.java
2011-01-10 David ‘Bombe’ RodenCreate image browser stub.
2011-01-10 David ‘Bombe’ RodenReplace all those empty HTML files with an empty template.
2011-01-10 David ‘Bombe’ RodenMerge branch 'next' into image-management
2011-01-09 David ‘Bombe’ RodenMerge branch 'show-versions' into next
2011-01-09 David ‘Bombe’ RodenAdd “new version” notification, set current and latest...
2011-01-09 David ‘Bombe’ RodenAdd “update found” event to core listener.
2010-12-18 David ‘Bombe’ RodenMerge branch 'release-0.3.5' 0.3.5
2010-12-18 David ‘Bombe’ RodenSimplify removal of ticker object, ensure that the...
2010-12-18 David ‘Bombe’ RodenRemove ticker object when sone-is-locked notification...
2010-12-17 David ‘Bombe’ RodenAdd methods to get the current Sone without creating...
2010-12-13 David ‘Bombe’ RodenRemove notifications for removed posts and replies.
2010-12-13 David ‘Bombe’ RodenMerge branch 'notification-for-locked-sones' into next
2010-12-13 David ‘Bombe’ RodenShow a notification if a Sone is locked for more than...
2010-12-13 David ‘Bombe’ RodenAdd notifications for locking and unlocking Sones.
2010-12-13 David ‘Bombe’ RodenMark posts and replies as known as long as the first...
2010-12-12 David ‘Bombe’ RodenMerge branch 'release-0.3.3' 0.3.3
2010-12-12 David ‘Bombe’ RodenMerge branch 'fix-start-with-broken-config' into next
2010-12-12 David ‘Bombe’ RodenUse template factory to create templates.
2010-12-12 David ‘Bombe’ RodenShow notification only if there is no first-start notif...
2010-12-12 David ‘Bombe’ RodenDon’t show notifications for new Sones, posts, and...
2010-12-12 David ‘Bombe’ RodenUse new method to check for first-start notification.
2010-12-12 David ‘Bombe’ RodenAdd method to check whether the first-start notificatio...
2010-12-12 David ‘Bombe’ RodenAdd notification if the config file can not be read.
2010-12-12 David ‘Bombe’ RodenAdd notification on a first start of Sone.
2010-12-10 David ‘Bombe’ RodenMerge branch 'master' into next
2010-12-06 David ‘Bombe’ RodenAdd methods to notify core listeners about removed...
2010-12-01 David ‘Bombe’ RodenMove session-related methods to web interface.
2010-11-27 David ‘Bombe’ RodenMerge branch 'message-recipient'
2010-11-26 David ‘Bombe’ RodenMerge branch 'next'
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1-RC3' into next
2010-11-26 David ‘Bombe’ RodenMerge commit '0.3.1-RC2' into next
2010-11-26 David ‘Bombe’ RodenParse links from posts and replies and display them...
2010-11-25 David ‘Bombe’ RodenAdd AJAX handlers to mark posts and replies as known.
2010-11-25 David ‘Bombe’ RodenAdd AJAX handler to get a rendered post.
2010-11-25 David ‘Bombe’ RodenAdd AJAX handler for creating a post.
2010-11-25 David ‘Bombe’ RodenDon’t render posts and replies on getStatus().
2010-11-24 David ‘Bombe’ RodenReturn new posts and replies with status.
2010-11-24 David ‘Bombe’ RodenExpose new posts and replies from the notifications.
2010-11-24 David ‘Bombe’ RodenUse new session manager syntax.
2010-11-19 David ‘Bombe’ RodenReplace getSoneStatus and getNotifications with getStatus.
2010-11-17 David ‘Bombe’ RodenAdd notifications for Sones that are rescued.
2010-11-17 David ‘Bombe’ RodenLet the list notification dismiss itself automatically...
2010-11-17 David ‘Bombe’ RodenUse list notification.
2010-11-17 David ‘Bombe’ RodenAdd functions to lock and unlock a Sone.
2010-11-16 David ‘Bombe’ RodenUse a notification!
2010-11-16 David ‘Bombe’ RodenDon’t show “web of trust is missing” notification the...
2010-11-16 David ‘Bombe’ RodenStop ticker when web interface is stopped.
2010-11-15 David ‘Bombe’ RodenSet fixed ID for the startup notification.
2010-11-14 David ‘Bombe’ RodenAdd AJAX handler to get all notifications.
2010-11-14 David ‘Bombe’ RodenDon’t notify for replies on posts we don’t have.
2010-11-14 David ‘Bombe’ RodenAdd new reply notification.
2010-11-14 David ‘Bombe’ RodenDisplay new post notifications.
2010-11-14 David ‘Bombe’ RodenAdd events for marked known posts and replies.
2010-11-14 David ‘Bombe’ RodenAdd method that signals when a Sone is marked as known.
2010-11-14 David ‘Bombe’ RodenAdd notification for new Sones.
2010-11-14 David ‘Bombe’ RodenImplement core listener interface.
2010-11-14 David ‘Bombe’ RodenMove notification manager to web interface.
2010-11-14 David ‘Bombe’ RodenRemove obsolete notification accessor.
2010-11-14 David ‘Bombe’ RodenAdd AJAX page that dismisses a notification.
2010-11-14 David ‘Bombe’ RodenAdd page that dismisses a notification.
2010-11-14 David ‘Bombe’ RodenAdd a startup notification that disappears after two...
2010-11-14 David ‘Bombe’ RodenAdd accessors for notifications and the notification...
2010-11-14 David ‘Bombe’ RodenConvert template factory into field.
2010-11-12 David ‘Bombe’ RodenReturn rendered HTML for the reply element.
2010-11-12 David ‘Bombe’ RodenAdd AJAX page that returns the contents of a reply.
2010-11-12 David ‘Bombe’ RodenAdd AJAX page that creates a reply.
2010-11-10 David ‘Bombe’ RodenFilter CSS class names, “~” is not a valid character.
2010-11-05 David ‘Bombe’ RodenRemove backup and key display.
2010-11-05 David ‘Bombe’ RodenRemove the “help” page.
2010-11-05 David ‘Bombe’ RodenWhitespace fix.
2010-11-05 David ‘Bombe’ RodenUse traditional getter name.
2010-11-05 David ‘Bombe’ RodenUse traditional getter name.
2010-11-05 David ‘Bombe’ RodenUse traditional getter name.
2010-11-05 David ‘Bombe’ RodenUse traditional getter name.
2010-11-05 David ‘Bombe’ RodenDon’t extend AbstractService for the web interface...
2010-11-04 David ‘Bombe’ RodenAdd accessor for Collections.
2010-11-01 David ‘Bombe’ RodenToo many changes to list them all.
2010-10-30 David ‘Bombe’ RodenMerge branch 'next' into wot-integration
2010-10-30 David ‘Bombe’ RodenRemove blocking, blacklisting, and distribution of...
2010-10-29 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-29 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-28 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-28 David ‘Bombe’ RodenMerge branch 'master' into next
2010-10-28 David ‘Bombe’ RodenAdd “help” page.
2010-10-27 David ‘Bombe’ RodenShow version information on “about” page.
2010-10-27 David ‘Bombe’ RodenImplement Sone blacklisting via JavaScript.
2010-10-27 David ‘Bombe’ RodenAdd blacklisting functionality.
2010-10-25 David ‘Bombe’ RodenAdd Sone import.
2010-10-25 David ‘Bombe’ RodenAdd page to let the user edit the options.
2010-10-23 David ‘Bombe’ RodenAdd “about” page.
2010-10-23 David ‘Bombe’ RodenEnhance javascript “like” functionality to include...
2010-10-23 David ‘Bombe’ RodenAdd like functionality to replies.
2010-10-23 David ‘Bombe’ RodenUse a more general way to like something.
2010-10-23 David ‘Bombe’ RodenHide 0 likes.
2010-10-23 David ‘Bombe’ RodenAdd javascript version of “like” button.
2010-10-23 David ‘Bombe’ RodenImplement “like” button.
2010-10-22 David ‘Bombe’ RodenMake “follow”, “unfollow”, “block” and “unblock” button...
2010-10-22 David ‘Bombe’ RodenAdd AJAX page that deletes a reply.
2010-10-22 David ‘Bombe’ RodenAdd AJAX page that deletes a post.
2010-10-22 David ‘Bombe’ RodenEnhance JSON page to optionally require a form password.
next