aboutsummaryrefslogtreecommitdiff
path: root/src/ipcMain
AgeCommit message (Collapse)Author
2023-04-04Add additional build flavours for Vencord Desktop (#765)V
2023-02-17Fix QuickCSS on electron 20+Vendicated
2023-01-25split up webpack commons into categories & type everything (#455)Ven
2023-01-24chore: Remove legacy workaroundsVendicated
2023-01-22Fix small QuickCss bugVendicated
2023-01-13git updater: Fix macOS (#391)Dominik
Co-authored-by: Ven <vendicated@riseup.net>
2023-01-12Update Windows Update patcher (#404)Ven
2023-01-12Fix React DevToolsVendicated
2022-12-25feat: Proper CSS api & css bundle (#269)Ven
Co-authored-by: Vap0r1ze <superdash993@gmail.com>
2022-12-02Add support for Flatpak for Git updating (#274)A user
Co-authored-by: Ven <vendicated@riseup.net>
2022-12-02QuickCss: Hide MenuBar; explicitly enable contextIsolationVendicated
Closes #260
2022-11-28Path aliases, better lazyWebpack (#268)Ven
2022-11-25WhoReacted: Make more reliable & don't spam apiVendicated
2022-11-17Updater: Ignore non release commitsVendicated
2022-10-23Vencord Standalone without git/node (#148)Ven
2022-10-22style: Sort importsVendicated
2022-10-22Implement Chrome extension loading myself because ↵Vendicated
electron-devtools-installer is ultra bloated
2022-10-22Monaco for Discord DesktopVendicated
2022-10-22Add license headersVendicated
2022-10-16Allow customising SettingsDir via VENCORD_USER_DATA_DIR environment variable ↵Kyiro
(#106)
2022-10-16Unbrick updaterVendicated
2022-10-11Make ReactDevTools Opt-inVendicated
2022-10-09Protocol whitelist (#70)Animal
* allowed protocols * i forgot javascript actually has includes lol
2022-10-06add eslint config (#53)Ven
* eslint * workflow * lint main
2022-10-03security: remove openPath, restrict openExternalVendicated
Now only allows opening http urls.
2022-10-02Clean up mainVendicated