summaryrefslogtreecommitdiffstats
path: root/webpack.config.js
AgeCommit message (Collapse)Author
2023-03-14feat(desktop): prepare webpack config for desktopGrigorii Shartsev
- Define IS_DESKTOP global variable - Separate the config to common and web parts - Use cross-platform slashes on webpack rules' tests Signed-off-by: Grigorii Shartsev <grigorii.shartsev@nextcloud.com>
2023-03-13build: remove TS related tooling and filesGrigorii Shartsev
Signed-off-by: Grigorii Shartsev <grigorii.shartsev@nextcloud.com>
2023-03-02use all RichText related components/functions from @nextcloud/vueJulien Veyssier
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-02-15Add specific page for recording callsDaniel Calviño Sánchez
Instead of joining the call in the main Talk page now a specific page to be used only by the recording server was added. This will make possible to use a specific UI tailored for call recording, but also to use an internal client of the external signaling server rather than a normal participant. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-11-18Move to vue component DashboardWidget and DashboardWidgetItemJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-16Enable the cache againJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-16Rename webpack.js to webpack.config.jsJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>