projects
/
Sone.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Use a notification!
[Sone.git]
/
src
/
main
/
java
/
net
/
pterodactylus
/
sone
/
web
/
2010-10-21
David ‘Bombe’ Roden
Add JSON page that returns the status of a Sone.
tree
|
commitdiff
2010-10-21
David ‘Bombe’ Roden
Add translation page.
tree
|
commitdiff
2010-10-21
David ‘Bombe’ Roden
Add page implementation that delivers a JSON object.
tree
|
commitdiff
2010-10-21
David ‘Bombe’ Roden
Don’t register shutdown hooks for all Services.
tree
|
commitdiff
2010-10-20
David ‘Bombe’ Roden
Sort local Sones for login page.
tree
|
commitdiff
2010-10-20
David ‘Bombe’ Roden
Implement Sone loading.
tree
|
commitdiff
2010-10-20
David ‘Bombe’ Roden
Remove debug output.
tree
|
commitdiff
2010-10-20
David ‘Bombe’ Roden
Streamline adding Sones, remove “add Sone” from menu.
tree
|
commitdiff
2010-10-20
David ‘Bombe’ Roden
More honoring of POST requests and return pages.
tree
|
commitdiff
2010-10-20
David ‘Bombe’ Roden
Honor return page.
tree
|
commitdiff
2010-10-20
David ‘Bombe’ Roden
Remove obsolete link callback class.
tree
|
commitdiff
2010-10-20
David ‘Bombe’ Roden
Honor POST method and return page.
tree
|
commitdiff
2010-10-20
David ‘Bombe’ Roden
Try to fix comment posting.
tree
|
commitdiff
2010-10-20
David ‘Bombe’ Roden
Implement reply deletion.
tree
|
commitdiff
2010-10-19
David ‘Bombe’ Roden
Always use correct return page.
tree
|
commitdiff
2010-10-19
David ‘Bombe’ Roden
Return to correct page when user tries to post an empty...
tree
|
commitdiff
2010-10-19
David ‘Bombe’ Roden
Return to original page after creating the post.
tree
|
commitdiff
2010-10-19
David ‘Bombe’ Roden
Rename “getURI()” method to “getUri()”.
tree
|
commitdiff
2010-10-19
David ‘Bombe’ Roden
Store current request in template.
tree
|
commitdiff
2010-10-19
David ‘Bombe’ Roden
Use the addTemplateObject() method in the default templ...
tree
|
commitdiff
2010-10-19
David ‘Bombe’ Roden
Redirect to “noPermission.html” if a POST request does...
tree
|
commitdiff
2010-10-19
David ‘Bombe’ Roden
Don’t require a login to view Sones.
tree
|
commitdiff
2010-10-19
David ‘Bombe’ Roden
Add status fields to Sone accessor.
tree
|
commitdiff
2010-10-19
David ‘Bombe’ Roden
Make it possible for the user to specify the document...
tree
|
commitdiff
2010-10-18
David ‘Bombe’ Roden
Add page that lets the user unfollow a Sone.
tree
|
commitdiff
2010-10-18
David ‘Bombe’ Roden
Add substring filter to all templates.
tree
|
commitdiff
2010-10-18
David ‘Bombe’ Roden
Sort known Sones by nice name and last update time.
tree
|
commitdiff
2010-10-18
David ‘Bombe’ Roden
Add possibility to block and unblock Sones.
tree
|
commitdiff
2010-10-18
David ‘Bombe’ Roden
Add icon to all delivered Sone pages.
tree
|
commitdiff
2010-10-18
David ‘Bombe’ Roden
Let a template page have an optional icon.
tree
|
commitdiff
2010-10-18
David ‘Bombe’ Roden
Add profile backup function.
tree
|
commitdiff
2010-10-18
David ‘Bombe’ Roden
Expose the template to subclasses.
tree
|
commitdiff
2010-10-18
David ‘Bombe’ Roden
Add method to set a header.
tree
|
commitdiff
2010-10-18
David ‘Bombe’ Roden
Initialize response with empty header map.
tree
|
commitdiff
2010-10-18
David ‘Bombe’ Roden
Redirect back to index after the profile has been saved.
tree
|
commitdiff
2010-10-18
David ‘Bombe’ Roden
Add toadlet to deliver images.
tree
|
commitdiff
2010-10-16
David ‘Bombe’ Roden
Don’t add the new Post to the Sone ourselves, Core...
tree
|
commitdiff
2010-10-16
David ‘Bombe’ Roden
Add page that deletes a post.
tree
|
commitdiff
2010-10-16
David ‘Bombe’ Roden
Add classpath-based template provider for template...
tree
|
commitdiff
2010-10-16
David ‘Bombe’ Roden
Add “unauthorized access” template.
tree
|
commitdiff
2010-10-16
David ‘Bombe’ Roden
Remove own thread from page, the Core handles that...
tree
|
commitdiff
2010-10-16
David ‘Bombe’ Roden
Download new Sones in a background thread.
tree
|
commitdiff
2010-10-16
David ‘Bombe’ Roden
Add “known Sones” page.
tree
|
commitdiff
2010-10-16
David ‘Bombe’ Roden
Add possibility to load a Sone by its Freenet URI.
tree
|
commitdiff
2010-10-16
David ‘Bombe’ Roden
Don’t skip the call to the parent method.
tree
|
commitdiff
2010-10-16
David ‘Bombe’ Roden
Add “view post” page.
tree
|
commitdiff
2010-10-16
David ‘Bombe’ Roden
Use correct parameter name.
tree
|
commitdiff
2010-10-16
David ‘Bombe’ Roden
Create “create reply” page.
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Add XML filter to the correct template factory.
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Add XML filter to all templates.
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Use post accessor.
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Allow Sone, Post, and Reply creation only through the...
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Create a static file delivery page, use it to deliver...
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Remove the shell stuff, make objects mutable.
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Rename “friend Sone” to just “friend.”
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Don’t let a Sone follow itself!
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Rename template.
tree
|
commitdiff
2010-10-15
David ‘Bombe’ Roden
Rename “add friend” action to “follow Sone” for now.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Don’t try to get a null Sone.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add page that adds a friend.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add Sone accessor.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add page that views a Sone.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Move post creation back to CreatePostPage.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Show posts of Sone and friends on index page.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Store the originating Sone in the post.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Move L10nFilter to own file, remove Sone template facto...
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add posting ability.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Only show “create Sone” in menu when not logged in.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Fix parameter name.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Implement profile editing.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Show name fields on page.
tree
|
commitdiff
2010-10-14
David ‘Bombe’ Roden
Add stub of “edit profile” page.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Rename “localSones” method to a more traditional “getSo...
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Implement page deletion.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Add stub of page that deletes a Sone.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Always store the current Sone in the template.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Add logout page.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Remove Sone ID from session if the Sone is null.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Add Sone creation page.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Use new redirect exception.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Store the Sone ID instead of the Sone itself in the...
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Whitespace fixes.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Add index page.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Get form password only once.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Add possibility to redirect during processing.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Register the toadlet itself for the link-enabled callback.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Only show login page if the user is not logged in.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Use ToadletContext instead of Request to get the curren...
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Implement link-enabled callback interface.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
If the page can say whether it’s enabled in the menu...
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Implementation stub of the login page.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Change URL of index page.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Add name for the web interface thread.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Add method to set the current Sone.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Expose the core.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Whitespace fixes.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Turn the HTTP method into an enumeration.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Add new session if no session exists.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Add method to get the current session.
tree
|
commitdiff
2010-10-13
David ‘Bombe’ Roden
Add template factory for Sone templates.
tree
|
commitdiff
next