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

Hotfixes to main#766

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

Merged
FalkWolsky merged 29 commits intomainfromcherry-release
Mar 24, 2024
Merged
Changes from1 commit
Commits
Show all changes
29 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
f6b6bd8
fix crashing on reordering comps inside module
raheeliftikhar5Mar 14, 2024
3809d9a
fix broken modal issue
raheeliftikhar5Mar 14, 2024
9810150
fix bulk action updates doesn't change all comps height
raheeliftikhar5Mar 14, 2024
4335b1e
fix iconSelector issue in js
raheeliftikhar5Mar 14, 2024
da62927
Bugfixing in the Cerrypicked Branch 1
Mar 12, 2024
3bf3ebf
Optimize the runOpenApi plugin
snowe2010Mar 8, 2024
784951d
Optimize the runOpenApi plugin
snowe2010Mar 8, 2024
cbcaec6
Pull definition logic into a new function
snowe2010Mar 8, 2024
b92024d
Small amount of code cleanup
snowe2010Mar 8, 2024
b36a2d0
fix: complete the locale file
Mar 11, 2024
0e6b546
map ready state fix
raheeliftikhar5Mar 5, 2024
9d28529
Google Fonts & Clearbit only on public Cloud
Mar 19, 2024
c063add
Updating the SDK, update Simplebar and Fix simplebar-placeholder problem
Mar 17, 2024
94e7c82
Updating the SDK, update Simplebar and Fix simplebar-placeholder problem
Mar 17, 2024
144ca9f
Fixing Scrollbars for Modules Editor View
Mar 18, 2024
5cadfc3
Update Scrollbars
Mar 24, 2024
7758d4a
Update Scrollbars
Mar 24, 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
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