stable

Clone or download

Read-only

Add a REST route to clear the history of a user

This is part of story #10257: show artifact view history Change-Id: Iba23effb0bc35b429765555140a4bf8e3b6d7ea8

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/RecentlyVisited/RecentlyVisitedDao.php +9 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/RecentlyVisited/VisitCleaner.php +39 −0 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +18 −0 Go to diff View file
A plugins/tracker/tests/Artifact/RecentlyVisited/VisitCleanerTest.php +39 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/event/Event.class.php +8 −0 Go to diff View file
A src/common/user/History/HistoryCleaner.php +46 −0 Go to diff View file
M src/common/user/REST/v1/UserResource.php +52 −5 Go to diff View file
M tests/rest/UsersTest.php +40 −0 Go to diff View file
A tests/simpletest/common/User/History/HistoryCleanerTest.php +40 −0 Go to diff View file