aboutsummaryrefslogtreecommitdiff
path: root/src/api
AgeCommit message (Collapse)Author
2022-12-01Add basic themes tabVendicated
2022-11-28perf(settings): Cache proxiesVendicated
2022-11-28Path aliases, better lazyWebpack (#268)Ven
2022-11-19feat(plugin): Read all notifications button (#217)Kareem Olim
Co-authored-by: Ven <vendicated@riseup.net>
2022-11-18Fix commands showing up multiple times Part 2Vendicated
2022-11-18Fix commands showing up multiple timesVendicated
2022-11-17Donor Badges && Add donate info to settingsVendicated
2022-11-14Less confusing plugin names (bulk plugin rename) (#214)Ven
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
2022-11-14MessageLogger: fixes + ignoreSelf & ignoreBots option (#213)Ven
2022-11-11feat: Badge API (#206)megumin
2022-11-08fix double click actions using outdated contentVendicated
2022-11-07feat(nitroBypass): add sticker bypass (#184)Nico
Co-authored-by: Vendicated <vendicated@riseup.net>
2022-10-30Webpack Warnings & Errors (#178)Ven
* dev: Useful strict Warnings & Errors * Always log error * Ignore pending patches with all or whose predicate = false * Error -> Warn
2022-10-29Implement Subcommands; fix errors due to Settings <-> Plugins circular ↵Ven
imports (#174)
2022-10-26Settings: Cache default valueVendicated
2022-10-23Vencord Standalone without git/node (#148)Ven
2022-10-22style: Sort importsVendicated
2022-10-22Windows: Patch host updater to reinject (#138)Ven
2022-10-22fix userscript, lint new filesVendicated
2022-10-22Add license headersVendicated
2022-10-22feat(api): Message Accessories API (#131)Cynthia Foxwell
2022-10-20Fix error when enabling a plugin with commands if CommandsAPI hasn't loadedVendicated
2022-10-20Document apisVendicated
2022-10-20legal: Make esbuild generate & link licensing informationVendicated
2022-10-20Add DataStore (IndexedDB wrapper)Vendicated
An alternative to the synchronous Settings API to work around storage limitations of localStorage and allow storing of arbitrarily large data in form of most Javascript DataTypes, see https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm#supported_types
2022-10-18Settings: Implement plugin options defaults (#117)Ven
2022-10-14add choices to CommandsAPI Options (#94)Mai
2022-10-14Fix Settings errors when retrieving a null value; add PlainSettingsVendicated
2022-10-12Commands: basic error handlingVendicated
2022-10-12FakeClyde (plugin) and sendBotMessage (API addition) (#66)Berlin
Co-authored-by: Ven <vendicated@riseup.net>
2022-10-12CommandsApi: fix accidently overwriting inputType BUILT_INVendicated
2022-10-11Make ReactDevTools Opt-inVendicated
2022-10-09Make typescript happy, tsc test run in CIVendicated
2022-10-08Add more eslint rulesVendicated
2022-10-06add eslint config (#53)Ven
* eslint * workflow * lint main
2022-10-06Add commands API (#38)ArjixWasTaken
2022-10-05Kill unsafe requireVendicated
2022-10-01Add in client updater, Notices APIVendicated
2022-09-16Add .editorconfig; reformat projectVendicated
2022-09-03Improve settings listener apiVendicated
2022-09-03Add QuickCss toggle; add settings listener apiVendicated
2022-08-31Unindent, plugins is now an object instead of []Vendicated
2022-08-31Add Plugin.start, make Settings actually start/stop pluginsVendicated
2022-08-31Add nitro bypass (#4)ArjixWasTaken
2022-08-31Refactor webpack; Add ErrorBoundaryVendicated
2022-08-31Make Settings & Settings PageVendicated
2022-08-29Finish rewriteVendicated