https://github.com/ether/ep_who_did_what
Who did what edits in Etherpad, including a way to see if someone deleted a load of stuff...
https://github.com/ether/ep_who_did_what
Last synced: 9 months ago
JSON representation
Who did what edits in Etherpad, including a way to see if someone deleted a load of stuff...
- Host: GitHub
- URL: https://github.com/ether/ep_who_did_what
- Owner: ether
- License: apache-2.0
- Created: 2020-06-26T23:13:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T19:01:16.000Z (11 months ago)
- Last Synced: 2025-05-25T09:18:23.876Z (9 months ago)
- Language: JavaScript
- Size: 253 KB
- Stars: 8
- Watchers: 6
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
 

## Who made what changes to a pad?
And when? This plugin aids to help authors that have been absent from a pad only to return and find that the content they contributed has been removed. The author can see who removed content and also who added new content.
To use the plugin visit the timeslider and click the Magnifying glass button. Find the offending revision and click on it to update the timeslider to watch that edit.
Where did your content go? Find out and chastise whoever removed it! More importantly find out the pad contents before someone deleted it all and click the export button to Export the good state to a new pad. Ideal for mitigating against trolls and people out to destroy pad contents.
# Installing
Option 1.
Use the ``/admin`` interface, search for ``ep_who_did_what`` and click Install
Option 2.
```
npm install ep_who_did_what
```
Option 3.
```
cd your_etherpad_install/node_modules
git clone https://github.com/JohnMcLear/ep_who_did_what
```
# Bug Reports
Please submit bug reports or patches at https://github.com/JohnMcLear/ep_who_did_what/issues
# Todo
- [ ] Use Locales file
- [ ] Full test coverage
- [ ] Test Mobile UX
- [ ] Provide Granuality / Threshold support (currently a fixed value of 1% of total edits)
- [ ] Author colors onto report (should be easy)
- [ ] Rate limit requests