aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/main.js
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where ↵Ferdinand Thiessen2024-08-131-2/+2
| | | | | | possible Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-22/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: csrf check failed on public share with passwordLuka Trovic2024-03-291-0/+19
| | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* chore: Remove `jquery-migrate` and jQuery tooltip polyfills from global scopeFerdinand Thiessen2024-02-091-1/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add new Vue FilePicker from @nextcloud/dialogs and use it by default.Ferdinand Thiessen2023-08-261-0/+4
| | | | | | | Still providing the legacy one until the Vue FilePicker is out of beta. Pin beta releases so we do not get version conflicts. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Remove jQuery from main entry pointFerdinand Thiessen2023-07-131-3/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: restore AppsSlideToggle featureJohn Molakvoæ2023-06-251-0/+2
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-061-2/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Only check unsupported browsers on user renderingJohn Molakvoæ2022-10-281-5/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add config and fix seleniumJohn Molakvoæ2022-10-191-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Cleanup ie and old edge propertiesJohn Molakvoæ (skjnldsv)2022-10-191-6/+11
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-2/+6
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-201-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Migrate from @babel/polyfill to core-js@3Christoph Wurst2020-03-261-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix browser back buttonRoeland Jago Douma2019-10-211-0/+7
| | | | | | Fixes #17108 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-7/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move initCore to the bundleChristoph Wurst2019-05-101-1/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move custom polyfills to the server bundleChristoph Wurst2019-01-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move jQuery plugins into modules and add them to the bundleChristoph Wurst2019-01-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move OCA.Apps to the server bundleChristoph Wurst2019-01-281-1/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add public API for loading js files asynchronouslyJulius Härtl2019-01-171-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use @babel/polyfill instead of es6-shimChristoph Wurst2019-01-141-2/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused 'Base64' polyfillChristoph Wurst2019-01-111-2/+0
| | | | | | Ref https://github.com/nextcloud/server/pull/13460#issuecomment-453137318 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Npmize (vendor) scriptsChristoph Wurst2019-01-091-0/+27
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>