Update years in copyright line
[Sone.git] / src / main / java / net / pterodactylus / sone / web / ajax / GetNotificationsAjaxPage.java
2015-11-27 David ‘Bombe’ RodenUpdate years in copyright line
2015-06-16 David ‘Bombe’ RodenMerge branch 'release/0.9-rc1' 0.9-rc1
2015-06-12 David ‘Bombe’ RodenMerge branch 'last-working' into next
2014-08-25 David ‘Bombe’ RodenAdd Sone-specific options object.
2013-09-27 David ‘Bombe’ RodenUpdate French translation.
2013-09-25 David ‘Bombe’ RodenMerge branch 'release-0.8.7' 0.8.7
2013-07-09 David ‘Bombe’ RodenMerge remote-tracking branch 'beak/next' into next
2013-07-08 David ‘Bombe’ RodenUse Jackson to create JSON pages, get rid of utils...
2013-06-29 David ‘Bombe’ RodenMerge branch 'release-0.8.5' 0.8.5
2013-06-29 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into next
2013-01-17 David ‘Bombe’ RodenReplace utils’ HashCode by Java’s hashCode().
2013-01-17 David ‘Bombe’ RodenUpdate copyright headers.
2012-10-08 David ‘Bombe’ RodenMerge branch 'release-0.8.3' 0.8.3
2012-09-13 David ‘Bombe’ RodenDeclare potentially-static methods as static.
2012-07-13 David ‘Bombe’ RodenMerge branch 'release-0.8.2' 0.8.2
2012-05-28 David ‘Bombe’ RodenMerge branch 'master' into next
2012-03-08 David ‘Bombe’ RodenChange all copyright headers to include 2012.
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’ RodenAdd AJAX handler to return all notifications.
2010-11-19 David ‘Bombe’ RodenReplace getSoneStatus and getNotifications with getStatus.
2010-11-15 David ‘Bombe’ RodenComplete javadoc.
2010-11-15 David ‘Bombe’ RodenReturn removed notifications as well.
2010-11-15 David ‘Bombe’ RodenMove JSON object creation into its own method.
2010-11-14 David ‘Bombe’ RodenAdd AJAX handler to get all notifications.