summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
David ‘Bombe’ Roden [Thu, 15 Sep 2011 15:47:48 +0000 (17:47 +0200)]
Add page that lets the user edit and delete targets.
David ‘Bombe’ Roden [Thu, 15 Sep 2011 15:47:26 +0000 (17:47 +0200)]
Add own identities to list of trusted identities.
David ‘Bombe’ Roden [Thu, 15 Sep 2011 14:41:20 +0000 (16:41 +0200)]
Rename method to match its purpose.
David ‘Bombe’ Roden [Thu, 15 Sep 2011 14:38:22 +0000 (16:38 +0200)]
Formatting fix.
David ‘Bombe’ Roden [Thu, 15 Sep 2011 14:38:16 +0000 (16:38 +0200)]
Require the correct context.
David ‘Bombe’ Roden [Thu, 15 Sep 2011 14:38:09 +0000 (16:38 +0200)]
Add page that can enable or disable identities.
David ‘Bombe’ Roden [Thu, 15 Sep 2011 14:37:56 +0000 (16:37 +0200)]
Add method to parse an identity from a request.
David ‘Bombe’ Roden [Thu, 15 Sep 2011 14:36:43 +0000 (16:36 +0200)]
Show enabled and disabled identities on the index page.
David ‘Bombe’ Roden [Thu, 15 Sep 2011 14:36:20 +0000 (16:36 +0200)]
Add collection sort filter that knows how to sort identities.
David ‘Bombe’ Roden [Thu, 15 Sep 2011 14:36:00 +0000 (16:36 +0200)]
Add comparator for Identity objects.
David ‘Bombe’ Roden [Thu, 15 Sep 2011 14:35:45 +0000 (16:35 +0200)]
Use updated class name.
David ‘Bombe’ Roden [Thu, 15 Sep 2011 14:35:17 +0000 (16:35 +0200)]
Store own identity ID instead of own identity.
This prevents an old identity object from being cached forever in the
resolver.
David ‘Bombe’ Roden [Thu, 15 Sep 2011 14:34:19 +0000 (16:34 +0200)]
Prevent exception if own identity does not have the correct context.
Not having the correct context is the only way the trusted identities can
be null; with the correct context at least an empty set would be returned.
David ‘Bombe’ Roden [Thu, 15 Sep 2011 13:22:47 +0000 (15:22 +0200)]
First extremely basic, kind-of-working version.
David ‘Bombe’ Roden [Thu, 15 Sep 2011 05:44:02 +0000 (07:44 +0200)]
Add Maven project file.