• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

    • -280
    • +240
    ./lams/web/ForgotPasswordServlet.java
  1. … 17 more files in changeset.
LDEV-3631 Simple Commenting Widget

    • -0
    • +60
    ./lams/comments/CommentConstants.java
    • -0
    • +646
    ./lams/comments/web/CommentAction.java
    • -0
    • +102
    ./lams/comments/web/CommentForm.java
  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

    • -0
    • +0
    ./lams/comments/web/CommentAction.java
LDEV-3631: Sort by likes implemented, used as a top 10 on the reflection page.

    • -24
    • +42
    ./lams/comments/web/CommentAction.java
  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.

    • -0
    • +59
    ./lams/comments/CommentConstants.java
    • -3
    • +11
    ./lams/comments/web/CommentAction.java
  1. … 27 more files in changeset.
LDEV-3468: Add jvmRoute to runitme statistics.

    • -17
    • +7
    ./lams/web/RuntimeStatsServlet.java
  1. … 3 more files in changeset.
LDEV-3468: Add runitme statistics servlet to WildFly branch.

    • -0
    • +183
    ./lams/web/RuntimeStatsServlet.java
  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.

    • -2
    • +2
    ./lams/comments/web/CommentAction.java
  1. … 1 more file in changeset.
LDEV-3621 Ability to import and use groups from integrated server

    • -26
    • +113
    ./lams/web/OrganisationGroupAction.java
  1. … 14 more files in changeset.
LDEV-3621 Don't fetch groups from integrated server when ExtGroupsUrl property is empty

    • -2
    • +2
    ./lams/web/OrganisationGroupAction.java
  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
    • +620
    ./lams/comments/web/CommentAction.java
    • -0
    • +102
    ./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.

    • -25
    • +46
    ./lams/web/JlatexmathServlet.java
  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.

    • -25
    • +46
    ./lams/web/JlatexmathServlet.java
  1. … 6 more files in changeset.
LDEV-3621 Ability to import and use groups from integrated server

* fixing bugs

    • -2
    • +26
    ./lams/web/OrganisationGroupAction.java
LDEV-3621 Ability to import and use groups from integrated server

    • -26
    • +90
    ./lams/web/OrganisationGroupAction.java
  1. … 19 more files in changeset.
LDEV-3616: Ignore support and floating activities when calculating system gate location.

    • -10
    • +11
    ./lams/authoring/service/EditOnFlyProcessor.java
LDEV-3616: Ignore support and floating activities when calculating system gate location.

    • -9
    • +13
    ./lams/authoring/service/EditOnFlyProcessor.java
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.
LDEV-3578: Use single-use passwords for internal authentication in LoginRequestServlet and LoginAsAction.

    • -7
    • +18
    ./lams/security/UniversalLoginModule.java
  1. … 1 more file in changeset.
LDEV-3595: Remove SOAP classes and their references.

    • -223
    • +0
    ./lams/webservice/LearningDesignRepositorySoapBindingImpl.java
    • -120
    • +0
    ./lams/webservice/LearningDesignRepositorySoapBindingSkeleton.java
    • -212
    • +0
    ./lams/webservice/LessonManagerSoapBindingSkeleton.java
    • -374
    • +0
    ./lams/webservice/RegisterServiceSoapBindingImpl.java
    • -274
    • +0
    ./lams/webservice/RegisterServiceSoapBindingSkeleton.java
    • -38
    • +0
    ./lams/webservice/VerificationServiceSoapBindingImpl.java
    • -64
    • +0
    ./lams/webservice/VerificationServiceSoapBindingSkeleton.java
  1. … 2 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.

    • -44
    • +96
    ./lams/security/DatabaseAuthenticator.java
    • -23
    • +33
    ./lams/security/UniversalLoginModule.java
    • -12
    • +17
    ./lams/web/PasswordChangeAction.java
    • -41
    • +47
    ./lams/web/action/SignupAction.java
    • -34
    • +35
    ./lams/webservice/RegisterAction.java
    • -63
    • +86
    ./lams/webservice/RegisterServiceSoapBindingImpl.java
  1. … 16 more files in changeset.