stable

Clone or download

Read-only

Log when user see the repository content through GitPhp

This is part of story #9436 see git repositories read access When a user sees the content of a repository through GitPhp, an entry is added or updated in the new SQL table plugin_git_full_history Change-Id: I6797f9d57ab7191db22efa9981f434e822cf582f

Modified Files

Name
M plugins/git/db/install.sql +8 −0 Go to diff View file
A plugins/git/db/mysql/updates/2016/201610041409_create_plugin_git_full_history_table.php +46 −0 Go to diff View file
M plugins/git/db/uninstall.sql +1 −0 Go to diff View file
M plugins/git/include/Git.class.php +6 −2 Go to diff View file
M plugins/git/include/GitViews.class.php +6 −2 Go to diff View file
M plugins/git/include/GitViews/ShowRepo.class.php +6 −1 Go to diff View file
M plugins/git/include/GitViews/ShowRepo/Content.class.php +5 −0 Go to diff View file
A plugins/git/include/History/Dao.php +39 −0 Go to diff View file
A plugins/git/include/History/GitPhpAccessLogger.php +43 −0 Go to diff View file
M plugins/git/include/autoload.php +4 −2 Go to diff View file
M plugins/git/include/gitPlugin.class.php +14 −1 Go to diff View file
M plugins/git/tests/GitTest.php +2 −1 Go to diff View file