Skip to content

Conversation

@backportbot
Copy link

@backportbot backportbot bot commented Sep 18, 2025

Backport of #54788

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Remove all the empty commits
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@CarlSchwan CarlSchwan force-pushed the backport/54788/stable32 branch from a1774a8 to 339ae9d Compare September 18, 2025 14:28
This fixes apps providing vue components, which is invalid and does not

always work - and never work with Vue 3.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
@CarlSchwan CarlSchwan force-pushed the backport/54788/stable32 branch from 339ae9d to 86a0552 Compare September 18, 2025 14:28
Copy link
Member

@CarlSchwan CarlSchwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But not sure if this isn't a bit late to introduce new API

@CarlSchwan CarlSchwan marked this pull request as ready for review September 18, 2025 14:48
@CarlSchwan CarlSchwan requested review from a team and skjnldsv as code owners September 18, 2025 14:48
Copy link
Contributor

@kyteinsky kyteinsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But not sure if this isn't a bit late to introduce new API

a shipped app files_downloadlimit is broken without this that's why it was introduced and backported in stable32
see nextcloud/files_downloadlimit#514 for details

@kyteinsky
Copy link
Contributor

/compile

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@susnux
Copy link
Contributor

susnux commented Sep 20, 2025

But not sure if this isn't a bit late to introduce new API

Its rather a fix as the old API simply does not work ;)
We also need this down to stable31 similar as we did this with workflowengine API

@AndyScherzinger AndyScherzinger merged commit fd05414 into stable32 Sep 20, 2025
137 of 140 checks passed
@AndyScherzinger AndyScherzinger deleted the backport/54788/stable32 branch September 20, 2025 12:48
@skjnldsv skjnldsv modified the milestones: Nextcloud 32, Nextcloud 33 Sep 28, 2025
@nguyen890-FF
Copy link

local Window = MakeWindow({ Hub = { Title = "Nguyên 6A2", Animation = " Nguyên 6A2 tổng hợp" }, Key = { KeySystem = false, Title = "Key System", Description = "", KeyLink = "", Keys = {"1234"}, Notifi = { Notifications = true, CorrectKey = "Running the Script...", Incorrectkey = "The key is incorrect", CopyKeyLink = "Copied to Clipboard" } } }) MinimizeButton({ Image = "http://www.roblox.com/asset/?id=70772378134932", Size = {60, 60}, Color = Color3.fromRGB(10, 10, 10), Corner = true, Stroke = false, StrokeColor = Color3.fromRGB(255, 0, 0) }) ------ Tab local Tab1o = MakeTab({Name = "Script Farm"}) ------- BUTTON AddButton(Tab1o, { Name = "Redz Hub", Callback = function() local Settings = {
  JoinTeam = "Pirates"; -- Pirates/Marines
  Translator = true; -- true/false
}
getgenv().BETA_VERSION = true
loadstring(game:HttpGet("https://raw.githubusercontent.com/tlredz/Scripts/refs/heads/main/main.luau"))(Settings)

Tab local Tab2o = MakeTab({Name = "Script Farm"}) ------- BUTTON AddButton(Tab1o, { Name = "quatum", Callback loadstring(game:HttpGet("https://raw.githubusercontent.com/flazhy/QuantumOnyx/refs/heads/main/QuantumOnyx.lua"))()
Tab local Tab3o = MakeTab({Name = "Script Farm"}) ------- BUTTON AddButton(Tab3o, { Name = " fram bond ", Callback = function()
end
} )

@blizzz blizzz mentioned this pull request Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants