spiral
|
56d07e0f2d
|
feat: pk;config
|
2021-11-29 21:35:21 -05:00 |
|
spiral
|
d195c80d92
|
feat: set shard status to offline when starting up
|
2021-11-28 20:50:13 -05:00 |
|
spiral
|
b9252ec615
|
feat: merge UPDATE_SWITCH_MEMBERS event into UPDATE_SWITCH event
|
2021-11-28 17:35:56 -05:00 |
|
spiral
|
4450ae4214
|
feat: go through some TODOs
|
2021-11-26 22:02:58 -05:00 |
|
spiral
|
04d78e3348
|
refactor: remove some unused code
|
2021-11-26 21:14:09 -05:00 |
|
spiral
|
1918c56937
|
feat: upgrade to .NET 6, refactor everything
|
2021-11-26 21:10:56 -05:00 |
|
spiral
|
d28e99ba43
|
fix: get rid of top-level guild_id key in dispatch payloads
|
2021-11-26 14:45:58 -05:00 |
|
spiral
|
a4a5f5c17a
|
feat: move PKMessage JSON to PluralKit.Core
|
2021-11-26 14:23:57 -05:00 |
|
spiral
|
ddd966ad58
|
fix: specify application/json content-type in dispatch requests
|
2021-11-26 12:56:32 -05:00 |
|
spiral
|
28a199e507
|
fix: serialize guild_id as string in dispatch json
|
2021-11-26 12:45:15 -05:00 |
|
spiral
|
e8d9106543
|
fix: typo in GroupPatch json
|
2021-11-25 18:43:34 -05:00 |
|
spiral
|
b8e2ebd470
|
Merge branch 'feat/webhooks' into main
|
2021-11-25 17:15:42 -05:00 |
|
spiral
|
ece17f7470
|
feat(webhooks): verify that url is accessible before saving it
|
2021-11-25 16:45:00 -05:00 |
|
spiral
|
bc7e0df872
|
feat(webhooks): SUCCESSFUL_IMPORT event, better behaviour when creating entities
|
2021-11-25 15:33:02 -05:00 |
|
spiral
|
51c900a378
|
feat(webhooks): docs
|
2021-11-22 14:20:43 -05:00 |
|
spiral
|
9c95ca2ed9
|
fix: temporarily disable last message query in member_list
|
2021-11-21 09:03:47 -05:00 |
|
spiral
|
7b9d2a4e5e
|
feat(webhooks): add all events except group member events
|
2021-11-19 11:37:50 -05:00 |
|
spiral
|
f071485a82
|
fix(webhooks): always send event data, even if null
|
2021-11-19 11:23:23 -05:00 |
|
spiral
|
e48e39eeb1
|
fix(webhooks): add signing token to events that are missing it
|
2021-11-19 11:13:21 -05:00 |
|
spiral
|
e8beb245da
|
fix(webhooks): fix error when DNS entry has non-ipv4 addresses
|
2021-11-19 10:58:12 -05:00 |
|
Spectralitree
|
33195b7b93
|
fix(api): patch correct system privacy fields
|
2021-11-18 17:12:20 -05:00 |
|
spiral
|
2a7d4ff97d
|
fix: properly get long commit hash from git
|
2021-11-08 10:48:45 -05:00 |
|
spiral
|
d19f6456a7
|
feat: show full commit version hash in sentry logs
|
2021-11-07 03:09:45 -05:00 |
|
spiral
|
00b7f76a5b
|
fix(webhooks): actually correctly parse urls for DNS resolution
|
2021-11-03 02:02:07 -04:00 |
|
spiral
|
a81ffc3399
|
feat(webhooks): add basic commands
|
2021-11-03 02:01:35 -04:00 |
|
spiral
|
71aec0d419
|
feat(webhooks): init, add service/models, add JSON to patch objects
|
2021-11-02 06:08:17 -04:00 |
|
spiral
|
44ccf01f93
|
feat: with_members query string on /systems/:ref/members endpoint
|
2021-11-01 00:12:11 -04:00 |
|
spiral
|
bb8d5dcf12
|
fix: actually export everything from PKSystem
|
2021-10-30 20:45:59 -04:00 |
|
spiral
|
f44f83c809
|
Merge branch 'feat/apiv2' into main
|
2021-10-30 18:18:08 -04:00 |
|
spiral
|
c7126840ed
|
refactor(apiv2): rewrite group member endpoints to be cleaner
|
2021-10-30 18:16:18 -04:00 |
|
spiral
|
9a34834ca9
|
Merge branch 'main' of ssh://github.com/xSke/pluralkit into main
|
2021-10-29 13:29:23 -04:00 |
|
spiral
|
456545efe8
|
fix: import nickname from Tupperbox
|
2021-10-29 12:59:19 -04:00 |
|
spiral
|
8e0e393f52
|
feat(apiv2): docs fixes
|
2021-10-22 17:54:47 -04:00 |
|
spiral
|
7d36a39a57
|
feat(apiv2): documentation, misc fixes
|
2021-10-22 11:20:26 -04:00 |
|
multiusersystem
|
ffe23829db
|
fixed schema version
|
2021-10-19 18:18:08 -04:00 |
|
spiral
|
2bf1617737
|
feat(apiv2): reorganize controllers, add stats to meta endpoint
|
2021-10-15 07:08:41 -04:00 |
|
spiral
|
8fe688e4aa
|
Merge branch 'main' into feat/apiv2
|
2021-10-15 06:32:50 -04:00 |
|
spiral
|
3bc451eb4b
|
feat: move scheduled tasks to separate project
|
2021-10-15 06:27:38 -04:00 |
|
spiral
|
098d804344
|
feat(apiv2): better model validation error UX
|
2021-10-13 08:37:34 -04:00 |
|
spiral
|
f602f22a3d
|
feat(apiv2): guild endpoints
|
2021-10-13 01:02:34 -04:00 |
|
spiral
|
e2a56a198f
|
feat(apiv2): GET endpoints except guilds
- ResolveT methods in ControllerBase
- ContextFor methods in ControllerBase
|
2021-10-12 05:17:54 -04:00 |
|
spiral
|
11620d94c8
|
feat(apiv2): actually add UUIDs to JSON models
|
2021-10-12 04:25:06 -04:00 |
|
spiral
|
9d47bfe0d8
|
feat(apiv2): basic error handling
|
2021-10-12 03:01:02 -04:00 |
|
spiral
|
9bafc732ab
|
Merge branch 'main' into feat/apiv2
|
2021-10-12 02:33:47 -04:00 |
|
spiral
|
c3e51d1a48
|
feat(apiv2): v2 json models
|
2021-10-12 02:19:42 -04:00 |
|
spiral
|
2e89310129
|
fix(import): add AddAccount to tx
|
2021-10-06 20:24:29 -04:00 |
|
spiral
|
502265973c
|
fix: explicitly return * in Patch queries
This is needed because the API takes the object from the database query to return to the user
|
2021-10-03 12:02:26 -04:00 |
|
spiral
|
92e45a07ff
|
refactor: add SqlKata for SQL generation, move connection handling into ModelRepository
|
2021-09-29 21:51:38 -04:00 |
|
spiral
|
dbe040f852
|
feat(apiv2): database changes
|
2021-09-26 23:18:17 -04:00 |
|
spiral
|
fb4aaad19f
|
lint
|
2021-09-26 22:50:08 -04:00 |
|