1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 5 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Feature #26: add new test to verify we cannot login if the user has not validated the verification key
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #26: update the Test_User_Command test to verify that we can login correctly
ciceron
as Stephane Carrez
More... over 1 year ago
Fix configuration for the verify-access-key filter
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #26: update to use the Servlet.* package and report an error if a configuration is missing
ciceron
as Stephane Carrez
More... over 1 year ago
Update mail templates to provide an HTML body
ciceron
as Stephane Carrez
More... over 1 year ago
Update the mail to send HTML content in the text/html multipart
ciceron
as Stephane Carrez
More... over 1 year ago
Fix style compilation warning
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #26: handle the User_Disabled exception and report an error message
ciceron
as Stephane Carrez
More... over 1 year ago
Fix compilation warning
ciceron
as Stephane Carrez
More... over 1 year ago
Add migration dependency
ciceron
as Stephane Carrez
More... over 1 year ago
Update to use the last version
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #23: add configuration path variable to search for migration scripts
ciceron
as Stephane Carrez
More... over 1 year ago
Update to use the last version
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #27: add the support to list and print the audit fields
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #26: get the user status in the SQL query
ciceron
as Stephane Carrez
More... over 1 year ago
Update the user creation test to check the password creation
ciceron
as Stephane Carrez
More... over 1 year ago
Update to use the last version
ciceron
as Stephane Carrez
More... over 1 year ago
Update to use the last version
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #26: change the awa schema model version to 2 and rebuild the SQL files
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #26: Rebuild the model files and add the SQL migration
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #26: add new unit tests for the enable/disable of user Update the awa user command to check that the new registered user is in a good state (cannot login until it is validated by auth key).
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #26: add Update_User procedure in the user service Reject authentication when the user is disabled Add command support to enable/disable a user
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #26: rebuild the user model files
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #26: add Status_Type enum in AWA.Users.Models and add status member to the User table
ciceron
as Stephane Carrez
More... over 1 year ago
Add Start_Error exception and raise it if we detect something wrong during startup When starting, check that we have a security manager and raise Start_Error. This is an indication that the Initialize procedure was not called (if we continue a Constraint_Error is raised which brings more confusion than anything else) Handle the Start_Error exception in the commands
ciceron
as Stephane Carrez
More... over 1 year ago
In finalize of service context, an exception could occur during database rollback and this causes a finalize/adjust exception being raised which is almost impossible to understand the root cause. Catch the exception and report an error with the exception.
ciceron
as Stephane Carrez
More... over 1 year ago
Update to use the last versions
ciceron
as Stephane Carrez
More... over 1 year ago
Rebuild the SQL files
ciceron
as Stephane Carrez
More... over 1 year ago
Rebuild the SQL files
ciceron
as Stephane Carrez
More... over 1 year ago
Feature #23: document the new migrate command
ciceron
as Stephane Carrez
More... over 1 year ago