Commit graph

2156 commits

Author SHA1 Message Date
brianjlowe
29ab2290b6 NIHVIVO-2316 removed unnecessary graph variables in queries 2011-06-13 17:55:13 +00:00
j2blake
22507b11c0 NIHVIVO-2696 de-couple the LoginRedirector from the LoginProcessBean. 2011-06-13 17:44:42 +00:00
j2blake
f3a56d0f4c Comments 2011-06-13 16:50:43 +00:00
j2blake
e5669be19e NIHVIVO-2696 allow the Authenticator to invalidate the cache of Identifiers. 2011-06-13 16:29:56 +00:00
ryounes
cd439b8aaa Remove old ContactMailServlet and servlet mappings. 2011-06-13 16:04:25 +00:00
anupsawant
d4559a2496 trunk merge 2011-06-13 15:21:53 +00:00
j2blake
d5f425b7a6 NIHVIVO-2696 assembleWelcomeMessage must be public in order for UserAccountsUserController to compile. 2011-06-13 14:47:46 +00:00
j2blake
11a048605b NIHVIVO-2696 Create the Create Account page for externally authenticated users who are logging in for the first time. 2011-06-13 14:17:59 +00:00
ryounes
1077f283d6 NIHVIVO-2466 For individuals with multiple labels, ensure the same label is displayed on the profile page as elsewhere in the application (individuallist pages, menu pages, back end) by using the same method to get the label. 2011-06-10 21:37:50 +00:00
j2blake
ac97b5792a NIHVIVO-2696 Refactor LoginRedirector to make it more flexible - usable from Freemarker controllers. 2011-06-10 18:53:35 +00:00
deepakkoni
3f2bf662d0 Committing changes resulted in merging trunk(r8181) to branch(r8120) 2011-06-10 18:08:34 +00:00
j2blake
0f00fd7a08 NIHVIVO-2279 Setting the password via an email and a link will also remove the need to set it on next login. 2011-06-10 16:14:14 +00:00
j2blake
2eb38516da NIHVIVO-2279 When the user enters an email address, confirm that it is in a valid form. 2011-06-10 15:25:41 +00:00
j2blake
8f995412dd NIHVIVO-2279 Insure that a UserAccount has a unique URI. 2011-06-09 20:38:16 +00:00
j2blake
0756aac8b0 NIHVIVO-2684 If first name and last name are both empty, display the emailAddress. 2011-06-09 16:28:35 +00:00
j2blake
f4ae63a309 NIHVIVO-2299 NIHVIVO-2279 cleanup 2011-06-09 14:55:47 +00:00
j2blake
253c8a3082 NIHVIVO-2299 NIHVIVO-2279 Merge from the dev branch - replace User with UserAccounts, implement the root user policy. 2011-06-09 14:42:09 +00:00
j2blake
f88be755cf NIHVIVO-2299 Create the root user policy and changes to deploy.properties 2011-06-08 21:21:59 +00:00
hjkhjk54
9214b285a5 Changes for NIHVIVO-2231 and NIHVIVO-2664: setting up menu page editing and retrieval of individuals for class intersections 2011-06-08 21:14:52 +00:00
stellamit
a39fbc7850 fix for NIHVIVO-2685 (mostSpecificType inferred assertions going to the abox graph instead of the inference graph) 2011-06-08 18:53:33 +00:00
j2blake
7a451c069c NIHVIVO-2299 User Updater will remove old User data. 2011-06-08 16:12:23 +00:00
j2blake
e11ffeaf62 NIHVIVO-2299 Remove User and UserDao, and make necessary changes. 2011-06-08 16:11:45 +00:00
j2blake
5456227b04 NIHVIVO-2299 add a link to MyAccount page. 2011-06-08 16:07:42 +00:00
j2blake
6ce2524c4e NIHVIVO-2299 revise the updaters so it doesn't require UserDao. 2011-06-08 16:06:59 +00:00
j2blake
4e645d0784 NIHVIVO-2299 add getAllUserAccounts() to UserAccountsDao classes. 2011-06-08 16:05:18 +00:00
stellamit
4ea73f9e9f timing information for creating extended linked data. 2011-06-07 20:20:38 +00:00
j2blake
4dfbf6920b NIHVIVO-2299 Property will match even if it is not declared as a DataProperty in the ontology. 2011-06-07 19:02:34 +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
ee577adff7 Password must be encoded when account is created. 2011-06-07 14:01:02 +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
a8b74facd1 NIHVIVO-2279 Remove LoginStatusBean methods isLoggedInAtLeast() and isLoggedInExactly() 2011-06-06 13:39:37 +00:00
j2blake
ec690dd31f Create the admin/showAuth page to replace admin/showids.jsp, edit/selfeditcheck.jsp and admin/checkblacklist.jsp 2011-06-05 23:38:33 +00:00
j2blake
c3ba76acdc Create a way to list the IdentifierBundleFactories that are active. 2011-06-05 23:34:27 +00:00
j2blake
0b8127ea11 Add or improve toString() methods. 2011-06-05 23:34:00 +00:00
ryounes
7cd1467786 NIHVIVO-2466 Attempting to address the problem of label display for an individual with multiple labels by using the same methods to get the label that are used by Individual.getName(). However, these are tied to Jena DAOs so the solution doesn't quite work yet. We are still making a better guess by sorting the labels alphabetically, but this will not work in all cases. 2011-06-03 21:47:33 +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
e45a302f68 NIHVIVO-2279 remove unused RoleBasedPolicy 2011-06-03 15:26:20 +00:00
ryounes
ca1518a5f4 NIHVIVO-2466 Order data property statements by value. Ensures a consistent ordering, and that the correct (in most cases) label is chosen in case of multiple labels. 2011-06-03 14:28:00 +00:00
j2blake
6d2d41b269 NIHVIVO-2279 replace DbAdminEditingPolicy, CuratoryEditingPolicy and EditorEditingPolicy and helper classes with EditRestrictedDataByRoleLevelPolicy and helper classes. 2011-06-02 20:14:39 +00:00
j2blake
60000b1036 NIHVIVO-2279 replace DbAdminEditingPolicy, CuratoryEditingPolicy and EditorEditingPolicy and helper classes with EditRestrictedDataByRoleLevelPolicy and helper classes. 2011-06-02 20:13:21 +00:00
j2blake
fc535097c4 NIHVIVO-2279 transitioning toward UserAccount 2011-06-02 20:09:21 +00:00
j2blake
5e92e161b2 NIHVIVO-2279 transitioning toward UserAccount 2011-06-02 20:08:38 +00:00
j2blake
032d9deb8c NIHVIVO-2279 Fix null pointer exception if not logged in. 2011-06-02 14:30:09 +00:00
j2blake
e61c6835b9 Fix a comment 2011-06-02 14:06:30 +00:00
j2blake
dade794525 Fix a comment 2011-06-02 14:06:13 +00:00
j2blake
dbf7f5b809 NIHVIVO-2279 Start transitioning toward UserAccount 2011-06-01 21:21:41 +00:00
j2blake
d113061b91 NIHVIVO-2279 LoginFormBean finally goes away. 2011-06-01 21:00:00 +00:00