summaryrefslogtreecommitdiffstats
path: root/server/models/registrationhook.js
Commit message (Collapse)AuthorAgeFilesLines
* [permissionmanager] rework for blacklist systemChristian Hofmaier2019-02-251-3/+3
| | | | | - integrate PM into PM itself - wildcard function for hasPermission()
* [registration] add configurator for registration hooksUdo Walter2018-11-121-1/+7
|
* [registration] Add functionality to the set registration state API callJannik Schönartz2018-10-111-1/+1
| | | | Recursion was needed, to get all the recursive parent groups.
* [registration] Add dbs and code for the registration scriptsJannik Schönartz2018-10-101-0/+24
Add Table for the registration hooks. Add Table for the hooks - groups association. Add nexthook for the minilinux to pull the next bash script. Add state for setting the new script after completing the current one.