Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: revive always storing lowercased email addresses | Richard Steinmetz | 2025-06-24 | 1 | -0/+12 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | refactor(dav): move shared logic to a dedicated example contact servicerefactor/dav/example-contact-service | Richard Steinmetz | 2025-06-19 | 1 | -11/+0 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | Merge pull request #52916 from nextcloud/fix/cache-ldap-configuration-prefixes | Côme Chilliet | 2025-06-19 | 1 | -8/+0 |
|\ | | | | | fix(user_ldap): Store the list of used configuration prefixed in appconfig | ||||
| * | chore: update psalm baselinefix/cache-ldap-configuration-prefixes | Côme Chilliet | 2025-06-10 | 1 | -8/+0 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix(FilenameValidator): use `_` as default replacement for invalid charsfix/validation-defaults | Ferdinand Thiessen | 2025-06-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | test(dav): add integration test for principal property searchbug/noid/principal-guest_app-not-found | Daniel Kesselberg | 2025-06-17 | 4 | -0/+156 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | chore: add UseSpecificWillMethodRector to rector configuration | Robin Appelman | 2025-06-12 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | chore: add tests to rector configuration | Robin Appelman | 2025-06-12 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix: use logical operator instead of bitwise | Daniel Kesselberg | 2025-06-10 | 1 | -6/+0 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Merge pull request #52538 from nextcloud/feat/use-php84-lazy-objects | Côme Chilliet | 2025-06-10 | 1 | -44/+0 |
|\ | | | | | Use PHP 8.4 lazy ghosts for Dependency injection | ||||
| * | fix: Fix psalm issue and update baseline | Côme Chilliet | 2025-06-05 | 1 | -44/+0 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #53287 from nextcloud/feat/test-app-routes | Stephan Orbaugh | 2025-06-06 | 3 | -1/+81 |
|\ \ | |/ |/| | feat(tests): Test application enabling/disabling and routes | ||||
| * | feat(tests): Test application enabling/disabling and routesfeat/test-app-routes | Côme Chilliet | 2025-06-05 | 3 | -1/+81 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore: update psalm baselinefeat/cache-routes | Côme Chilliet | 2025-06-05 | 1 | -3/+0 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore: Disable appstore from integration tests | Côme Chilliet | 2025-06-05 | 1 | -0/+2 |
| | | | | | | | | | | | | This avoids spamming the appstore server and getting banned from CI runs Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix(dav): file drop nickname | skjnldsv | 2025-06-05 | 1 | -4/+43 |
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | refactor(core): migrate core application to `IBootstrap` | Ferdinand Thiessen | 2025-06-02 | 1 | -6/+0 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat: move primary object store configuration to a single placeprimary-object-store-settings | Robin Appelman | 2025-05-28 | 1 | -8/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(security): Update CA certificate bundle | nextcloud-command | 2025-05-21 | 1 | -1/+1 |
| | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | Revert "fix(files_sharing): Filter own shares that are reshares"revert-52503-fix/files_sharing/filter-own-reshared-shares | Joas Schilling | 2025-05-19 | 1 | -0/+9 |
| | |||||
* | Merge pull request #52891 from nextcloud/chore/nix-flake | Kate | 2025-05-19 | 1 | -0/+3 |
|\ | |||||
| * | chore: Add nix flake with development shellchore/nix-flake | provokateurin | 2025-05-18 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(files_sharing): Filter own shares that are resharesfix/files_sharing/filter-own-reshared-shares | provokateurin | 2025-05-19 | 1 | -9/+0 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #52901 from nextcloud/chore/remove-dead-code-files | Kate | 2025-05-19 | 1 | -1/+0 |
|\ \ | |||||
| * | | refactor: move tag handling from files handler to files_sharingchore/remove-dead-code-files | Ferdinand Thiessen | 2025-05-16 | 1 | -1/+0 |
| |/ | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #52848 from nextcloud/fix/cleanup-servercontainer | Kate | 2025-05-19 | 2 | -33/+1 |
|\ \ | |||||
| * | | fix: Remove deprecated getters from Server that were previously removed from ↵ | Côme Chilliet | 2025-05-16 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | public interface Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix: Cleanup share ProviderFactory to correctly use DI instead of deprecated ↵ | Côme Chilliet | 2025-05-16 | 2 | -28/+1 |
| |/ | | | | | | | | | | | | | | | | | getters Ideally circles and talk should migrate to calling registerProvider and core would not need to use their OCA classes like currently. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #52890 from nextcloud/chore/move-stream-copy-implementation | Ferdinand Thiessen | 2025-05-17 | 1 | -3/+8 |
|\ \ | | | | | | | chore: move streamCopy implementation from `OC_Helper` to `OCP\Files` | ||||
| * | | chore: move streamCopy implementation from `OC_Helper` to `OCP\Files` | Ferdinand Thiessen | 2025-05-16 | 1 | -3/+8 |
| |/ | | | | | | | | | | | | | | | | | The function was already there but called the legacy version. So moved the implementation and migrated all usages of it. Sadly the interface was slightly different so adjusted it to be compatible with both legacy and the OCP one. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | chore: deprecate OC_Helper::copyrchore/deprecate-ochelper-copyr | Ferdinand Thiessen | 2025-05-16 | 1 | -3/+0 |
| | | | | | | | | | | | | Inline it into Installer as needed. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(dav): correctly handle uploading folders with same name as a filefix/file-drop | Ferdinand Thiessen | 2025-05-16 | 1 | -0/+41 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #52893 from nextcloud/chore/remove-files-templates | Ferdinand Thiessen | 2025-05-16 | 1 | -1/+0 |
|\ \ | | | | | | | chore: remove files file templates deprecated since v18 and provided by richdocuments | ||||
| * | | chore: remove files file templates deprecated since v18 and provided by ↵chore/remove-files-templates | Ferdinand Thiessen | 2025-05-16 | 1 | -1/+0 |
| |/ | | | | | | | | | | | | | | | | | | | | | richdocuments - leftover from https://github.com/nextcloud/server/pull/17559 - The file templates are already provided in a non-deprecated way by richdocuments. - The template manager used here is deprecated for 14 versions now... Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #52885 from nextcloud/fix/docblock-color | Kate | 2025-05-16 | 1 | -8/+0 |
|\ \ | |/ |/| | fix(OCP\Color): use correct doc block type | ||||
| * | fix(OCP\Color): use correct doc block typefix/docblock-color | Ferdinand Thiessen | 2025-05-15 | 1 | -8/+0 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | chore: ignore 3rdparty while psalm lintingchore/ignore-3rdparty | Ferdinand Thiessen | 2025-05-15 | 1 | -44/+0 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor: migrate from OC to OCP in public interfacesrefactor/ocp-deprecations | Ferdinand Thiessen | 2025-05-15 | 2 | -84/+0 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #52870 from nextcloud/chore/remove-get-storage | Kate | 2025-05-15 | 2 | -8/+0 |
|\ | |||||
| * | chore!(\OCP\Files): remove deprecated static `getStorage` methodchore/remove-get-storage | Ferdinand Thiessen | 2025-05-15 | 2 | -8/+0 |
| | | | | | | | | | | | | | | Was deprecated since Nextcloud 14 and is not used anymore. Removing allows us to clean the OCP psalm baseline. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | chore(AppFramework): Remove unused RouteConfig class and migrate tests to ↵ | provokateurin | 2025-05-15 | 2 | -13/+0 |
|/ | | | | | | RouteParser Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(psalm): Mark all usage of deprecated code as errorfeat/psalm/error-deprecations | provokateurin | 2025-05-15 | 1 | -0/+2135 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor: Extend rector to ocs/ and ocs-provider/refactor/rector-top-level | provokateurin | 2025-05-15 | 1 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor: Extend rector to all top-level files | provokateurin | 2025-05-15 | 1 | -0/+7 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #52820 from nextcloud/refactor/rector-core | Kate | 2025-05-15 | 1 | -1/+1 |
|\ | |||||
| * | refactor: Extend rector to core/refactor/rector-core | provokateurin | 2025-05-15 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #52840 from nextcloud/fix/remove-broken-versions-routes | Côme Chilliet | 2025-05-15 | 1 | -5/+0 |
|\ \ | |/ |/| | fix(files_versions): Remove routes leading to deleted ajax files | ||||
| * | fix: Update psalm baseline to remove fixed issuefix/remove-broken-versions-routes | Côme Chilliet | 2025-05-14 | 1 | -5/+0 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #52667 from nextcloud/fix/improve-init-profiling | Côme Chilliet | 2025-05-14 | 2 | -5/+1 |
|\ \ | | | | | | | Improve init profiling | ||||
| * | | fix: Fix psalm issue and update baselinefix/improve-init-profiling | Côme Chilliet | 2025-05-14 | 1 | -5/+0 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |