Move all AJAX handlers to the same directory as the HTML handlers.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / ajax / GetStatusAjaxPage.java
2010-11-27 David ‘Bombe’ RodenMove all AJAX handlers to the same directory as the...
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-19 David ‘Bombe’ RodenReplace getSoneStatus and getNotifications with getStatus.