Commit Graph

261 Commits

Author SHA1 Message Date
William Oldham
5a1c453a84 chore: update eslint common package
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
2025-02-01 20:59:11 +00:00
William Oldham
0f6c8a3fc7 chore: update eslint common package 2025-02-01 20:36:30 +00:00
William Oldham
662654febc chore: bump common eslint config to 0.0.2 2025-02-01 20:36:30 +00:00
William Oldham
0af44edb3d chore: add rimraf dependency 2025-02-01 20:36:30 +00:00
William Oldham
93ae63c8d6 chore: move to eslint common config and don't use npx for lint script 2025-02-01 20:36:30 +00:00
William Oldham
5998e511ea style: lint ALL the files 2025-02-01 20:36:29 +00:00
William Oldham
47d799b339 chore: add new eslint setup 2025-02-01 20:36:01 +00:00
William Oldham
bb45491c7e chore: remove unneeded eslint disable directives
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
2025-01-28 23:22:54 +00:00
William Oldham
233a82697a chore: transfer hotpatches
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
2025-01-16 12:44:52 +00:00
Jemma Poffinbarger
0cd9b63041 feat: update config to support new CDN and prep for move to AWS SDK v3 2025-01-16 12:35:25 +00:00
Jemma Poffinbarger
28ef808178 fix: allow /v1/endpoint access without user settings for new user creation 2024-07-30 16:40:31 -05:00
Jemma Poffinbarger
9cb644e22f fix: check ban status outside of discovery 2024-07-29 20:58:07 -05:00
Jemma Poffinbarger
6bee19dbf5 chore: add dev run script to package.json 2024-07-29 20:58:07 -05:00
Jonathan Barrow
3099a6ee67
Merge pull request #42 from mrjvs/patch-2 2024-07-28 16:55:57 -04:00
mrjvs
ceab2c0138
Update docker.yml 2024-07-28 22:48:07 +02:00
mrjvs
85ec7c163a
Update docker.yml 2024-07-28 22:41:21 +02:00
Jonathan Barrow
8a8f58b3d6
Merge pull request #41 from mrjvs/patch-1 2024-07-28 16:31:37 -04:00
mrjvs
703837805c
Update docker.yml 2024-07-28 21:24:59 +02:00
Jonathan Barrow
0648852c42
Merge pull request #39 from MatthewL246/docker-updates 2024-07-22 12:27:13 -04:00
Matthew Lopez
73dab86fa5
fix: exit server on SIGTERM 2024-07-02 15:11:43 -04:00
Matthew Lopez
4374a5fedb
feat: create Docker build and publish action 2024-07-02 15:11:43 -04:00
Matthew Lopez
c8a8bd5778
chore: update Docker setup 2024-07-02 15:11:43 -04:00
Jonathan Barrow
c81d3b863e
chore: update empty post checks 2024-02-12 16:36:11 -05:00
Jonathan Barrow
d91540fdae
chore: reject bad post bodies rather than modify 2024-02-12 16:32:36 -05:00
Jonathan Barrow
69ada7ff1a
chore: removed duplicate status codes 2024-02-12 16:22:16 -05:00
Jonathan Barrow
bc36b7e82b
chore: update body regex 2024-02-12 16:10:44 -05:00
Jemma
48a05cd437 Added permissions for communities. Added additional checks for making new posts and new communities to support this change. Update regex to support more languages. 2024-02-04 16:59:58 -06:00
Jonathan Barrow
7432c74555
chore: update packages from npm audit 2024-02-04 14:07:13 -05:00
Jonathan Barrow
11edfb9cdc
chore: move @types/bmp-js to devDependencies 2024-02-04 14:06:26 -05:00
Jonathan Barrow
97c2612982
patch: reject non-service tokens 2024-02-04 14:04:59 -05:00
Jemma
052da9f4e5 Updated grpc package version 2024-01-02 13:03:25 -06:00
Jemma
5bfdcaae16 Fixed paintings from the 3DS not being parsed correctly 2024-01-01 16:25:05 -06:00
Jemma
2d450403e8 Fixed drawing messages not working. Fixed incorrect handling of user message unread status. Added error for when message recipient has not set up Juxt yet. 2023-10-23 21:05:13 -05:00
Jemma
62c3d9f9ed Fixed wrong PID being used for in game messages 2023-10-23 20:30:38 -05:00
Jonathan Barrow
d839969d0e
temp - added explicit beta checks for some endpoints 2023-10-03 14:47:18 -04:00
Jonathan Barrow
88633eeb4c
ignore token for WWP 2023-10-03 13:34:13 -04:00
Jonathan Barrow
2c477ec919
wrong feeling_id check 2023-10-03 13:23:18 -04:00
Jonathan Barrow
eab3c10e68
removed the use of any in post endpoints 2023-10-03 13:15:39 -04:00
Jonathan Barrow
ee3e0bfbdc
removed the use of any in people endpoints 2023-10-03 13:12:34 -04:00
Jonathan Barrow
3f82c73a37
removed the use of any in communities endpoints 2023-10-03 13:03:03 -04:00
Jonathan Barrow
5e833c558e
make WWP always return unique users between communities 2023-10-03 12:59:00 -04:00
Jonathan Barrow
7884836013
remove the use of any from server.ts 2023-10-03 12:51:47 -04:00
Jonathan Barrow
af863e4f19
remove unused mapToObject function 2023-10-03 12:48:25 -04:00
Jonathan Barrow
90b477126d
remove the use of any from express-subdomain type def 2023-10-03 12:46:41 -04:00
Jonathan Barrow
ef67cfd2b7
if post feeling_id < 5, set to 0 2023-10-02 23:31:40 -04:00
Jonathan Barrow
153df65692
WWPData -> WWPResult 2023-10-02 23:26:42 -04:00
Jonathan Barrow
09a88a5452
disable require-atomic-updates in auth middleware 2023-10-02 23:20:23 -04:00
Jonathan Barrow
a44c80dcbe
removed empty objects in model types 2023-10-02 23:14:02 -04:00
Jonathan Barrow
1fd63bee29
updated Post.json() topic_tag generation 2023-10-02 23:06:40 -04:00
Jonathan Barrow
e529afe540
Post.remove() -> Post.del(), remove is used by Mongoose internally 2023-10-02 17:15:46 -04:00