Add a core thread that periodically saves the configuration.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / FollowSonePage.java
2011-07-01 David ‘Bombe’ RodenAdd a core thread that periodically saves the configura...
2011-07-01 David ‘Bombe’ RodenAllow following or unfollowing multiple Sones at once.
2011-01-25 David ‘Bombe’ RodenMerge branch 'release-0.4.2' 0.4.2
2011-01-19 David ‘Bombe’ RodenMerge branch 'mark-as-read' into next
2011-01-19 David ‘Bombe’ RodenUse new template engine.
2011-01-15 David ‘Bombe’ RodenMerge branch 'edit-wot-trust' into next
2011-01-13 David ‘Bombe’ RodenMerge branch 'release-0.3.7' 0.3.7
2011-01-12 David ‘Bombe’ RodenMerge branch 'next' into profile-fields
2011-01-10 David ‘Bombe’ RodenRender templates in a thread-safe way.
2010-11-21 David ‘Bombe’ RodenIncrease the possible length of “returnPage” because...
2010-11-10 David ‘Bombe’ RodenStore friend Sones as strings, not as Sone objects.
2010-11-05 David ‘Bombe’ RodenUse traditional getter name.
2010-11-04 David ‘Bombe’ RodenSave Sone locally after changing friends.
2010-11-02 David ‘Bombe’ RodenThe new Sone IDs are longer than before.
2010-10-28 David ‘Bombe’ RodenMove login requirement to SoneTemplatePage.
2010-10-20 David ‘Bombe’ RodenHonor POST method and return page.
2010-10-15 David ‘Bombe’ RodenRemove the shell stuff, make objects mutable.
2010-10-15 David ‘Bombe’ RodenRename “friend Sone” to just “friend.”
2010-10-15 David ‘Bombe’ RodenDon’t let a Sone follow itself!
2010-10-15 David ‘Bombe’ RodenRename “add friend” action to “follow Sone” for now.