• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4272: Do not allow in LAMS any HTTP methods other than GET or POST.

  1. … 34 more files in changeset.
LDEV-3962

* support for favorite orgs and last visited one

* if last visited is stored, offcanvas bar is shown as hidden

* offcanvas bar is shrank to 220px

* CSS rules for main.jsp are all moved to main.css

* Javascript methods for main.jsp are moved to main.js. Profile related ones to profile.js. Only methods used by other pages are kept in groupDisplay.js.

* removed UserOrganisationCollapsed.java and code associated with it

  1. … 36 more files in changeset.
LDEV-4002: Forbid non-authors from accessing Authoring. Check for author role when starting Live Edit. Do not show Live Edit button if role check fails.

  1. … 1 more file in changeset.
LDEV-3997 LAMS to become LTI compliant tool provider (version 1.1)

  1. … 27 more files in changeset.
LDEV-3971: Remove pointless synchronisation from Java methods. It would not work in multi-node environment anyway. Focus on DB transactions.

General clean up and formatting.

  1. … 13 more files in changeset.
LDEV-3965 Added ability to enable two-factor authentication for selected users

  1. … 14 more files in changeset.
LDEV-3959: Javascript and css files can only be cached if they are in the public area, otherwise they are reloaded every time.

LDEV-3673: Bring back LearningDesignSVGServlet as it is still needed.

  1. … 1 more file in changeset.
LDEV-3809: Add an integrations interface to read organisation groupings.

  1. … 1 more file in changeset.
LDEV-3808: Add an integrations interface to manage user roles.

  1. … 1 more file in changeset.
LDEV-3761: Initial implementation of NotificationManager. Adjust queries for fetching Notifications.

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

  1. … 7 more files in changeset.
LDEV-3735, LDEV-3674: Rewrite LD import using JDK XML tools. Remove cglib library which does not seem to be used by XStream anymore. Remove Axis and wsdl4j libraries, and several Java classes made obsolete by Flash removal.

Fix LD import in FLA and several Tools.

  1. … 38 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. … 420 more files in changeset.
LDEV-3673: Remove Batik library. Remove back end SVG generating classes. Create LD SVG when a single activity lesson gets added.

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

  1. … 3 more files in changeset.
LDEV-3559 Fixed exceptions when displaying Latex formulas using JLatexMath plugin

  1. … 2 more files in changeset.
LDEV-3576 Added servlet-mapping for GetServerTimeServlet

LDEV-3574 fixed unable to access forgotPassword jsps for unauthorized users

LDEV-3450 Implement peer review feature

  1. … 34 more files in changeset.
LDEV-3455 Rest support for templates, involving portions of a rest based learning design saving interface.

  1. … 8 more files in changeset.
LDEV-2265 adding servlet mappings to web.xml manually as it's no longer generated automatically

LDEV-3382 Add datetime parameter check to LoginRequest.

  1. … 8 more files in changeset.
LDEV-3335, LDEV-3340: Remove a filter which sets inactive timeout in sessions. With new SSO it is just needed in Central and it is already taken care of by SessionListener.

  1. … 33 more files in changeset.
LDEV-3335, LDEV-3334: Add session and cookie configuration to jboss-all.xml. Remove obsolete configuration from web.xml files.

  1. … 35 more files in changeset.
LDEV-3335, LDEV-3334: Use SSO mechanism introduced in WildFly 9.

Do not create web.xml files with XDoclet as it can not produce them based on 3.1 schema. Use static ones instead.

Make SessionManager just a proxy to webserver's HTTP session. Remov custom shared sessions and JSESSIONIDSSO cookie as they are obsolete. Remove own session monitoring as the container should take care of invalidation.

Move injecting UserDTO into session to SsoHandler intead of UniversalLoginModule as an authentication request may not reach the latter due to WildFly credentials caching.

  1. … 226 more files in changeset.
file web.xml was added on branch lams2_head_wildfly on 2014-11-18 16:21:00 +0000

LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

  1. … 1191 more files in changeset.
CNG-2: First attempt to support Open ID authentication. Currrently without using lams_openid project.

  1. … 3 more files in changeset.
LDEV-2664 check for mobile devices in LearnerFlashEnabled.tag

*merge from HEAD

  1. … 7 more files in changeset.