Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5006 Strip URL from password so users need to provide it manually

LDEV-5006 Protect Zoom meetings with passwords

  1. … 2 more files in changeset.
LDEV-4559 Better error handling in Zoom tool

  1. … 1 more file in changeset.
LDEV-4743 Squash tool patches updating to version 3.1

  1. … 116 more files in changeset.
LDEV-4932 Secure save tool authoring with CSRF Guard

  1. … 42 more files in changeset.
LDEV-4932 Secure edit in monitor with CSRF Guard

* In order to secure /definelater.do path, added definelater() method to

AuthoringController to the tools missing it

* Remove unnecessary forms from monitor in Vote, NB, QA tools

  1. … 109 more files in changeset.
LDEV-4929 Add missing service method names to xApplicationContext.xmls

* Alphabetize method names in to xApplicationContext.xmls

  1. … 42 more files in changeset.
LDEV-4900 Update Gradebook marks of non-leaders on leader finish

* Gradebook now pushes updated marks to LTI consumer. It happens only if

user has finished the lesson

  1. … 60 more files in changeset.
LDEV-4743 Update SQL script with autopatch changes for LAMS 3.1 release

  1. … 139 more files in changeset.
LDEV-4678 Remove no longer needed @Autowired applicationContext

  1. … 20 more files in changeset.
LDEV-4678 WebUtil.putActivityPositionInRequestByToolSessionId transformed into service method

Also introduce ICommonToolService that will hold methods shared by all

tools.

  1. … 140 more files in changeset.
LDEV-4678 Remove all ServiceProxy classes

Also get rid of LearningWebUtil.putActivityPositionInRequest(Long

activityId, HttpServletRequest request, ServletContext context) and

LearningWebUtil.getActivityMapping(ServletContext context) methods. As

it's better to invoke according service methods directly.

  1. … 51 more files in changeset.
LDEV-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 168 more files in changeset.
LDEV-4696 Make all @ManyToOne and @OneToOne lazy

Hibernate 3 used lazy loading of single-object relationships by default.

JPA's default setting is eager. When loading entities all references are

loaded immediately using JOINs. A large entity, like Learning Design,

can have a query consisting of 25 JOINs. It makes it very slow.

There is no way to change JPA's default behaviour. In order to make JPA

annotations behave like old Hibernate, each of them got an explicit

attribute saying that loading is lazy.

  1. … 168 more files in changeset.
LDEV-4696 Rewrite Zoom to Hibernate annotations

  1. … 5 more files in changeset.
LDEV-4440 Switch controllers to use @Autowired service beans

Also in cases when service bean in Controller has the same name as in

applicationContext, @Qualifier(..) can be removed. Which was done almost

in all cases, except for messageService due to "messageService" name

seems to be more preferable than adminMessageService,

centralMessageService and so on. Thus they were kept as before:

@Autowired

@Qualifier("centralMessageService")

private MessageService messageService;

  1. … 179 more files in changeset.
LDEV-4664 Tweak HTTP connection access

  1. … 4 more files in changeset.
LDEV-4664 Use HTTP classes from another package

  1. … 1 more file in changeset.
LDEV-4440 Migrate Zoom tool to Spring MVC

  1. … 51 more files in changeset.
LDEV-4440 Rename Zoom Action package and classes

LDEV-4407 Adjust Zoom code for rearranged core

  1. … 1 more file in changeset.
Monthly merge from master to lams31

Conflicts:

lams_build/3rdParty.userlibraries

lams_build/build.xml

lams_build/conf/j2ee/jboss-deployment-structure.xml

lams_build/lib/lams/lams.jar

lams_build/liblist.txt

lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/actions/MonitoringAction.java

lams_tool_sbmt/src/java/org/lamsfoundation/lams/tool/sbmt/service/SubmitFilesService.java

    • -0
    • +108
    ./java/org/lamsfoundation/lams/tool/zoom/model/ZoomApi.java
    • -0
    • +61
    ./java/org/lamsfoundation/lams/tool/zoom/util/ZoomUtil.java
  1. … 22 more files in changeset.
LDEV-4599 Add authoring advanced settings: duration and start in monitor

  1. … 4 more files in changeset.
LDEV-4599 Add Zoom activity preview

LDEV-4599 Use another call to verify if API works

LDEV-4599 Use API with oldest live meeting if there are no free ones

LDEV-4599 In authoring warn of missing API keys

  1. … 1 more file in changeset.
LDEV-4599 API keys management

  1. … 7 more files in changeset.
LDEV-4599 Get rid of unnecessary Config entity

  1. … 4 more files in changeset.
LDEV-4599 Duplicate user data in the tool

User data like name or email seems redundant in tool tables. But

otherwise we would have to hit the core tables every time we want to

fetch it. We stick to redundancy until we have a well working 2nd level

cache and we agree to couple tool and core tables more tightly.

  1. … 1 more file in changeset.