Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #49905 from nextcloud/chore/deps/openapi-extractor | Kate | 2025-01-06 | 1 | -0/+2 |
|\ | |||||
| * | refactor(OpenAPI): Adjust scopes to match previous behavior | provokateurin | 2025-01-06 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix: explicitly ignore nested mounts when transfering ownershipmount-move-checks | Robin Appelman | 2025-01-06 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat(Navigation): emit dedicated event for loading additional entriesenh/noid/navigationentryevent | Arthur Schiwon | 2024-12-18 | 1 | -0/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #48612 from nextcloud/fix/activity-log-for-favorites-in-dav | Julius Knorr | 2024-12-12 | 4 | -51/+92 |
|\ | | | | | add activity logging for favorites in dav | ||||
| * | refactor(tags): move favorite event dispatching to tags.php | grnd-alt | 2024-12-03 | 2 | -12/+0 |
| | | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> | ||||
| * | fix(dav): add activity logging for favorites in dav | grnd-alt | 2024-12-03 | 4 | -41/+94 |
| | | | | | | | | Signed-off-by: grnd-alt <salimbelakkaf@outlook.de> | ||||
* | | fix: Copying a live photo to a folder with a conflicting mov file | Louis Chemineau | 2024-12-04 | 1 | -14/+22 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | fix: Handle copy of folders containing live photos | Louis Chemineau | 2024-12-04 | 1 | -56/+98 |
|/ | | | | | | | We need to recursively look for live photos in the folder, and then handle them as usual. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(files_sharing,files): Do not validate shares before adjusting the owner | provokateurin | 2024-11-25 | 1 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #49407 from nextcloud/feat/occ-files-cleanup-help | Daniel | 2024-11-21 | 1 | -1/+2 |
|\ | | | | | feat(files): Add help to / update description of `files:cleanup` | ||||
| * | feat(occ): Add help and update description for `files:cleanup`feat/occ-files-cleanup-help | Josh | 2024-11-20 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | refactor(files): Use functions for all in `occ files:cleanup`refactor/files-cleanup | Josh | 2024-11-20 | 1 | -12/+18 |
|/ | | | | | Tidying. Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | fix: smuggle storage id to metadata insert queries | Robin Appelman | 2024-11-07 | 1 | -0/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #49015 from nextcloud/fix/openapi/array-syntax | John Molakvoæ | 2024-11-06 | 7 | -32/+60 |
|\ | |||||
| * | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 7 | -32/+60 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #48721 from nextcloud/feat/allow-getter-setter-decl-fors | John Molakvoæ | 2024-11-06 | 4 | -101/+26 |
|\ \ | |||||
| * | | refactor(files): Migrate from event listener to class based declarative settingsfeat/allow-getter-setter-decl-fors | Ferdinand Thiessen | 2024-10-15 | 4 | -101/+26 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | Merge pull request #47425 from ↵ | Côme Chilliet | 2024-11-04 | 1 | -10/+10 |
|\ \ \ | |_|/ |/| | | | | | | | | nextcloud/fix/avoid-invalid-share-on-transfer-ownership fix: promote re-shares when deleting the parent share | ||||
| * | | fix: Transfer incomming shares first, do not delete non-migratable ones | Côme Chilliet | 2024-10-14 | 1 | -13/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Canceling the previous add of deletion of invalid shares in transferownership because in some cases it deletes valid reshares, if incoming shares are not transfered on purpose. Inverting the order of transfer between incoming and outgoing so that reshare can be migrated when incoming shares are transfered. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix: delete re-shares when deleting the parent share | Luka Trovic | 2024-10-14 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | Note: Removed part about fix command from original PR Signed-off-by: Luka Trovic <luka@nextcloud.com> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Merge pull request #48790 from ↵ | Kate | 2024-10-22 | 24 | -298/+124 |
|\ \ \ | | | | | | | | | | | | | nextcloud/refactor/apps/constructor-property-promotion | ||||
| * | | | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 24 | -298/+124 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | feat(files): Expose chunked upload config via capabilitiesfeat/files/chunked-upload-config-capabilities | provokateurin | 2024-10-21 | 4 | -3/+74 |
|/ / / | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2 | dependabot[bot] | 2024-10-19 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: nextcloud/coding-standard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | chore(db): Correctly apply query types | Git'Fellow | 2024-10-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix: psalm fix: error fix: add batch fix: fatal error fix: add batch chore: add batch chore: add batch fix: psalm fix: typo fix: psalm fix: return bool fix: revert Manager | ||||
* | | | Merge pull request #48734 from nextcloud/fix/45884/accept-notification | Joas Schilling | 2024-10-17 | 2 | -11/+23 |
|\ \ \ | | | | | | | | | fix: get rid of denied notification when accept | ||||
| * | | | fix: add notification icon for transfer ownershipfix/45884/accept-notification | Maksim Sukharev | 2024-10-16 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
| * | | | fix: do not duplicate existing entity | Maksim Sukharev | 2024-10-16 | 1 | -8/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | - this reverts 1e8048abee1745bab648dba5bf96f956c718e4e3 Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
| * | | | fix: dismiss notification only after transfer bg job created | Maksim Sukharev | 2024-10-16 | 2 | -5/+20 |
| | |/ | |/| | | | | | | | | | | | | | - do not create 'denied' notification if bg job exists Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com> | ||||
* | | | refactor: Inject IRootFolder | Christopher Ng | 2024-10-16 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | | fix: Fix "Unknown path" error when source user `files` folder has not been ↵ | Christopher Ng | 2024-10-16 | 1 | -0/+2 |
|/ / | | | | | | | | | | | initialized Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* / | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 9 | -21/+35 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #48597 from ↵ | Côme Chilliet | 2024-10-08 | 1 | -0/+2 |
|\ | | | | | | | | | nextcloud/fix/fix-email-share-transfer-accross-storages Fix email share transfer accross storages | ||||
| * | feat(transfer-ownership): Improve verbose output of command | Côme Chilliet | 2024-10-07 | 1 | -0/+2 |
| | | | | | | | | | | | | Makes debbuging way easier Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 4 | -16/+4 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | perf(files): Adjust default chunk size for chunked upload to 100MiBperf/files/chunked-upload-default-100-mib | provokateurin | 2024-09-30 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #48223 from nextcloud/feat/add-rector-config | Côme Chilliet | 2024-09-23 | 2 | -11/+11 |
|\ | | | | | Add rector config | ||||
| * | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 2 | -11/+11 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix(activity): Update more activity providers to use new exceptionsfollowup/48086/fix-more-activity-providers | Joas Schilling | 2024-09-23 | 2 | -19/+19 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | chore(files): Remove legacy style files | Ferdinand Thiessen | 2024-09-20 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | chore(files): Remove legacy UI scripts now that everything is migrated to Vue | Ferdinand Thiessen | 2024-09-20 | 1 | -3/+0 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 7 | -7/+8 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor: move to new activity exceptionrefactor/move-to-new-activity-exception | Anna Larch | 2024-09-17 | 2 | -4/+6 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Merge pull request #47792 from nextcloud/chore/use-public-api-helper | John Molakvoæ | 2024-09-16 | 1 | -11/+14 |
|\ | |||||
| * | chore(files): Use public API where possiblechore/use-public-api-helper | Ferdinand Thiessen | 2024-09-05 | 1 | -11/+14 |
| | | | | | | | | | | | | | | This is not fixing all issues in the helper, but at least where possible use the public methods. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | feat(NavigationManager): Add default entries handling | provokateurin | 2024-09-09 | 1 | -1/+3 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 2 | -2/+2 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | fix(transfer-ownership): Improve comments according to code review | Côme Chilliet | 2024-09-05 | 1 | -3/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(transfer-ownership): Correctly react to encrypted files | Côme Chilliet | 2024-09-05 | 1 | -20/+43 |
| | | | | | | | | For E2EE encrypted files, we abort the transfer. For SSE encrypted files, we abort only if not using master key. Also fixed the check for when the path to a single file is used. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |