Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump org.json:json from 20230227 to 20231013 in /server/api-service/lowcoder-dependencies#768

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge14 commits intomain
base:main
Choose a base branch
Loading
fromdependabot/maven/server/api-service/lowcoder-dependencies/org.json-json-20231013
Open
Changes from1 commit
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
80d78f9
separate defaultValue and value for old input/select comps
raheeliftikhar5Mar 5, 2024
f324f75
map ready state fix
raheeliftikhar5Mar 5, 2024
abe4b20
update lowcoder-comps version
raheeliftikhar5Mar 5, 2024
20f5bc8
New plugin system
ludomikulaFeb 5, 2024
e78671f
Merge pull request #742 from raheeliftikhar5/handle_defaultValue
FalkWolskyMar 5, 2024
b58a742
new: plugin endpoint security basics
ludomikulaMar 5, 2024
800c16c
Merge branch 'lowcoder-org:dev' into dev
ludomikulaMar 6, 2024
eb0e0d5
feature: Extended folder to have more meta-data i.e: title, descripti…
irfan-ikhwaMar 6, 2024
348c98e
Merge branch 'lowcoder-org:dev' into dev
ludomikulaMar 8, 2024
3476223
Merge pull request #767 from Lowcoder-Pro/dev
FalkWolskyMar 24, 2024
eeef89a
Fixing AssetService - after Falk broke it.
Mar 24, 2024
d602bd4
Enabling display of Version Number for Remote Components
Mar 24, 2024
33d8210
Merge pull request #766 from lowcoder-org/cherry-release
FalkWolskyMar 24, 2024
2742a53
Bump org.json:json in /server/api-service/lowcoder-dependencies
dependabot[bot]Mar 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Fixing AssetService - after Falk broke it.
  • Loading branch information
FalkWolsky committedMar 24, 2024
commiteeef89a4f9a4865d157fb9220d247f7154c6399a
Original file line numberDiff line numberDiff line change
Expand Up@@ -61,7 +61,7 @@ public Mono<Asset> upload(Part filePart, int maxFileSizeKB, boolean isThumbnail)

// The reason we restrict file types here is to avoid having to deal with dangerous image types such as SVG,
// which can have arbitrary HTML/JS inside of them.
final MediaType contentType = filePart.headers().getContentType();
if (contentType == null || !ALLOWED_CONTENT_TYPES.contains(contentType)) {
return Mono.error(new BizException(BizError.INVALID_PARAMETER, "INCORRECT_IMAGE_TYPE"));
}
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp