aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(caldav): limit vevent sizeSebastianKrupinski2024-07-106-0/+119
| | | | Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-1010-4/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* sidebar: allow turning off tags view by defaultGit'Fellow2024-07-092-2/+13
| | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> sidebar: allow turning off tags view by default Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #46297 from nextcloud/backport/46174/stable28Git'Fellow2024-07-093-1/+147
|\ | | | | [stable28] 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-053-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>
* | Merge pull request #46302 from nextcloud/fix/noid/jsm-check-pickinessGit'Fellow2024-07-091-1/+5
|\ \ | | | | | | [stable28] fix(SetupCheck): jsm test shall not give up with first no-response
| * | fix(SetupCheck): jsm test shall not give up with first no-responseArthur Schiwon2024-07-041-1/+5
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix(SharingDetailsView): Prevent illegal unselection of read permissionsfenn-cs2024-07-091-0/+7
| | | | | | | | | | | | | | | | With the exception of "file drop" on link shares all other shares need the read permissions at least. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #46118 from nextcloud/backport/46030/stable28F. E Noel Nfebe2024-07-094-9/+56
|\ \ | | | | | | [stable28] fix(FilesView): Update files view upon share creation/delete
| * | refactor(SharingDetailsView): Use NC loggerfenn-cs2024-07-081-4/+4
| | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | fix(FilesView): Update files view upon share creation/deletefenn-cs2024-07-084-5/+52
| | | | | | | | | | | | | | | | | | Resolves : https://github.com/nextcloud/server/issues/44961 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0914-0/+50
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-082-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | 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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0516-4/+48
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | build(deps): Bump @nextcloud/vue from 8.11.2 to 8.14.0dependabot[bot]2024-07-041-58/+58
|/ | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.11.2 to 8.11.3. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.11.2...v8.11.3) --- updated-dependencies: - dependency-name: "@nextcloud/vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> chore(assets): Recompile assets Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0428-14/+86
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45770 from nextcloud/backport/45765/stable28Daniel2024-07-031-2/+3
|\ | | | | [stable28] fix(settings): Use axios directly for health check to preven URL sanitizing
| * fix(settings): Use axios directly for health check to preven URL sanitizingFerdinand Thiessen2024-07-031-2/+3
| | | | | | | | | | | | | | | | | | When using Apache with `DirectorySlash` it will respond with 301 and the URL with trailing slash. But when using traefik as the reverse proxy it can not rewrite redirects, this leads to the problem that the Apache response is using HTTP in the redirect but the real server (traefik) is only listening on HTTPS. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #46221 from nextcloud/backport/46219/stable28Arthur Schiwon2024-07-031-0/+2
|\ \ | | | | | | [stable28] 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(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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0326-6/+92
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(setupchecks): skip check when disk_free_space is disabledDaniel Kesselberg2024-07-021-2/+6
| | | | | | | | | | | | Make it easier to discover that the check failed because disk_free_space is disabled. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0218-0/+206
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): Rename openFileInfo to fileInfoLouis Chemineau2024-07-012-3/+6
| | | | | | | | | | | | And check if openFile is set in the URL before opening a file. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | fix(files): Don't react to clicks when renamingLouis Chemineau2024-07-011-0/+9
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | feat(files): increase max copy-move concurrency to 5 John Molakvoæ2024-07-011-1/+4
|/ | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* Merge pull request #46141 from nextcloud/backport/46097/stable28Louis2024-07-011-3/+0
|\ | | | | [stable28] fix(files_sharing): Also set the expiration date timezone during validation
| * fix(files_sharing): Store the expiration date relative to the server's timezoneLouis Chemineau2024-06-271-3/+0
| | | | | | | | | | | | This is needed as we want to store the difference between the server's and the user's timezones. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0112-0/+30
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-3030-6/+96
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2940-44/+94
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2816-8/+44
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): Update favorites navigation list on folder renamesLouis Chemineau2024-06-273-2/+71
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #46145 from nextcloud/backport/44893/stable28Daniel2024-06-272-2/+76
|\ | | | | [stable28] fix(caldav): When message is a reply compare the message sender not the recipient
| * fix(caldav): when message is a reply compare the message sender not the ↵SebastianKrupinski2024-06-262-2/+76
| | | | | | | | | | | | | | | | recipient Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com> Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2716-10/+70
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files_versions): renaming file version when its not a stringFerdinand Thiessen2024-06-261-1/+2
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2622-6/+118
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Properly handle denied ownership transfersFerdinand Thiessen2024-06-252-29/+34
| | | | | | | | | | | | | When the receiver denies the transfer the notification handler was missing, so no notification was created for the transfer owner. But also the internal notification was created two times: 1. When rejecting the transfer 2. By the reject function when dismissing the notification This is fixed by only relying on the dismiss function. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-25200-312/+396
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-242-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-06-2312-6/+312
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #45903 from nextcloud/backport/45875/stable28Andy Scherzinger2024-06-212-8/+64
|\ | | | | [stable28] fix(theming): also apply enforced theme for guests
| * fix(theming): also apply enforced theme for guestsskjnldsv2024-06-172-8/+64
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat: add setup check for needed mimetype migrationsRobin Appelman2024-06-214-0/+48
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-06-21144-6/+176
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>