UserSaveAction.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4407 Move classes to the proper packages

Action classes were moved to admin.web.action package; forms to

admin.web.form; DTOs to admin.web.dto.

(To access files' earlier history use Eclipse's Show in History feature

or run 'git log --follow ./path/to/file')

  1. … 76 more files in changeset.
LDEV-4023 :Implement password policy

  1. … 3 more files in changeset.
LDEV-4030: Rename user save method to an explicit name so we can use it or avoid it when we need to.

  1. … 17 more files in changeset.
LDEV-4078 :Sysadmin shouldn't need to change the user's password when modifying her details.

LDEV-4076 Sysadmins should be allowed to mark users as required to use two-factor authentication

  1. … 4 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1074 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 782 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 50 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 55 more files in changeset.
LDEV-3401: Convert XDoclet annotations to empty comments.

  1. … 473 more files in changeset.
LDEV-3674: Remove multiple Flash elements: Authoring, icons, themes, i18n files, WDDX libraries and classes, methods, servlets etc. Rename/rewrite methods for Flashless use.

  1. … 420 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.

  1. … 23 more files in changeset.
LDEV-3208: changing the labels for ones that already existed

  1. … 2 more files in changeset.
LDEV-3208 added validation for changing user parameters and organisation name

  1. … 5 more files in changeset.
LDEV-3164: Store created users in a file for later reference.

  1. … 13 more files in changeset.
LDEV-2420 Work on adding theme options to the add and edit user pages

  1. … 6 more files in changeset.
LDEV-2030 update workspace name when user's name/s are changed; LDEV-2196 ensure user workspaces are created with utf8 strings when user is created

  1. … 1 more file in changeset.
LDEV-1416: Sysadmin can now change user's authentication method in admin control panel.

  1. … 6 more files in changeset.
move some audit log messages from lams_admin to lams_common (in order for system-generated audit messages such as when users are auto-created to be used)

  1. … 6 more files in changeset.
use service method to get default themes

LDEV-1219 trim login string for whitespace

LDEV-1098: Increased size of locale_id field so that it will take more than 127 rows in the database. Matching java field is now an Integer, not a Byte.

  1. … 13 more files in changeset.
check login exists when editing user

remove most remaining 'getBlahService' text and use functions in AdminServiceProxy

  1. … 16 more files in changeset.
add form validation for first name, last name, and email

  1. … 3 more files in changeset.
Updated address of FSF in copyright statement

  1. … 1392 more files in changeset.
split user action into separate actions for user details and user's roles

  1. … 10 more files in changeset.
i18n'd audit messages

  1. … 5 more files in changeset.
change role saving to use service method - also creates workspace for author if for some reason the user doesn't have one. (LDEV-668)

  1. … 1 more file in changeset.
audit entries for user/organisation management

  1. … 3 more files in changeset.