Move all AJAX handlers to the same directory as the HTML handlers.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / ajax / DeletePostAjaxPage.java
2010-11-27 David ‘Bombe’ RodenMove all AJAX handlers to the same directory as the...
2010-11-17 David ‘Bombe’ RodenVerify post better.
2010-11-17 David ‘Bombe’ RodenRemove a post via the core.
2010-11-14 David ‘Bombe’ RodenAdd method to create a “success” JSON object.
2010-11-12 David ‘Bombe’ RodenMove creation of error JSON object to JSON page.
2010-11-05 David ‘Bombe’ RodenUse traditional getter name.
2010-10-22 David ‘Bombe’ RodenAdd AJAX page that deletes a post.