]> git.mxchange.org Git - addressbook-war.git/log
addressbook-war.git
8 years agoAdded generic user list/edit/delete/un-/lock menus (stubs only)
Roland Haeder [Sat, 9 Apr 2016 11:22:33 +0000 (13:22 +0200)]
Added generic user list/edit/delete/un-/lock menus (stubs only)

8 years agoTemplate improved (easier to localize)
Roland Haeder [Sat, 9 Apr 2016 10:48:27 +0000 (12:48 +0200)]
Template improved (easier to localize)

8 years agoAdded some paragraphs to index page
Roland Haeder [Fri, 8 Apr 2016 11:53:01 +0000 (13:53 +0200)]
Added some paragraphs to index page

8 years agoContinued a bit:
Roland Haeder [Fri, 8 Apr 2016 11:19:04 +0000 (13:19 +0200)]
Continued a bit:
- renamed bye.xhtml -> logout.xhtml

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agologin/user name was maybe confusing, now "user name" (minor fix)
Roland Haeder [Thu, 7 Apr 2016 16:36:25 +0000 (18:36 +0200)]
login/user name was maybe confusing, now "user name" (minor fix)

8 years agoOpps, wrong project!
Roland Haeder [Thu, 7 Apr 2016 16:33:49 +0000 (18:33 +0200)]
Opps, wrong project!

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded glassfish-specific role-group mapping and fixed URL pattern in web.xml
Roland Haeder [Thu, 7 Apr 2016 12:22:04 +0000 (14:22 +0200)]
added glassfish-specific role-group mapping and fixed URL pattern in web.xml

8 years agoadded some http-only configuration to avoid common XSS
Roland Haeder [Thu, 7 Apr 2016 10:57:42 +0000 (12:57 +0200)]
added some http-only configuration to avoid common XSS

8 years agoupdated jar(s)
Roland Haeder [Thu, 7 Apr 2016 09:25:03 +0000 (11:25 +0200)]
updated jar(s)

8 years agoContinued a bit:
Roland Haeder [Tue, 5 Apr 2016 12:20:05 +0000 (14:20 +0200)]
Continued a bit:
- changed JNDI lookup to portable (long) version
- updated jar(s)

8 years agoBetter keep languages in own language
Roland Haeder [Tue, 5 Apr 2016 10:58:22 +0000 (12:58 +0200)]
Better keep languages in own language

8 years agoThese log messages are now to noisy + formated array a bit
Roland Haeder [Tue, 5 Apr 2016 10:54:12 +0000 (12:54 +0200)]
These log messages are now to noisy + formated array a bit

8 years agoLocalization support almost finished:
Roland Haeder [Mon, 4 Apr 2016 20:12:08 +0000 (22:12 +0200)]
Localization support almost finished:
- Locale setting from browser comes first
- User selected locale from web interfaces overrides it (in session bean)

TODO/FIXME:
- Add locale support to juser-core
- Still the selected locale is not re-selected in box

8 years agoIt must be a writable property and the class Locale doesn't have it (language)
Roland Haeder [Mon, 4 Apr 2016 17:08:19 +0000 (19:08 +0200)]
It must be a writable property and the class Locale doesn't have it (language)

8 years agoupdated jar(s)
Roland Haeder [Mon, 4 Apr 2016 16:56:59 +0000 (18:56 +0200)]
updated jar(s)

8 years agoContinued with localization support:
Roland Haeder [Mon, 4 Apr 2016 16:47:37 +0000 (18:47 +0200)]
Continued with localization support:
- added form template for localization support (still static, maybe can be output over bean's method?)
- added missing methods (not classical getter/setter)

8 years agorenamed files to make difference to other war-projects
Roland Haeder [Mon, 4 Apr 2016 16:02:16 +0000 (18:02 +0200)]
renamed files to make difference to other war-projects

8 years agochange license to AGPLv3
Roland Haeder [Mon, 4 Apr 2016 15:55:33 +0000 (17:55 +0200)]
change license to AGPLv3

8 years agoRenamed it to make a difference to jjobs (origin of the files)
Roland Haeder [Mon, 4 Apr 2016 15:08:05 +0000 (17:08 +0200)]
Renamed it to make a difference to jjobs (origin of the files)

8 years agoused "correct" JNDI name (TODO: Need to change these all - non-portable - to portable...
Roland Haeder [Mon, 4 Apr 2016 08:31:03 +0000 (10:31 +0200)]
used "correct" JNDI name (TODO: Need to change these all - non-portable - to portable names)

8 years agofixed copyright and added stuff for localization support (unfinished)
Roland Haeder [Fri, 1 Apr 2016 19:04:21 +0000 (21:04 +0200)]
fixed copyright and added stuff for localization support (unfinished)

8 years agorenamed controller + added required value="#{controller.property}"
Roland Haeder [Mon, 14 Mar 2016 20:42:48 +0000 (21:42 +0100)]
renamed controller + added required value="#{controller.property}"

8 years agothe timestamp should be created by the EJB, not the web controller as the EJB takes...
Roland Haeder [Sat, 12 Mar 2016 19:03:12 +0000 (20:03 +0100)]
the timestamp should be created by the EJB, not the web controller as the EJB takes care of persisting and refreshing entities + updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Sat, 12 Mar 2016 18:43:37 +0000 (19:43 +0100)]
updated jar(s)

8 years agocleared email addresses after check and before usage so the user is forced to re...
Roland Haeder [Sat, 12 Mar 2016 18:39:54 +0000 (19:39 +0100)]
cleared email addresses after check and before usage so the user is forced to re-enter them.

8 years agoContinued a bit:
Roland Haeder [Sat, 12 Mar 2016 17:40:09 +0000 (18:40 +0100)]
Continued a bit:
- EJB calls can be saved by letting the EJB create the hash as it needs to check for its usage anyway.
- updated jar(s)

8 years agoContinued:
Roland Haeder [Sat, 12 Mar 2016 17:09:31 +0000 (18:09 +0100)]
Continued:
- added local caching of all enqueued email addresses (this can become big)
- updated jar(s)

8 years agoupdated jar(s) + better have value first than variable to compare to
Roland Haeder [Sat, 12 Mar 2016 11:41:43 +0000 (12:41 +0100)]
updated jar(s) + better have value first than variable to compare to

8 years agoupdated jar(s)
Roland Haeder [Thu, 10 Mar 2016 19:10:10 +0000 (20:10 +0100)]
updated jar(s)

8 years agoadded separate language strings for all login_change_foo.xhtml pages
Roland Haeder [Wed, 9 Mar 2016 18:27:15 +0000 (19:27 +0100)]
added separate language strings for all login_change_foo.xhtml pages

8 years agoContinued a bit:
Roland Haeder [Tue, 8 Mar 2016 21:06:59 +0000 (22:06 +0100)]
Continued a bit:
- renamed method
- the password validator is currently not working as it currently need the web controller, not the EJB
- updated jar(s)

8 years agoupdated jar(s) + added missing language elements
Roland Haeder [Sun, 6 Mar 2016 17:26:59 +0000 (18:26 +0100)]
updated jar(s) + added missing language elements

8 years agoAdded email address for author
Roland Haeder [Sun, 6 Mar 2016 16:53:44 +0000 (17:53 +0100)]
Added email address for author

8 years agoupdated jar(s) + added FacesValidator annotation
Roland Haeder [Sun, 6 Mar 2016 13:45:47 +0000 (14:45 +0100)]
updated jar(s) + added FacesValidator annotation

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoSome language + CSS fixes + updated jar(s)
Roland Haeder [Sat, 5 Mar 2016 22:34:32 +0000 (23:34 +0100)]
Some language + CSS fixes + updated jar(s)

8 years agono double title, please ...
Roland Haeder [Sat, 5 Mar 2016 21:24:10 +0000 (22:24 +0100)]
no double title, please ...

8 years agoremoved CSS class from ui:include (not needed)
Roland Haeder [Sat, 5 Mar 2016 21:21:32 +0000 (22:21 +0100)]
removed CSS class from ui:include (not needed)

8 years agoContinued with "change personal data":
Roland Haeder [Sat, 5 Mar 2016 21:02:47 +0000 (22:02 +0100)]
Continued with "change personal data":
- added generic template message_box.tpl
- added generic page login_data_saved.xhtml
- added missing navigation rules from login_change_foo.xhtml -> login_data_saved.xhtml
- added some new language strings
- added CSS classes for message box template
- changing email address requires you to enter twice your new email address (displaying old is missing)

8 years agoIntroduced isRequiredChangePersonalDataSet() + updated jar(s)
Roland Haeder [Sat, 5 Mar 2016 16:46:04 +0000 (17:46 +0100)]
Introduced isRequiredChangePersonalDataSet() + updated jar(s)

8 years agoContinued with updating personal data:
Roland Haeder [Sat, 5 Mar 2016 15:34:15 +0000 (16:34 +0100)]
Continued with updating personal data:
- added user password validator (from jjobs-war)
- added missing message strings
- added check if all required fields are set
- added preparing user instance and sending it to the EJB
- doChangeFoo() all need to return a string for next target page (not added yet)
- updated jar(s)

8 years agouse user controller + use current password template
Roland Haeder [Sat, 5 Mar 2016 13:27:51 +0000 (14:27 +0100)]
use user controller + use current password template

8 years agoSome performance tuning: get list only if submittedValue is set non-empty
Roland Haeder [Fri, 4 Mar 2016 20:44:53 +0000 (21:44 +0100)]
Some performance tuning: get list only if submittedValue is set non-empty

8 years agosame with this project: log countryController for debugging purposes
Roland Haeder [Fri, 4 Mar 2016 20:42:12 +0000 (21:42 +0100)]
same with this project: log countryController for debugging purposes

8 years agoLog also return null
Roland Haeder [Fri, 4 Mar 2016 20:40:25 +0000 (21:40 +0100)]
Log also return null

8 years agotpyo fixed ...
Roland Haeder [Fri, 4 Mar 2016 20:35:17 +0000 (21:35 +0100)]
tpyo fixed ...

8 years agoIntroduced new template + renamed language constant + form field:
Roland Haeder [Fri, 4 Mar 2016 20:32:09 +0000 (21:32 +0100)]
Introduced new template + renamed language constant + form field:
- introduced login_enter_current_password.tpl to reduce redundant template code
- changed language string to reflect it's purpose (current password)
- renamed form field "password" to "currentPassword" to reflect it's purpose, too

8 years agoNo need for double-header when one is enough
Roland Haeder [Fri, 4 Mar 2016 20:22:44 +0000 (21:22 +0100)]
No need for double-header when one is enough

8 years agoAdded missing language strings for login_change_personal_data.xhtml
Roland Haeder [Fri, 4 Mar 2016 20:19:25 +0000 (21:19 +0100)]
Added missing language strings for login_change_personal_data.xhtml

8 years agoAdded nice boxes around current password input box
Roland Haeder [Fri, 4 Mar 2016 20:14:20 +0000 (21:14 +0100)]
Added nice boxes around current password input box

8 years agoSome improvements:
Roland Haeder [Fri, 4 Mar 2016 20:08:31 +0000 (21:08 +0100)]
Some improvements:
- added currentPassword field in loginController
- simply copy all user data to the userController instance and you can use it again in forms

8 years agoSplitted edit_user_data into 3 new sub actions + added logged-in check:
Roland Haeder [Fri, 4 Mar 2016 19:48:40 +0000 (20:48 +0100)]
Splitted edit_user_data into 3 new sub actions + added logged-in check:
- new template user_not_logged_in.tpl added which shows a message if the user is not logged-in and tries to access a login-only page
- added login_change_email_address.xhtml for changing email address
- added login_change_password.xhtml for changing password
- added login_change_personal_data.xhtml for changing personal data
- login_edit_address.xhtml is now no longer needed

8 years agoneed splitting as well ...
Roland Haeder [Wed, 2 Mar 2016 20:53:51 +0000 (21:53 +0100)]
need splitting as well ...

8 years agoThese pages can also be accessed by a logged-in user.
Roland Haeder [Wed, 2 Mar 2016 18:38:12 +0000 (19:38 +0100)]
These pages can also be accessed by a logged-in user.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded comment
Roland Haeder [Wed, 24 Feb 2016 20:29:02 +0000 (21:29 +0100)]
added comment

8 years agoupdated jar(s)
Roland Haeder [Sat, 20 Feb 2016 21:14:17 +0000 (22:14 +0100)]
updated jar(s)

8 years agoSome empty lines added/removed
Roland Haeder [Sat, 20 Feb 2016 20:56:16 +0000 (21:56 +0100)]
Some empty lines added/removed

8 years agoupdated jar(s)
Roland Haeder [Sat, 20 Feb 2016 19:09:52 +0000 (20:09 +0100)]
updated jar(s)

8 years agoUpdated jar(s)
Roland Haeder [Fri, 19 Feb 2016 18:26:46 +0000 (19:26 +0100)]
Updated jar(s)

8 years agoGNU-ified projects for upcoming public release
Roland Haeder [Fri, 19 Feb 2016 15:44:13 +0000 (16:44 +0100)]
GNU-ified projects for upcoming public release

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUse this where possible to make it more clear (and better style)
Roland Haeder [Fri, 19 Feb 2016 14:50:52 +0000 (15:50 +0100)]
Use this where possible to make it more clear (and better style)

8 years agoAdded missing javadoc + organized members
Roland Haeder [Fri, 19 Feb 2016 14:34:59 +0000 (15:34 +0100)]
Added missing javadoc + organized members

8 years agoOrganized members to general structure
Roland Haeder [Fri, 19 Feb 2016 14:34:17 +0000 (15:34 +0100)]
Organized members to general structure

8 years agoUpdated jar(s)
Roland Haeder [Fri, 19 Feb 2016 14:21:39 +0000 (15:21 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s)
Roland Haeder [Fri, 19 Feb 2016 14:07:54 +0000 (15:07 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s)
Roland Haeder [Tue, 16 Feb 2016 11:48:11 +0000 (12:48 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUsers don't care about id numbers (e.g. for their address books)
Roland Haeder [Tue, 16 Feb 2016 00:06:58 +0000 (01:06 +0100)]
Users don't care about id numbers (e.g. for their address books)

8 years agotranslated some more (and externalized)
Roland Haeder [Mon, 15 Feb 2016 23:04:30 +0000 (00:04 +0100)]
translated some more (and externalized)

8 years agotranslated a bit
Roland Haeder [Mon, 15 Feb 2016 22:43:47 +0000 (23:43 +0100)]
translated a bit

8 years agodouble and users don't need ids
Roland Haeder [Mon, 15 Feb 2016 22:36:31 +0000 (23:36 +0100)]
double and users don't need ids

8 years agoAs converters and validators cannot fire events, the controller has to load the objec...
Roland Haeder [Mon, 15 Feb 2016 22:30:36 +0000 (23:30 +0100)]
As converters and validators cannot fire events, the controller has to load the object and fire the event.

8 years agosorted members
Roland Haeder [Mon, 15 Feb 2016 19:26:58 +0000 (20:26 +0100)]
sorted members

8 years agoinit() and @PostConstruct is the wrong place for checking logged-in user status,...
Roland Haeder [Mon, 15 Feb 2016 19:26:37 +0000 (20:26 +0100)]
init() and @PostConstruct is the wrong place for checking logged-in user status, better use the new event

8 years agosorted members
Roland Haeder [Mon, 15 Feb 2016 19:12:19 +0000 (20:12 +0100)]
sorted members

8 years agoconverters don't have a postconstruct possiblity and no injections/EJBs. So you need...
Roland Haeder [Mon, 15 Feb 2016 18:54:16 +0000 (19:54 +0100)]
converters don't have a postconstruct possiblity and no injections/EJBs. So you need to do it the old-fashioned way over constructor and lookup.

8 years agomaybe correct id?
Roland Haeder [Mon, 15 Feb 2016 17:34:17 +0000 (18:34 +0100)]
maybe correct id?

8 years agoUpdated copyright year
Roland Haeder [Mon, 15 Feb 2016 15:37:54 +0000 (16:37 +0100)]
Updated copyright year

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoNo ./ as this messes around with the resource manager (or so?)
Roland Haeder [Mon, 15 Feb 2016 15:08:16 +0000 (16:08 +0100)]
No ./ as this messes around with the resource manager (or so?)

8 years agoUpdated jar(s) + added .gitattributes
Roland Haeder [Mon, 15 Feb 2016 14:30:49 +0000 (15:30 +0100)]
Updated jar(s) + added .gitattributes

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated project to NetBeans 8.1 / Glassfish 4.1.1
Roland Haeder [Wed, 3 Feb 2016 15:27:53 +0000 (16:27 +0100)]
Updated project to NetBeans 8.1 / Glassfish 4.1.1

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s)
Roland Haeder [Fri, 20 Nov 2015 17:41:33 +0000 (18:41 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoWhy is this stupid JSF so complex? Why can't things be done more easier?
Roland Haeder [Fri, 30 Oct 2015 14:52:48 +0000 (15:52 +0100)]
Why is this stupid JSF so complex? Why can't things be done more easier?

8 years agoMinor: re-aligned navigation graph
Roland Haeder [Fri, 30 Oct 2015 14:29:44 +0000 (15:29 +0100)]
Minor: re-aligned navigation graph

8 years agoBad work-around, didn't work. It looks like that c:set is being not executed? Or...
Roland Haeder [Fri, 23 Oct 2015 18:52:42 +0000 (20:52 +0200)]
Bad work-around, didn't work. It looks like that c:set is being not executed? Or maybe on other life-cycle of the application?

8 years agoDouble id fixed
Roland Haeder [Fri, 23 Oct 2015 18:48:18 +0000 (20:48 +0200)]
Double id fixed

8 years agoAdded work-around for NPE "this.user is null". Not a fix!
Roland Haeder [Fri, 23 Oct 2015 18:47:02 +0000 (20:47 +0200)]
Added work-around for NPE "this.user is null". Not a fix!

8 years agoother way is better for this kind
Roland Haeder [Fri, 23 Oct 2015 16:42:43 +0000 (18:42 +0200)]
other way is better for this kind

8 years agoNope, not working on c:foo :-(
Roland Haeder [Fri, 23 Oct 2015 16:41:38 +0000 (18:41 +0200)]
Nope, not working on c:foo :-(

8 years agodon't set if empty!
Roland Haeder [Fri, 23 Oct 2015 16:36:22 +0000 (18:36 +0200)]
don't set if empty!

8 years agoadded check for addressbookController.addressbook to prevent ugly NPE
Roland Haeder [Fri, 23 Oct 2015 16:34:03 +0000 (18:34 +0200)]
added check for addressbookController.addressbook to prevent ugly NPE

8 years agomaybe the right way ... ;-)
Roland Haeder [Fri, 23 Oct 2015 16:25:29 +0000 (18:25 +0200)]
maybe the right way ... ;-)

8 years agoupdated jar(s)
Roland Haeder [Fri, 23 Oct 2015 15:58:55 +0000 (17:58 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Fri, 23 Oct 2015 15:25:53 +0000 (17:25 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoMerge branch 'master' of file:///E:/Java%20Project/addressbook-war
Roland Haeder [Fri, 23 Oct 2015 12:45:02 +0000 (14:45 +0200)]
Merge branch 'master' of file:///E:/Java%20Project/addressbook-war

8 years agoUpdated jars
Roland Haeder [Tue, 20 Oct 2015 15:59:07 +0000 (17:59 +0200)]
Updated jars

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Fri, 23 Oct 2015 09:56:02 +0000 (11:56 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Thu, 22 Oct 2015 09:12:39 +0000 (11:12 +0200)]
Continued:
- updated constructor invocation + removed no longer needed setter calls
- updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoupdated jar(s)
Roland Haeder [Wed, 21 Oct 2015 12:43:42 +0000 (14:43 +0200)]
updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Tue, 20 Oct 2015 13:03:14 +0000 (15:03 +0200)]
Continued:
- No, also c:set is not right and previous also not. So how can I set a value in a bean from a template?
- moved some components to proper location
- added missing this.
- updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agocleanup from JSTL:
Roland Haeder [Tue, 20 Oct 2015 10:40:20 +0000 (12:40 +0200)]
cleanup from JSTL:
- removed all JSTL usages as this mixes JSF with JSTL which more belongs to JSP
- used f:setPropertyActionListener to set the currently used user instance in profileController.user
- sorry that there is still ui:fragment around but I don't like/want overlong expressions in rendered attributes
- better throw IllegalStateException and not quietly return false in isOwnAddressbook() this method should only work when the user is logged-in
- improved some exception text

Signed-off-by:Roland Häder <roland@mxchange.org>

8 years agoContinued:
Roland Haeder [Tue, 20 Oct 2015 08:52:21 +0000 (10:52 +0200)]
Continued:
- rewrote isProfileLinkVisible() to not accept an instance and use the current (in bean set) instance instead
- well, don't use c:bla in your JSF pages
- updated jar(s)
Signed-off-by:Roland Häder <roland@mxchange.org>