BareRTC/pkg
Noah e728644a77 Port front-end over to Vue CLI (create-vue)
This commit makes an initial port of the front-end over to a proper Vue
CLI application. It seems to work from surface level testing.

Changes made:

* Rename web/static to public/static to place it into the Vue build path
  * Notes: web/static/js/BareRTC.js and web/templates/chat.html are now
    deprecated
* Rename web/static/js/sounds.js into src/lib/sounds.js making it a
  proper JavaScript module with exports.
* Fill out initial src/App.vue by copying and updating
  web/templates/chat.html and web/static/js/BareRTC.js into this module.
2023-09-06 17:15:02 -07:00
..
config VIP-only chat channels 2023-09-03 12:48:21 -07:00
jwt Support for VIP users via JWT Auth 2023-09-03 12:08:23 -07:00
log Initial commit 2023-01-10 22:38:48 -08:00
messages More thorough blocking behavior 2023-09-05 13:57:11 -07:00
util A bit more logging to debug WebSocket issues 2023-02-08 20:01:06 -08:00
api.go Deadlock detection, DND, and Frontend Fixes 2023-08-29 15:54:40 -07:00
banned_users.go Commands: /ban and /op 2023-08-04 20:31:21 -07:00
commands.go Deadlock detection, DND, and Frontend Fixes 2023-08-29 15:54:40 -07:00
config.go Re-sign JWT tokens for safer server deployments 2023-04-19 19:55:39 -07:00
expand_media.go YouTube link embeds 2023-03-24 22:47:58 -07:00
handlers.go More thorough blocking behavior 2023-09-05 13:57:11 -07:00
images.go Photo sharing support 2023-03-21 21:29:24 -07:00
markdown.go JWT Token-based Authentication 2023-02-05 17:42:09 -08:00
pages.go Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00
server.go Port front-end over to Vue CLI (create-vue) 2023-09-06 17:15:02 -07:00
webhook_messages.go Webhooks and Report Users 2023-08-12 21:35:41 -07:00
webhooks.go Webhooks and Report Users 2023-08-12 21:35:41 -07:00
websocket.go Null exception fix 2023-09-05 14:09:07 -07:00