Only render notifications if they have changed.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / ajax /
2010-10-27 David ‘Bombe’ RodenImplement Sone blacklisting via JavaScript.
2010-10-25 David ‘Bombe’ RodenAdd missing javadocs.
2010-10-24 David ‘Bombe’ RodenReturn the name of the Sone.
2010-10-23 David ‘Bombe’ RodenEnhance javascript “like” functionality to include...
2010-10-23 David ‘Bombe’ RodenAdd javascript version of “like” button.
2010-10-22 David ‘Bombe’ RodenFix filename in copied file.
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’ RodenReturn an error code if form password is wrong.
2010-10-22 David ‘Bombe’ RodenCopy session management from SoneTemplatePage.
2010-10-22 David ‘Bombe’ RodenEnhance JSON page to optionally require a form password.
2010-10-21 David ‘Bombe’ RodenReturn age of Sone in seconds.
2010-10-21 David ‘Bombe’ RodenReturn date of last update in JSON object.
2010-10-21 David ‘Bombe’ RodenAdd JSON page that returns the status of a Sone.
2010-10-21 David ‘Bombe’ RodenAdd translation page.
2010-10-21 David ‘Bombe’ RodenAdd page implementation that delivers a JSON object.