Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(settings): Implement `app` type for AppDiscover section | Ferdinand Thiessen | 2024-03-19 | 3 | -12/+139 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(settings): Implement `showcase` type for App Discover section | Ferdinand Thiessen | 2024-03-19 | 3 | -0/+144 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): Make App Discover PostType responsive based on available width | Ferdinand Thiessen | 2024-03-19 | 1 | -5/+21 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): Fit media into post type (app discover section) | Ferdinand Thiessen | 2024-03-19 | 1 | -2/+13 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): Show proper warning if app discover section could not be fetched | Ferdinand Thiessen | 2024-03-19 | 1 | -0/+5 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): Support `order` property on App Discover elements and hide ↵ | Ferdinand Thiessen | 2024-03-19 | 4 | -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 assets | Grigorii K. Shartsev | 2024-03-19 | 2 | -2/+2 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | fix(settings): make apps list search result valid table | Grigorii K. Shartsev | 2024-03-19 | 1 | -8/+22 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | fix(settings): app list scroll on Safari | Grigorii K. Shartsev | 2024-03-19 | 2 | -14/+48 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | refactor(settings): move AppItem styles to AppItem component | Grigorii K. Shartsev | 2024-03-19 | 2 | -174/+135 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | refactor(settings): use more BEM styles in apps settings | Grigorii K. Shartsev | 2024-03-19 | 2 | -97/+107 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | refactor(settings): move apps list styles to components | Grigorii K. Shartsev | 2024-03-19 | 4 | -241/+246 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | refactor(settings): remove unused styles from apps settings | Grigorii K. Shartsev | 2024-03-19 | 2 | -219/+2 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | refactor(settings): remove unneeded classes from hidden header | Grigorii K. Shartsev | 2024-03-19 | 1 | -10/+10 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | fix(settings): apps list layout on mobile | Grigorii K. Shartsev | 2024-03-19 | 2 | -3/+6 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | fix(settings): use correct dynamic component load for apps/users | Grigorii K. Shartsev | 2024-03-19 | 1 | -8/+6 |
| | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me> | ||||
* | Merge pull request #44281 from nextcloud/fix/app-discover-fetcher | Andy Scherzinger | 2024-03-19 | 1 | -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 Thiessen | 2024-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | expiry date Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(sharing): Align wording for declining a share | Joas Schilling | 2024-03-19 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix(federatedfilesharing): Use correct language file to render notification | Joas Schilling | 2024-03-19 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-19 | 116 | -238/+316 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(settings): App Store Discover carousel animations are inverted | Ferdinand Thiessen | 2024-03-18 | 1 | -3/+3 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): Open app details also on app discover section when requested | Ferdinand Thiessen | 2024-03-18 | 5 | -6/+11 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(settings): Allow app discover links to open app routes or the appstore page | Ferdinand Thiessen | 2024-03-18 | 2 | -6/+125 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): Adjust appstore types as `releases` are not always set | Ferdinand Thiessen | 2024-03-18 | 2 | -2/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #44254 from nextcloud/fix/drop-service-chrome | Ferdinand Thiessen | 2024-03-18 | 2 | -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 Thiessen | 2024-03-18 | 2 | -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-search | Ferdinand Thiessen | 2024-03-18 | 2 | -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 exists | Ferdinand Thiessen | 2024-03-18 | 2 | -414/+3 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #44264 from ↵ | Ferdinand Thiessen | 2024-03-18 | 1 | -3/+0 |
|\ \ \ | |_|/ |/| | | | | | | | | nextcloud/fix/remove-old-unsupported-tooltip-dispose fix(files_external): Remove invalid jQuery Tooltip usage | ||||
| * | | fix(files_external): Remove invalid jQuery Tooltip usage | Ferdinand Thiessen | 2024-03-18 | 1 | -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 Transifex | Nextcloud bot | 2024-03-18 | 12 | -4/+40 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-17 | 216 | -212/+370 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #43613 from nextcloud/version-owner-fallback | John Molakvoæ | 2024-03-16 | 1 | -0/+10 |
|\ | |||||
| * | fix: fallback from guessing the owner from path in versioning | Robin Appelman | 2024-03-07 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix: more comprehensive wording for devices wipe action | Jérôme Herbinet | 2024-03-16 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #44217 from nextcloud/fix-quick-share-options-subline | John Molakvoæ | 2024-03-16 | 1 | -3/+9 |
|\ \ | |||||
| * | | fix: List specific share permissions as subline | fenn-cs | 2024-03-16 | 1 | -3/+9 |
| | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | | | fix(files): provide onDestroy callback for interactive widgets | Maksim Sukharev | 2024-03-16 | 1 | -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 Transifex | Nextcloud bot | 2024-03-16 | 282 | -462/+1098 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: made author-icon smaller and added try-catch | Eduardo Morales | 2024-03-15 | 1 | -14/+19 |
| | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | | feat: author displayname and avatar on versions | Eduardo Morales | 2024-03-15 | 2 | -2/+42 |
| | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | | Merge pull request #44223 from nextcloud/fix/empty-response-shareeapi | Ferdinand Thiessen | 2024-03-15 | 2 | -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 Thiessen | 2024-03-15 | 2 | -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 Damman | 2024-03-15 | 3 | -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-setupcheck | John Molakvoæ | 2024-03-15 | 5 | -3/+98 |
|\ \ \ | |||||
| * | | | fix: Migrate WebDAV endpoint check to SetupCheck API | Côme Chilliet | 2024-03-14 | 5 | -3/+98 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | Merge pull request #44162 from ↵ | John Molakvoæ | 2024-03-15 | 1 | -2/+3 |
|\ \ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/breadcrumb-narrow-width-being-hidden | ||||
| * | | | | fix(files): fixed breadcrumbs dissapearing on narrow screens | Eduardo Morales | 2024-03-15 | 1 | -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 Veyssier | 2024-03-15 | 3 | -3/+5 |
|/ / / | | | | | | | | | | | | | | | | provider is the same as the one that will be used Signed-off-by: Julien Veyssier <julien-nc@posteo.net> |