summaryrefslogtreecommitdiff
path: root/plugins/perms/README.md
AgeCommit message (Collapse)Author
2022-11-11fix(perms)!: change function name from `fixperms` to `resetperms` and ↵Carlo Sala
document caution (#10686) BREAKING CHANGE: function `fixperms` has been renamed to the more accurate `resetperms`. Please read the README carefully before using it as it may badly reset the permissions. Fixes #10648 Closes #10686
2020-03-11Clean up plugin READMEs and a few pluginsMarc CornellĂ 
- fasd - history - mercurial - pylint - repo - yii2
2018-07-04Add argument to set644 and set755 perms alias. (#6959)Matthieu PETIOT
This can avoid big mistakes as this I just made. I thought I could give it an argument. So, now, it is possible.
2016-08-26Added perms plugin (#1752)Rory Hardy
* Added perms plugin * HTTPS -> HTTP for comment URL * Added a README * Updated TOF comment * Pulled in updates by apjanke with minor tweaks