Commit Graph

225 Commits

Author SHA1 Message Date
dependabot[bot]
eac66205f6 Bump es5-ext from 0.10.62 to 0.10.64
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.64)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 16:44:34 +00:00
dependabot[bot]
b08fd54288 Bump axios from 0.27.2 to 1.6.0
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-03 13:21:49 +01:00
dependabot[bot]
324f008fbf Bump undici from 5.21.0 to 5.26.3
Bumps [undici](https://github.com/nodejs/undici) from 5.21.0 to 5.26.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.21.0...v5.26.3)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-03 13:20:48 +01:00
111cf4aead Delete duplicate Docs/API directory
This was causing collisions on case-insensitive filesystems  
The proper spelling is all lowercase
2023-09-18 12:42:04 +02:00
1eab3e7853 Commands: remove legacy debugrendering command 2023-09-18 12:38:35 +02:00
d4a9c4543a Seeds: Update seed files to new schema 2023-09-18 12:19:27 +02:00
f5837c4b25 Debug: Extend rendering debug command 2023-08-20 11:53:50 +02:00
36de2c1715 Rendering: Properly handle error response from Jose 2023-08-17 17:08:12 +02:00
4d72f8562e Profile: Implement custom profile backgrounds 2023-08-07 17:34:19 +02:00
2f63f172c2 DB: Add fields for custom profile backgrounds 2023-08-07 17:34:19 +02:00
7962266b26 GeneralUtil: Add download file function 2023-08-07 17:34:19 +02:00
6edc6771ef Profile: Fix showcase card being out of order.
The showcase cards were rendered based on the order in which
the render calls returned within the slots.map call.
Using the original slot keys fixes this issue.
2023-08-07 17:34:19 +02:00
596a6b5dc5 Bot: Change ENV to NODE_ENV in ready.js 2023-08-07 17:34:19 +02:00
de37b9d348 Bot: Clear global commands when running as dev 2023-08-07 17:34:19 +02:00
643c027ce8 Rendering: Better card debug output
- Add timestamp
- Larger font
2023-08-07 17:34:19 +02:00
0c232a55cb Debug: Catch and print errors when fetching from Jose 2023-08-07 17:34:19 +02:00
d7a99968bc GeneralUtils/Profile: Shorten numbers to K M B format
- Implemented for currencies on the profile
2023-08-07 17:34:19 +02:00
b099c29ecf Rendering: Add debug output in develop mode
- Burn node info into rendered card
- Log job def onto console
2023-08-07 17:34:19 +02:00
aaaac430e6 Editprofile: Properly defer updates on non-modal interactions
Also fixes interaction filtering by user id.
Also fixes collector filtering by modal customID
2023-08-07 17:34:19 +02:00
56a76b0fbb Bump node versiom to 20
node:20-alpine
2023-08-07 17:34:19 +02:00
e50449ec03 Cleanup legacy rendering code and files
also removes dockerfile and imagemagick.
2023-08-07 17:34:19 +02:00
2a4b58f7af Rendering: Reposition labels for top-aligned default 2023-08-07 17:34:19 +02:00
e1cc82eb32 Rendering: Add placeholder frame
and fix profile card alignment
2023-08-07 17:34:19 +02:00
6d35019e3e Profile: Add stats bar to new rendering 2023-08-07 17:34:19 +02:00
490db1c70f Profile: Add userimage and status to new profile 2023-08-07 17:34:19 +02:00
21ccd3a3d1 Profile: Add new rendering for username and showcase 2023-08-07 17:34:19 +02:00
a33a7d737e Editprofile: Remove top level defer which broke modal inputs 2023-08-07 17:34:19 +02:00
5a31ef95fb Rendering: Hide card if it's unclaimed 2023-08-07 17:34:19 +02:00
f2ac0ed10e Rendering: Replace card stack rendering with external API call 2023-08-07 17:34:19 +02:00
6d86799e02 API: Serve static assets via express 2023-08-07 17:34:19 +02:00
189e126983 Rendering: Add configurable Jose endpoint 2023-08-07 17:34:19 +02:00
d99b8ab4d6 Rendering: WIP Replacing renderer with external API 2023-08-07 17:34:19 +02:00
ce98c9e736 Merge pull request #57 from JanGross/dependabot/npm_and_yarn/semver-5.7.2
Bump semver from 5.7.1 to 5.7.2
2023-07-12 16:06:14 +02:00
a3439da93f Merge pull request #55 from JanGross/dependabot/npm_and_yarn/dottie-2.0.4
Bump dottie from 2.0.3 to 2.0.4
2023-07-12 16:05:53 +02:00
dependabot[bot]
03c5153e59 Bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 15:52:04 +00:00
dependabot[bot]
646d1a61c0 Bump dottie from 2.0.3 to 2.0.4
Bumps [dottie](https://github.com/mickhansen/dottie.js) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/mickhansen/dottie.js/releases)
- [Commits](https://github.com/mickhansen/dottie.js/compare/v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: dottie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 21:08:29 +00:00
e25d3bb2cb Update toho-jose reference 2023-06-11 20:56:53 +02:00
7e045df971 Add Toho-Miku banner 2023-06-11 20:56:05 +02:00
d4caefc077 Missing: Use embeds 2023-06-06 14:52:38 +02:00
088079cc0e Commands: Add core missing command 2023-06-05 17:56:48 +02:00
5a47d0695f Clear guild commands on production
to avoid duplicates
2023-05-31 21:39:36 +02:00
fc927aa664 Add related project references to README 2023-05-25 10:01:48 +02:00
4f62cceaa0 API: Redirect 404 routes to homepage 2023-05-25 09:06:13 +02:00
da9044bb15 Readme: Add Discord and Patreon badges 2023-05-03 17:42:24 +02:00
06f968bceb Docs: Fix link paths 2023-04-17 18:21:21 +02:00
969c257ee4 Docs: Add docs for API routes
and remove legacy import instructions
2023-04-17 18:15:37 +02:00
85cebd2886 API: Add missing auth check to POST /characters 2023-04-17 17:53:12 +02:00
aea807ca3c API: Properly handle not found cases for groups and characters 2023-04-17 16:00:12 +02:00
3915956bea API: Add routes for badges 2023-04-17 15:57:36 +02:00
833fcd4c74 API: Move character routes to separate file 2023-04-17 15:47:43 +02:00