summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* feat(settings): Implement `app` type for AppDiscover sectionFerdinand Thiessen2024-03-193-12/+139
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Implement `showcase` type for App Discover sectionFerdinand Thiessen2024-03-193-0/+144
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Make App Discover PostType responsive based on available widthFerdinand Thiessen2024-03-191-5/+21
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Fit media into post type (app discover section)Ferdinand Thiessen2024-03-191-2/+13
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Show proper warning if app discover section could not be fetchedFerdinand Thiessen2024-03-191-0/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Support `order` property on App Discover elements and hide ↵Ferdinand Thiessen2024-03-194-8/+133
| | | | | | | | | future elements This adds support to pinning elements by setting the `order` property on the element (e.g. `order: 0` will always be the first element to show). Also filter list of elements to remove upcoming and outdated elements (as the json might be cached). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsGrigorii K. Shartsev2024-03-192-2/+2
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* 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-192-14/+48
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* refactor(settings): move AppItem styles to AppItem componentGrigorii K. Shartsev2024-03-192-174/+135
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* refactor(settings): use more BEM styles in apps settingsGrigorii K. Shartsev2024-03-192-97/+107
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* refactor(settings): move apps list styles to componentsGrigorii K. Shartsev2024-03-194-241/+246
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* refactor(settings): remove unused styles from apps settingsGrigorii K. Shartsev2024-03-192-219/+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-192-3/+6
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(settings): use correct dynamic component load for apps/usersGrigorii K. Shartsev2024-03-191-8/+6
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Merge pull request #44281 from nextcloud/fix/app-discover-fetcherAndy Scherzinger2024-03-191-1/+1
|\ | | | | fix(AppDiscoverFetcher): Do not remove entries as expired that have no expiry date
| * fix(AppDiscoverFetcher): Do not remove entries as expired that have no ↵Ferdinand Thiessen2024-03-191-1/+1
| | | | | | | | | | | | expiry date Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(sharing): Align wording for declining a shareJoas Schilling2024-03-191-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(federatedfilesharing): Use correct language file to render notificationJoas Schilling2024-03-191-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-19116-238/+316
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(settings): App Store Discover carousel animations are invertedFerdinand Thiessen2024-03-181-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Open app details also on app discover section when requestedFerdinand Thiessen2024-03-185-6/+11
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Allow app discover links to open app routes or the appstore pageFerdinand Thiessen2024-03-182-6/+125
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Adjust appstore types as `releases` are not always setFerdinand Thiessen2024-03-182-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #44254 from nextcloud/fix/drop-service-chromeFerdinand Thiessen2024-03-182-12/+19
|\ | | | | fix(files): Adjust dropservice to work with Blink engine
| * fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge)Ferdinand Thiessen2024-03-182-12/+19
| | | | | | | | | | | | The datatransfer items list is cleared on Blink after the first access to an inner prop due to async handling and GC. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #44255 from nextcloud/fix/apps-searchFerdinand Thiessen2024-03-182-414/+3
|\ \ | | | | | | fix: Correctly add search event listener to make searching the app list work again
| * | fix(settings): Add event search listener on mounted to guarantee function existsFerdinand Thiessen2024-03-182-414/+3
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #44264 from ↵Ferdinand Thiessen2024-03-181-3/+0
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/fix/remove-old-unsupported-tooltip-dispose fix(files_external): Remove invalid jQuery Tooltip usage
| * | fix(files_external): Remove invalid jQuery Tooltip usageFerdinand Thiessen2024-03-181-3/+0
| |/ | | | | | | | | | | This caused the UI to throw an error causing it to be unusable. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1812-4/+40
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-17216-212/+370
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #43613 from nextcloud/version-owner-fallbackJohn Molakvoæ2024-03-161-0/+10
|\
| * fix: fallback from guessing the owner from path in versioningRobin Appelman2024-03-071-0/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: more comprehensive wording for devices wipe actionJérôme Herbinet2024-03-161-1/+1
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #44217 from nextcloud/fix-quick-share-options-sublineJohn Molakvoæ2024-03-161-3/+9
|\ \
| * | fix: List specific share permissions as sublinefenn-cs2024-03-161-3/+9
| | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | fix(files): provide onDestroy callback for interactive widgetsMaksim Sukharev2024-03-161-1/+1
|/ / | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-16282-462/+1098
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: made author-icon smaller and added try-catchEduardo Morales2024-03-151-14/+19
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | feat: author displayname and avatar on versionsEduardo Morales2024-03-152-2/+42
| | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | Merge pull request #44223 from nextcloud/fix/empty-response-shareeapiFerdinand Thiessen2024-03-152-64/+83
|\ \ | | | | | | fix(files_sharing): ShareesAPI - Return empty response when user is not allowed to share
| * | fix(files_sharing): ShareesAPI - Return empty response when user is not ↵Ferdinand Thiessen2024-03-152-64/+83
| | | | | | | | | | | | | | | | | | | | | | | | allowed to share Resolves: https://github.com/nextcloud/server/issues/20950 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | feat(files_sharing): allow to specify allowed groups to share instead of ↵Corentin Damman2024-03-153-13/+29
| | | | | | | | | | | | | | | | | | | | | | | | excluded groups Relates to #3387 Signed-off-by: Corentin Damman <c.damman@intopix.com>
* | | Merge pull request #44202 from nextcloud/fix/migrate-webdav-check-to-setupcheckJohn Molakvoæ2024-03-155-3/+98
|\ \ \
| * | | fix: Migrate WebDAV endpoint check to SetupCheck APICôme Chilliet2024-03-145-3/+98
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #44162 from ↵John Molakvoæ2024-03-151-2/+3
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/fix/breadcrumb-narrow-width-being-hidden
| * | | | fix(files): fixed breadcrumbs dissapearing on narrow screensEduardo Morales2024-03-151-2/+3
| | |/ / | |/| | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* / | | fix: when no AI setting has been set, make sure the selected text processing ↵Julien Veyssier2024-03-153-3/+5
|/ / / | | | | | | | | | | | | | | | provider is the same as the one that will be used Signed-off-by: Julien Veyssier <julien-nc@posteo.net>