]>
source.dussan.org Git - nextcloud-server.git/log
John Molakvoæ [Mon, 8 Nov 2021 15:52:13 +0000 (16:52 +0100)]
Merge pull request #29594 from nextcloud/fix/force-calendar-object-change-path
Anna Larch [Mon, 8 Nov 2021 13:29:34 +0000 (14:29 +0100)]
Force Calendar Obejct Chnage Path to support public write
Signed-off-by: Anna Larch <anna@nextcloud.com>
Nextcloud bot [Mon, 8 Nov 2021 02:33:09 +0000 (02:33 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 7 Nov 2021 02:22:34 +0000 (02:22 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 6 Nov 2021 13:00:46 +0000 (13:00 +0000)]
Merge pull request #29569 from nextcloud/dependabot/npm_and_yarn/nextcloud/initial-state-1.2.1
dependabot[bot] [Sat, 6 Nov 2021 12:02:49 +0000 (12:02 +0000)]
Bump @nextcloud/initial-state from 1.2.0 to 1.2.1
Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-initial-state/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v1.2.0...v1.2.1)
---
updated-dependencies:
- dependency-name: "@nextcloud/initial-state"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
dependabot[bot] [Sat, 6 Nov 2021 06:32:04 +0000 (06:32 +0000)]
Merge pull request #29573 from nextcloud/dependabot/npm_and_yarn/jsdom-18.0.1
dependabot[bot] [Sat, 6 Nov 2021 04:12:06 +0000 (04:12 +0000)]
Merge pull request #29568 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.15.0
dependabot[bot] [Sat, 6 Nov 2021 03:06:24 +0000 (03:06 +0000)]
Bump jsdom from 18.0.0 to 18.0.1
Bumps [jsdom](https://github.com/jsdom/jsdom) from 18.0.0 to 18.0.1.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/18.0.0...18.0.1)
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Sat, 6 Nov 2021 02:22:41 +0000 (02:22 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 6 Nov 2021 02:02:39 +0000 (02:02 +0000)]
Bump @testing-library/jest-dom from 5.14.1 to 5.15.0
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.14.1 to 5.15.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.14.1...v5.15.0)
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Vincent Petry [Fri, 5 Nov 2021 13:53:11 +0000 (14:53 +0100)]
Merge pull request #25332 from nextcloud/fix-removing-remote-shares-when-the-remote-server-is-unreachable
Fix removing remote shares when the remote server is unreachable
Vincent Petry [Fri, 5 Nov 2021 09:28:41 +0000 (10:28 +0100)]
Update lib/private/Files/Storage/Wrapper/Availability.php add void
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Vincent Petry [Fri, 22 Oct 2021 06:31:14 +0000 (08:31 +0200)]
Update psalm baseline
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Thu, 21 Oct 2021 20:53:33 +0000 (22:53 +0200)]
Return false in hasUpdated when storage is not available
Technically, saying that a storage has no updates when it's not
available is correct.
This makes it possible to retrieve the cache entry for the mount point
and also to list and remove unavailable federated shares.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Daniel Calviño Sánchez [Fri, 22 Jan 2021 13:34:02 +0000 (14:34 +0100)]
Add integration tests for federated shares from unavailable servers
The federated server needs to be stopped during the tests, so it is now
stopped in the FederationContext for each scenario instead of just once
in the run.sh script.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Thu, 8 Apr 2021 19:00:11 +0000 (21:00 +0200)]
Add integration tests for listing federated shares
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 22 Jan 2021 13:34:02 +0000 (14:34 +0100)]
Add integration tests for deleting federated shares
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Pytal [Fri, 5 Nov 2021 02:55:57 +0000 (19:55 -0700)]
Merge pull request #29545 from nextcloud/fix/supported-scopes-profile-properties
Nextcloud bot [Fri, 5 Nov 2021 02:22:55 +0000 (02:22 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Thu, 4 Nov 2021 23:04:01 +0000 (23:04 +0000)]
Fix unsupported scopes being enabled for new properties
- Shorten disabled scope messages
- Update wording
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Christoph Wurst [Thu, 4 Nov 2021 15:31:29 +0000 (16:31 +0100)]
Merge pull request #29536 from nextcloud/fix/add-full-calendar-path-for-public-write
Fix missing calendar path for public write on Calendars
Carl Schwan [Thu, 4 Nov 2021 15:31:04 +0000 (16:31 +0100)]
Merge pull request #29555 from nextcloud/update-composer-2-1-11
Update to composer 2.1.11
Anna Larch [Wed, 3 Nov 2021 15:46:11 +0000 (16:46 +0100)]
Fix missing calendar path for public write on Calendars
Signed-off-by: Anna Larch <anna@nextcloud.com>
Carl Schwan [Thu, 4 Nov 2021 11:30:11 +0000 (12:30 +0100)]
Update to composer 2.1.11
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
John Molakvoæ [Thu, 4 Nov 2021 10:48:51 +0000 (11:48 +0100)]
Merge pull request #29547 from nextcloud/automated/noid/psalm-baseline-update
John Molakvoæ [Thu, 4 Nov 2021 10:42:34 +0000 (11:42 +0100)]
Add branch-suffix to update-psalm-baseline PR creation
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Thu, 4 Nov 2021 09:24:13 +0000 (10:24 +0100)]
Fix psalm
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Thu, 4 Nov 2021 09:19:29 +0000 (10:19 +0100)]
Add `3. to review` label
nextcloud-command [Thu, 4 Nov 2021 09:17:46 +0000 (09:17 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
John Molakvoæ [Thu, 4 Nov 2021 09:14:53 +0000 (10:14 +0100)]
Merge pull request #29546 from nextcloud/psalm/baseline-continue-on-error
John Molakvoæ [Thu, 4 Nov 2021 09:11:56 +0000 (10:11 +0100)]
Add continue-on-error for update-psalm-baseline workflow
Julius Härtl [Thu, 4 Nov 2021 08:49:24 +0000 (09:49 +0100)]
Merge pull request #29529 from nextcloud/fix/update-psalm-baseline
John Molakvoæ [Thu, 4 Nov 2021 07:32:22 +0000 (08:32 +0100)]
Merge pull request #29482 from nextcloud/feat/revamp-profile-visibility-section
John Molakvoæ [Thu, 4 Nov 2021 07:31:54 +0000 (08:31 +0100)]
Merge pull request #29501 from nextcloud/release/23.0.0beta3
Christoph Wurst [Thu, 4 Nov 2021 06:33:49 +0000 (07:33 +0100)]
Merge pull request #29533 from nextcloud/enhancement/get-calendars-for-principal-api
Add IManager::getCalendarsForPrincipal API
Christopher Ng [Sat, 30 Oct 2021 03:36:33 +0000 (03:36 +0000)]
Add new profile visibility section
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Christopher Ng [Thu, 28 Oct 2021 17:59:26 +0000 (17:59 +0000)]
Refine profile backend for frontend visibility requirements
- Provide metadata
- Dynamic displayId
- Add appId
- Filter out unused parameter config properties from the existing profile config
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Thu, 28 Oct 2021 00:56:55 +0000 (00:56 +0000)]
Better function descriptions
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Thu, 28 Oct 2021 00:39:09 +0000 (00:39 +0000)]
Add additional check on action registrations
- Minor refactor
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christoph Wurst [Wed, 3 Nov 2021 13:16:12 +0000 (14:16 +0100)]
Merge pull request #29525 from nextcloud/bugfix/noid/allow-to-inject-by-public-interface
Allow to inject the trusted domain helper by public interface
Christoph Wurst [Wed, 3 Nov 2021 11:19:47 +0000 (12:19 +0100)]
Add IManager::getCalendarsForPrincipal API
The Calendar app needs to access calendars of a given principal in the
back-end. The new calendar providers were not accessible for apps before
this patch. Now they can access the ICalendar objects on demand.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Joas Schilling [Tue, 2 Nov 2021 16:06:31 +0000 (17:06 +0100)]
Allow to inject the trusted domain helper by public interface
Signed-off-by: Joas Schilling <coding@schilljs.com>
John Molakvoæ [Wed, 3 Nov 2021 09:21:47 +0000 (10:21 +0100)]
Update update-psalm-baseline.yml
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Nextcloud bot [Wed, 3 Nov 2021 02:23:35 +0000 (02:23 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christoph Wurst [Tue, 2 Nov 2021 18:23:23 +0000 (19:23 +0100)]
Merge pull request #29524 from nextcloud/bugfix/noid/fix-phpunit-warnings
Fix missing import of ILogger
Joas Schilling [Tue, 2 Nov 2021 15:47:16 +0000 (16:47 +0100)]
Fix missing import of ILogger
Signed-off-by: Joas Schilling <coding@schilljs.com>
Côme Chilliet [Tue, 2 Nov 2021 09:57:08 +0000 (10:57 +0100)]
Merge pull request #29479 from nextcloud/fix/images-php-8.0
Fix image handling for PHP 8.0
Nextcloud bot [Tue, 2 Nov 2021 02:22:15 +0000 (02:22 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Mon, 1 Nov 2021 12:50:52 +0000 (13:50 +0100)]
Merge pull request #29502 from nextcloud/revert-27378-dav-recalc-checksum
John Molakvoæ [Mon, 1 Nov 2021 12:39:03 +0000 (13:39 +0100)]
Merge pull request #28385 from nextcloud/search-handle-wrapper-filtered-entries
Robin Appelman [Wed, 11 Aug 2021 15:35:37 +0000 (17:35 +0200)]
properly handle cases where cache wrappers block access
`CacheWrapper::formatCacheEntry` can return false for files that should be filtered out
Signed-off-by: Robin Appelman <robin@icewind.nl>
John Molakvoæ [Mon, 1 Nov 2021 10:29:37 +0000 (11:29 +0100)]
Merge pull request #29281 from vijfhoek/master
John Molakvoæ [Mon, 1 Nov 2021 10:26:17 +0000 (11:26 +0100)]
Revert "add dav plugin to trigger recalculating of checksums"
John Molakvoæ [Mon, 1 Nov 2021 10:25:21 +0000 (11:25 +0100)]
Merge pull request #27378 from nextcloud/dav-recalc-checksum
John Molakvoæ [Mon, 1 Nov 2021 10:23:09 +0000 (11:23 +0100)]
Merge pull request #29465 from nextcloud/crl/noid/previewgenerator
John Molakvoæ [Mon, 1 Nov 2021 10:15:41 +0000 (11:15 +0100)]
23.0.0 beta 3
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Valdnet [Mon, 1 Nov 2021 10:12:10 +0000 (11:12 +0100)]
Merge pull request #29497 from nextcloud/rakekniven-patch-1
Fixed grammar for "trash bin"
rakekniven [Sun, 31 Oct 2021 17:27:14 +0000 (18:27 +0100)]
Fixed grammar
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Nextcloud bot [Mon, 1 Nov 2021 02:22:37 +0000 (02:22 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
rakekniven [Sun, 31 Oct 2021 17:25:35 +0000 (18:25 +0100)]
Fixed grammar
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Nextcloud bot [Sun, 31 Oct 2021 02:22:04 +0000 (02:22 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 30 Oct 2021 17:25:33 +0000 (17:25 +0000)]
Merge pull request #29490 from nextcloud/dependabot/npm_and_yarn/core-js-3.19.0
dependabot[bot] [Sat, 30 Oct 2021 16:37:27 +0000 (16:37 +0000)]
Bump core-js from 3.18.3 to 3.19.0
Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.3 to 3.19.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.18.3...v3.19.0)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
dependabot[bot] [Sat, 30 Oct 2021 16:15:53 +0000 (16:15 +0000)]
Merge pull request #29489 from nextcloud/dependabot/npm_and_yarn/vue-router-3.5.3
dependabot[bot] [Sat, 30 Oct 2021 02:07:36 +0000 (02:07 +0000)]
Bump vue-router from 3.5.2 to 3.5.3
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/vuejs/vue-router/releases)
- [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-router/compare/v3.5.2...v3.5.3)
---
updated-dependencies:
- dependency-name: vue-router
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
dependabot[bot] [Sat, 30 Oct 2021 14:46:01 +0000 (14:46 +0000)]
Merge pull request #29487 from nextcloud/dependabot/npm_and_yarn/sass-1.43.4
dependabot[bot] [Sat, 30 Oct 2021 14:07:16 +0000 (14:07 +0000)]
Bump sass from 1.43.3 to 1.43.4
Bumps [sass](https://github.com/sass/dart-sass) from 1.43.3 to 1.43.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.43.3...1.43.4)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Sat, 30 Oct 2021 02:22:16 +0000 (02:22 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 29 Oct 2021 02:22:24 +0000 (02:22 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christoph Wurst [Thu, 28 Oct 2021 20:15:13 +0000 (22:15 +0200)]
Merge pull request #29481 from nextcloud/fix/dav-calendar-query-start-end-immutable
Fix immutable datetime handling in DAV calendar search
Christoph Wurst [Thu, 28 Oct 2021 19:04:45 +0000 (21:04 +0200)]
Merge pull request #29480 from nextcloud/fix/missing-dav-calendar-provider
Register missing DAV app calendar provider
Christoph Wurst [Thu, 28 Oct 2021 16:37:20 +0000 (18:37 +0200)]
Fix immutable datetime handling in DAV calendar search
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ [Thu, 28 Oct 2021 16:46:52 +0000 (18:46 +0200)]
Merge pull request #29431 from nextcloud/release/23.0.0beta2
Christoph Wurst [Thu, 28 Oct 2021 16:33:13 +0000 (18:33 +0200)]
Register missing DAV app calendar provider
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Côme Chilliet [Tue, 26 Oct 2021 10:11:45 +0000 (12:11 +0200)]
Enable Avatar tests as well for PHP>=8
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 26 Oct 2021 09:55:43 +0000 (11:55 +0200)]
Revert "Do not run image tests on php8"
This reverts commit
d690f909284ae4bb4dee7d00318104ee76720bfa .
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 25 Oct 2021 14:13:50 +0000 (16:13 +0200)]
Fix resource usages in OC_Image
This makes sure using resource or GdImage (PHP>=8) behaves the same.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Carl Schwan [Thu, 28 Oct 2021 12:38:20 +0000 (14:38 +0200)]
Merge pull request #29115 from nextcloud/work/carl/correct-permissions-when-copying
Fix permissions when copying from ObjectStorage
Carl Schwan [Thu, 7 Oct 2021 09:50:33 +0000 (11:50 +0200)]
Fix permissions when copying from ObjectStorage
Make sure that when a user copy a file from a directory they don't have
all permissions to a directory where they have more permissions, the
permissions are correctly set to the one from the parent taget folder.
This was caused by the ObjectStoreStorage::copyFromStorage using
the jailed storage and cache entry instead of the unjailed one like other
storages (the local one).
Steps to reproduce
+ Use object storage
+ Create a groupfolder with one group having full permission and another one
who can just read files.
+ With an user who is in the second group, copy a file from the groupfolder to
the home folder of this user.
+ The file in the home folder of the user will be read only and can't be deleted
even though it is in their home folder and they are the owner. In oc_filecache,
the permissions stored for this file are 1 (READ)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Joas Schilling [Thu, 28 Oct 2021 09:45:03 +0000 (11:45 +0200)]
Merge pull request #29444 from nextcloud/bugfix/noid/public-api-for-trusted-domain-helpers
Add an OCP for trusted domain helper
Joas Schilling [Tue, 26 Oct 2021 11:26:46 +0000 (13:26 +0200)]
Add an OCP for trusted domain helper
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Thu, 28 Oct 2021 02:22:54 +0000 (02:22 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Wed, 27 Oct 2021 21:39:31 +0000 (23:39 +0200)]
update crl
- previewgenerator was revoked
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
blizzz [Wed, 27 Oct 2021 12:26:31 +0000 (14:26 +0200)]
Merge pull request #29454 from nextcloud/bugfix/noid/detect-mimetype-by-content-only-with-content
Detect mimetype by content only with content
John Molakvoæ [Wed, 27 Oct 2021 08:48:21 +0000 (10:48 +0200)]
Merge pull request #29453 from nextcloud/bugfix/noid/improve-wording
Joas Schilling [Wed, 27 Oct 2021 08:45:03 +0000 (10:45 +0200)]
Detect mimetype by content only with content
Signed-off-by: Joas Schilling <coding@schilljs.com>
John Molakvoæ [Wed, 27 Oct 2021 08:17:11 +0000 (10:17 +0200)]
Merge pull request #29327 from nextcloud/bugfix/noid/do-not-make-actionbuttons-spans-too-transparent
Joas Schilling [Wed, 27 Oct 2021 08:12:30 +0000 (10:12 +0200)]
Improve wording
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Wed, 27 Oct 2021 02:23:37 +0000 (02:23 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Tue, 26 Oct 2021 10:38:23 +0000 (12:38 +0200)]
Merge pull request #29436 from nextcloud/fix/profile-link-action-registration
Christopher Ng [Mon, 25 Oct 2021 21:55:29 +0000 (21:55 +0000)]
Prevent unnecesary profile action registrations
Signed-off-by: Christopher Ng <chrng8@gmail.com>
John Molakvoæ [Tue, 26 Oct 2021 08:51:11 +0000 (10:51 +0200)]
Merge pull request #29435 from nextcloud/explicitly-name-profile-link-action
Vincent Petry [Tue, 26 Oct 2021 06:23:51 +0000 (08:23 +0200)]
Merge pull request #26841 from nextcloud/bugfix/files-search-filter
Implement local filtering in file list
Nextcloud bot [Tue, 26 Oct 2021 02:22:53 +0000 (02:22 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Mon, 25 Oct 2021 22:20:19 +0000 (22:20 +0000)]
Use more explicit naming for profile link action
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christoph Wurst [Mon, 25 Oct 2021 14:57:16 +0000 (16:57 +0200)]
Merge pull request #29318 from nextcloud/fix/dav-availability-settings-timezone-id
Read and write time zone ID when updating CalDAV availability
Julius Härtl [Wed, 20 Oct 2021 14:39:16 +0000 (16:39 +0200)]
Move to combined files entrypoint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Joas Schilling [Fri, 30 Apr 2021 09:52:47 +0000 (11:52 +0200)]
Fix "No entries in this …" template
Signed-off-by: Joas Schilling <coding@schilljs.com>
Julius Härtl [Thu, 29 Apr 2021 10:09:06 +0000 (12:09 +0200)]
Implement local filtering in file list
Signed-off-by: Julius Härtl <jus@bitgrid.net>