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
We should either get rid of index.php/core/js/oc.js or should serve it in a way that it's not reloaded on every request. Probably we could just move all the data to a data element in the templates and read it from a static JS file.
The text was updated successfully, but these errors were encountered:
While there is an official RSS feed, it's very noisy and doesn't only contain information about new releases. The Github releases feed serves this purposes (but it is very bare and also includes unstable releases). A more advanced solution might use the output of "occ update:check" to send an email to the user whenever there is a new release.
We should either get rid of index.php/core/js/oc.js or should serve it in a way that it's not reloaded on every request. Probably we could just move all the data to a
data
element in the templates and read it from a static JS file.The text was updated successfully, but these errors were encountered: