Skip to content
 
 

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Auditlog

Provides full auditlog for user actions in Redmine instance.

Warning

Under Redmine 4.x User and Group objects are not currently audited!

How to use

  $ cd /path/to/redmine/plugins
  $ git clone https://github.com/RealEnder/redmine_auditlog
  $ cd redmine_auditlog
  $ rails generate audited:install # If using PostgreSQL, add "--audited-changes-column-type jsonb" for more efficient storage
  $ cd ../..
  $ rake db:migrate RAILS_ENV="production"

Then restart Redmine.

How to remove

  $ cd /path/to/redmine
  $ rake redmine:plugins:migrate NAME=redmine_auditlog VERSION=0 RAILS_ENV=production
  $ rm -rf plugins/redmine_auditlog

Then restart Redmine. This will not remove audit table.

Compatible with: Redmine 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 4.0.x, 4.1.x
Tested with Redmine 3.4.6, 4.1.1

License

Copyright 2018-2020 Alex Stanev alex@stanev.org
This plugin is released under the GPL v3 license. See
LICENSE for more information.

About

Provides full auditlog for user actions in Redmine instance

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages