Commit graph

2544 commits

Author SHA1 Message Date
j2blake
ac97b5792a NIHVIVO-2696 Refactor LoginRedirector to make it more flexible - usable from Freemarker controllers. 2011-06-10 18:53:35 +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
tworrall
f6017342d6 fixing a typo that caused a freemarker.core.InvalidReferenceException 2011-06-10 14:52:45 +00:00
manolobevia
371997da6f NIHVIVO-2280: On main account page, If there is no account selected for deletion and the user click on the DELETE button, the page was throwing a js alert displaying, "Are you sure you want to delete this account?". I have fixed this error. 2011-06-09 21:53:15 +00:00
j2blake
8f995412dd NIHVIVO-2279 Insure that a UserAccount has a unique URI. 2011-06-09 20:38:16 +00:00
j2blake
bffa48ed6b Clarify the description of the email properties. 2011-06-09 20:37:07 +00:00
manolobevia
fea7412d0d NIHVIVO-2280: Created js file to handle: filtering in ascendant and descendant order for email, first name, last name, status, and count columns on main account page.
Also created js alert for deletion of accounts, and created custom message depending on how many account user deletes.
1 account message: Are you sure you want to delete this account?
More than 1 account message: Are you sure you want to delete these accounts?
2011-06-09 20:09:50 +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
tworrall
91db1ad147 modified js to set submenu width based on width top level ul 2011-06-08 20:55:53 +00:00
manolobevia
09c2f33633 NIHVIVO-2588. Forgot to commit js file to handle pull down menu for user menu 2011-06-08 19:57:35 +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
brianjlowe
9cad90a4c0 rewriting some taglib junk that broke an XML-style JSP 2011-06-07 20:52:28 +00:00
stellamit
4ea73f9e9f timing information for creating extended linked data. 2011-06-07 20:20:38 +00:00
j2blake
95d26b9ffb NIHVIVO-2299 Convert tests to use UserAccount instead of User. 2011-06-07 19:32:02 +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
manolobevia
77dec8ba76 NIHVIVO-2280: Worked on styling account page, filtering in ascendant and descendant order, email, first name, last name, status, and count columns. 2011-06-07 18:38:46 +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
63078edb62 NIHVIVO-2279 Fix unit test. 2011-06-06 14:15:57 +00:00
j2blake
a8b74facd1 NIHVIVO-2279 Remove LoginStatusBean methods isLoggedInAtLeast() and isLoggedInExactly() 2011-06-06 13:39:37 +00:00
j2blake
320ca3c8b0 Create the admin/showAuth page to replace admin/showids.jsp, edit/selfeditcheck.jsp and admin/checkblacklist.jsp 2011-06-05 23:40:53 +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
fb67a5de19 NIHVIVO-2466 Fix rdfsLabelForm so correct label is offered for editing for an individual with multiple labels 2011-06-03 21:44:15 +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
452510b1a4 NIHVIVO-2279 Comment out most of the code until we can re-work the functionality, so it doesn't break the pre-compile build on Hudson. 2011-06-03 15:56:51 +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
845283e4e8 Remove unused imports. 2011-06-02 21:46:12 +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