Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix(activity): Fix download activity parametersbugfix/noid/fix-download-activity-parameters | Joas Schilling | 2024-10-19 | 1 | -2/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | 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 | 2 | -21/+21 | |
| | | | | | | | | | | | | | | | | | 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): Apply query prepared statementsdbQueriesExecStmt2 | Git'Fellow | 2024-10-17 | 2 | -16/+10 | |
| | | | | | | | | | | | | | | | | Fix: psalm fix: bad file fix: bug chore: add batch chore: add batch chore: add batch fix: psalm | |||||
* | chore(db): Correctly apply query types | Git'Fellow | 2024-10-17 | 2 | -22/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 22 | -95/+126 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | revert: "fix(files_sharing): Make share labels nullable"fix/null-label | Ferdinand Thiessen | 2024-10-14 | 1 | -1/+1 | |
| | | | | | | This reverts commit 01c4fa3ba8a7311da331e6a2b70fc866b0a9b39c. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #48494 from nextcloud/refactor/storage/strong-param-types | Kate | 2024-10-08 | 2 | -37/+32 | |
|\ | ||||||
| * | refactor(files_sharing): Add Storage parameter strong types | provokateurin | 2024-10-07 | 2 | -37/+32 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 3 | -5/+5 | |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | feat(files_sharing): Make `ShareController` download route use the DAV ↵ | Ferdinand Thiessen | 2024-09-28 | 1 | -91/+24 | |
| | | | | | | `ZipFolderPlugin` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files_sharing): Fix all IStorage return types | provokateurin | 2024-09-26 | 2 | -67/+30 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix(files_sharing): Check if propfind response is valid before accessing ↵fix/files_sharing/ocm-permissions | provokateurin | 2024-09-26 | 1 | -0/+4 | |
| | | | | | | share permission props Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | refactor(files_sharing): Make permissions prop checks less error prone | provokateurin | 2024-09-26 | 1 | -6/+9 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix(files_sharing): Parse OCM share permissions from OCM and not OCS prop | provokateurin | 2024-09-26 | 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 | 1 | -4/+4 | |
|\ | | | | | Add rector config | |||||
| * | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 1 | -4/+4 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | chore(files): Remove legacy style files | Ferdinand Thiessen | 2024-09-20 | 1 | -1/+0 | |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore: Remove deprecated `Share_Helper::generateTarget` `$exclude` parameterchore/add-deprecation-date | Ferdinand Thiessen | 2024-09-20 | 2 | -13/+4 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(federation): Do not overwrite certificate bundlefix/federation-certificate-store | Julius Härtl | 2024-09-20 | 1 | -14/+17 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 13 | -19/+22 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix: add sharding compatible version of share reminder jobshare-reminder-sharding | Robin Appelman | 2024-09-19 | 1 | -12/+101 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fix: fix share reminder job for oracleoracle-share-reminder | Robin Appelman | 2024-09-18 | 1 | -2/+2 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | refactor: move to new activity exceptionrefactor/move-to-new-activity-exception | Anna Larch | 2024-09-17 | 1 | -2/+3 | |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | |||||
* | fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritance | provokateurin | 2024-09-17 | 2 | -21/+0 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | fix(Storage): Document getOwner() can return false | provokateurin | 2024-09-17 | 2 | -2/+2 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | chore: Fix psalm issues, put back private versions of getter in private ↵ | Côme Chilliet | 2024-09-16 | 1 | -0/+1 | |
| | | | | | | Storage interface Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix: Fix other uses of removed Storage interface | Côme Chilliet | 2024-09-16 | 1 | -3/+4 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix: Handle null checks with the ?? operatorrefactor/elvis | Christoph Wurst | 2024-09-15 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | refactor: Use the elvis operator | Christoph Wurst | 2024-09-15 | 1 | -1/+1 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Merge pull request #47339 from nextcloud/fix/leave-share-instead-of-delete | John Molakvoæ | 2024-09-11 | 2 | -0/+23 | |
|\ | | | | | fix: Display 'Leave share' instead of 'Delete' | |||||
| * | fix(files_sharing): adjust permissions from custom edit and delete check methods | skjnldsv | 2024-09-11 | 1 | -0/+17 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
| * | fix: Display 'Leave share' instead of 'Delete' | Marcel Klehr | 2024-09-06 | 2 | -0/+6 | |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | |||||
* | | fix(INotification): Restrict rich object parameters type | provokateurin | 2024-09-10 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | Merge pull request #47841 from nextcloud/fix/files-sharing-openfile | Jonas | 2024-09-09 | 1 | -0/+1 | |
|\ \ | | | | | | | fix(files_sharing): Open single-file-share by default | |||||
| * | | fix(files_sharing): Open single-file-share by default | Ferdinand Thiessen | 2024-09-09 | 1 | -0/+1 | |
| |/ | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* / | chore(files_sharing): Add migration attribute for `share.reminder_sent` column | Ferdinand Thiessen | 2024-09-06 | 1 | -0/+7 | |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files_sharing): Handle download permission the same way for public and ↵ | Ferdinand Thiessen | 2024-09-06 | 1 | -0/+5 | |
| | | | | | | internal shares Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(files): Do not allow copy action on public shares without `create` ↵ | Ferdinand Thiessen | 2024-09-06 | 1 | -0/+1 | |
| | | | | | | permission Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | feat(files_sharing): Migrate public share to use Vue files list | Ferdinand Thiessen | 2024-09-06 | 1 | -170/+133 | |
| | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -1/+1 | |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | |||||
* | Merge pull request #47412 from Luka-sama/feat/shares-reminder | John Molakvoæ | 2024-09-03 | 2 | -0/+254 | |
|\ | ||||||
| * | fix(files_sharing): Add check for null | Stefan Cherniakov | 2024-09-03 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Stefan Cherniakov <luka-sama@pm.me> | |||||
| * | fix(files_sharing): Add missing check for null & use bool instead of int for ↵ | Stefan Cherniakov | 2024-09-03 | 1 | -1/+3 | |
| | | | | | | | | | | | | reminder_sent field Signed-off-by: Stefan Cherniakov <luka-sama@pm.me> | |||||
| * | fix(files_sharing): Make share reminders more stable & fix issues | Stefan Cherniakov | 2024-09-03 | 1 | -133/+85 | |
| | | | | | | | | Signed-off-by: Stefan Cherniakov <luka-sama@pm.me> | |||||
| * | feat(files_sharing): reminder for link shares with expiration date | Stefan Cherniakov | 2024-09-03 | 2 | -0/+297 | |
| | | | | | | | | Signed-off-by: Stefan Cherniakov <luka-sama@pm.me> | |||||
* | | refactor(IMenuAction): Make public menu actions use the new Vue UI | Ferdinand Thiessen | 2024-09-03 | 1 | -6/+2 | |
|/ | | | | | | | | This removes custom rendering code an replaces it with the declarative menu actions. Also adjust the template to allow the Vue UI to mount. Custom entries still are possible. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Merge pull request #47551 from nextcloud/fix/files_sharing/share-nullable-label | Joas Schilling | 2024-08-29 | 1 | -1/+1 | |
|\ | | | | | fix(files_sharing): Make share labels nullable | |||||
| * | fix(files_sharing): Make share labels nullable | provokateurin | 2024-08-27 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | chore: Apply php:cs recommendations | Louis Chemineau | 2024-08-28 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | fix: implement sharding compatible cleanup for various bits | Robin Appelman | 2024-08-28 | 1 | -0/+41 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |