Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2265 Utilise URL Shortner to shorten lesson URL

  1. … 9 more files in changeset.
LDEV-2265 Utilise URL Shortner to shorten lesson URL. Now shortened URL starts with "{LAMS_SERVER}/lams/r/*"

  1. … 10 more files in changeset.
LDEV-2265 Utilise URL Shortner to shorten lesson URL

  1. … 5 more files in changeset.
LDEV-3315: Remove a reference to refactored security code.

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

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

  1. … 17 more files in changeset.
LDEV-3315: No need for own SecurityException as JRE already has got one.

  1. … 1 more file in changeset.
LDEV-3315: No need for own SecurityException as JRE already has got one.

  1. … 2 more files in changeset.
LDEV-3315: Temporarily skip security check if organisation is NULL (lesson preview).

LDEV-3315: Temporarily skip security check if organisation is NULL (lesson preview).

LDEV-3315, LDEV-3367: Refactor SecurityService methods. Replace Monitoring and Gradebook own security code with SecurityService checks.

  1. … 14 more files in changeset.
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Replace Monitoring and Gradebook own security code with SecurityService checks.

  1. … 16 more files in changeset.
LDEV-3315: Add security service and use it in vital entry points.

  1. … 12 more files in changeset.
LDEV-3315: Add utility methods for security. Use the new SecurityService in several places.

  1. … 6 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: Add security service and use it in vital entry points.

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

  1. … 72 more files in changeset.
LDEV-3315: Clean up roles and paths to secured resources in all modules.

  1. … 38 more files in changeset.
LDEV-3308: Before casting get real activity object instead of proxies.

LDEV-3308: Before casting get real activity object instead of proxies.

LDEV-3308: Before casting get real ComplexActivity objects instead of proxies.

LDEV-3308: Before casting get real ComplexActivity objects instead of proxies.

LDEV-3292: Fix a bug preventing learners from being added to lesson correctly.

LDEV-3289 Audit log when moving students backwards/forwards in monitor * Moved all public methods' comments to interface

LDEV-3292: Improve Add Lesson dialog response time: Fetch all users and filter them afterwards instead of fetchin one by one. Make some collections lazy or extra-lazy.

  1. … 8 more files in changeset.
LDEV-3292: Improve Add Lesson dialog response time: Fetch all users and filter them afterwards instead of fetchin one by one. Make some collections lazy or extra-lazy.

  1. … 8 more files in changeset.
LDEV-3294: De-proxy an activity so the real instance can be later used in code.

LDEV-3294: De-proxy an activity so the real instance can be later used in code.

LDEV-3293: Rewrite Application Context configuration files for Spring 4.

  1. … 78 more files in changeset.