canopy/src/routers
2024-12-26 17:46:35 -05:00
..
api Added 'altcha' captcha system for account and channel creation. 2024-12-26 06:09:49 -05:00
adminPanelRouter.js Added DB Document for perms, and auth middleware 2024-11-17 07:45:58 -05:00
apiRouter.js Added user rank changes to admin page. 2024-11-17 17:37:07 -05:00
channelRouter.js Channel Rank/Auth base backend functional 2024-11-25 00:44:07 -05:00
indexRouter.js Initial commit. 2024-11-15 17:44:03 -05:00
loginRouter.js Basic brute force detection added. Accounts throttle by captcha after 5 failed attempts, and locked out for 24 hours after 200 attempts. 2024-12-26 17:46:35 -05:00
newChannelRouter.js Added DB Document for perms, and auth middleware 2024-11-17 07:45:58 -05:00
panelRouter.js Started work on emotes panel 2024-12-21 13:43:28 -05:00
popupRouter.js Replaced window.prompt()/alert() with custom popup 2024-12-05 03:46:44 -05:00
profileRouter.js Initial commit. 2024-11-15 17:44:03 -05:00
registerRouter.js Initial commit. 2024-11-15 17:44:03 -05:00
tooltipRouter.js Added alt-detection. Just need to set up pre-delete for userModel function to remove refrences to itself on alt accounts 2024-12-24 10:57:55 -05:00