ryounes
c94ad4511b
NIHVIVO-2693 Add option to set default subject, html, and text attributes of email object in case template doesn't supply them.
2011-06-15 16:24:48 +00:00
j2blake
3c1cbff0e0
Change the way that Login name is configured.
2011-06-15 14:50:44 +00:00
brianjlowe
6f58b677cb
NIHVIVO-2708 removed unnecessary iteration in getMainImageUri()
2011-06-14 21:14:49 +00:00
j2blake
ef3affb349
Write a warning to the log if a root user already exists with an email address that is different from the one in the deploy.properties
2011-06-14 20:12:57 +00:00
j2blake
edfd1798ef
Expose the user's last name for use in the Identity template.
2011-06-14 20:00:33 +00:00
ryounes
4f3e29890f
NIHVIVO-2709 Fix code error to prevent error during variable dump
2011-06-14 19:36:22 +00:00
j2blake
558bcfb13f
Expose the user's first name for use in the Identity template.
2011-06-14 17:16:37 +00:00
j2blake
4282da5ef2
NIHVIVO-2696 External user gets an account on first login.
2011-06-14 17:11:26 +00:00
deepakkoni
f2499e5cb1
1) Split the context node queries into Individual queries for getting rid of OPTIONALS.
...
2) Removed the required attributed on classgroup field in schema.xml. (setting required=true caused problems with indexing individuals with no classgroups.)
2011-06-14 16:35:28 +00:00
ryounes
f5c44298e1
NIHVIVO-2693 Freemarker email messaging code refactoring
2011-06-14 13:26:52 +00:00
ryounes
2fcff042e6
NIHVIVO-2693 Add Freemarker user-defined directive for email and integrate into email messaging framework.
2011-06-14 12:34:39 +00:00
briancaruso
de05a04009
Removing LuceneDocToSolrDoc.java it is no longer used.
2011-06-13 21:33:41 +00:00
briancaruso
bbe6333ae4
Adding IndividualProhibitedFromSearchImpl( OntModel ) constructor. Refactoring SolrIndexer to move away from obj2Doc list.
2011-06-13 21:28:19 +00:00
briancaruso
74a5b665cb
Adding interface for ClassProhibitedFromSearch and IndividualProhibitedFromSearch.
2011-06-13 21:05:49 +00:00
brianjlowe
b4891d2139
NIHVIVO-1291 fix to general Jena implementation isMemberOfClassProhibitedFromSearch
2011-06-13 18:39:46 +00:00
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