ADAMJR
a1ff52018b
Improve invite management CSS.
2022-12-17 04:24:18 +00:00
ADAMJR
216d8e5196
Filter profanity from message updates.
2022-12-17 03:59:44 +00:00
ADAMJR
4fae880e6d
Validate voice channel connect permissions (untested).
2022-12-17 03:39:12 +00:00
ADAMJR
3cb890b511
Add .env.example
2022-12-16 23:19:48 +00:00
ADAMJR
e467aabddf
Add toggleable profanity filter to text channels (disabled by default).
2022-12-16 22:37:07 +00:00
ADAMJR
85144561c4
Replace accord.app -> acrd.app.
2022-12-16 21:49:07 +00:00
ADAMJR
9d2e26299d
Backend: Users can now log in.
2022-12-16 01:56:31 +00:00
ADAMJR
cd6f1f31f6
Fix typescript errors.
2022-12-16 00:55:53 +00:00
ADAMJR
99cda810f8
Rename @accord/types -> @acrd/types.
2022-12-16 00:38:45 +00:00
ADAMJR
09f751d997
Fix package.json's.
2022-12-16 00:26:44 +00:00
ADAMJR
341c1d74be
Fix frontend and backend development errors.
2022-12-15 05:19:56 +00:00
ADAMJR
999df86702
Remove most security vunerabilities.
2022-12-15 04:37:18 +00:00
ADAMJR
80b1b0cd6a
Themes: Add ability to update icon
2022-01-14 18:21:59 +00:00
ADAMJR
372c4410e6
Frontend: Keep Input Focus on Change
2022-01-14 18:08:41 +00:00
ADAMJR
090d85f215
Types: Consistent type imports
2022-01-03 19:33:21 +00:00
ADAMJR
72e7fa5177
Frontend: Themes now update properly
2021-12-30 06:49:54 +00:00
ADAMJR
1a1f2ee4af
Frontend: Better file uploads
2021-12-30 06:15:26 +00:00
ADAMJR
54ef35467b
Add winter theme + built-in theme icons
2021-12-30 05:22:14 +00:00
ADAMJR
090f7e73ba
Frontend: Add basic guild invite page
2021-12-30 00:21:30 +00:00
ADAMJR
675fe5b776
Remove login/register css files
2021-12-29 23:53:43 +00:00
ADAMJR
1555f3c38d
Almost updatable themes.
2021-12-28 21:06:25 +00:00
ADAMJR
b4c14e1c63
Backend: Add reserved theme codes to validation
2021-12-28 17:43:36 +00:00
ADAMJR
499f6db497
Frontend: Add tooltips to inputs
2021-12-28 16:47:42 +00:00
ADAMJR
18601a9b39
Frontend: Add Tailwind JIT + Better theme selection
2021-12-28 16:12:44 +00:00
ADAMJR
f9e9d3df98
Themes: Add backend theme creator validation
2021-12-26 00:47:42 +00:00
ADAMJR
7191d9198b
Frontend: Add icons for themes
2021-12-25 23:33:56 +00:00
ADAMJR
37327fe57d
Frontend: Add switchable themes
2021-12-25 20:50:30 +00:00
ADAMJR
8216e84770
Themes: Add REST backend (untested)
2021-12-24 04:26:15 +00:00
ADAMJR
5c552717e0
Themes: Add theme schema + tests (1)
2021-12-24 03:37:23 +00:00
ADAMJR
b5a254acb4
Add .webp and .svg support
2021-12-23 18:10:12 +00:00
ADAMJR
8bcf3fa8bb
Frontend: Add Typing '...' Animation
2021-12-23 17:44:31 +00:00
ADAMJR
529fe2444d
Backend: Fix speedrun refactor bugs
2021-12-23 16:33:56 +00:00
ADAMJR
63638b0cea
Use partial entity for message update + Fix backend deps intellisense
2021-12-23 16:32:04 +00:00
ADAMJR
87356994d3
Backend: Projects restarts on save
2021-12-23 16:14:48 +00:00
ADAMJR
edd10457b5
Frontend: Readd .env for non-docker development
2021-12-23 16:03:52 +00:00
ADAMJR
4462be33a0
Backend: Implement new WS actions + Fix types
2021-12-22 22:35:10 +00:00
ADAMJR
031d8dfcf1
Frontend: Fix types - no errors
2021-12-22 21:32:55 +00:00
ADAMJR
24609ef7a8
Separate types for frontend + backend
2021-12-22 20:59:56 +00:00
ADAMJR
bb8256a123
The great type inquisition - refactoring 99%, adding features 1%.
...
Please make ambient types work everywhere, more easily, Microsoft.
Ambient types are not being used because I could not manage to get them to work with the frontend, backend, and tests at once.
Most of the time, the simpler solution is better, not the lazier - i.e. ambient types allow me to avoid importing types, for the cost of intense research to get this technological feat to work (months of development).
Also symbolic links don't work (well) with Windows. Mixing Linux and Windows development combined, is not conducive to a working development environment. I know I can use Linux on Windows but that's like using Wine on Linux which is not worth the effort, in my experience.
1) Don't mix Windows and Linux features - they don't work together.
2) Don't use ambient types, unless you need to and understand the full dynamics of ambient types, or are a Microsoft TypeScript engineer.
2021-12-22 00:03:59 +00:00
ADAMJR
cf223ceac5
Simplify docker setup
2021-12-21 17:38:39 +00:00
ADAMJR
ab3744581e
Backend: 8 passing, 5 failing
2021-12-20 17:46:11 +00:00
ADAMJR
668d1efc5c
Backend: Add guild create tests
2021-12-20 17:24:15 +00:00
ADAMJR
ab88439e25
Backend: Test channel create
2021-12-20 17:10:53 +00:00
ADAMJR
2e1b7f9982
Backend: Clean e2e test code
2021-12-20 16:42:35 +00:00
ADAMJR
1c4418ab58
Backend: Test channel delete with a custom testing library
2021-12-20 16:01:50 +00:00
ADAMJR
a3561ef9b5
2 int tests passing
2021-12-20 14:31:23 +00:00
ADAMJR
7ef8a080f8
Testing: Mocha does not wait for tests
2021-12-19 00:40:41 +00:00
ADAMJR
120aed8e47
Absolute type imports for tests
2021-12-18 23:20:47 +00:00
ADAMJR
56b5a4c00c
Use Node.js imports for types
2021-12-18 22:34:07 +00:00
ADAMJR
b8bee6eb04
Remove Symlinks
2021-12-18 22:33:37 +00:00