A Shared Browserslist Configuration for Nextcloud Apps
In times where most JavaScript is not written for the browser directly but runs through one (or many) tools that transform the syntax and APIs used, it has b...
In times where most JavaScript is not written for the browser directly but runs through one (or many) tools that transform the syntax and APIs used, it has b...
Many Nextcloud apps that serve a front-end component have been rewritten in Vue.js recently. With this change to a more modern framework and concept for buil...
With Nextcloud 16 we release a new security app: Suspicious Login. This app can detect anomalies in IP addresses logging into a user’s Nextcloud account usin...
The Sentry integration for Nextcloud has been available for more than a year now. During this year, we gradually improved the data that is reported and the e...
Nextcloud apps use global functions to access server APIs like the t function to translate a given string. Within a Vue template, you can use this function l...