aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/AppList.vue
Commit message (Collapse)AuthorAgeFilesLines
* fix(apps): Sort names separately from active/update stateleftybournes/fix/app-sortingKent Delante2025-05-021-3/+7
| | | | Signed-off-by: Kent Delante <kent.delante@proton.me>
* Revert "fix(files): updateAll method"skjnldsv2025-02-201-1/+1
| | | | This reverts commit fbec19c0d7744e9be6ca0f86bd7808cf4f0e1a47.
* refactor: Migrate nextcloud-vue usage to new import schemaFerdinand Thiessen2025-02-201-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): updateAll methodMax Schmit2025-01-071-1/+1
| | | | Signed-off-by: Max Schmit <maxschm@hotmail.com>
* fix(app-store): add missing exApps list items to search filterAndrey Borysenko2025-01-021-1/+2
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix(app-store): Add back legacy store API used for update and removalFerdinand Thiessen2024-11-111-1/+8
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(ci): eslint fix, minor correction after rebaseAndrey Borysenko2024-10-291-8/+3
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* WIP: migrate to Pinia, minor fixesAndrey Borysenko2024-10-291-2/+10
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix(ci): resolve eslint errorsAndrey Borysenko2024-10-291-8/+15
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* feat(settings): migrate AppAPI ExApps management (1)Andrey Borysenko2024-10-291-11/+3
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix(app-store): Update update count in navigationFerdinand Thiessen2024-10-281-2/+14
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-291-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-2/+4
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* chore: Add SPDX headerAndy Scherzinger2024-06-031-20/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(settings): make apps list search result valid tableGrigorii K. Shartsev2024-03-191-8/+22
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(settings): app list scroll on SafariGrigorii K. Shartsev2024-03-191-1/+2
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* refactor(settings): move AppItem styles to AppItem componentGrigorii K. Shartsev2024-03-191-171/+1
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* refactor(settings): use more BEM styles in apps settingsGrigorii K. Shartsev2024-03-191-94/+100
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* refactor(settings): move apps list styles to componentsGrigorii K. Shartsev2024-03-191-11/+229
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* refactor(settings): remove unused styles from apps settingsGrigorii K. Shartsev2024-03-191-4/+2
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* refactor(settings): remove unneeded classes from hidden headerGrigorii K. Shartsev2024-03-191-10/+10
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(settings): apps list layout on mobileGrigorii K. Shartsev2024-03-191-2/+5
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(settings): Add event search listener on mounted to guarantee function existsFerdinand Thiessen2024-03-181-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Split account management and app store views into chunksFerdinand Thiessen2024-03-111-1/+31
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Get rid of PrefixMixinFerdinand Thiessen2024-03-111-3/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Adjust frontend of appstore and user management to use ↵Ferdinand Thiessen2024-02-231-1/+1
| | | | | | initial state Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Create right list view for app store viewjulia.kirschenheuter2023-09-061-2/+6
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Create right table viewjulia.kirschenheuter2023-09-051-18/+68
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Download and enable allJérôme Herbinet2023-08-181-1/+1
| | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Download and enable all Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> npm run build Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* feat(settings): Show supported apps on app settings if subscribedFerdinand Thiessen2023-07-311-1/+6
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: upgrade typescript, eslint and fix lintJohn Molakvoæ2023-06-271-6/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-4/+4
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-251-4/+4
| | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* fix showing of all apps are up-to-date in apps managementszaimen2022-04-251-3/+3
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Apps toolbar height and alignment fixJohn Molakvoæ2022-02-281-2/+5
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* use new button componentVanessa Pertsch2022-02-241-3/+5
| | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
* try to fix overlapping buttons in apps-managementszaimen2022-02-101-0/+3
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* l10n: Added plural form to stringrakekniven2020-02-241-1/+1
| | | | | | | | | | | Fix for #19304 Devs: Please verify. Changed are untested due to missing build environment. Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de> Signed-off-by: Gary Kim <gary@garykim.dev>
* Add featured categoryMario Danic2020-02-071-1/+4
| | | | Signed-off-by: Mario Danic <mario@lovelyhq.com>
* apps can have polyamorous relationships with bundlesArthur Schiwon2020-01-241-1/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-9/+9
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move users management to multi lineGreta Doci2019-12-121-1/+3
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Add a dedicated page for the recommended apps installationChristoph Wurst2019-12-121-36/+16
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add checkbox to install recommended apps during setupChristoph Wurst2019-12-041-16/+36
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Add update all buttonGreta Doci2019-11-261-2/+31
| | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-0/+201
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>