Chip

Results 9 comments of Chip

- add layout table ChangeStruct and helper methods - update element table ChangeStruct to include layoutId - update audit log function's switch statement rats nest to include the above changes

immediate bug fixed in 93b7f827fb315e6d0c3338c3a01622e00f8425ec with bandaid fix. Proper fix will come during next breaking window- I'm not entirely sure how logic changes in the authentication reducer will effect things,...

This doesn't really work in the current state where the `/overlay` route uses the auth key in the URL. If we URLEncode the auth key, the key given in the...

Rate limiting calls over the HTTP API could also be a valid alternative. It would reduce the risk associated with increasing the max DefaultBodyLimit.

I notice it's not exactly clear from my post or screenshot, but this is on testnet, per the title. 👍

Backend tables and reducers are done. Need to make a UI for this. Ui should be reusable for the audit log as well.

Currently have roles for Owner, Moderator, Editor and None. Only Owner/Moderator are used. The vision for strict mode is: - None -> default perm, only view, can't run any reducers...

Have reducers already made for setting permissions. The to-dos are: - add role check helper functions for editor - update all reducer logic sanity checking to reflect intended role logic...