-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[stable32] feat(files_sharing): provide web components based API for sidebar #55174
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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
kyteinsky
left a comment
There was a problem hiding this 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
|
/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.