Commit Graph

2601 Commits

Author SHA1 Message Date
spiral
372eef72f4
fix(web-proxy): fix dashboard cache headers, force path lowercase in metrics 2022-12-03 11:59:36 +00:00
spiral
939a727969
fix(stats): use pooled connections to postgres 2022-12-03 11:58:30 +00:00
spiral
2602763e25
feat(bot): don't send internal error messages for some errors that should be on sentry 2022-12-03 11:57:43 +00:00
spiral
026a822c74
feat: add logging to Seq 2022-12-03 11:49:19 +00:00
spiral
fbd036e9c4
feat: create go.work file 2022-12-02 11:23:47 +00:00
spiral
831b6d3301
chore: remove unused system_fronters view 2022-12-01 11:54:13 +00:00
spiral
f9abcc68c4
refactor(bot): separate MatchClear from ConfirmClear 2022-12-01 07:16:36 +00:00
spiral
f06fdb38ef
fix(bot): i forgot how serilog works 2022-11-28 19:25:20 -05:00
spiral
3f62f89e18
feat(bot): print any rate limit headers received on interactions routes 2022-11-28 18:59:02 -05:00
spiral
580b4dfe7b
feat(bot): add interaction logging info for debugging with Discord 2022-11-28 17:45:26 -05:00
Jake Fulmine
ee0a44f891 fix(dashboard): fix member icons 2022-11-28 19:06:47 +01:00
Jake Fulmine
96b552b39c tweak(dashboard): add margins to template buttons 2022-11-28 17:28:11 +01:00
Jake Fulmine
5f9a07c98f fix(dashboard): fix url changing incorrectly when changing tabs 2022-11-28 17:19:26 +01:00
Jake Fulmine
19cd6aebe5 fix(dashboard): properly update items per page in main list 2022-11-28 17:11:03 +01:00
Jake Fulmine
0064857437 fix(dashboard): fix group icons in list 2022-11-28 17:08:20 +01:00
Jake Fulmine
7327db535a fix(dashboard): fix build. for real this time 2022-11-28 07:51:24 +01:00
Jake Fulmine
f978d18e8b fix(dashboard): actually fix build(??) 2022-11-28 07:34:48 +01:00
Jake Fulmine
6f9ebc48e3 fix(dashboard): fix build 2022-11-28 07:30:25 +01:00
Jake Fulmine
5bfb0d030e fix(dashboard): correct default items per page with expanded list setting 2022-11-28 07:19:12 +01:00
Jake Fulmine
15a5f78cf1 tweak(dashboard): re-add sorting by birthday and creation 2022-11-27 21:27:49 +01:00
Jake Fulmine
2a5cadff13 tweak(dashboard): make excluding fields take priority over including 2022-11-27 20:50:31 +01:00
Jake Fulmine
a189d740ab tweak(dashboard): lock icon actually unlocks 2022-11-27 20:13:38 +01:00
Jake Fulmine
43c59e7fe2 fix(dashboard): show proper privacy icons in header 2022-11-27 20:08:14 +01:00
Jake Fulmine
9cc4b12130 tweak(dashboard): properly change items per page when switching view 2022-11-27 20:07:35 +01:00
Jake Fulmine
217afee8a0 fix(dashboard): fix public profile list crashing 2022-11-27 19:49:07 +01:00
Jake Fulmine
39e18704a6 refactor(dashboard): revamp how lists work entirely 2022-11-27 19:27:07 +01:00
Jake Fulmine
a62b6d53e2 fix(dashboard): fix broken styling on lists 2022-11-26 14:25:10 +01:00
Jake Fulmine
c574ad6ecf chore(dashboard): update dependencies 2022-11-26 13:41:01 +01:00
Jake Fulmine
1b3f188997 refactor(dashboard): re-organize dashboard files 2022-11-26 13:23:59 +01:00
spiral
e0cde35b3d
fix(api): actually run metrics reporters
create MetricsRunner.cs
2022-11-25 09:32:47 +00:00
spiral
770907f232
fix(api): load metrics reporting module
i don't know why this fixes it, but it does somehow
2022-11-25 08:53:24 +00:00
rladenson
1960fa9dfd
fix(bot): Show correct command for proxy case (#500) 2022-11-25 04:35:14 +00:00
spiral
07845edee6 Merge remote-tracking branch 'origin/main' 2022-11-24 06:32:59 +00:00
spiral
e9673a6704
feat: use redis cache for non-id message lookups 2022-11-24 06:32:55 +00:00
Iris System
e65c2de542 feat(bot): add admin command for account recovery 2022-11-23 23:54:21 +13:00
Iris System
0d27e669c8 feat(bot): add admin commands for hid rerolls 2022-11-23 23:53:40 +13:00
spiral
bf7747ab34
feat: split out messages table from main database 2022-11-23 09:17:19 +00:00
Katrix
4f0236d766
feat(bot): Case insensitive proxy tags matching (#490) 2022-11-23 21:48:24 +13:00
spiral
09ac002d26
fix(stats): actually add sentry to go modules 2022-11-23 07:46:58 +00:00
spiral
898d23d733
fix(stats): fix crash when messages task fails, add Sentry integration 2022-11-23 05:17:56 +00:00
spiral
7ffe83ab5e
chore: remove in-progress unused stuff from repo 2022-11-23 03:56:36 +00:00
spiral
13a44364ad
feat(docs): document api error code 40001 2022-11-23 03:25:52 +00:00
spiral
5e5c819352
chore: push updated packages.lock.json 2022-11-23 03:25:20 +00:00
spiral
4ea21177ec
fix(web-proxy): actually working metrics, misc fixes 2022-11-23 03:24:36 +00:00
Iris System
b2bfe93013 chore: lint 2022-11-23 03:13:33 +13:00
Iris System
9153c26425 feat(bot): add -wid flag to pk;s fh to show member IDs 2022-11-22 23:02:38 +13:00
Iris System
3db818741a feat(bot): add -nospace (-ns) flag to pk;edit append/prepend mode
Also adds flag aliases `-a` (`-append`) and `-p` (prepend)
2022-11-22 23:02:38 +13:00
Iris System
2fca75782c feat(bot): display currently-latched member in pk;ap embed 2022-11-22 23:02:37 +13:00
spiral
bc8bceba16
fix(api): oops 2022-11-19 02:06:55 +00:00
spiral
8e23321c59
fix(ci): run dotnet build only on update to dotnet projects 2022-11-18 03:36:32 +00:00