Commit graph

3219 commits

Author SHA1 Message Date
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
94c4f6eaad work on the transition from User to UserAccount 2011-06-06 19:24:40 +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
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
j2blake
a36d67a3fe NIHVIVO-2279 Stubs for more pages. 2011-06-01 20:19:22 +00:00
j2blake
cab3bfe9b1 NIHVIVO-2279 On external auth, the HTTP header holds the externalAuthId -- there is no username any more. 2011-06-01 19:16:18 +00:00
deepakkoni
717275bc38 1) Increasing the SolrServer's soTimeOut and ConnectionTimeOut to 10000 ms to fix the SocketTimeOutException : Read timed out.
2) logging the UpdateResponse object's information for debugging purposes in SolrIndexer.
2011-06-01 18:16:50 +00:00
j2blake
f3ca1a71a3 NIHVIVO-2279 Add the migration code (disabled for now) 2011-06-01 17:59:38 +00:00
j2blake
bc08059be2 NIHVIVO-2279 Consolidate login templates in a folder. 2011-06-01 17:50:57 +00:00
j2blake
3b5eb3a846 NIHVIVO-2279 Implement the MyAccount page. 2011-06-01 15:32:00 +00:00
j2blake
64fa779638 NIHVIVO-2279 The MyAccount page is only available to those who are logged in. 2011-06-01 15:30:09 +00:00
j2blake
8a4060cdb7 NIHVIVO-2279 User a hard-coded namespace for permission set URIs. 2011-06-01 15:28:08 +00:00
ryounes
984162bffe Refactor statement data getting into ObjectPropertyTemplateModel, so shared by the subclasses. 2011-06-01 15:21:58 +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
anupsawant
76d0932c58 2011-06-01 05:30:53 +00:00
anupsawant
83d082ca23 2011-06-01 00:12:33 +00:00
anupsawant
c45a7fe83d 2011-05-31 23:28:46 +00:00
anupsawant
cbf8627376 2011-05-31 23:23:59 +00:00
anupsawant
adac7e86a0 2011-05-31 22:43:45 +00:00
ryounes
498aea8ac0 NIHVIVO-2675 Add vclass as a url parameter in the rdf link on individual list page 2011-05-31 22:08:28 +00:00
manolobevia
a5fbac6277 NIHVIVO-2311: Added new list item marker for Primary and Additional Web pages 2011-05-31 21:53:21 +00:00
manolobevia
90ba8ca068 NIHVIVO-2311: Changed color for URI icon 2011-05-31 21:50:23 +00:00
manolobevia
5b8b7b2c5d NIHVIVO-2311: Styled Browse by section in homepage 2011-05-31 21:46:34 +00:00
ryounes
010ffda62c NIHVIVO-2660 Filter out data property statements that don't have a literal object. Some associated refactoring. 2011-05-31 21:37:04 +00:00
deepakkoni
e7fc65ab58 ContextNode related queries moved into a separate class for more flexibility. 2011-05-31 21:09:10 +00:00
deepakkoni
0b14ec00db ContextNode related queries moved into a separate class for more flexibility. 2011-05-31 20:57:41 +00:00