Commit graph

339 commits

Author SHA1 Message Date
j2blake
95d26b9ffb NIHVIVO-2299 Convert tests to use UserAccount instead of User. 2011-06-07 19:32:02 +00:00
j2blake
734067f1b4 NIHVIVO-2299 Match external Auth ID against the matching property. 2011-06-07 18:22:43 +00:00
j2blake
72314d3598 Convert the Authentication mechanism from User to UserAccount. 2011-06-07 15:00:41 +00:00
j2blake
6f67a4da86 NIHVIVO-2279 Remove username from LoginStatusBean 2011-06-06 15:47:56 +00:00
j2blake
ccb6cc549d NIHVIVO-2279 Remove securityLevel from LoginStatusBean 2011-06-06 15:18:37 +00:00
j2blake
63078edb62 NIHVIVO-2279 Fix unit test. 2011-06-06 14:15:57 +00:00
ryounes
bcf889028b NIHVIVO-2466 Prepare for special handling of rdfs:label in property display on profile page 2011-06-03 19:59:15 +00:00
j2blake
36f404ea48 NIHVIVO-2279 Complete the transition of SelfEditingPolicy into the common policy family. Get rid of the Setup and the IdentifierFactory. 2011-06-03 15:31:54 +00:00
j2blake
0c4d72f777 NIHVIVO-2279 UserAccountsDao should recognize if a URI represents an object of the wrong type. 2011-06-01 14:58:22 +00:00
stellamit
a7a576340f fix for NIHVIVO-2659 (object of most specific type annotation should be a resource) 2011-05-31 19:53:58 +00:00
ryounes
0bc8cd3c3e NIHVIVO-2460, NIHVIVO-2643 Add Solr versions of JSONServlet and JSONReconcileServlet (not yet migrated from Lucene to Solr) and corresponding commented-out servlet mappings. 2011-05-24 19:18:10 +00:00
j2blake
74a34e8a31 NIHVIVO-2279 Add more functions to the UserAccount controller. 2011-05-18 21:47:44 +00:00
j2blake
eac9e5dca1 NIHVIVO-2279 Add externalAuthId to the UserAccount. 2011-05-16 19:07:52 +00:00
j2blake
39622d8b2b Move the MD5 hashing algorithm into Authenticator where it belongs. 2011-05-13 21:20:28 +00:00
stellamit
7cc000e674 NIHVIVO-2369 - disable subProperty and equivalentProperty reasoning for SDB mode 2011-05-13 20:14:08 +00:00
j2blake
270cb18f5e NIHVIVO-2299 Move common identifiers to their own package. 2011-05-13 16:52:33 +00:00
j2blake
095ec6d9a7 NIHVIVO-2299 Remove old unused policies: JenaNetidPolicy and SparqlPolicy 2011-05-13 16:29:12 +00:00
brianjlowe
d83382ab73 Cleaned up some miscellaneous cruft 2011-05-13 16:04:39 +00:00
briancaruso
4144046559 Refactoring the N3 editing to reorganize packages 2011-05-12 16:02:37 +00:00
j2blake
f41d69753b NIHVIVO-2299 Continue converting from older Identifiers to newer Identifiers. 2011-05-11 21:19:57 +00:00
j2blake
e8e461da9d This test class contains no tests. 2011-05-11 21:17:27 +00:00
j2blake
7002110c28 NIHVIVO-2299 Improve the code in the common family of Identifiers. 2011-05-11 20:59:30 +00:00
j2blake
ba94c92458 NIHVIVO-2631 Remove the tests - they test very little code, but they fail sometimes on Windows because temp directories can't be deleted. 2011-05-11 19:29:05 +00:00
j2blake
7fed5babcf NIHVIVO-2601 Create internal login for systems that only reveal the external authentication. 2011-05-11 16:02:43 +00:00
j2blake
53c3c982bb turn off debug statements in unit tests 2011-05-11 14:57:41 +00:00
brianjlowe
fbead2b020 NIHVIVO-2403 Remove tabs from code 2011-05-10 20:15:31 +00:00
stellamit
132cbdce2c development for NIHVIVO-2410 (specific type inference in lieu of moniker) 2011-05-10 15:43:59 +00:00
j2blake
9f91be45e1 NIHVIVO-2279 add more methods to the UserAccountsDao, with tests for the Jena implementation. 2011-05-09 18:17:42 +00:00
j2blake
9682b91f94 NIHVIVO-2279 Implement searching and role filtering. 2011-05-07 21:24:03 +00:00
j2blake
3ad03c0767 NIHVIVO-2279 Start to create a real DAO, with tests, etc. 2011-05-06 21:09:30 +00:00
briancaruso
9994b120da Changes to run vivo on tomcat 7. NIHVIVO-2451 2011-05-06 00:52:16 +00:00
j2blake
a30f4a4714 NIHVIVO-2279 Revise package structure. 2011-05-05 15:35:07 +00:00
j2blake
78f966eb0f NIHVIVO-2279 First stab at UserAccount and UserAccountsSelector, etc. 2011-05-04 22:01:05 +00:00
brianjlowe
eb00f1cd43 Removed Portal class and almost everything related to portals and flags for NIHVIVO-2248 2011-05-03 19:01:15 +00:00
stellamit
de5c5ff7de development for NIHVIVO-2578 and NIHVIVO-2314 2011-05-03 16:39:06 +00:00
ryounes
68af755ecb Suppress log messages to console in SimpleReasonerTest 2011-04-26 21:44:09 +00:00
j2blake
b82cf72807 NIHVIVO-2492 Modify authorizations based on action-classes to be based on actions instead. 2011-04-26 18:20:25 +00:00
stellamit
87b87c8edf NIHVIVO-2314 add support for property-based inferencing to the SimpleReasoner 2011-04-26 18:16:31 +00:00
j2blake
a10909b11b NIHVIVO-2492 Modify FreemarkerHttpServlet and subclasses to be Actions-based. Remove explicit static reliance on the annotation. 2011-04-26 16:28:19 +00:00
j2blake
447e9ac7ee NIHVIVO-2492 Convert JSP tag to be Actions-based 2011-04-26 14:15:08 +00:00
j2blake
ac55760a5a NIHVIVO-2509 Replace InformationResourceEditingPolicy with SelfEditorRelationshipPolicy, which is better structured and handles more special relationships. 2011-04-25 16:26:58 +00:00
ryounes
1ef114ff45 NIHVIVO-1562 Add unit tests for TemplateDirectiveModel and TemplateMethodModel help() methods that return something other than the expected type. Delete HelpDirectiveTest since it just replicated method and help directive tests in DumpDirectiveTest, and was a nuisance to maintain. 2011-04-25 14:13:33 +00:00
ryounes
1b9f4bbdce NIHVIVO-1562 Show class of template directive/model in dump. Use LinkedHashMap in help data structure to ensure ordering of the entries. 2011-04-22 22:16:28 +00:00
j2blake
eb236275a3 NIHVIVO-2509 minor cleanup 2011-04-22 20:45:26 +00:00
ryounes
0926e5cc30 NIHVIVO-2479 Small improvements to dump output 2011-04-22 20:27:55 +00:00
ryounes
8f0b6f7b01 NIHVIVO-2479 Finalize dump template 2011-04-22 19:45:45 +00:00
j2blake
27b78c2760 NIHVIVO-2509 add InformationResource "features" Individual 2011-04-22 18:59:59 +00:00
ryounes
530c7a70f8 NIHVIVO-2479 Continue work on dump templates for values of different types 2011-04-22 16:55:36 +00:00
ryounes
d64d45d8e6 NIHVIVO-2470 Restore parameter type checking on DumpDirective and HelpDirective. Handle undefined variables by assigning value = "Undefined." 2011-04-20 21:37:12 +00:00
ryounes
84f779238c NIHVIVO-2470 Initial work on new dump template. Handle undefined variables. 2011-04-20 21:23:38 +00:00