Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3315: Add utility methods for security. Use the new SecurityService in several places.

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

  1. … 12 more files in changeset.
LDEV-3315: Remove AUTHOR ADMIN role. Allow AUTHOR role to preview lessons. Allow MONITOR role to edit activities and run Live Edit.

  1. … 71 more files in changeset.
LDEV-2846: Remove obsolete filters.

  1. … 3 more files in changeset.
LDEV-3275: Introduce SSO using Undertow mechanisms.

Valves do not exist in Undertow. Another approach had to be used.

In each WAR there is a file in META-INF/service dir which adds a class in request processing chaing.

For Central it is SsoProducer which put the authenticated account into shared session.

All other modules use SsoConsumer which takes the account and puts it into its security context.

In standalone.xml caching of credentials was switched off as it would prevent UniversalLoginModule from putting UserDTO into shared session.

TODO: use a simple pass-all authentication mechanism for static files like images and JS files.

  1. … 11 more files in changeset.
LDEV-2463 Added new method "learnerStrictAuth" available to LoginRequest. It works the same way as "learner" but requires hash to also contain lesson id parameter.

  1. … 4 more files in changeset.
LDEV-3309 Add isUpdateUserDetails parameter for LoginRequest so user details get updated

  1. … 6 more files in changeset.
LDEV-3309 Add isUpdateUserDetails parameter for LoginRequest so user details get updated

  1. … 6 more files in changeset.
LDEV-3292: When looking for an unique LD title to create a lesson, search for LDs with given prefix instead taking all from given workspace folder.

  1. … 3 more files in changeset.
LDEV-3293: Use Hibernate 4 cache. Remove unused cache management from lams_admin.

  1. … 909 more files in changeset.
LDEV-3293: Add missing Spring libraries and remove obsolete Hibernate libraries.

  1. … 5 more files in changeset.
LDEV-3286 audit log when marks are released

  1. … 4 more files in changeset.
LDEV-3286 new option for gradebook service to audit log mark changes

LDEV-2463 Added new method "learnerStrictAuth" available to LoginRequest. It works the same way as "learner" but requires hash to also contain lesson id parameter.

  1. … 4 more files in changeset.
LDEV-3269: Add learning design groups management in Admin and utilisation in Flashless Authoring.

  1. … 25 more files in changeset.
LDEV-3263 Add support for renaming field names on sequence import

  1. … 3 more files in changeset.
LDEV-2846: Use standard libraries to copy files instead of keeping own methods which do the same.

  1. … 2 more files in changeset.
LDEV-3115: Use new FLA SVG images in Monitoring.

  1. … 19 more files in changeset.
LDEV-3244 Release define later flag after canceling edit tool in monitor

  1. … 63 more files in changeset.
LDEV-3115: Partial support for tool output based branching.

  1. … 9 more files in changeset.
LDEV-3225: Remove unused colums for tool contribution and moderation.

  1. … 42 more files in changeset.
LDEV-3225: Add better contribution management in Monitoring.

  1. … 41 more files in changeset.
LDEV-3115: Allow unifinished branches. Validation of groupings not being used in a sequence. Remove grouping references when transition is removed. Recently Used Sequences (LD access) full functionality. Detect LDs being overwritten by manually providing an existing title. Change how Parallel Activities are detected and described in Flashless Authoring in LD Importer. Multiple CSS changes and bug fixes.

  1. … 15 more files in changeset.
LDEV-3215 Proper handling and message in case of Activity requires existing grouping but no group for user exists yet.

LDEV-3115, LDEV-3215: Grouping for Floating activities. Improve grouping detection for plain Tool activities. Last LD access list front end partial implementation.

  1. … 12 more files in changeset.
LDEV-3207: Remove unused columns for setting absolute open & close gate times.

  1. … 11 more files in changeset.
LDEV-3207: Use a collection for annotations which WDDX serializer understands. Ask user before leaving a non-empty Learning Design. Store child activity coordinates relative to parent Optional/Floating/Parallel activity.

  1. … 3 more files in changeset.
LDEV-3208 Create a validationutil for all the regex in a central place and include the validation for the integrations.

  1. … 12 more files in changeset.
LDEV-3207: Add support for Schedule Gate based on activity completion. Fix bugs in Flashless Authoring LD save.

  1. … 25 more files in changeset.
LDEV-3115: Annotations saving/loading. DB structures for recently used LDs list. Duplicates of SVG icons with name pattern recognised by Flashless Authoring.

  1. … 28 more files in changeset.