Isaac
90c0521e35
update dependencies
2022-10-18 14:58:30 +01:00
Isaac
e813dee884
beta.0
2022-10-09 17:08:53 +01:00
Isaac
78583f7079
Add optional dependencies
2022-10-09 17:04:43 +01:00
Isaac
e723ce76f5
Update dependencies
2022-10-05 00:31:02 +01:00
David Ralph
ce6e2b7d8f
optimise by removing unneeded modules and replacing with built-in methods ( #344 )
2022-09-30 19:21:59 +01:00
Isaac
7eabce1a83
Add stats posting
2022-09-11 21:11:12 +01:00
Isaac
d884789a49
settings npm
2022-09-07 22:33:55 +01:00
Isaac
be0795cde0
Settings reverse proxy (doesn't work)
2022-09-07 21:24:16 +01:00
Isaac
742dedd635
@discord-tickets/settings
2022-09-06 21:32:03 +01:00
Isaac
c101562dcc
Integrate settings UI
2022-09-06 20:30:28 +01:00
Isaac
b1965909e6
Fix env
...
`PUBLIC` is a path to the Public user dir on Windows, and !! does not convert a string to a boolean as expected
2022-09-05 12:52:26 +01:00
Isaac
9936b05fbb
fix: start script
2022-08-25 23:29:07 +01:00
Isaac
052c159157
start making things
2022-08-05 22:21:55 +01:00
Isaac
b4618aac1b
Create commands
2022-08-02 21:13:32 +01:00
Isaac
e28392352c
Add autocomplete, button, menu, and modal files
2022-08-02 18:03:55 +01:00
Isaac
aa51cd0554
Update to @eartharoid/dbf@0.3
2022-08-02 17:25:53 +01:00
Isaac
d147fa178b
Improve prisma scripts
2022-07-23 13:27:32 +01:00
Isaac
3de9cd8c3a
Add support for SQLite and PostgreSQL. Also add/fix encryption...
...
...for a smaller number of fields
2022-07-23 01:44:03 +01:00
Isaac
f93d058f55
Panels!
2022-07-21 01:25:37 +01:00
Isaac
28f1e85759
More fixes
2022-07-18 21:53:17 +01:00
Isaac
3a1c0f54bd
Node v18, discord.js v14
2022-07-18 13:34:29 +01:00
Isaac
24d5e6d99d
Fixes and stuff
2022-07-17 22:33:42 +01:00
Isaac
5aac998bee
new log diff
2022-07-17 14:13:44 +01:00
Isaac
79462e83e6
Settings, encryption, logging
2022-07-16 22:18:50 +01:00
Isaac
97623f3203
Changes
2022-07-15 23:19:42 +01:00
Isaac
a1823a750e
Add authentication
2022-05-06 21:17:53 +01:00
Isaac
11ec090ab6
Start on API
2022-05-06 00:01:19 +01:00
Isaac
cbfbf05e8c
mjs -> cjs
2022-05-05 21:29:28 +01:00
Isaac
e569642240
Start on database schema
2022-03-21 23:28:20 +00:00
Isaac
5ae4da227e
Entrypoint, env and config etc
2022-03-18 16:27:32 +00:00
Isaac
83e7ff6019
Reset for new version
2022-03-11 21:09:17 +00:00
Isaac
8897602af5
build: bump version
2021-10-26 23:42:55 +01:00
Isaac
f49a044340
Revert "Merge remote-tracking branch 'origin/main' into main"
...
This reverts commit feb116b4df
.
2021-10-26 23:35:18 +01:00
Isaac
a873b80cab
build: bump version
2021-10-26 20:28:04 +01:00
Isaac
410abcafe9
build: bump version
2021-10-26 17:02:42 +01:00
Isaac
005e383231
build: bump version
2021-10-07 14:00:16 +01:00
Isaac
46bab4daed
build: update dependencies
2021-10-07 13:38:32 +01:00
Isaac
abf60915d0
chore: bump version
2021-09-25 23:56:12 +01:00
Isaac
5acdf3b4c0
v3.1
2021-09-25 00:05:39 +01:00
Isaac
95f76716ed
feat: #206 convert to interactions (buttons and application commands) ( #238 )
...
* feat: make command handler slash command-ready
Only `help` and `settings` commands work so far
* feat(commands): finish new settings command
* fix(settings): convert `roles` and `ping` to an array
* fix(commands): make `add` a slash command
* fix(commands): make `blacklist` a slash command
* fix(commands): remove URLs from `help` command
* Add weblate badge and overview image
* Update sponsors
* sqlite things
* imrpovements
* update eslint rules
* (⚠ untested) close command
* fix: default locale for getting command option names
* Update README.md
* Update README.md
* Update README.md
* update new command to slash commands and fix close command
* fixes and improvements
* fix: closing a ticket when the creator has left
* Revert "fix: closing a ticket when the creator has left"
This reverts commit afc40ae17077782e344fd8cee03a089966c2347e.
* fix: closing a ticket when the creator has left
* fix: localisation issues in settings command
* fix: delete category channel
* New button and select panels + updated message panels
Includes new options for panel embed message image and thumbnail
Co-Authored-By: Puneet Gopinath <baalkrshna@gmail.com>
Co-Authored-By: thevisuales <6569806+thevisuales@users.noreply.github.com>
* Finish converting to buttons, added close button
Co-Authored-By: Puneet Gopinath <baalkrshna@gmail.com>
Co-Authored-By: thevisuales <6569806+thevisuales@users.noreply.github.com>
* fully convert to slash commands
* re-add "... has created a ticket" message
* locales
* fix add and remove commands
* fix remove command
* fix stats command
* eslint
Co-authored-by: Puneet Gopinath <baalkrshna@gmail.com>
Co-authored-by: thevisuales <6569806+thevisuales@users.noreply.github.com>
2021-09-24 15:32:36 +01:00
Puneet Gopinath
0f10908ee0
refactor: update to discord.js v13 ( #203 )
...
* build: bump djs version
* refactor(add): update
* refactor(blacklist): update
* refactor(close): update
* refactor(help): update
* refactor(new): update
* refactor(panel): update
* refactor(remove): update
* refactor(stats): update
* refactor(survey): update
* refactor(tag): update
* refactor(topic): update
* refactor(guild): update, now Structures doesn't exist
Also I don't know if this would work actually, let's see
* refactor(guild_member)
* refactor(index.js): add intents
I can't understand how you do the indentation, sorry if I made a mistake
* Update package.json
* fix(intents): add `DIRECT_MESSAGES` intents
- also fix code style and indentation
* style: fix properties order and indentation
* fix(guild)
* Update and rename message.js to messageCreate.js
* Update guild.js
* refactor(manager): fix
* Update manager.js
* fix(help)
* style: fix spacing
* fix: permission overwrites
* fix(new)
* fix(presence): rename activity to activities
* fix(presence): fix debug message
* fix: update channel types
* Update new.js
* fix(embeds): update footer function
* fix: broken code
* style: add new lines around embed blocks
* fix(messages): update remaining `send()` calls
* fix(messages): i missed one
* build: replace fastify logger with standard logger
* refactor: update message and reaction collectors
Co-authored-by: Isaac <git@eartharoid.me>
2021-08-16 21:05:20 +01:00
Isaac
f827e9500f
chore: set version to 3.1.0-dev
...
Co-authored-by: @PuneetGopinath
2021-08-16 15:02:53 +01:00
Isaac
36ad172d23
build: bump discord.js version and update dependencies
...
Co-authored-by: @donzee529
Co-authored-by: @PuneetGopinath
2021-08-16 14:59:14 +01:00
Isaac
a000234a96
contributors
2021-05-25 20:51:21 +01:00
Isaac
f58276f603
eslint workflow
2021-05-22 13:27:12 +01:00
Isaac
20ac8bff73
Survey responses!
...
and some small changes/fixes
2021-05-19 15:24:02 +01:00
Isaac
6a978aa025
Settings validation
2021-05-17 20:24:00 +01:00
Isaac
448a1e793f
"stats" command
2021-05-17 00:04:14 +01:00
Isaac
8a99732d80
Added close command, bug fixes and improvements
2021-05-15 23:06:31 +01:00
Isaac
349527d9f6
Update logger
2021-05-12 17:19:14 +01:00
Isaac
8903f10305
Panel creation
2021-05-11 23:12:06 +01:00
Isaac
de93d586fe
fix & improve args processing
2021-05-10 23:10:39 +01:00
Isaac
fba2b579fb
Update i18n (and fix commands)
2021-04-27 11:34:34 +01:00
Isaac
1bc2e737e3
Database encryption
...
Security ™️
2021-04-07 00:02:07 +01:00
Isaac
4b3ba238bd
Finish "new" command, and other stuff
2021-04-05 18:38:00 +01:00
Isaac
d5463a9bc3
Improve plugins, make settings server separate
2021-03-03 17:20:33 +00:00
Isaac
3ce51e02b1
Update GitHub links
2021-03-03 10:57:28 +00:00
Isaac
be37c7b0ed
Settings server
2021-02-28 23:57:21 +00:00
Isaac
e53427cb36
Improve logging
2021-02-27 21:13:46 +00:00
Isaac
ddba4e2482
Update website url
2021-02-26 16:07:20 +00:00
Isaac
1f2d40234b
Logger and fastify, settings server
2021-02-25 12:34:16 +00:00
Isaac
5e9e23bbf2
progress
2021-02-20 17:09:08 +00:00
Isaac
ce2942879c
Clean up
2021-02-17 13:24:33 +00:00
Isaac
4c8e9125e5
Make things work
2021-02-16 23:35:31 +00:00
Isaac
5fdfb121c7
things
2021-02-16 22:34:20 +00:00
Isaac
cf8dff2a5b
Database
2021-02-16 14:48:04 +00:00
Isaac
f44e9080e5
Start making
...
Start on the basic structure, database stuff
2021-02-16 00:02:44 +00:00
Isaac
9863c45fdf
Set up for v3
2021-02-15 18:34:59 +00:00
David Ralph
c630dd6da7
Only create a logger instance once
2021-02-08 18:18:58 +00:00
depfu[bot]
64bd3c88c2
Update eslint to version 7.19.0
2021-02-01 05:48:19 +00:00
depfu[bot]
2281e1f25a
Update sequelize to version 6.5.0
2021-01-28 05:26:07 +00:00
Isaac
296b0e51fa
Update package.json
2021-01-25 19:55:20 +00:00
Isaac
a51de408d5
Fix package.json
2021-01-25 19:53:46 +00:00
Isaac
89d0bac235
Merge branch 'master' into closeall-args
2021-01-23 18:42:52 +00:00
Oliver Cordingley
a0a15c4551
closes all tickets before a specified date
2021-01-23 17:45:35 +00:00
Isaac
c9588c52c3
Merge pull request #89 from eartharoid/depfu/update/npm/eslint-7.18.0
...
Update eslint: 7.17.0 → 7.18.0 (minor)
2021-01-20 12:10:36 +00:00
depfu[bot]
8192b88abf
Update sequelize to version 6.4.0
2021-01-19 19:27:39 +00:00
Oliver Cordingley
2f98550ee3
added to-time package
2021-01-19 14:52:51 +00:00
depfu[bot]
e09f87d66b
Update eslint to version 7.18.0
2021-01-17 00:32:14 +00:00
depfu[bot]
0b5f84ca90
Update nodemon to version 2.0.7
2021-01-07 16:28:34 +00:00
depfu[bot]
10c308f66a
Update eslint to version 7.17.0
2021-01-03 04:04:25 +00:00
depfu[bot]
30c067ecff
Update boxen to version 5.0.0
2020-12-30 07:40:55 +00:00
depfu[bot]
810c2101c4
Update eslint to version 7.16.0
2020-12-19 23:14:55 +00:00
depfu[bot]
0fd421efd1
Update eslint to version 7.15.0
2020-12-06 09:15:11 +00:00
depfu[bot]
a7bc22b71a
Update discord.js to version 12.5.1
2020-11-27 00:56:13 +00:00
depfu[bot]
4f0c8ced98
Update discord.js to version 12.5.0
2020-11-23 14:26:04 +00:00
depfu[bot]
43509dd7a9
Update eslint to version 7.14.0
2020-11-22 00:13:51 +00:00
Isaac (eartharoid)
b8bd6d5ec8
Update package.json
2020-11-20 23:56:49 +00:00
Isaac
5c61bffd09
Update package.json
2020-11-13 20:04:20 +00:00
Isaac (eartharoid)
8a674c6f07
Update package.json
2020-11-13 19:52:57 +00:00
Isaac (eartharoid)
c3f1532bba
Fixed archiving (linereader was broken)
...
Co-Authored-By: Camdan M <camthehelpdesk@gmail.com>
2020-11-13 19:50:11 +00:00
depfu[bot]
de5e7d43bf
Update eslint to version 7.13.0
2020-11-08 03:29:00 +00:00
depfu[bot]
b8622943e8
Update eslint to version 7.12.1
2020-10-28 04:58:41 +00:00
Isaac
f4b051c286
Merge pull request #63 from eartharoid/depfu/update/npm/eslint-7.12.0
...
Update eslint: 7.11.0 → 7.12.0 (minor)
2020-10-25 12:05:59 +00:00
depfu[bot]
88ba9ac00b
Update discord.js to version 12.4.1
2020-10-25 06:25:43 +00:00
depfu[bot]
e51e41700f
Update eslint to version 7.12.0
2020-10-25 02:13:51 +00:00
depfu[bot]
3af8000bcd
Update leekslazylogger to version 2.0.7
2020-10-20 21:56:06 +00:00
depfu[bot]
7afa194918
Update nodemon to version 2.0.6
2020-10-20 19:56:03 +00:00
depfu[bot]
b985710163
Update discord.js to version 12.4.0
2020-10-20 18:12:20 +00:00
Isaac (eartharoid)
16876b1408
v2.1.1 - Paths are no longer relative
2020-10-14 22:37:57 +01:00