Recent Posts

Detecting Suspicious Nextcloud Logins

6 minute read

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...

Using Nextcloud Logs as Sentry Breadcrumbs

less than 1 minute read

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...

Mixing Nextcloud Globals into Vue

1 minute read

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...