RegisterServiceSoapBindingImpl.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3998 Remove reference to Organisation from ExtServerOrgMap class

    • -22
    • +22
    ./RegisterServiceSoapBindingImpl.java
  1. … 37 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -36
    • +46
    ./RegisterServiceSoapBindingImpl.java
  1. … 2120 more files in changeset.
LDEV-3595: Remove SOAP classes and their references.

    • -374
    • +0
    ./RegisterServiceSoapBindingImpl.java
  1. … 10 more files in changeset.
LDEV-3578: Convert passwords from sha1 to sha256 with salt after successful authentication and on password change. Remove password hashing in browser. Change internal authentication mechanism for LoginRequestServlet and LoginAsAction.

    • -63
    • +86
    ./RegisterServiceSoapBindingImpl.java
  1. … 23 more files in changeset.
LDEV-3208 added validation for changing user parameters and organisation name

    • -0
    • +10
    ./RegisterServiceSoapBindingImpl.java
  1. … 5 more files in changeset.
fix mistake in the javadoc about what is hashed

autoformat and add javadoc comments

    • -266
    • +290
    ./RegisterServiceSoapBindingImpl.java
Updated createOrganisation to set the code and description fields.

Renamed createGroup to createOrganisation.

Added addUserToOrganisation

    • -1
    • +60
    ./RegisterServiceSoapBindingImpl.java
  1. … 2 more files in changeset.
Added method createGroup to RegisterService

    • -0
    • +29
    ./RegisterServiceSoapBindingImpl.java
  1. … 2 more files in changeset.
LDEV-1284 alter the register (web) service to accept course ids and names as inputs. Also altered the integration service to handle course names, and boolean flags for whether users are staff, and whether to use the extServer's prefix in the org/user name. Tested with Moodle integration and sign up script.

    • -86
    • +95
    ./RegisterServiceSoapBindingImpl.java
  1. … 4 more files in changeset.
merge LangUtil into LanguageUtil

  1. … 8 more files in changeset.
merge changes from ldap2_0_4 branch back to HEAD

    • -24
    • +4
    ./RegisterServiceSoapBindingImpl.java
  1. … 14 more files in changeset.
modify RegisterService to be more flexible

    • -7
    • +111
    ./RegisterServiceSoapBindingImpl.java
  1. … 2 more files in changeset.
LDEV-1102 disable Register web service by default, add key check

    • -27
    • +12
    ./RegisterServiceSoapBindingImpl.java
  1. … 6 more files in changeset.
change 'course admin/manager' in db to 'group admin/manager' so users don't have to say 'course admin/manager' when specifying roles in a spreadsheet ('course' replaced by 'group').

  1. … 15 more files in changeset.
LDEV-768: Fixed the problem with the session being closed by changing how the update is done. Previously it used the user object connected to another session - now it looks up the user in the "add user" code, so that it will be part of the same Hibernate session. Given this user is in the cache, it shouldn't add too much time to the call.

  1. … 5 more files in changeset.
only add the current user to all the lessons of the course instead of adding all the users of the course to all the lessons of the course. This way won't garantee all the self registered users can share all the lessons but will accelerate the registration process

    • -50
    • +57
    ./RegisterServiceSoapBindingImpl.java
add all users to all lessons in the course

    • -2
    • +29
    ./RegisterServiceSoapBindingImpl.java
small change

fixed a bug

    • -26
    • +42
    ./RegisterServiceSoapBindingImpl.java
register service

    • -0
    • +100
    ./RegisterServiceSoapBindingImpl.java
  1. … 3 more files in changeset.