allcontributors[bot]
e17b62d142
docs: add ari-party as a contributor for code ( #581 )
...
* docs: update CONTRIBUTORS.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-02-08 17:23:57 +00:00
ari
b3a2bb00a1
feat: ephemeral replies on (un)claim buttons ( #580 )
...
* new lines
* ephemeral button interactions
* send message to channel if interaction is ephemeral
* move deferreply to use ephemeral on no perms
* .editReply() -> .reply()
2025-02-08 17:23:44 +00:00
Isaac
e53c064bf7
feat: number
placeholder in opening message
...
as requested by thomrosa on Discord
2025-02-08 01:13:05 +00:00
Isaac
e7aa5f2384
feat(i18n): update French translations
...
Currently translated at 81.9% (231 of 282 strings)
Co-authored-by: Isaac <git@eartharoid.me>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/fr/
Translation: Discord Tickets/Bot
2025-02-07 17:47:01 +01:00
Isaac
f29c4ac765
fix: use descending date format in logs to avoid confusion
2025-02-07 16:24:28 +00:00
Isaac
85ae461a34
feat(i18n): add English (United States) translations
...
Co-authored-by: Isaac <git@eartharoid.me>
2025-02-07 17:09:43 +01:00
Isaac
c6b9714f37
feat: add guilds
placeholder to activities
2025-02-07 16:04:46 +00:00
ari
1b4202999d
feat(eggs): add pelican egg and move to dedicated directory ( #579 )
2025-02-05 13:22:42 +00:00
Isaac
9689648a6c
fix(api): missing archived messages etc in exports
2025-02-01 03:14:32 +00:00
Isaac
a33c670fc8
perf(api): faster exports
2025-02-01 01:54:59 +00:00
Isaac
f029a49877
feat(api): export data as zip
2025-02-01 01:17:00 +00:00
Isaac
4278d24e0b
fix(api): move guild delete route to index
2025-01-31 16:58:24 +00:00
Anonymous
71547aa142
feat(i18n): update Turkish translations
...
Currently translated at 92.1% (260 of 282 strings)
Co-authored-by: Anonymous <noreply@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/tr/
Translation: Discord Tickets/Bot
2025-01-31 12:02:02 +01:00
Isaac
96cc84e13c
feat(api): public bot warning
2025-01-31 04:45:22 +00:00
Isaac
55660e8c4e
feat: handle exit signals
2025-01-30 03:32:02 +00:00
Isaac
80ee7b3d4e
chore: update dependencies
2025-01-30 03:08:46 +00:00
Isaac
08300504b1
perf(stats): don't duplicate work
2025-01-30 03:06:36 +00:00
Isaac
118b685f8e
feat(i18n): improve German translations
...
as suggested by `symphatiix` on Discord
2025-01-30 02:29:46 +00:00
unknown
ffbfb0c05c
feat(i18n): update Lithuanian translations
...
Currently translated at 100.0% (282 of 282 strings)
Co-authored-by: unknown <jkeimantas@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/lt/
Translation: Discord Tickets/Bot
2025-01-22 03:01:33 +01:00
Isaac
0d0214edb1
docs: update badges
2025-01-21 20:54:19 +00:00
unknown
1b88267212
feat(i18n): update Lithuanian translations
...
Currently translated at 100.0% (282 of 282 strings)
Co-authored-by: unknown <jkeimantas@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/lt/
Translation: Discord Tickets/Bot
2025-01-21 19:55:14 +01:00
unknown
ab06e029a6
feat(i18n): update Lithuanian translations
...
Currently translated at 98.2% (277 of 282 strings)
feat(i18n): update Lithuanian translations
Currently translated at 97.8% (276 of 282 strings)
feat(i18n): update Lithuanian translations
Currently translated at 97.5% (275 of 282 strings)
Co-authored-by: unknown <jkeimantas@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/lt/
Translation: Discord Tickets/Bot
2025-01-21 19:50:52 +01:00
Isaac
79dd181d63
feat(i18n): add Lithuanian translations
...
Co-authored-by: Isaac <git@eartharoid.me>
2025-01-21 18:07:33 +01:00
Isaac
b2d6413221
fix(scripts): remove categoryId
when importing questions
2025-01-16 21:06:44 +00:00
Jannek Luedtke
c8eb0b9215
feat(i18n): update German translations
...
Currently translated at 99.2% (280 of 282 strings)
Co-authored-by: Jannek Luedtke <Jannek.luedtke30@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/de/
Translation: Discord Tickets/Bot
2025-01-15 20:00:38 +01:00
Isaac
f44d36ff4b
chore(version): v4.0.28
2025-01-14 04:04:30 +00:00
Isaac
b756df0c3b
feat: portal v2.4.0
2025-01-14 04:04:00 +00:00
Isaac
5ffd18961b
feat(api): reorderable categories in panels
2025-01-14 03:43:51 +00:00
Isaac
0b06e1852f
chore(version): v4.0.27
2025-01-13 20:56:36 +00:00
Isaac
45f21f5da9
fix(scripts): dependencies shouldn't be dev-only
2025-01-13 20:45:44 +00:00
Isaac
87b9974dbd
fix(scripts): don't encrypt/decrypt missing values
2025-01-11 23:49:26 +00:00
Isaac
8fded79263
chore(version): v4.0.26
2025-01-10 02:24:00 +00:00
Isaac
9a2912d0d3
feat(scripts): npm shortcuts for export and import
2025-01-10 01:54:23 +00:00
Isaac
03f3944d31
feat(scripts): data export and import scripts ( #575 )
...
* wip: data import/export scripts
* feat: data exporter
* feat: importer
* fix: that was stupid
* fix: importer
* style: clean up comments
2025-01-10 01:41:24 +00:00
Isaac
cedac83bce
chore(version): v4.0.25
2025-01-05 17:30:03 +00:00
allcontributors[bot]
911f42341b
docs: add DominicTheD3v as a contributor for bug, and code ( #573 )
...
* docs: update CONTRIBUTORS.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
---------
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2025-01-05 17:18:01 +00:00
DominicTheD3v
5ccf58cd98
fix: invalid role error on ticket creation? ( #572 )
2025-01-05 17:15:49 +00:00
Deleted User
a2d11a5c30
feat(i18n): update Spanish translations
...
Currently translated at 100.0% (282 of 282 strings)
Co-authored-by: Deleted User <noreply+48943@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/es/
Translation: Discord Tickets/Bot
2025-01-02 16:39:32 +01:00
Cristiano Rillensa
d07f69dfac
feat(i18n): update Italian translations
...
Currently translated at 98.9% (279 of 282 strings)
Co-authored-by: Cristiano Rillensa <rillensacristiano@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/it/
Translation: Discord Tickets/Bot
2024-12-21 15:25:43 +01:00
Robin
aa8785d133
feat(i18n): update Dutch translations
...
Currently translated at 99.2% (280 of 282 strings)
Co-authored-by: Robin <tegelsoep@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/nl/
Translation: Discord Tickets/Bot
2024-12-21 10:11:29 +01:00
Isaac
cfa3be681b
chore(version): v4.0.24
2024-12-20 02:48:30 +00:00
Isaac
addd5e896c
fix(docker): use alpine 3.20 instead of 3.21 so prisma can find openssl
...
context: https://github.com/nodejs/docker-node/issues/2175#issuecomment-2530130523
2024-12-20 02:47:57 +00:00
Isaac
270fb21154
chore(version): v4.0.23
2024-12-20 02:26:34 +00:00
Isaac
30cd5413c4
feat: guild bans
2024-12-20 02:24:32 +00:00
Isaac
ca38235309
fix(git): only ignore top-level directories
2024-12-19 14:13:09 +00:00
Isaac
cd66973bd2
Revert "fix(git): only ignore top-level user
directory"
...
This reverts commit 0052cd0390ab9864fa3a7d19d40f560f803c451b.
2024-12-19 14:11:21 +00:00
Isaac
0052cd0390
fix(git): only ignore top-level user
directory
2024-12-19 14:01:27 +00:00
Isaac
e10d02913a
fix(i18n): it/commands.slash.claim.name
2024-12-19 13:55:02 +00:00
Robin
59bfdf882b
feat(i18n): update Dutch translations
...
Currently translated at 99.2% (280 of 282 strings)
Co-authored-by: Robin <tegelsoep@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/nl/
Translation: Discord Tickets/Bot
2024-12-13 03:00:35 +01:00
Cristiano Rillensa
3b97696bc5
feat(i18n): update Italian translations
...
Currently translated at 98.9% (279 of 282 strings)
Co-authored-by: Cristiano Rillensa <rillensacristiano@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/it/
Translation: Discord Tickets/Bot
2024-12-07 23:00:28 +00:00