Skip to content

Commit 3ce769a

Browse files
author
Wolfgang Knauer
committed
frontend update to 24.04.000.038
1 parent 9320d5f commit 3ce769a

File tree

2,123 files changed

+200806
-66895
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,123 files changed

+200806
-66895
lines changed

frontend/build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@
291291
<include name="**/*create-tablespaces*" />
292292
<include name="**/*create-user*" />
293293
<include name="**/*fulldb*" />
294-
<include name="**/emm-create-initial-password.sh" />
295294
<exclude name="**/old/**" />
296295
</fileset>
297296
</copy>

frontend/build/templates/log4j2-emm.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,18 @@
103103
<ThresholdFilter level="debug" onMatch="ACCEPT" onMisMatch="DENY" />
104104
<TimeBasedTriggeringPolicy />
105105
</RollingFile>
106+
107+
<RollingFile name="HONEYPOT_PAGE_LOG" fileName="${sys:user.home}/logs/webapps/honeypot-page.log" filePattern="${sys:user.home}/logs/webapps/honeypot-page.log.%d{yyyy-MM-dd}">
108+
<PatternLayout pattern="%d: %-5p [%t] %c - %m%n" />
109+
<ThresholdFilter level="info" onMatch="ACCEPT" onMisMatch="DENY" />
110+
<TimeBasedTriggeringPolicy />
111+
</RollingFile>
112+
113+
<RollingFile name="TOTP_LOG" fileName="${sys:user.home}/logs/webapps/totp.log" filePattern="${sys:user.home}/logs/webapps/totp.log.%d{yyyy-MM-dd}">
114+
<PatternLayout pattern="%d: %-5p [%t] %c - %m%n" />
115+
<ThresholdFilter level="info" onMatch="ACCEPT" onMisMatch="DENY" />
116+
<TimeBasedTriggeringPolicy />
117+
</RollingFile>
106118
</Appenders>
107119

108120
<Loggers>
@@ -218,5 +230,19 @@
218230

219231
<Logger name="net.htmlparser.jericho" level="OFF">
220232
</Logger>
233+
234+
<Logger name="com.agnitas.honeypot.web.HoneypotLinkConfirmController" level="info">
235+
<AppenderRef ref="HONEYPOT_PAGE_LOG" />
236+
</Logger>
237+
238+
<!-- BEGIN: TOTP loggin -->
239+
<Logger name="com.agnitas.emm.core.logon.web.LogonControllerExtended" level="info">
240+
<AppenderRef ref="TOTP_LOG" />
241+
</Logger>
242+
243+
<Logger name="com.agnitas.emm.core.logon.totp.service.TotpTrustDeviceServiceImpl" level="info">
244+
<AppenderRef ref="TOTP_LOG" />
245+
</Logger>
246+
<!-- END: TOTP loggin -->
221247
</Loggers>
222248
</Configuration>

frontend/build/templates/web-basic.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
<url-pattern>/v.html</url-pattern>
425425
</servlet-mapping>
426426

427-
<!-- File download -->
427+
<!-- File download
428428
<servlet>
429429
<servlet-name>FileDownloadServlet</servlet-name>
430430
<servlet-class>org.agnitas.emm.core.download.web.FileDownloadServlet</servlet-class>
@@ -433,6 +433,7 @@
433433
<servlet-name>FileDownloadServlet</servlet-name>
434434
<url-pattern>/download</url-pattern>
435435
</servlet-mapping>
436+
-->
436437

437438
<!-- Welcome File -->
438439
<welcome-file-list>
@@ -461,11 +462,11 @@
461462
<!-- Error Pages -->
462463
<error-page>
463464
<exception-type>jakarta.servlet.ServletException</exception-type>
464-
<location>/error.action</location>
465+
<location>/error.action?allowRedesigned=true</location>
465466
</error-page>
466467
<error-page>
467468
<exception-type>java.lang.Exception</exception-type>
468-
<location>/error.action</location>
469+
<location>/error.action?allowRedesigned=true</location>
469470
</error-page>
470471
<error-page>
471472
<error-code>404</error-code>

frontend/etc/reportdesigns/Monthly.rptdesign

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2573,7 +2573,7 @@ function beforeDrawAxisLabel( axis, label, icsc ) {
25732573
<cell id="162">
25742574
<text-data id="431">
25752575
<property name="textAlign">left</property>
2576-
<expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("settings.fieldType.DATE", reportContext.getLocale())</expression>
2576+
<expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("Date", reportContext.getLocale())</expression>
25772577
</text-data>
25782578
</cell>
25792579
<cell id="163">

frontend/etc/reportdesigns/Monthly_csv.rptdesign

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ return false;]]></method>
319319
<row id="161">
320320
<cell id="162">
321321
<text-data id="431">
322-
<expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("settings.fieldType.DATE", reportContext.getLocale())</expression>
322+
<expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("Date", reportContext.getLocale())</expression>
323323
</text-data>
324324
</cell>
325325
<cell id="163">

frontend/etc/reportdesigns/domain_bydomain.rptdesign

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ return false;
537537
<row id="570">
538538
<cell id="571">
539539
<text-data id="282">
540-
<expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("settings.fieldType.DATE", reportContext.getLocale())</expression>
540+
<expression name="valueExpr">Packages.com.agnitas.messages.I18nString.getLocaleString("Date", reportContext.getLocale())</expression>
541541
</text-data>
542542
</cell>
543543
<cell id="572">

0 commit comments

Comments
 (0)