Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: run rectorrector-phpunit10 | Robin Appelman | 2025-07-01 | 1 | -45/+31 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore: apply new CSFixer rules | Ferdinand Thiessen | 2025-07-01 | 1 | -0/+1 |
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php | ||||
* | chore: run rector on tests with new rulerector-tests | Robin Appelman | 2025-06-12 | 1 | -4/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore: run rector on tests | Robin Appelman | 2025-06-12 | 1 | -27/+34 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(tests): Remove calls to removed getMountProviderCollection from tests | Côme Chilliet | 2025-05-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(tests): Disable encryption wrapper when it makes sense | Côme Chilliet | 2025-05-13 | 1 | -0/+14 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(tests): Remove Encryption disabling in ViewTest to avoid side effects | Côme Chilliet | 2025-05-13 | 1 | -10/+6 |
| | | | | | | Adapt tests a bit to make them pass with Encryption wrapper registered Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(tests): Unregister encryption modules in ViewTest to avoid side effects | Côme Chilliet | 2025-05-13 | 1 | -0/+6 |
| | | | | | | It was clearing the hooks with the same results before Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | test: Finish migrating tests/Core/ to PHPUnit 10 compatible codetest/noid/more-phpunit-10 | Joas Schilling | 2025-05-02 | 1 | -57/+65 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: Replace all usages of OC_User backend method calls by IUserManagerfix/cleanup-user-backends | Côme Chilliet | 2025-04-10 | 1 | -2/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: improve checks for moving shares/storages into other mounts | Robin Appelman | 2025-01-03 | 1 | -9/+42 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | test(View): Copy preserves content | Louis Chemineau | 2024-12-03 | 1 | -0/+8 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | fix(files): Correctly copy the cache information on copy operations | Louis Chemineau | 2024-12-03 | 1 | -0/+1 |
| | | | | | | Needed to copy the `encrypted` flag of encrypted files when those files are two level down in a moved folder. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | refactor(Storage): Make all parameter types strong types | provokateurin | 2024-10-07 | 1 | -6/+6 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | test: Fix IStorage return types | provokateurin | 2024-09-26 | 1 | -7/+41 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(tests): Pause trashbin for lock tests in ViewTest using rmdir and unlinkcleanup/event/trashbin | Côme Chilliet | 2024-09-24 | 1 | -1/+16 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(tests): Fix test to remove call to non-existing constructorfix/move-storage-constructor-to-specific-interface | Côme Chilliet | 2024-09-23 | 1 | -1/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 1 | -81/+81 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix(files): Check if the target path is a descendant of the shared folder path | Git'Fellow | 2024-09-05 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: fix tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: add tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: tests | ||||
* | Merge pull request #47417 from nextcloud/fix/files/create-mountpoint-parents | Kate | 2024-09-04 | 1 | -0/+31 |
|\ | |||||
| * | fix(files): Create non-existent parents of mountpoints | provokateurin | 2024-08-22 | 1 | -0/+31 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -7/+7 |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 1 | -4/+4 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | Merge pull request #40131 from summersab/refactor/OC-Server-getShareManager | John Molakvoæ | 2024-03-15 | 1 | -1/+2 |
|\ | |||||
| * | Merge branch 'master' into refactor/OC-Server-getShareManager | John Molakvoæ | 2024-03-15 | 1 | -5/+4 |
| |\ | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | | Refactor `OC\Server::getShareManager` | Andrew Summers | 2023-08-29 | 1 | -3/+4 |
| | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | | | Refactor `OC\Server::getLockingProvider` | Andrew Summers | 2024-03-15 | 1 | -3/+3 |
| |/ |/| | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -2/+2 |
| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | Merge pull request #39863 from nextcloud/sharing-mask-wrapper | Robin Appelman | 2023-09-04 | 1 | -2/+3 |
|\ \ | | | | | | | move share permission logic to storage wrapper | ||||
| * | | cleanup di for share permissions wrapper | Robin Appelman | 2023-08-16 | 1 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Fix sharing creation insert and get | John Molakvoæ (skjnldsv) | 2023-09-02 | 1 | -2/+0 |
| |/ |/| | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | only determine quota_include_external_storage once for quota wrapper | Robin Appelman | 2023-08-18 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix setting static property in tests on PHP 8.3 | Côme Chilliet | 2023-08-14 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Remove unused method getLocalFolder | Côme Chilliet | 2023-04-03 | 1 | -1/+0 |
| | | | | | | It’s not used and not in any OCP interface/class. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Tidy up typing in OC\Files\View | Côme Chilliet | 2023-04-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #36566 from nextcloud/mount-find-by-numeric-id | Julius Härtl | 2023-02-08 | 1 | -0/+3 |
|\ | |||||
| * | fix tests | Robin Appelman | 2023-02-07 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix filesize return type error in ViewTest | Côme Chilliet | 2023-02-07 | 1 | -4/+16 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | add test for trying to fopen a file which no longer exists on disk | Robin Appelman | 2022-09-29 | 1 | -0/+19 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Move CappedMemoryCache to OCP | Carl Schwan | 2022-07-14 | 1 | -1/+1 |
| | | | | | | | | This is an helpful helper that should be used in more place than just server and this is already the case with groupfodlers, deck, user_oidc and more using it, so let's make it public Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Remove some more at matchers in tests/lib | Côme Chilliet | 2022-06-20 | 1 | -34/+21 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | adjust tests to new fs setup | Robin Appelman | 2022-03-04 | 1 | -4/+12 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix PHP deprecation warning in File/ViewTest | Côme Chilliet | 2021-12-16 | 1 | -1/+4 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Properly handle result when copying with failure and throw in tests | Julius Härtl | 2021-01-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix writeStream mocking | Julius Härtl | 2021-01-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Replace static call to Share::unshare with ShareManager->deleteShare in tests | Morris Jobke | 2020-11-30 | 1 | -1/+3 |
| | | | | | | And then cleanup all the code that is dead then... Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵ | Morris Jobke | 2020-08-12 | 1 | -13/+13 |
| | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | use exceptions for error signaling in writeStream | Robin Appelman | 2020-07-23 | 1 | -1/+0 |
| | | | | | | this remove the ambiguity when writing zero length files Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | rollback cache rename if trashbin move fails | Robin Appelman | 2020-07-23 | 1 | -7/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |