• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3653 Add websocket server and client code.

Add Ant code for deploying the server class to <WAR>/WEB-INF/classes folder for WildFly to pick it up on start up.

Rearange, clean up and formatting.

  1. … 22 more files in changeset.
LDEV-3637 Add integration API: clone a lesson based on a lessonID

LDEV-3315: Prevent XSS attach when recovering password. Do not give away information that an email is assigned to multiple users. Do not give away DB structure when an error occurs.

  1. … 17 more files in changeset.
LDEV-3315: Prevent XSS attach when recovering password. Do not give away information that an email is assigned to multiple users. Do not give away DB structure when an error occurs.

  1. … 17 more files in changeset.
LDEV-3631 Simple Commenting Widget

  1. … 74 more files in changeset.
file CommentConstants.java was added on branch lams2_head_wildfly on 2016-01-12 12:19:52 +0000

LDEV-3631: Sort by likes implemented, used as a top 10 on the reflection page.

file CommentAction.java was added on branch lams2_head_wildfly on 2016-01-12 12:19:52 +0000

LDEV-3631: Sort by likes implemented, used as a top 10 on the reflection page.

  1. … 16 more files in changeset.
LDEV-3631: Support multilevel threading, show comments in read only mode on reflection page and allow the dislike button to be shown/not shown based on Advanced settings.

  1. … 27 more files in changeset.
LDEV-3468: Add jvmRoute to runitme statistics.

  1. … 3 more files in changeset.
LDEV-3468: Add runitme statistics servlet to WildFly branch.

  1. … 3 more files in changeset.
LDEV-3635 Add integration API: remove users from lesson

LDEV-3637 Add integration API: clone a lesson based on a lessonID

  1. … 4 more files in changeset.
LDEV-3636 Add integration API: remove lesson from course

LDEV-3635 Add integration API: remove users from lesson

LDEV-3631 Simple Commenting Widget. Make sure the newlines in comments are converted to <BR> on display.

  1. … 1 more file in changeset.
LDEV-3621 Ability to import and use groups from integrated server

  1. … 14 more files in changeset.
LDEV-3621 Don't fetch groups from integrated server when ExtGroupsUrl property is empty

  1. … 3 more files in changeset.
file CommentForm.java was added on branch lams2_head_wildfly on 2016-01-12 12:19:52 +0000

LDEV-3631 Simple Commenting Widget. Initial implementation.

    • -0
    • +102
    ./java/org/lamsfoundation/lams/comments/web/CommentForm.java
  1. … 46 more files in changeset.
LDEV-3632: Add buttons to the math formula plugin.

Silence Java exceptions when an user makes a mistake in a formula.

  1. … 6 more files in changeset.
LDEV-3632: Add buttons to the math formula plugin.

Silence Java exceptions when an user makes a mistake in a formula.

  1. … 6 more files in changeset.
LDEV-3621 Ability to import and use groups from integrated server

* fixing bugs

LDEV-3621 Ability to import and use groups from integrated server

  1. … 19 more files in changeset.
LDEV-3616: Ignore support and floating activities when calculating system gate location.

LDEV-3616: Ignore support and floating activities when calculating system gate location.

LDEV-3614: Improve processing of Gate activities.

Alter lams_activity_learners table so it reflects its real purpose: storing learners who are allowed to pass a gate.

Find out who is waiting in front of a gate using learner progress (activity attempt).

For sync gate take into account all possible lesson learners (lesson class) rather than only ones who started a lesson.

Use an entity in JSP generation rather than a DTO which is just a wrapper for the entity.

Code clean up.

  1. … 43 more files in changeset.
LDEV-3614: Improve processing of Gate activities.

Alter lams_activity_learners table so it reflects its real purpose: storing learners who are allowed to pass a gate.

Find out who is waiting in front of a gate using learner progress (activity attempt).

For sync gate take into account all possible lesson learners (lesson class) rather than only ones who started a lesson.

Use an entity in JSP generation rather than a DTO which is just a wrapper for the entity.

Code clean up.

  1. … 42 more files in changeset.
LDEV-3602: Clear authentication cache on session invalidation.

  1. … 4 more files in changeset.