Commit Graph

1146 Commits

Author SHA1 Message Date
Isaac
457ede3ac7
fix: don't allow removing the creator 2023-01-30 20:50:38 +00:00
Isaac
bb3179f28f
minor improvements 2023-01-30 17:10:02 +00:00
Isaac
5579362f26
feat: DM on close (fixes #338)
A very basic message to notify the user of the ticket closure
2023-01-30 16:58:36 +00:00
Isaac
d1c3620fcd
fix: ticket closing 2023-01-30 15:56:41 +00:00
Isaac
a60c998605
fix: message logging 2023-01-30 12:49:15 +00:00
Isaac
2a8c1603f2
more on closing and feedback (WIP) 2023-01-13 22:25:19 +00:00
Isaac
8bf01aa520
feat: feedback, start of close requests 2023-01-13 20:48:37 +00:00
Isaac
d7e1b05586
perf: cache staff roles 2023-01-12 17:20:21 +00:00
Isaac
db94ab770d
perf: cache tags 2023-01-12 17:19:03 +00:00
Isaac
6a1a75d572
Merge pull request #319 from n1kkl/main
fix: close ticket when the channel is deleted
2023-01-06 17:07:27 +00:00
Isaac
a6f3611586
Update CONTRIBUTORS.md 2023-01-06 16:48:26 +00:00
Isaac
d19a1066c2
Merge branch 'main' into main 2023-01-06 16:47:34 +00:00
allcontributors[bot]
463ef5d804
docs: add c43721 as a contributor for doc (#373)
* docs: update CONTRIBUTORS.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-06 16:42:13 +00:00
allcontributors[bot]
9d72297207
docs: add c43721 as a contributor for platform (#371)
* docs: update CONTRIBUTORS.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Isaac <git@eartharoid.me>
2023-01-06 16:22:18 +00:00
allcontributors[bot]
e0c63b9e4e
docs: add AdminRAT as a contributor for platform (#370)
* docs: update CONTRIBUTORS.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-06 16:18:27 +00:00
Isaac
ca2556b24f
Merge pull request #360 from AdminRAT/docker-improvements
feat(docker): Docker improvements
2023-01-06 16:17:40 +00:00
allcontributors[bot]
220bd18336
docs: add FoxXxHater as a contributor for platform (#368)
* docs: update CONTRIBUTORS.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-01-06 14:19:07 +00:00
Isaac
cf6b34785c
fix: new line replacement 2023-01-03 16:59:26 +00:00
Isaac
4dbbba6c0b
feat: include category name in transcripts 2023-01-03 16:51:11 +00:00
Isaac
0fa45e3e50
fix: don't fetch partial messages on delete 2023-01-02 13:27:20 +00:00
Isaac
813beb44a0
feat: close tickets on channel delete 2023-01-02 13:27:02 +00:00
Isaac
8e82b2829f
Revert "Remove jsconfig.json"
This reverts commit 5c2eed2d7b.
2023-01-02 13:02:50 +00:00
Isaac
a10a1663a3
SelectMenu -> StringSelectMenu 2023-01-02 12:23:14 +00:00
Isaac
5c2eed2d7b
Remove jsconfig.json 2023-01-02 12:21:53 +00:00
Isaac
7c011fbf9d
Update dependencies 2023-01-02 12:21:37 +00:00
AdminRAT
00194a9366
feat(docker): Add compose config 2022-11-18 14:26:29 -08:00
AdminRAT
6acd842c62
refactor(docker): Rewrite Dockerfile
- Image comes in at around 203 MB now
2022-11-18 14:25:38 -08:00
Isaac
f050d5c41f
update dependencies 2022-11-03 19:41:52 +00:00
Isaac
e105f0c34c
update logger 2022-11-01 21:10:57 +00:00
Isaac
14df0637ae
Improve errors 2022-10-31 21:19:29 +00:00
Isaac
9f18958c75
feat: add /move command 2022-10-31 21:15:44 +00:00
Isaac
d10965d541
fix typo 2022-10-31 15:36:35 +00:00
Isaac
b61b3dd2b1
Respond with error messages
instead of giving the user no information.
2022-10-31 15:35:41 +00:00
Isaac
76ed77fe0c
fix: typo 2022-10-31 14:17:59 +00:00
Isaac
4f0e91f269
integrated portal 2022-10-31 13:45:49 +00:00
Isaac
a519dec257
Update README.md 2022-10-29 20:22:39 +01:00
Isaac
4b40f2cdbd
feat: add /transfer command 2022-10-29 19:59:09 +01:00
Isaac
26ab229c97
feat: add target ID 2022-10-29 00:54:38 +01:00
Isaac
1ecb6f5d32
fix: typo 2022-10-29 00:54:19 +01:00
Isaac
77216ba43d
feat: add ticket claiming 2022-10-29 00:33:19 +01:00
Isaac
15318df9e4
feat: /add and /remove commands 2022-10-28 17:32:43 +01:00
Isaac
1843400004
refactor: simplify commands i18n 2022-10-26 18:58:46 +01:00
Isaac
c6f1261478
feat: add /tickets command 2022-10-26 14:13:45 +01:00
Isaac
119f997ffe
fix: unnecessary message update logs 2022-10-26 11:34:55 +01:00
Isaac
9a916339ef
fix: only allow /topic in tickets 2022-10-26 10:26:43 +01:00
Isaac
72e264d04c
feat: add help hint for invalid stdin commands 2022-10-26 01:06:26 +01:00
Isaac
7417005782
perf: reduce database data transfer 2022-10-26 00:46:07 +01:00
Isaac
09095f71c1
perf: improve ticket/references autocompleters (and de-duplicate) 2022-10-26 00:41:40 +01:00
Isaac
f27feea2f9
feat: add /topic command 2022-10-25 22:56:13 +01:00
Isaac
30883032b7
fix(archives): role and member bug 2022-10-25 22:55:53 +01:00