417 Commits

Author SHA1 Message Date
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
ADAMJR
a6ef8161dc Docker + React + env variables =  :( 2021-12-09 21:07:51 +00:00
ADAMJR
62a3d01349 Backend: Revert channel delete code (temporary) 2021-12-02 22:48:37 +00:00
ADAMJR
a6c727ae41 Docker + symbolic links: mission impossible 2021-12-02 20:45:33 +00:00
ADAMJR
9f8596e7e8 Docker almost works 2021-12-02 19:35:08 +00:00
ADAMJR
0eec979a4c Bug: Docker compose output different from individual docker build output. 2021-12-02 16:34:46 +00:00
ADAMJR
73c1884f08 Backend: Fix Deps 2021-11-30 02:31:57 +00:00
ADAMJR
e9bc2958ad Dockerize Application 2021-11-30 02:28:25 +00:00
ADAMJR
1d7d14bb85 Refactor Snowflake Entity Tests 2021-11-18 18:02:42 +00:00
ADAMJR
e58500de97 Backend: Use @accord/ion for tests 2021-11-18 17:47:55 +00:00
ADAMJR
3f7a5e12e4 Backend: Testing123 2021-11-16 18:17:30 +00:00
ADAMJR
538af759bb Backend: Remove Old Tests 2021-11-16 16:56:14 +00:00
ADAMJR
80cf2b10a0 WS: Use Less DB Queries 2021-11-16 16:49:46 +00:00
ADAMJR
c56d8bcc1d GH Actions: Fix Frontend 2021-11-15 19:50:22 +00:00
ADAMJR
8c16a5cfaa GH Actions: Fixed Backend Tests 2021-11-15 19:43:49 +00:00
ADAMJR
3f190622d3 Strip HTML Tags Via Backend 2021-11-15 18:20:44 +00:00
ADAMJR
a232fd3b8f Backend: Fix User Update Sending to Everyone 2021-11-15 18:07:06 +00:00
ADAMJR
58a02f847e Backend: Add Premium User Types 2021-11-15 17:11:52 +00:00
ADAMJR
78a5f5d455 Backend: Less Aggressive Auth Routes Rate Limiting 2021-11-15 17:07:10 +00:00
ADAMJR
a5b7628768 Frontend: Basic Mentions with Unit Tests 2021-11-12 02:11:15 +00:00