Login Logs Reader (app)

Login Log Reader

So we have made an specific app for showing login logs.

It can help you if you really need login logs to be found in the Nextcloud UI.

Warning

Do not expect anything fancy. This is a quick and dirty work and probably if you want something serious to be added to Nextcloud itself it should be rewritten from scratch.

We won’t probably maintain this unless we are forced to use it in Nextcloud 28.

Resources

Main repo: https://github.com/btactic/loginlogreader
Releases: https://github.com/btactic/loginlogreader/releases

Requisites

  • Nextcloud 27
  • Be sure to enable admin_audit app
  • Enable some additional debug thanks to:
     'log.condition' => 
     array (
       'apps' => 
       array (
         0 => 'admin_audit',
       ),
     ),

added to your config.php file.

Finally

Enjoy!

4 Likes

v0.0.3 has been released so that Nextcloud 28 is supported.

v0.0.4 has been released so that Nextcloud 29 is supported.

any chance for nextcloud 30 to be supported?

It shouldn’t be too difficult to modify the plugin to support Nextcloud 30.
Usually there is not additional changes to be made to support newer Nextcloud versions.

Why don’t you give it a try?

Here’s the branch you might want to take a look at: Commits · btactic/loginlogreader · GitHub

ya you’re totally right. I should have tried that first. My bad!

v0.0.6 has been released so that Nextcloud 31 is supported.