Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-14 | 4 | -2/+76 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-13 | 4 | -14/+50 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-11 | 2 | -10/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-10 | 2 | -0/+132 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(dav): Public WebDAV endpoint should allow `GET` requestsfix/public-get | Ferdinand Thiessen | 2024-10-09 | 1 | -6/+10 |
| | | | | | | | `GET` should be allowed even without Ajax header to allow downloading files, or show files in the viewer. All other requests could be guarded, but this should not. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #48494 from nextcloud/refactor/storage/strong-param-types | Kate | 2024-10-08 | 2 | -1/+9 |
|\ | |||||
| * | refactor(dav): Add Storage parameter strong types | provokateurin | 2024-10-07 | 2 | -1/+9 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 1 | -2/+1 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #48438 from nextcloud/fix/bring-back-zip-event | Ferdinand Thiessen | 2024-10-07 | 3 | -43/+45 |
|\ | | | | | fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archive | ||||
| * | fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archivefix/bring-back-zip-event | Ferdinand Thiessen | 2024-09-29 | 3 | -43/+45 |
| | | | | | | | | | | | | This is required to not break behavior on zip download (apps should be able to react to zip download especially for shares). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-04 | 2 | -12/+12 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #48508 from nextcloud/fix/webcal-subscription-jobs-middleware | Anna | 2024-10-02 | 3 | -108/+66 |
|\ \ | | | | | | | fix(caldav): add missing handlers | ||||
| * | | fix(caldav): add missing handlersfix/webcal-subscription-jobs-middleware | Anna Larch | 2024-10-01 | 3 | -108/+66 |
| | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | | fix(dav): don't crash subscription on invalid calendar objectbug/48518/ignore-invalid-dates | escoand | 2024-10-02 | 2 | -4/+11 |
| | | | | | | | | | | | | Signed-off-by: escoand <escoand@users.noreply.github.com> | ||||
* | | | Merge pull request #47788 from nextcloud/feat/add-addressbook-list-command | Anna | 2024-10-02 | 6 | -1/+190 |
|\ \ \ | | | | | | | | | feat(carddav): add command to list address books | ||||
| * | | | feat(carddav): add command to list address booksfeat/add-addressbook-list-command | Anna Larch | 2024-09-30 | 6 | -1/+190 |
| | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-02 | 2 | -0/+2 |
| |/ / |/| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix: make federation address book sync work with allow_local_remote_servers ↵ | Daniel Kesselberg | 2024-10-01 | 2 | -10/+91 |
|/ / | | | | | | | | | | | | | | | = false Client.preventLocalAddress expects an absolute URL, which means the base_uri option cannot be used. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-29 | 2 | -0/+22 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat(dav): New `ZipFolderPlugin` which allows to download folders using GET ↵ | Ferdinand Thiessen | 2024-09-28 | 5 | -0/+167 |
| | | | | | | requests Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-28 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | test: Fix IStorage return types | provokateurin | 2024-09-26 | 1 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #48223 from nextcloud/feat/add-rector-config | Côme Chilliet | 2024-09-23 | 17 | -42/+42 |
|\ | | | | | Add rector config | ||||
| * | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 17 | -42/+42 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #48215 from nextcloud/bugfix/noid/run-all-unit-tests | Joas Schilling | 2024-09-23 | 2 | -15894/+21 |
|\ \ | |/ |/| | fix(tests): Fix test selection and run unit tests of DAV and user_status | ||||
| * | test: fix ContactsMigratorTestbugfix/noid/run-all-unit-tests | Anna Larch | 2024-09-19 | 2 | -15894/+21 |
| | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-20 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | chore: Get rid of travis in DAV appchore/remove-travis | Ferdinand Thiessen | 2024-09-19 | 69 | -41/+26 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #47399 from nextcloud/fix/47275/driverException | Hamza | 2024-09-19 | 2 | -8/+10 |
|\ \ | |/ |/| | fix: expand select and group by for calendar reminder backend | ||||
| * | fix: expand select and group by for calandar reminder backendfix/47275/driverException | Hamza Mahjoubi | 2024-09-19 | 2 | -8/+10 |
| | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com> | ||||
* | | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 75 | -360/+394 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-19 | 4 | -0/+16 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: Override start method of \Sabre\DAV\Server to remove exception outputartonge/fix/remove_unnecessary_formating | Louis Chemineau | 2024-09-18 | 1 | -0/+23 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | test: fix service overwrite in PartFileInRootUploadTest | Robin Appelman | 2024-09-18 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-18 | 4 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48145 from nextcloud/artonge/fix/drop_unecessary_exit | Joas Schilling | 2024-09-18 | 1 | -1/+0 |
|\ | | | | | fix: Drop unnecessary exit | ||||
| * | fix: Drop unnecessary exit | Louis Chemineau | 2024-09-17 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-18 | 16 | -4/+18 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | refactor: move to new activity exceptionrefactor/move-to-new-activity-exception | Anna Larch | 2024-09-17 | 5 | -15/+20 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | fix(Files): Handle getOwner() returning falsefix/storage/get-owner-false | provokateurin | 2024-09-17 | 1 | -6/+4 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Storage): Document getOwner() can return false | provokateurin | 2024-09-17 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-17 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Improve typing and phpdoc comments | Côme Chilliet | 2024-09-16 | 1 | -8/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Remove OCP\Files\Storage interface deprecated since version 9 | Côme Chilliet | 2024-09-16 | 3 | -13/+15 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #47947 from nextcloud/feat/make-setup-check-trait-public | Joas Schilling | 2024-09-16 | 1 | -1/+1 |
|\ | | | | | feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\CheckServerResponseTrait` | ||||
| * | feat: Make `CheckServerResponseTrait` public and provide as ↵feat/make-setup-check-trait-public | Ferdinand Thiessen | 2024-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | `OCP\SetupCheck\CheckServerResponseTrait` This trait is used by other apps for creating setup checks, so we should provide it instead apps using private API. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #47924 from ldidry/catch-MaxInstancesExceededException | Joas Schilling | 2024-09-16 | 1 | -16/+31 |
|\ \ | |/ |/| | 🥅 — Catch MaxInstancesExceededException on calendar events | ||||
| * | fix(dav): catch `MaxInstancesExceededException` on calendar events | Luc Didry | 2024-09-16 | 1 | -16/+31 |
| | | | | | | | | Signed-off-by: Luc Didry <luc@didry.org> | ||||
* | | Merge pull request #48044 from nextcloud/fix/cast-node-names-to-string | John Molakvoæ | 2024-09-16 | 1 | -2/+2 |
|\ \ | |||||
| * | | test: cast node name and data to stringfix/cast-node-names-to-string | Anna Larch | 2024-09-15 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> |