Commit Graph

1672 Commits

Author SHA1 Message Date
spiral
b4b83f2c94 fix(api): have correct behaviour for 'before' param 2021-11-17 09:52:58 -05:00
spiral
1d5943b6e1 fix(api): properly ignore exceptions that result in 400 status code 2021-11-17 09:45:34 -05:00
spiral
8df259a40d feat: change member/group lookup order, add -id flag 2021-11-17 09:30:19 -05:00
spiral
19628ec400 feat: add showing avatar URL in short list 2021-11-14 11:10:19 -05:00
Grey Himmel
d00fa8bffa Fix single asterisk note under "create switch"
Just escaping it so it doesn't become a bullet point
2021-11-13 11:48:20 -05:00
spiral
cb38b6809d fix: don't spam Sentry with caught exceptions 2021-11-11 06:31:12 -05:00
spiral
f7b48ab30d fix: FromDateTimeUtc needs, as mentioned, an UTC datetime 2021-11-10 23:50:44 -05:00
spiral
343fafe9f0 feat: respect Discord permissions in pk;message and pk;edit 2021-11-10 23:46:16 -05:00
spiral
48d4009c69 fix: fix reporting Discord response metrics to influxdb 2021-11-09 02:19:31 -05:00
spiral
24a549341e feat: don't call GetCurrentProcess twice 2021-11-09 01:51:02 -05:00
spiral
35bbf199f6 feat: add config setting to disable sending errors
we've disabled/re-enabled these a few times in code now...
2021-11-09 01:50:09 -05:00
spiral
ec3795f9d0 feat: globally rate-limit sending errors, rather than per-channel 2021-11-09 01:48:47 -05:00
spiral
e5c74edd85 feat: ignore database timing out 2021-11-09 01:31:42 -05:00
spiral
b4e8dda9dd fix: update sentry, correctly configure sentry dsn 2021-11-09 01:31:06 -05:00
spiral
78fc247b7e fix(docs): fix links to guild settings models 2021-11-08 11:15:48 -05:00
spiral
7205fd1595 feat(docs): add proxy_tags to member object, add note about max proxy tag length 2021-11-08 11:11:36 -05:00
spiral
6da1bbd267 feat: sort by display name in short list 2021-11-08 10:49:50 -05:00
spiral
2a7d4ff97d fix: properly get long commit hash from git 2021-11-08 10:48:45 -05:00
spiral
b273b49533 fix: throw SystemNotFound in SystemGet instead of 404ing 2021-11-07 13:56:15 -05:00
spiral
3979cdd95a feat: officially deprecate APIv1 2021-11-07 12:43:59 -05:00
spiral
c9e2425a67 fix: disable error reporting... again 2021-11-07 12:25:20 -05:00
spiral
be443caccf fix: off-by-one error in switching list pages 2021-11-07 12:24:06 -05:00
spiral
d19f6456a7 feat: show full commit version hash in sentry logs 2021-11-07 03:09:45 -05:00
spiral
037f54b41a feat: move to Plausible self-hosted 2021-11-04 21:45:54 -04:00
spiral
38cbca1b34 feat: respect guild boost file size limit when re-sending attachments 2021-11-04 14:13:43 -04:00
rladenson
b1bd563dad feat: jump to page (#401) 2021-11-04 05:52:49 -04:00
spiral
bdb6b61903 fix: asp.net doesn't automatically complete the response writer 2021-11-03 23:27:44 -04:00
spiral
e1a5310a3a fix: check member/group limits before creating 2021-11-03 02:42:37 -04:00
spiral
29b28ba742 lint >:( 2021-11-02 22:47:14 -04:00
spiral
21e3e61db0 fix: correctly handle missing role cache in message embed 2021-11-02 22:36:14 -04:00
spiral
08c5b78cc2 fix: don't show discord URL tokens in logs 2021-11-02 05:44:47 -04:00
spiral
b430446171 feat: specify custom Discord base URL
for use with twilight_http_proxy or similar
2021-11-02 05:36:53 -04:00
spiral
14b0e98791 feat: remove DiscordRequestObserver 2021-11-02 05:34:17 -04:00
spiral
f78d4844e2 feat: add 'full' argument to pk;s frontpercent command 2021-11-01 02:35:29 -04:00
spiral
235d3c3c86 feat: add note about scheduled tasks worker to README 2021-11-01 01:47:10 -04:00
spiral
c660ee2dae feat: add scheduled tasks worker to docker-compose 2021-11-01 01:46:07 -04:00
spiral
44ccf01f93 feat: with_members query string on /systems/:ref/members endpoint 2021-11-01 00:12:11 -04:00
spiral
8d02af7b94 refactor: move GroupAddRemoveResponseService into GroupMemberUtils
(it's not a service)
2021-10-31 01:11:10 -04:00
spiral
bb8d5dcf12 fix: actually export everything from PKSystem 2021-10-30 20:45:59 -04:00
spiral
1f2043c8ac fix: 'pk;member commands' is too long and throws an error 2021-10-30 20:45:36 -04:00
spiral
9fece5dbf5 feat: add documentation for /v2/messages/{message} endpoint 2021-10-30 19:51:50 -04:00
spiral
3e2441cf3a feat: add 'pk;s <id> avatar' command 2021-10-30 19:02:21 -04:00
spiral
7c9a375393 feat: temporarily add warning message about pre-release apiv2 docs 2021-10-30 18:50:19 -04:00
spiral
d9da50c189 feat: throw exception 2021-10-30 18:49:36 -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
93eef82a83 refactor(apiv2): fix nonsense behaviour with error objects/arrays 2021-10-29 20:06:09 -04:00
Spectralitree
e0c43a9af7 feat: add "today" argument to pk;m birthday (#398) 2021-10-29 17:44:51 -04:00
spiral
f897ce5a45 fix: re-enable error messages for explicit commands 2021-10-29 17:34:28 -04:00
Katrix
b998636cbe feat: add -raw flag to pk;msg (#399) 2021-10-29 16:42:10 -04:00