You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing needs it any more: the handlers come from @nextcloud/viewer, core
puts the init script on every page, and the enabled preview providers are
a core capability.
With it goes the LoadViewer event, which three places dispatched behind a
class_exists() guard to ask the app to load itself. An app that wants a
file view imports the package and registers a handler; it no longer
matters whether the viewer app is enabled, or which app got there first.
The app config rows left behind on an upgrade are cleaned up by the
repair step that already does this for the other apps we dropped.
Assisted-by: ClaudeCode:claude-opus-5
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
0 commit comments