FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · tmacane/moqui-framework · GitHub
tmacane
/
moqui-framework
Public
forked from
moqui/moqui-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Dec 23, 2021
In UserServices.reset#Password add emailTemplateId parameter that defualts to PASSWORD_RESET
jonesde
committed
781e0f4
View commit details
Copy full SHA for 781e0f4
Browse repository at this point
Commits on Dec 22, 2021
Add WebFacadeStub.getRequestDetails() to fix error in test render of System/dashboard screen now that it uses it
jonesde
committed
758ce3d
View commit details
Copy full SHA for 758ce3d
Browse repository at this point
Commits on Dec 21, 2021
Small change to L10nFacade.format() to support Map and Collection objects with JSON pretty print instead of plain toString(), thanks to Arzang Kasiri for the idea, for use on the ServiceRun screen …
Show description for c6378dd
jonesde
committed
c6378dd
View commit details
Copy full SHA for c6378dd
Browse repository at this point
Commits on Dec 19, 2021
Add note about H2 CVE-2021-23463, holding off on update for now as vulnerable functionality is not used and update will require some sort of change to handle new reserved words in H2 that are used …
Show description for 2c279b5
jonesde
committed
2c279b5
View commit details
Copy full SHA for 2c279b5
Browse repository at this point
Commits on Dec 18, 2021
Add webapp_client_ip_header=X-Real-IP to docker compose files that use nginx-proxy, the default config of nginx-proxy populates this header and with the recent changes to the framework it can be us…
Show description for 5f5e0ef
jonesde
committed
5f5e0ef
View commit details
Copy full SHA for 5f5e0ef
Browse repository at this point
Update log4j to 2.17.0 for CVE-2021-45105; this is a less significant vulnerability but has potential for infinite recursion leading to stack overflow leaving vulnerable to a denial of service atta…
Show description for cc6c64c
jonesde
committed
cc6c64c
View commit details
Copy full SHA for cc6c64c
Browse repository at this point
Add EntitySync.targetPath field
jonesde
committed
2fcd662
View commit details
Copy full SHA for 2fcd662
Browse repository at this point
Commits on Dec 16, 2021
Add DbFormField.condition field, when generating form xml node from DbForm generate conditional-field with the condition, small error handling improvement for invalid condition expressions in Scree…
Show description for 0f6039b
jonesde
committed
0f6039b
View commit details
Copy full SHA for 0f6039b
Browse repository at this point
Update whitesource settings to be more restrictive
jonesde
committed
903ded1
View commit details
Copy full SHA for 903ded1
Browse repository at this point
In ExecutionContextFactoryImpl add variation of getStatusMap() with a boolean to get sensitive info, for use on System Dashboard screen where data was missing because of the previous change here
jonesde
committed
cd9c8b7
View commit details
Copy full SHA for cd9c8b7
Browse repository at this point
Commits on Dec 15, 2021
Update log4j to 2.16.0 for the new CVE: CVE-2021-45046; tested and still works fine with internal MDC, local sys properties in config, etc
jonesde
committed
8c836c1
View commit details
Copy full SHA for 8c836c1
Browse repository at this point
Security related: add webapp_client_ip_header property and env var which is used in the new webapp.@client-ip-header attribute which is used instead of always X-Forwarded-For when getting the clien…
Show description for b71c871
jonesde
committed
b71c871
View commit details
Copy full SHA for b71c871
Browse repository at this point
Commits on Dec 14, 2021
Small EntityDataWriter changes: more cleanly support no path in zipDirectory, in export#EntityDataSnapshot always use filePerEntity for CSV; add some javadoc comments
jonesde
committed
2bba8d5
View commit details
Copy full SHA for 2bba8d5
Browse repository at this point
In EntityDataWriterImpl add isoDateTime and tableColumnNames options, support in export#EntityDataSnapshot service; support CSV and JSON inside zip file in EntityDataLoaderImpl, and in CSV load han…
Show description for 378dc74
jonesde
committed
378dc74
View commit details
Copy full SHA for 378dc74
Browse repository at this point
Commits on Dec 12, 2021
First pass on EntityDataWriterImpl changes to support CSV export in single file one entity or directory or zip directory modes, add fileType parameter to export#EntityDataSnapshot service
jonesde
committed
b3afbf9
View commit details
Copy full SHA for b3afbf9
Browse repository at this point
Update Log4j 2 to 2.15.0 for CVE-2021-44228, related to previous commit adding disable setting to log4j2.xml config file; from general testing logging still all working, including log feed to Elast…
Show description for 667d2c3
jonesde
committed
667d2c3
View commit details
Copy full SHA for 667d2c3
Browse repository at this point
Commits on Dec 10, 2021
Add log4j2.formatMsgNoLookups property to log4j2.xml as a temporary workaround for the recently announced vulnerability with particular strings in log messages
jonesde
committed
d1cfb30
View commit details
Copy full SHA for d1cfb30
Browse repository at this point
In build.gradle add jvm arg to awt headless so gradle doesn't steal focus on mac
jonesde
committed
5ec795f
View commit details
Copy full SHA for 5ec795f
Browse repository at this point
Commits on Dec 9, 2021
In build.gradle use file() instead of new File() to more reliably get the path where gradle was run; fixes issue with starting ElasticSearch on certain systems
jonesde
committed
d6affad
View commit details
Copy full SHA for d6affad
Browse repository at this point
Commits on Dec 7, 2021
Add Admin Login As User permission seed data
jonesde
committed
ecc0dcf
View commit details
Copy full SHA for ecc0dcf
Browse repository at this point
Add note about H2 update and the new reserved word VALUE
jonesde
committed
0c9b06b
View commit details
Copy full SHA for 0c9b06b
Browse repository at this point
Minor library version updates, including to Groovy and Jetty
jonesde
committed
ecc96ce
View commit details
Copy full SHA for ecc96ce
Browse repository at this point
Commits on Dec 3, 2021
In L10nFacadeImpl.formatNumber() improve default format using NumberFormat directly for locale sensitive grouping and up to 12 decimal digits with min of zero for integers; with this change might b…
Show description for 408380f
jonesde
committed
408380f
View commit details
Copy full SHA for 408380f
Browse repository at this point
Change my_proxy.conf for nginx-proxy in Docker to set X-Forwarded-For to remote_addr instead of using the default proxy_add_x_forwarded_for which appends to an existing X-Forwarded-For and that mak…
Show description for be3358e
jonesde
committed
be3358e
View commit details
Copy full SHA for be3358e
Browse repository at this point
Change EntityAuditLog to create-only so that values cannot be modified, at least via the EntityFacade; this is one of the more obvious use cases for this feature and will help prevent audit log tam…
Show description for 7fa57eb
jonesde
committed
7fa57eb
View commit details
Copy full SHA for 7fa57eb
Browse repository at this point
In moqui conf file add response-header.@add attribute that if true adds the header, defaults to false which sets/overrides the header by name; change all response.addHeader() to response.setHeader(…
Show description for 573d6e6
jonesde
committed
573d6e6
View commit details
Copy full SHA for 573d6e6
Browse repository at this point
Commits on Nov 12, 2021
Merge branch 'master' of github.com:moqui/moqui-framework
jonesde
committed
e401826
View commit details
Copy full SHA for e401826
Browse repository at this point
Add EmailServer.allowedToDomains field, support in send#EmailMessage and send#EmailTemplate services to only send to email addresses with matching domains, or if not set still to any domain
jonesde
committed
1439e2a
View commit details
Copy full SHA for 1439e2a
Browse repository at this point
Commits on Nov 3, 2021
Merge pull request #498 from moqui/reset-password-body-parameters
Show description for 531ec16
jonesde
authored
531ec16
View commit details
Copy full SHA for 531ec16
Browse repository at this point
Added new bodyParameters parameter to the reset#Password service.
aabiabdallah
authored and
Ayman Abi Abdallah
committed
b2e41c0
View commit details
Copy full SHA for b2e41c0
Browse repository at this point
Commits on Oct 26, 2021
Add ResourceFacade.template() alternatives, in ScreenRenderImpl.renderText() allow isTemplateStr to be a default extension if no renderer found give location filename extension
jonesde
committed
3455a92
View commit details
Copy full SHA for 3455a92
Browse repository at this point
Commits on Oct 20, 2021
In ScheduledJobRunner change paused logic so that if the ServiceJob.paused field is null then the job is not paused, only if set to a value other than 'N', makes more sense given the name of the fi…
Show description for a72290e
jonesde
committed
a72290e
View commit details
Copy full SHA for a72290e
Browse repository at this point
Commits on Oct 4, 2021
In WebFacadeImpl fix issue with stripping line endings, and simplify code using Apache Commons IOUtils
jonesde
committed
092e6c5
View commit details
Copy full SHA for 092e6c5
Browse repository at this point
Commits on Oct 1, 2021
Add more configuration audit logging, including on some encrypted fields, and change audit logging so that newValueText and oldValueText are encrypted for encrypted fields
jonesde
committed
8e5e122
View commit details
Copy full SHA for 8e5e122
Browse repository at this point
Add update audit log to a few fields on SystemMessageRemote to audit integration configuration changes
jonesde
committed
be2ad5b
View commit details
Copy full SHA for be2ad5b
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL