nextcloud/build/integration/features/bootstrap
Daniel Calviño Sánchez 5f6d25347e test: Add integration tests to get collaborators without sharebymail app
The "sharebymail" app is enabled by default, so it needs to be enabled
once the scenario ends as other scenarios could expect that the app is
enabled. To solve that now a special step is added that records the
enabled state of the given app and restores it once the scenario ends.

This step only restores the state of already installed apps. If an app
is installed during the test it will not be neither disabled nor
uninstalled after the test ends. Therefore, at least for now, it is
necessary to explicitly call the step to record the app to be restored,
rather than automatically keeping track of the changes in the enabled
state of the apps during the scenario.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-11-12 21:08:25 +01:00
..
Activity.php fix(tests): Sort activities by id to get the last one 2025-03-27 12:20:35 +01:00
AppConfiguration.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
Auth.php feat(login): add origin check at login 2024-12-05 09:51:53 +01:00
Avatar.php fix(core): Stop abusing the cache for avatar upload 2025-09-26 19:36:34 +02:00
BasicStructure.php fix: Fix theming for disabled accounts 2025-07-11 02:54:16 +02:00
CalDavContext.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
CapabilitiesContext.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
CardDavContext.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
ChecksumsContext.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
CollaborationContext.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
CommandLine.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
CommandLineContext.php fix(files): Always transfer incoming shares when doing ownership transfer to prevent broken reshares 2025-07-01 13:08:13 +02:00
CommentsContext.php fix(dav): Public WebDAV endpoint should allow GET requests 2024-10-09 17:10:52 +02:00
ContactsMenu.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
ConversionsContext.php chore: add file conversion integration tests 2025-01-16 18:55:44 +01:00
DavFeatureContext.php fix(dav): Public WebDAV endpoint should allow GET requests 2024-10-09 17:10:52 +02:00
Download.php fix(dav): Public WebDAV endpoint should allow GET requests 2024-10-09 17:10:52 +02:00
ExternalStorage.php test(ExternalStorage): Send basic auth during integrations tests 2024-11-28 11:12:29 +01:00
FakeSMTPHelper.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
FeatureContext.php fix(provisioning_api): Correct limit for editUser 2025-02-06 15:46:15 +01:00
FederationContext.php chore(federation): cleanup SettingsController and legacy AddServerMiddleware 2025-01-09 15:39:01 +01:00
FilesDropContext.php chore(integration): add file request tests 2024-07-19 07:35:51 +02:00
LDAPContext.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
Mail.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
MetadataContext.php feat: Support deleting metadata from WebDAV 2025-03-04 13:12:20 +00:00
PrincipalPropertySearchContext.php test(dav): add integration test for principal property search 2025-06-17 20:02:30 +02:00
Provisioning.php test: Add integration tests to get collaborators without sharebymail app 2025-11-12 21:08:25 +01:00
RateLimitingContext.php test: enable rate limiting for ratelimiting.feature 2025-04-15 08:58:17 +00:00
RemoteContext.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
Search.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
SetupContext.php chore: Add SPDX header 2024-05-10 11:07:50 +02:00
ShareesContext.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
Sharing.php test: Add integration tests for getting user and mail collaborators 2025-11-12 20:53:05 +01:00
SharingContext.php feat: Add context and test steps for activity in sharing 2025-03-27 12:20:22 +01:00
TagsContext.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
TalkContext.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
Theming.php fix: Fix theming for disabled accounts 2025-07-11 02:54:16 +02:00
Trashbin.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
WebDav.php fix(dav): Public WebDAV endpoint should allow GET requests 2024-10-09 17:10:52 +02:00