summaryrefslogtreecommitdiffstats
path: root/webpack.modules.js
Commit message (Collapse)AuthorAgeFilesLines
* feat(dashboard): implement widget item api v2Richard Steinmetz2023-08-221-1/+0
| | | | | | | | | This API enables the dashboard to render all widgets from the API data alone without having apps to provide their own bundles. This saves a lot of traffic and execution time as a lot less javascript has to be parsed on the frontend. Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* feat(files_reminders): add webpack moduleChristopher Ng2023-08-101-0/+3
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 2089fbaf82c748fc5d64491635e9929c262f3b85)
* First pass at ai admin settingsMarcel Klehr2023-08-091-0/+1
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> (cherry picked from commit fc9780a41d586e2983f18e128a4095484e5860ac)
* feat(files): expose Files routerJohn Molakvoæ2023-04-201-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-061-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Implement file reference wigetJulius Härtl2023-03-021-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Port files_versions to vueCarl Schwan2022-11-281-1/+1
| | | | | | Simplify code and make it use our standard components Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Only check unsupported browsers on user renderingJohn Molakvoæ2022-10-281-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Rewrite admin theming in VueChristopher Ng2022-10-281-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add config and fix seleniumJohn Molakvoæ2022-10-191-4/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Cleanup ie and old edge propertiesJohn Molakvoæ (skjnldsv)2022-10-191-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Port password settings to vueCarl Schwan2022-08-311-0/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Port federatedfilesharing personal settings to vueCarl Schwan2022-06-151-0/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Port admin federated files sharing to vueCarl Schwan2022-05-201-0/+3
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Port share by mail settings to vueCarl Schwan2022-05-191-0/+3
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Remove accessibilityJohn Molakvoæ2022-04-211-4/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Migrating themes to Theming appJohn Molakvoæ2022-04-211-0/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add profile default setting for adminChristopher Ng2022-03-181-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix external appCarl Schwan2022-02-171-0/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Cleanup admin settings js filesCarl Schwan2022-02-171-0/+1
| | | | | | | | | | | | | * Move admin.js to webpack, so that this use the bundled jquery files instead of the deprecated window.$ Also fixing formatting * Remove log.js that seems to be from a time where logreader was bundled with server and I couldn't find an usage of it anymore * Fix recent regression in rebuild navigation function (now not depending on jquery anymore and bundled by webpack). Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add missing personal availability scriptJoas Schilling2022-02-111-11/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix missign twofactor_backupcodes bundleChristoph Wurst2022-02-111-1/+1
| | | | | | They are backup codes. Not backups codes. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #31009 from nextcloud/bugfix/noid/fix-missing-profile-jsJoas Schilling2022-02-071-0/+1
|\ | | | | Compile missing profile JS
| * Compile missing profile JSJoas Schilling2022-02-041-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix JS for delegation admin not being generatedCarl Schwan2022-02-031-0/+1
|/ | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix dynamic loadingJohn Molakvoæ (skjnldsv)2022-01-081-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Split common vendor chunkJohn Molakvoæ (skjnldsv)2022-01-081-3/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Migrate to webpack v5Louis Chemineau2022-01-081-8/+8
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove iedavclient from entry listLouis Chemineau2022-01-081-1/+0
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge all configs into oneJohn Molakvoæ (skjnldsv)2022-01-081-0/+102
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>