Commit Graph

339 Commits

Author SHA1 Message Date
Stijn van der Kolk beb9aae26b
show only the dependants that are enabled (#111) 2022-10-18 09:53:01 +02:00
megumin 9d6021f0b9
feat: gitignored src/userplugins directory (#112) 2022-10-17 23:46:52 +02:00
Rie Takahashi 5a18292d92 fix(Experiments): Broken isStaff match 2022-10-17 21:22:08 +01:00
megumin 5625d63e46
Settings 2.0 (#107)
Co-authored-by: Vendicated <vendicated@riseup.net>
2022-10-17 20:18:25 +01:00
TymanWasTaken ae730e8398
Add pronoundb plugin (#104) 2022-10-17 18:05:22 +02:00
Vendicated ad054d5c65
Fix messageActions 2022-10-17 16:29:26 +02:00
echo 82d53b1928
added mock command (#103) 2022-10-16 23:25:27 +02:00
Kyiro c7c5ffdd44
Allow customising SettingsDir via VENCORD_USER_DATA_DIR environment variable (#106) 2022-10-16 23:20:43 +02:00
Vendicated 0ccea16453
Unbrick updater 2022-10-16 17:23:18 +02:00
Vendicated 20237f5664
watch: enable sourcemaps and disable minify 2022-10-16 17:21:23 +02:00
Vendicated 01ae0983b3
Optimise Web via treeshaking, cleanup build scripts 2022-10-16 17:15:15 +02:00
Vendicated 845088ec02
buildWeb: suppress experimental api warnings 2022-10-15 20:56:48 +02:00
Vendicated 9c7b548a9e
BrowserExtension: Disable CSP 2022-10-15 20:56:21 +02:00
Vendicated c8d87da62d
fart: lazy Audio, moyai: fix cors issues 2022-10-15 19:07:44 +02:00
Vendicated 0d996633f2
ViewIcons: Use ImageModal again 2022-10-14 22:40:20 +02:00
Vendicated a4e98f9252
proxyLazy: Fix constructors 2022-10-14 22:40:16 +02:00
Vendicated 53794ec180
Fix jsdoc 2022-10-14 21:40:10 +02:00
Vendicated 296336535f
Fix modals, add wp.mapMangledModule 2022-10-14 21:34:35 +02:00
Vendicated 563f2fb1dc
Add workspace settings for vscode 2022-10-14 19:05:01 +02:00
Berlin d73a6e2c89
Fix fxTwitter regex (#100)
* Fixes so that wont affect other things like likes
* Fixes #97 

Co-authored-by: Ven <vendicated@riseup.net>
2022-10-14 18:13:13 +02:00
Mai 2cb6c23347
add choices to CommandsAPI Options (#94) 2022-10-14 13:21:44 +02:00
Nuckyz 87b6d6ab12
Patch#all option to patch duplicate modules (#99) 2022-10-14 01:47:10 +02:00
Vendicated bf49acd535
Fix Settings errors when retrieving a null value; add PlainSettings 2022-10-14 00:36:44 +02:00
Vendicated ea0ded0f11
Populate package.json fields 2022-10-14 00:12:43 +02:00
Vendicated d26196d6c5
Add a UserScript build 2022-10-14 00:12:30 +02:00
Vendicated 5fe04c5882
turns out electron13 has no array.at() 2022-10-13 18:51:25 +02:00
Ven a73e10fc77
quickReply => InteractionKeybinds: now supports edits (#95) 2022-10-13 18:42:35 +02:00
Vendicated 8817e2dff7
Reorganise command plugins 2022-10-12 22:22:37 +02:00
Vendicated 267b2b1a07
Commands: basic error handling 2022-10-12 22:22:21 +02:00
Vendicated 83d480a68c
Fix bots showing as webhook 2022-10-12 19:42:36 +02:00
Berlin ebe62a1790
FakeClyde (plugin) and sendBotMessage (API addition) (#66)
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-12 18:19:42 +02:00
Ven 09b3f6d19b
ci: rename lint -> test 2022-10-12 16:06:53 +02:00
Vendicated 8dff79d3f7
petpet: fix guild pfps 2022-10-12 05:55:44 +02:00
Vendicated 9b7ebe4680
petpet 2022-10-12 05:35:34 +02:00
Vendicated 8e93c5cb43
CommandsApi: fix accidently overwriting inputType BUILT_IN 2022-10-12 05:34:39 +02:00
Vendicated 66f8fde353
Improve ErrorBoundary layout
Now the error cause will be wrapped to prevent it from being cut off,
only wrap the stacktrace in pre
2022-10-12 01:54:38 +02:00
Vendicated 071508c61a
fix(Webhook Tags): Don't mark clyde messages as Webhook 2022-10-12 01:40:10 +02:00
Cynthia Foxwell bfb4114e18
feat(plugin): UnminifyErrors (#90)
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-12 01:25:50 +02:00
Cynthia Foxwell 6afd959530
feat(plugin): No F1 (#88) 2022-10-11 21:54:52 +02:00
Vendicated 86eacea74d
Make ReactDevTools Opt-in 2022-10-11 21:48:28 +02:00
Vendicated 516f8c488a
Switch to standalone-electron-types, -200MB npms 2022-10-11 17:48:14 +02:00
smartfridge c32426882e
Add CI (#87)
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-11 15:19:04 +02:00
Cynthia Foxwell 39a7b2f5a9
feat(plugin): No RPC (#84) 2022-10-11 04:50:42 +02:00
Animal 7a0560b9d4
Fart plugin (#71)
* the silly

* fart conflicts

* Update fart.ts

Co-authored-by: Ven <vendicated@riseup.net>
2022-10-11 00:20:27 +02:00
BanTheNons e685e399f9
fix(plugin): fix isStaff returning true for all users (#83)
Co-authored-by: nmsturcke <30734036+nmsturcke@users.noreply.github.com>
2022-10-10 23:45:11 +02:00
Berlin 54198b1a4a
fxTwitter (plugin) (#80)
Co-authored-by: splatterxl <splatterxl@outlook.ie>
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-10 22:45:54 +02:00
Berlin 124d1ad9c7
Plugin that removes canary subdomain from message (#60) 2022-10-10 01:35:50 +02:00
Vendicated abfade4f38
Update lockfile 2022-10-09 23:02:06 +02:00
Vendicated a89e17a390
Make typescript happy, tsc test run in CI 2022-10-09 22:58:08 +02:00
Vendicated 5610df8b37
Holy shidd Aliucod Desktop real????
This is what happens if you dont pay attention while kanging :trollface:
2022-10-09 22:36:26 +02:00