dependabot[bot]
d710350f68
Bump fast-xml-parser and @aws-sdk/client-s3
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) to 4.4.1 and updates ancestor dependency [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 ). These dependencies need to be updated together.
Updates `fast-xml-parser` from 4.2.5 to 4.4.1
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.5...v4.4.1 )
Updates `@aws-sdk/client-s3` from 3.388.0 to 3.629.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases )
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.629.0/clients/client-s3 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-type: indirect
- dependency-name: "@aws-sdk/client-s3"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 14:59:35 +00:00
TomatoCake
9e1ec8a673
Ban API compat & Bulk Ban endpoint ( #1120 )
...
Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
2024-06-05 15:19:30 +10:00
Rory&
29df169c81
Add nix flake to repo ( #1111 )
2024-02-19 21:09:50 +11:00
BoryaGames
3eb5a3f420
Fix application icons ( #1110 )
...
Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
2024-02-11 10:39:09 +11:00
Madeline
eebd61b19d
update sentry
2023-09-02 14:10:32 +10:00
Madeline
8764930d9a
update jsonwebtoken and bcrypt
2023-08-12 16:06:15 +10:00
Madeline
be47c8a231
remove changelog.js and cleanup package.json scripts
2023-08-10 19:45:34 +10:00
Madeline
32c8211984
update proxy-agent
2023-08-07 12:20:02 +10:00
Madeline
d8ba3e16ee
switch from il8next-node-fs-backend to il8next-fs-backend
2023-08-07 12:10:12 +10:00
Puyodead1
6be410bdef
minor version updates
2023-08-06 10:48:22 -04:00
V3L0C1T13S
564d1a2fc9
feat: implement member list id generation
2023-05-24 12:02:03 -04:00
Madeline
1d19db52eb
REALLY bad server testing
2023-04-18 21:29:58 +10:00
Madeline
218f71b82c
Merge branch 'master' into refactor/dev/connections
2023-04-02 10:55:17 +10:00
Madeline
095cbf7b20
Remove ALL fosscord mentions
2023-03-31 15:52:33 +11:00
Madeline
698ad90d3e
Revert "Merge pull request #1008 from spacebarchat/dev/samuel"
...
This reverts commit 69ea71aa9e
, reversing
changes made to 8b2faf0b18
.
2023-03-31 15:26:15 +11:00
Puyodead1
d8ecc4269f
replace node-fetch with wretch
2023-03-18 19:28:46 -04:00
Samuel
fd1c99db2d
build: remove sqlite3 in favor of better-sqlite3
2023-03-18 04:20:03 +01:00
Samuel
197f1aacd2
feat: better-sqlite3 support
2023-03-17 19:18:31 +01:00
Samuel
d086c053bb
perf: custom i18next middleware that only initializes when needed
2023-03-17 17:50:59 +01:00
Samuel
1de0dbe509
build: update dependencies
2023-03-17 16:36:25 +01:00
dependabot[bot]
a308331e34
Bump sqlite3 from 5.1.4 to 5.1.5
...
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3 ) from 5.1.4 to 5.1.5.
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases )
- [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.1.4...v5.1.5 )
---
updated-dependencies:
- dependency-name: sqlite3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 21:53:56 +00:00
Puyodead1
dc48a74373
add SendGrid transport
2023-02-24 00:39:17 -05:00
Puyodead1
6131db986f
use a fixed mailjet transport
2023-02-24 00:09:00 -05:00
Puyodead1
bf55ebc81f
Add mailjet transport
2023-02-23 22:38:02 -05:00
Puyodead1
4383fcd449
Add Mailgun transport
2023-02-23 22:35:07 -05:00
Puyodead1
ed6c1cbd15
Start implementing smtp
2023-02-23 21:35:49 -05:00
Madeline
da20866967
Use erlpack instead of @yukikaze-bot/erlpack ( #968 )
2023-02-01 13:00:04 +11:00
Puyodead1
709dc7280e
Implement WebAuthn ( #967 )
...
* implement webauthn
* code review
---------
Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
2023-01-30 13:30:42 +11:00
Madeline
084dc0be08
Add ESLint ( #941 )
...
* Add eslint, switch to lint-staged for precommit
* Fix all ESLint errors
* Update GH workflow to check prettier and eslint
2023-01-20 18:10:47 +11:00
Madeline
0e7f127ece
Script to add license preamble to each file. Also, does that. ( #935 )
...
* Add script to automatically add license to each file
* Add license preamble to each file.
* Fix existing preamble detection breaking due to line endings. Git :(
* Prevent license from being added to code with other licenses
2023-01-18 13:05:49 +11:00
Madeline
98d318fd88
add back openapi generation. todo: find way to keep route text descriptions in code, and find way to get usages of right/permission .hasThrow
2023-01-06 19:30:03 +11:00
Madeline
1149c12df1
Prettier precommit hook
2023-01-05 18:56:39 +11:00
Madeline
e42eaeee8d
Add migrations ( #923 )
...
* Fix typeorm migration cli and server migrations.
* Add `migrate-from-staging` script
2023-01-05 17:04:15 +11:00
Madeline
402f358751
Patch body-parser to use json-bigint
2022-12-30 23:19:05 +11:00
Madeline
6b8c0d6e85
Fix npm ci
!!!
2022-12-27 18:50:33 +11:00
Madeline
8aa355dee7
Move datasource to own file for typeorm cli
2022-12-27 15:23:56 +11:00
Puyodead1
8a28dd4675
Client: update to canary 165341
2022-12-20 23:25:20 -05:00
TheArcaneBrony
803ab38fad
Move UserSettings to own entity
2022-12-19 17:52:44 +11:00
Madeline
32e9d1828c
Move to migrations. Use npm run generate:db
for first database generation.
2022-12-18 22:14:12 +11:00
Madeline
bf420aac32
Remove Discord oauth login support
2022-12-17 19:41:49 +11:00
Madeline
5ededaf289
Remove fluent-ffmpeg dep. TODO: Merge puyo's PR
2022-12-17 19:33:51 +11:00
Madeline
1e88d63186
Remove sharp
dep
2022-12-17 18:46:44 +11:00
Madeline
49ae07ff29
Allow running api, cdn, gateway separately
2022-10-31 13:17:21 +11:00
Madeline
5a5a20c203
Sentry stuff?
2022-10-30 11:34:25 +11:00
Madeline
8443d1da2d
Added scripts for changelogs and removed premium references
2022-10-27 21:40:40 +11:00
Madeline
a2f5762791
Forgot some schemas + only generate schemas in util/schemas + add setup script
2022-10-24 19:46:33 +11:00
Madeline
73923e269a
Video attachment support!
2022-10-04 19:22:50 +11:00
Madeline
e18af893f6
Better embed handling
2022-10-01 14:44:32 +10:00
Madeline
99ee7e9400
Prettier
2022-09-26 22:41:21 +10:00
Madeline
849b257db7
Move schemas to /src/util/schemas
2022-09-26 22:08:14 +10:00