aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix: update dashboard iconAndy Scherzinger2024-07-071-1/+1
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* style: unify copy iconAndy Scherzinger2024-07-072-2/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* style: Add app icon to file remindersAndy Scherzinger2024-07-072-0/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Merge pull request #46259 from nextcloud/feat/provide-body-containerFerdinand Thiessen2024-07-072-11/+21
|\ | | | | feat(theming): Provide `body-container-` variables through theming
| * feat(theming): Provide `body-container-` variables through themingFerdinand Thiessen2024-07-042-11/+21
| | | | | | | | | | | | | | | | * Provide the body container height, radius and margin as theming variables. * Remove unused old variables (`header-menu-profile-item-height` and `list-max-width`) * Fix comment about breakpoint JS location Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-072-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-066-2/+54
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #46307 from nextcloud/artonge/feat/improve_grid_viewJohn Molakvoæ2024-07-055-60/+95
|\ \
| * | feat(files): Refresh grid view layoutLouis Chemineau2024-07-042-34/+59
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | feat(files): Display mtime in grid viewLouis Chemineau2024-07-043-26/+36
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #46295 from ↵Richard Steinmetz2024-07-051-25/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/chore/remove-obsolete-function-generateVCalendar chore(caldav): remove obsolete function
| * | | chore(caldav): remove obsolete functionSebastianKrupinski2024-07-041-25/+0
| | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0516-4/+48
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #46193 from nextcloud/fix/limit-vcard-sizeRichard Steinmetz2024-07-056-0/+119
|\ \ \ \ | |_|/ / |/| | | fix(carddav): limit vcard size
| * | | fix(carddav): limit vcard sizeSebastianKrupinski2024-07-046-0/+119
| | | | | | | | | | | | | | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* | | | chore(deps): Bump @nextcloud/vue to v8.14.0Hamza Mahjoubi2024-07-041-58/+58
| |_|/ |/| | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | | Merge pull request #46174 from nextcloud/fix/integrity-checkJohn Molakvoæ2024-07-043-1/+147
|\ \ \ | |_|/ |/| | fix(IntegrityCheck): Ensure the check is run if no results are available
| * | fix(IntegrityCheck): Ensure the check is run if no results are availableFerdinand Thiessen2024-07-033-1/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | If there are no cached results the current implementation was also returning an empty array, but this was the same as when there was a successful run. So to distinguish this we return `null` if there are *no* results. In this case we need to rerun the integrity checker. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0428-14/+86
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #46273 from nextcloud/fix/make-ooo-replacement-nullableHamza2024-07-035-17/+19
|\ \ \ | | | | | | | | Fix: Make out of office replacement nullable
| * | | Fix: Make out of office replacement nullableHamza Mahjoubi2024-07-035-17/+19
| | | | | | | | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | | | Merge pull request #46068 from nextcloud/fix/guest-share-ui-updateF. E Noel Nfebe2024-07-032-80/+6
|\ \ \ \ | | | | | | | | | | fix(ExternalSharing): Handle template shares from external sources
| * | | | refactor(SharingInput): Remove unused addSharefenn-cs2024-07-032-81/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new sharing flow since NC27 requires that users open the sharing details tab and customize their share before creating it. In https://github.com/nextcloud/server/pull/39472 the work of `addShare` was handed down to `openSharingDetails` that opens the sharing details tab for the user to customize and manually creat their share. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | | fix(ExternalSharing): Handle template share from external sourcesfenn-cs2024-07-032-5/+12
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | The new sharing flow requires or implies that users should edit share before creating. External sources should not created the share IF we would upon sharing details tab on first request. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | Merge pull request #46201 from nextcloud/feat/update-dashboard-border-radiusFerdinand Thiessen2024-07-031-1/+1
|\ \ \ \ | |/ / / |/| | | Feat: update panels border radius
| * | | Feat: update panels border radiusMarco Ambrosini2024-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #45982 from ↵Louis2024-07-031-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/update/disable_copy_button_on_readonly_folders fix(files): Disable buttons in copy/move dialog for non writable folders
| * | | | fix(files): Disable buttons in copy/move dialog for non writable foldersLouis Chemineau2024-07-021-1/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0326-6/+92
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #45395 from nextcloud/fix/blur-chromiumFerdinand Thiessen2024-07-0211-38/+97
|\ \ \ \ | |_|/ / |/| | | fix(theming): Conitionally disable blur filter for performance
| * | | feat(theming): Add checkbox for force enable / disable blurry backgroundFerdinand Thiessen2024-07-024-11/+55
| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | fix(theming): Conitionally disable blur filter for performanceFerdinand Thiessen2024-07-027-27/+42
| |/ / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #46215 from nextcloud/enh/dashboard-iconAndy Scherzinger2024-07-022-1/+5
|\ \ \ | |/ / |/| | chore: Replace dashboard icon with Material Symbols
| * | chore: Replace dashboard icon with Material SymbolsFerdinand Thiessen2024-07-012-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we use a circle as the dashboard icon, 1. This confuses with the circles app 2. Does not really gives information what this app does 3. Is not consistent with our app stores So make it consistent and use the "dashboard" Material Symbol everywhere. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(webhook_listeners): Use string type instead of text for eventCôme Chilliet2024-07-021-1/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix(webhooks_listeners): Fix SQL requests for oracleCôme Chilliet2024-07-022-9/+17
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix(webhook_listeners): Allow null for user_id_filter for oracleCôme Chilliet2024-07-023-3/+4
| | | | | | | | | | | | | | | | | | | | | Empty string and null are the same thing on oracle databases so we have to allow it. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix(webhooks): Completed API documentation and updated openapi.jsonCôme Chilliet2024-07-022-0/+15
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | fix(webhooks): Fix userIdFiltering for webhooks callsCôme Chilliet2024-07-023-4/+58
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | feat(webhooks): Add support for a userid filterCôme Chilliet2024-07-027-10/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to register a userId to filter on along with the webhooks. This webhook will then only be triggered if the given userId is the one in session. This is more efficient than filtering by user in the event filter because the listener is not even registered if the user id does not match. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | chore(deps): Update openapi-extractorprovokateurin2024-07-0227-2608/+2866
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0218-0/+206
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #45766 from nextcloud/feat/ooo-replacementDaniel2024-07-0110-5/+263
|\ \ | | | | | | Feat: Allow users to select another user as their out-of-office replacement
| * | Feat: Allow users to select another user as their out-of-office replacementHamza Mahjoubi2024-07-0110-5/+263
| | | | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* | | Merge pull request #45608 from nextcloud/fix-openapi-notes-share-apiF. E Noel Nfebe2024-07-012-2/+2
|\ \ \ | | | | | | | | docs(ShareApiController): Correct note about expiry date timezone
| * | | docs(ShareApiController): Correct note about expiry date timezonefenn-cs2024-07-012-2/+2
| |/ / | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Merge pull request #46219 from ↵Arthur Schiwon2024-07-011-0/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/noid/infinit-BuildSocialSearchIndexBackgroundJob fix(DAV): offset not applied
| * | | fix(BuildSocialSearchIndexBackgroundJob): offset not appliedArthur Schiwon2024-07-011-0/+2
| |/ / | | | | | | | | | | | | | | | with more than 100 results, this job may never finish Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / / refactor(encryption): Migrate app.php to Application.phpLouis Chemineau2024-07-012-27/+30
|/ / | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #46184 from nextcloud/fix/dav-auth-checkJulius Härtl2024-07-011-1/+1
|\ \ | | | | | | fix: Authorization header can be an empty string