aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.modules.js
Commit message (Collapse)AuthorAgeFilesLines
* feat: Use inline password confirmation in external storage settingsLouis Chemineau2024-11-281-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore(profile): move profile app from core to appsskjnldsv2024-11-141-1/+3
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* refactor(updatenotification): Migrate legacy codeFerdinand Thiessen2024-09-241-0/+1
| | | | | | | 1. Remove hook usage and just provide an initial state 2. Replace jQuery code with modern non-deprecated frontend code Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #47649 from nextcloud/fix/footer-overlapPytal2024-09-061-0/+1
|\ | | | | fix: Fix inaccessible content on public pages due to overlapping footer
| * fix: Fix inaccessible content on public pages due to overlapping footerChristopher Ng2024-09-051-0/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | feat(files_sharing): Migrate public share to use Vue files listFerdinand Thiessen2024-09-061-0/+1
|/ | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Implement Vue UI for public page menuFerdinand Thiessen2024-09-031-0/+1
| | | | | | | | | This adds a Vue implementation of the public page menu, that is the menu that can be added using `PublicTemplateResponse::setHeaderActions`. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Bring back files personal settingsFerdinand Thiessen2024-07-301-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-181-0/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* refactor(core): Make AJAX cron script work without jQueryFerdinand Thiessen2024-06-281-0/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files_trashbin): Make files view registering an init scriptFerdinand Thiessen2024-06-231-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(federatedfilesharing): import external federated share scriptskjnldsv2024-06-051-0/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-101-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat: Add declarative settingsjld31032024-03-121-0/+1
| | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> Signed-off-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* feat(settings): Refactor routing code to use named router viewsFerdinand Thiessen2024-03-111-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(updatenotification): Add notification for users when apps are updatedFerdinand Thiessen2024-03-071-1/+3
| | | | | | | * Open app changelog dialog when available (webui) * Fallback to open changelog page for mobile clients Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(files): add search plugin to search in specified folder exclusivelyfenn-cs2024-03-071-0/+1
| | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* refactor: use TypeScript for unified-search boostrap filefenn-cs2024-03-071-1/+1
| | | | | | | This would allow us to type guard what is sent to`registerFilterAction` for unified search, so that incompatibilties are caught quickly. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* feat(files): add Viewer Files ressource handlerJohn Molakvoæ (skjnldsv)2024-03-071-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* enh(core): Refactor profile page to use vue componentsFerdinand Thiessen2024-01-101-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #42174 from nextcloud/chore/comments-cleanup-dead-codeFerdinand Thiessen2023-12-131-1/+0
|\ | | | | chore(comments): Drop dead code from comments app
| * chore(comments): Drop dead code from comments appFerdinand Thiessen2023-12-121-1/+0
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Rename "global search" to "unified search"fenn-cs2023-12-121-1/+1
|/ | | | | | | | | - Changes appearances of "Global search" to "Unified search" in UI - Refactors code, to remove usage of term "GlobalSearch" in files and code structure - Rename old unified search to `legacy-unified-search` Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* enh(settings): Migrate admin settings for sharing to vueFerdinand Thiessen2023-11-201-0/+1
| | | | | | This is required to get the fixes for a11y from `@nextcloud/vue`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(systemtags): Replace php markup with vueChristopher Ng2023-11-151-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Feat: New UI global searchfenn-cs2023-11-101-0/+1
| | | | | | | | | | | | | | | We are introducing a new search UI that providers a lot more space for users via a large centralized modal and providers various filters which can by applied by adding various chips on the UI. For example, users can now filter their search or scope it by limiting the results to specific apps, time period and people by apply the appropriate filters on the new UI, previously filters where applied using text in the search box by prefixing with `::`. Resolves: #39162 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* chore(files_reminders): upgrade to 28 APIsJohn Molakvoæ2023-11-081-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-211-1/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat(files): add files_sharing indicatorJohn Molakvoæ (skjnldsv)2023-09-201-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat(files): add systemtags viewJohn Molakvoæ (skjnldsv)2023-09-181-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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-091-0/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* First pass at ai admin settingsMarcel Klehr2023-08-021-0/+1
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* feat(files_external): migrate to vueJohn Molakvoæ2023-08-011-0/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: drop legacy sharing filesJohn Molakvoæ2023-07-111-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(sharing): add sharing overview viewJohn Molakvoæ2023-07-111-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 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>