Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3776: Clean up and format all LAMS Java code.

    • -87
    • +83
    ./org/lamsfoundation/lams/admin/web/ConfigAction.java
  1. … 36 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

    • -87
    • +85
    ./org/lamsfoundation/lams/admin/web/ConfigAction.java
  1. … 41 more files in changeset.
LDEV-3401: Convert XDoclet annotations to empty comments.

  1. … 459 more files in changeset.
LDEV-3749: Remove OpenID resources.

  1. … 5 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. … 415 more files in changeset.
LDEV-3578: Store salt when importing users.

LDEV-3697: Choosing user from autocomplete list displays results only for him/her. Entering generic query displays results for all matched users. Major clean up: rewrite methods for finding users and move them from UserManagementService to UserDAO.

  1. … 9 more files in changeset.
LDEV-3575 Implement paging and search for "Find users" UI

  1. … 11 more files in changeset.
LDEV-3575 Implement paging and search for "Find users" UI

  1. … 11 more files in changeset.
LDEV-3560: Look up course ID by its name. Existing solution does not work for TestHarness after tablesorter has been introduced.

  1. … 1 more file in changeset.
LDEV-3560: Look up course ID by its name. Existing solution does not work for TestHarness after tablesorter has been introduced.

  1. … 1 more file in changeset.
LDEV-3620: Add paging and search in Edit Class dialog.

  1. … 14 more files in changeset.
LDEV-3620: Add paging and search in Edit Class dialog.

  1. … 14 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. … 22 more files in changeset.
LDEV-3560 Search option for course management

  1. … 7 more files in changeset.
LDEV-3560 Handle null entries

LDEV-3560 Search option for course management

  1. … 6 more files in changeset.
LDEV-3544: Allow Sysadmin to create courses when he is a root course manager.

LDEV-3544: Allow Sysadmin to create courses when he is a root course manager.

LDEV-3519: Course signup description to use CKEditor

  1. … 2 more files in changeset.
LDEV-3519: Make DynaActionForm accessible in JSP page.

  1. … 1 more file in changeset.
LDEV-3337: Update Quartz 1.5.2 -> 2.2.1

  1. … 287 more files in changeset.
LDEV-3382 ability to edit integrated server's setting responsible for how long LoginRequest will be valid.

  1. … 2 more files in changeset.
LDEV-3382 ability to edit integrated server's setting responsible for how long LoginRequest will be valid.

  1. … 3 more files in changeset.
LDEV-3275: Fix a NPE when saving sysadmin configuration.

LDEV-3315, LDEV-3367: Refactor SecurityService methods. Improve security in several places.

  1. … 16 more files in changeset.
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Improve security in several places.

  1. … 16 more files in changeset.
LDEV-3332: revert spring-beans schema declaration in application context xml files. export spring meta-inf in jboss-deployment-structure.xml

It is way more elegant approach to fix an issue with spring-beans.xsd loading from internet.

  1. … 77 more files in changeset.
LDEV-3332: fix spring contexts declaration to find spring-beans-4.0.xsd locally at classpath.

Having spring module defined as a set of spring jars (as we do have in Wildfly), it is impossible for spring to resolve xsd schema mapping file 'spring.schemas' correctly. With set of jars, we have 5 instances of this file (with different content) under the same path 'META-INF/spring.schemas'. This ended up in spring not beeing able to map spring-beans-4.0.xsd URL path to local resource location. Finally, this xsd was loaded from internet - and that significantly slowed Wildfly startup.

With this fix LAMS is way (depends on internet connection) faster to start.

  1. … 76 more files in changeset.
LDEV-3315: Clean up roles and paths to secured resources in all modules. Remove AUTHOR ADMIN role.

  1. … 69 more files in changeset.