•  
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug that broke adding new users. Changed the way passwords are updated and checked to see if they meet the password requirements.…
Fixed bug that broke adding new users. Changed the way passwords are updated and checked to see if they meet the password requirements.

Issue: MIRTH-1726

  1. … 1 more file in changeset.
Updated to use local FileUtils rather than the one from Commons-IO
Updated to use local FileUtils rather than the one from Commons-IO
Updated to use new convertChannelString method
Updated to use new convertChannelString method
Separated the updateUser and updateUserPassword methods.…
Separated the updateUser and updateUserPassword methods.

Issue: MIRTH-1726

MIRTH-1901 - Added login retry limit and lockout period using a new LoginRequirementsChecker and a LoginStatus object that gets passed all the way back to the client.…
MIRTH-1901 - Added login retry limit and lockout period using a new LoginRequirementsChecker and a LoginStatus object that gets passed all the way back to the client.

MIRTH-1721 - Added FAIL_VERSION_MISMATCH Login Status and set the message to show both the Server and Administrator versions.

MIRTH-1726 - Added properties options for expiration and grace period, which are not yet implemented.

    • -1
    • +2
    ./src/com/mirth/connect/ant/AbstractMirthTask.java
  1. … 19 more files in changeset.
Added build script to generate Ant task jar.…
Added build script to generate Ant task jar.

Issue: MIRTH-1834

Imported channels will now either continue with revisions one higher than the existing revision or start over if the channel did not already exist.…
Imported channels will now either continue with revisions one higher than the existing revision or start over if the channel did not already exist.

Issue: MIRTH-1830

  1. … 3 more files in changeset.
  • More
  • 5408
  • updated metadata for 1 file
no_comment
no_comment
Moved Ant task from server trunk into its own project.
Moved Ant task from server trunk into its own project.
    • -0
    • +119
    ./src/com/mirth/connect/ant/AbstractMirthTask.java
    • -0
    • +51
    ./src/com/mirth/connect/ant/ResumeTask.java
    • -0
    • +21
    ./src/com/mirth/connect/ant/antlib.xml
    • binary
    ./lib/ant-contrib.jar
    • -0
    • +55
    ./src/com/mirth/connect/ant/UserListTask.java
    • -0
    • +56
    ./src/com/mirth/connect/ant/StartTask.java
    • -0
    • +102
    ./src/com/mirth/connect/ant/DeployTask.java
    • -0
    • +296
    ./src/com/mirth/connect/ant/ImportTask.java
    • -0
    • +51
    ./src/com/mirth/connect/ant/StopTask.java
    • -0
    • +275
    ./src/com/mirth/connect/ant/ChannelActionTask.java
    • -0
    • +63
    ./src/com/mirth/connect/ant/ListTask.java
    • -0
    • +51
    ./src/com/mirth/connect/ant/PauseTask.java
  1. … 14 more files in changeset.
Initial import.
Initial import.