Commit Graph

12 Commits

Author SHA1 Message Date
zefie
3bea097653 Merge branch 'master' into dev 2022-11-04 13:26:13 -04:00
zefie
e507672c27 fix adding users 2022-10-22 21:30:19 -04:00
zefie
745de7de1f fix issue where users could bypass username sanity checks with direct urls 2022-10-22 18:41:50 -04:00
zefie
b79ace4b76 fix issue where users could bypass username sanity checks with direct urls 2022-10-22 18:25:31 -04:00
zefie
37f1ab67ad BREAKING CHANGES: (for SeCuRiTy):
By default:
- `ssid_sessions[socket.ssid]` is now `session_data`
- `require` is no longer allowed in user scripts

To access global `socket_sessions` and `ssid_sessions`, as well as `require` additional modules, you must set `privileged: true` for the specific service. See `config.json`.
2022-10-09 13:26:14 -04:00
zefie
a711e05a1d update the correct file 2022-03-09 17:38:15 -05:00
zefie
6efbf465f0 more user creation tweaks 2022-03-09 17:38:14 -05:00
zefie
aa2fbfbbb3 tweat adding users 2022-03-09 17:38:14 -05:00
zefie
fe821095aa fix password check when adding user 2022-03-09 17:38:09 -05:00
zefie
bf7369431e add wtv-ticket store api
- fix broken session bust crap from before
- properly resume session as user when server restarted
- api available to store other things in the wtv-ticket
2022-03-09 17:38:07 -05:00
zefie
c31f4cfa8c various fixes to previous commit 2022-03-09 17:38:05 -05:00
zefie
0d991d5eac user account updates
- move user accounts to subdir
- add password support
- implemented basics of multi-user support
- Can add users, edit them, and log in with them (password or not)
- Cannot delete users (with service) yet
2022-03-09 17:37:57 -05:00