projects
/
Sone.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Split up element marking into blocks of 16 elements.
[Sone.git]
/
src
/
main
/
java
/
net
/
2011-06-18
David ‘Bombe’ Roden
Return new local elements with new remote elements.
tree
|
commitdiff
2011-06-18
David ‘Bombe’ Roden
Mark local elements as known from the core, not from...
tree
|
commitdiff
2011-06-18
David ‘Bombe’ Roden
Use different notifications for local elements.
tree
|
commitdiff
2011-06-09
David ‘Bombe’ Roden
Use provider interfaces for the parser; enhance test...
tree
|
commitdiff
2011-06-09
David ‘Bombe’ Roden
Only add a new plain-text part if there is any text...
tree
|
commitdiff
2011-06-09
David ‘Bombe’ Roden
Remove logger.
tree
|
commitdiff
2011-06-09
David ‘Bombe’ Roden
Add missing annotation.
tree
|
commitdiff
2011-06-09
David ‘Bombe’ Roden
Add javadoc.
tree
|
commitdiff
2011-06-09
David ‘Bombe’ Roden
Use provider interfaces instead of core.
tree
|
commitdiff
2011-06-09
David ‘Bombe’ Roden
Implement the Sone and post provider interfaces.
tree
|
commitdiff
2011-06-09
David ‘Bombe’ Roden
Add interfaces for Sone and post providers.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Show posts mentioning a local Sone by a new notification.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Add mention notification to notification manager.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Add “you have been mentioned” notification.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Add filter for local Sones.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Remove System.out debugging.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Allow null contexts.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Use Sone text parser from web interface in parser filter.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Add javadoc comments.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Remove exceptions from method signatures.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Add javadoc comments, remove obsolete imports.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Change javadoc to match new function.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Change documentation to match new signature.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Implement Part, too.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Remove obsolete imports.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Don’t throw away the last part if it’s not a plain...
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Render more parts.
tree
|
commitdiff
2011-06-08
David ‘Bombe’ Roden
Rewriter Sone text parser to separate the parser from...
tree
|
commitdiff
2011-06-07
David ‘Bombe’ Roden
Store posts and replies in descending-time order to...
tree
|
commitdiff
2011-06-07
David ‘Bombe’ Roden
Remove replies to unknown posts from status.
tree
|
commitdiff
2011-06-04
David ‘Bombe’ Roden
Improve parsing of sone:// and post:// links.
tree
|
commitdiff
2011-06-04
David ‘Bombe’ Roden
Improve offline marker behaviour.
tree
|
commitdiff
2011-05-31
David ‘Bombe’ Roden
Merge commit 'sone-removal-notification-200' into next
tree
|
commitdiff
2011-05-31
David ‘Bombe’ Roden
Notify listeners when a Sone is removed.
tree
|
commitdiff
2011-05-31
David ‘Bombe’ Roden
Add delegate method for Sone removal notification.
tree
|
commitdiff
2011-05-31
David ‘Bombe’ Roden
Add Sone removal notification to core listener interface.
tree
|
commitdiff
2011-05-26
David ‘Bombe’ Roden
Save all local Sones when stopping Sone.
tree
|
commitdiff
2011-05-26
David ‘Bombe’ Roden
Add missing imports.
tree
|
commitdiff
2011-05-25
David ‘Bombe’ Roden
Request URI once before rescueing to (maybe) find the...
tree
|
commitdiff
2011-05-25
David ‘Bombe’ Roden
Touch the notification after its elements have been...
tree
|
commitdiff
2011-05-25
David ‘Bombe’ Roden
Add web interface to all template contexts more reliably.
tree
|
commitdiff
2011-05-25
David ‘Bombe’ Roden
Use better notification ID.
tree
|
commitdiff
2011-05-25
David ‘Bombe’ Roden
Use correct notification ID.
tree
|
commitdiff
2011-05-25
David ‘Bombe’ Roden
Use method from JsonPage.
tree
|
commitdiff
2011-05-25
David ‘Bombe’ Roden
Remove useless line.
tree
|
commitdiff
2011-05-24
David ‘Bombe’ Roden
Save local Sone after auto-following.
tree
|
commitdiff
2011-05-24
David ‘Bombe’ Roden
Don’t wrap notifications into an ArrayList.
tree
|
commitdiff
2011-05-11
David ‘Bombe’ Roden
Log warning when a command can not be processed.
tree
|
commitdiff
2011-05-11
David ‘Bombe’ Roden
Add “GetSone” FCP command.
tree
|
commitdiff
2011-05-11
David ‘Bombe’ Roden
Add method to encode profile information of a Sone.
tree
|
commitdiff
2011-05-11
David ‘Bombe’ Roden
Make it possible to load an optional Sone from the...
tree
|
commitdiff
2011-05-11
David ‘Bombe’ Roden
Override Object.toString().
tree
|
commitdiff
2011-05-11
David ‘Bombe’ Roden
Add simple string encoding.
tree
|
commitdiff
2011-05-11
David ‘Bombe’ Roden
Merge branch 'fcp-interface' into next
tree
|
commitdiff
2011-05-11
David ‘Bombe’ Roden
Change FCP access rules to a tri-state.
tree
|
commitdiff
2011-05-10
David ‘Bombe’ Roden
Merge branch 'option-validation-196' into next
tree
|
commitdiff
2011-05-10
David ‘Bombe’ Roden
Add warnings to options page if an option value was...
tree
|
commitdiff
2011-05-10
David ‘Bombe’ Roden
Add contains filter to template contexts.
tree
|
commitdiff
2011-05-10
David ‘Bombe’ Roden
Add validators to options, validate options on loading.
tree
|
commitdiff
2011-05-10
David ‘Bombe’ Roden
Add validation methods to preferences.
tree
|
commitdiff
2011-05-10
David ‘Bombe’ Roden
Add option validation.
tree
|
commitdiff
2011-05-08
David ‘Bombe’ Roden
Merge branch 'master' into next
tree
|
commitdiff
2011-05-08
David ‘Bombe’ Roden
Merge branch 'release-0.6.4'
0.6.4
tree
|
commitdiff
2011-05-08
David ‘Bombe’ Roden
Set version to 0.6.4.
tree
|
commitdiff
2011-05-08
David ‘Bombe’ Roden
Set latest known edition of homepage to 36.
tree
|
commitdiff
2011-05-08
David ‘Bombe’ Roden
Return 403 instead of 401, 401 is for HTTP authentication.
tree
|
commitdiff
2011-05-07
David ‘Bombe’ Roden
Add require-full-access option to Options page.
tree
|
commitdiff
2011-05-07
David ‘Bombe’ Roden
Implement full access requirement in all pages.
tree
|
commitdiff
2011-05-07
David ‘Bombe’ Roden
Add option to require full access for Sone.
tree
|
commitdiff
2011-05-06
David ‘Bombe’ Roden
Add missing javadoc tags.
tree
|
commitdiff
2011-05-06
David ‘Bombe’ Roden
Update Sone on “view Sone” page, too.
tree
|
commitdiff
2011-05-06
David ‘Bombe’ Roden
Use post- and reply-visibility methods.
tree
|
commitdiff
2011-05-06
David ‘Bombe’ Roden
Use a thread pool to download Sones.
tree
|
commitdiff
2011-05-06
David ‘Bombe’ Roden
Use a boolean instead of abusing ownIdentities.
tree
|
commitdiff
2011-05-06
David ‘Bombe’ Roden
Prevent partial updates when communication with the...
tree
|
commitdiff
2011-05-06
David ‘Bombe’ Roden
Round times correctly.
tree
|
commitdiff
2011-05-06
David ‘Bombe’ Roden
Remove notification manager accessor, and displayed...
tree
|
commitdiff
2011-05-06
David ‘Bombe’ Roden
Store filtered notifications in all templates.
tree
|
commitdiff
2011-05-06
David ‘Bombe’ Roden
Filter notifications differently.
tree
|
commitdiff
2011-05-06
David ‘Bombe’ Roden
Use reply visibility check method.
tree
|
commitdiff
2011-05-06
David ‘Bombe’ Roden
Add method to check the visibility of a reply.
tree
|
commitdiff
2011-05-06
David ‘Bombe’ Roden
Update documentation.
tree
|
commitdiff
2011-05-06
David ‘Bombe’ Roden
Synchronize access on an identity’s trust cache.
tree
|
commitdiff
2011-05-04
David ‘Bombe’ Roden
Return early if the Sone can not be found.
tree
|
commitdiff
2011-05-04
David ‘Bombe’ Roden
This can never work, duh.
tree
|
commitdiff
2011-05-03
David ‘Bombe’ Roden
Initialize options of Sone before aborting loading...
tree
|
commitdiff
2011-04-29
David ‘Bombe’ Roden
Filter texts when inserting them, not when parsing.
tree
|
commitdiff
2011-04-29
David ‘Bombe’ Roden
Add text filter for inserts.
tree
|
commitdiff
2011-04-28
David ‘Bombe’ Roden
Merge branch 'master' into next
tree
|
commitdiff
2011-04-28
David ‘Bombe’ Roden
Merge branch 'release-0.6.3'
0.6.3
tree
|
commitdiff
2011-04-28
David ‘Bombe’ Roden
Update latest known version.
tree
|
commitdiff
2011-04-28
David ‘Bombe’ Roden
Set version to 0.6.3.
tree
|
commitdiff
2011-04-28
David ‘Bombe’ Roden
Don’t link to unknown posts.
tree
|
commitdiff
2011-04-27
David ‘Bombe’ Roden
Use post visibility method to filter the post feed.
tree
|
commitdiff
2011-04-27
David ‘Bombe’ Roden
Use method.
tree
|
commitdiff
2011-04-27
David ‘Bombe’ Roden
Add method to check a post’s visibility.
tree
|
commitdiff
2011-04-27
David ‘Bombe’ Roden
Only allow posts that have been downloaded.
tree
|
commitdiff
2011-04-25
David ‘Bombe’ Roden
Check a reply’s post and its Sone before using those...
tree
|
commitdiff
2011-04-24
David ‘Bombe’ Roden
Remove a Sone if no own identity trusts it anymore.
tree
|
commitdiff
2011-04-24
David ‘Bombe’ Roden
Store current edition in template context for inserted...
tree
|
commitdiff
next