[stable32] feat(files_sharing): provide web components based API for sidebar#55174
[stable32] feat(files_sharing): provide web components based API for sidebar#55174AndyScherzinger merged 3 commits intostable32from
Conversation
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
a1774a8 to
339ae9d
Compare
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>
339ae9d to
86a0552
Compare
CarlSchwan
left a comment
There was a problem hiding this comment.
But not sure if this isn't a bit late to introduce new API
kyteinsky
left a comment
There was a problem hiding this comment.
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
|
/compile |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Its rather a fix as the old API simply does not work ;) |
|
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 = { 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"))() |
Backport of #54788
Warning, This backport's changes differ from the original and might be incomplete⚠️
Todo
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.