Prajwol Amatya
4543f3af3f
added test to check share-types property by sharer after sharee is deleted
2025-04-09 16:28:44 +05:45
Sawjan Gurung
e9158c9496
Merge pull request #11221 from owncloud/fix/bump-web-commit-hash
...
[full-ci] Update `master` branch - new commit for the `stable-11.0` branch in `web` repo
2025-04-09 16:25:41 +05:45
Deyan Zhekov
3737c5d366
Update drone.env file to use proper commit hash
2025-04-09 11:14:54 +03:00
Deyan Zhekov
e8da34e45d
Rollback the commit hash code
2025-04-09 10:56:38 +03:00
Deyan Zhekov
fa855cdf04
Update drone.env file
...
Using the latest commit hash of branch stable-11.0 from web repository
2025-04-09 10:04:38 +03:00
Pradip Subedi
941f192f79
Merge pull request #11204 from owncloud/test/enable-scenario-line-references
...
[tests-only][full-ci] Remove SEND_SCENARIO_LINE_REFERENCES env
2025-04-08 10:07:40 +05:45
pradip
54e3eec1cf
test: remove SEND_SCENARIO_LINE_REFERENCES env
2025-04-07 17:35:19 +05:45
nirajacharya2
804251eb62
Merge pull request #11188 from owncloud/test/use-mailpit-in-deployment
...
[tests-only][full-ci] Replace inbucket with mailpit in deployment
2025-04-07 12:50:20 +05:45
Prashant Gurung
6bc61ebbca
Merge pull request #11192 from owncloud/test/shared-receivied-ocm
...
[tests-only][full-ci] add test to check in-app notification for share received from federation user
2025-04-07 11:28:01 +05:45
prashant-gurung899
d2bfefc11f
add test to check in-app notification for share received from federation user
...
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2025-04-07 10:28:53 +05:45
Prashant Gurung
9be6fe734c
Merge pull request #10997 from owncloud/test/ocm-share-removed-notifications
...
[tests-only][full-ci] add test to disable in-app notification for share removed event by federated user
2025-04-07 09:44:03 +05:45
ownClouders
83cb2c6f40
[tx] updated from transifex
2025-04-05 00:53:46 +00:00
ownClouders
348957e39d
[tx] updated from transifex
2025-04-04 00:53:54 +00:00
Amrita
3e979d93aa
Merge pull request #11189 from owncloud/listgrant-shares
...
[tests-only][full-ci]Add tests for list grant role related to `share by me` and `share with me`
2025-04-03 18:38:33 +05:45
amrita
ea06924165
add tests for list grant share by me and share with me
2025-04-03 17:47:23 +05:45
Amrita
92ed184cb3
Merge pull request #11182 from owncloud/update-list-grant-role-for-shared-resource
...
[tests-only][full-ci]Add tests for updating list grant related shares permission
2025-04-03 16:15:59 +05:45
Prajwol Amatya
a6c4452f61
Merge pull request #11195 from owncloud/test/shareNg-8510
...
[tests-only][full-ci] add test to check oc:shareid on propfind response on the sharejail root
2025-04-03 15:39:23 +05:45
amrita
e9f4d3870b
add tests for updating shares permission
2025-04-03 14:18:25 +05:45
Prajwol Amatya
00d56361a5
add test to check oc:shareid on propfind response on the sharejail root
2025-04-03 13:08:05 +05:45
pradip
bf4f12ec52
test: remove and replace trace of inbucket with mailpit
2025-04-03 12:56:04 +05:45
Prajwol Amatya
c05a26a280
Merge pull request #11193 from owncloud/test/shareNg-8355
...
[tests-only][full-ci] add test coverage for sharer listing link share of project space
2025-04-03 11:56:45 +05:45
Sawjan Gurung
fd7cbeb3be
Merge pull request #11198 from owncloud/fix/test-handler
...
[full-ci] fix: test, handler flakyness
2025-04-03 11:28:01 +05:45
Sawjan Gurung
2e70d60004
Merge pull request #11197 from owncloud/fix/test-postprocessing
...
[full-ci] fix: test, file postprocessing flakyness
2025-04-03 11:27:31 +05:45
Amrita
565a6c6214
Merge pull request #11181 from owncloud/add-test-forsharing-with-list-grant-role
...
[tests-only][full-ci] Add tests for sharing with list grants roles
2025-04-03 10:53:59 +05:45
Michal Klos
1dba647bb2
Automated changelog update [skip ci]
2025-04-02 14:15:40 +00:00
Michal Klos
fae3d1d80d
fix: app-auth user not found code
...
changelog
fix changelog title
2025-04-02 16:15:00 +02:00
Michal Klos
54847d3dfa
fix: handler config
...
In handler Post: service was started with ocis.ServiceEnvConfigs containing only last env key-value
In test: possible that test was ok when server was started with default config due to timing
2025-04-02 16:13:46 +02:00
Michal Klos
84564e1b9a
fix: test, file postprocessing flakyness
...
The file post processing logic for virus seems correct.
Test seems to have correct expectations.
The reason for random fails can be timing of results propagation.
Test CI output:
Scenario: list all upload sessions that are currently in postprocessing # /drone/src/tests/acceptance/features/cliCommands/uploadSessions.feature:25
Given the following configs have been set: # OcisConfigContext::theConfigHasBeenSetToValue()
| config | value |
| POSTPROCESSING_STEPS | virusscan |
| ANTIVIRUS_INFECTED_FILE_HANDLING | abort |
And user "Alice" has uploaded file "filesForUpload/filesWithVirus/eicar.com" to "/virusFile.txt" # FeatureContext::userHasUploadedAFileTo()
And the config "POSTPROCESSING_DELAY" has been set to "10s" # OcisConfigContext::theConfigHasBeenSetTo()
And user "Alice" has uploaded file with content "uploaded content" to "/file1.txt" # FeatureContext::userHasUploadedAFileWithContentTo()
And user "Alice" has uploaded file with content "uploaded content" to "/file2.txt" # FeatureContext::userHasUploadedAFileWithContentTo()
When the administrator lists all the upload sessions with flag "processing" # CliContext::theAdministratorListsAllTheUploadSessions()
Then the command should be successful # CliContext::theCommandShouldBeSuccessful()
And the CLI response should contain these entries: # CliContext::theCLIResponseShouldContainTheseEntries()
| file1.txt |
| file2.txt |
And the CLI response should not contain these entries: # CliContext::theCLIResponseShouldContainTheseEntries()
| virusFile.txt |
The resource 'virusFile.txt' was found in the response.
Failed asserting that true is not true.
2025-04-02 13:54:50 +02:00
Prajwol Amatya
dec8d2599b
add test coverage for sharer listing link share of project space
2025-04-02 16:20:56 +05:45
prashant-gurung899
d62a142668
test: add test to disable email notification for share removed event by federated user
...
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2025-04-02 15:31:28 +05:45
amrita
c3bc7bd7d6
add tests for sharing with list grants roles
2025-04-02 13:33:36 +05:45
pradip
30b0bb1d5b
test: replace inbucket with mailpit in deployment
2025-04-02 12:08:47 +05:45
Sawjan Gurung
eb70b76835
Merge pull request #11191 from owncloud/fix-linenumber-withoutremote
...
[tests-only][full-ci] adjusting line numbers in expected to fail file
2025-04-02 11:51:54 +05:45
Niraj Acharya
b7f16c9c9b
adjusting line numbers in expected to fail file
2025-04-02 10:32:14 +05:45
ownClouders
29ff1f8bcb
[tx] updated from transifex
2025-04-02 00:54:43 +00:00
Juan Pablo Villafañez
b29dc771f4
Merge pull request #11163 from owncloud/search_prevent_file_indexing
...
feat: include special directories that won't be indexed
2025-04-01 15:32:38 +02:00
Juan Pablo Villafañez
8abc02cabb
Merge pull request #11144 from owncloud/nats_connection_names
...
Nats connection names
2025-04-01 15:27:52 +02:00
Juan Pablo Villafáñez
4e42eabeca
chore: add missing comments
2025-04-01 14:49:08 +02:00
Juan Pablo Villafáñez
c9ba3b969e
fix: distinguish between go-micro and ocis connections to registry
2025-04-01 14:49:08 +02:00
Juan Pablo Villafáñez
f4644a6225
chore: change constant name to camelcase
2025-04-01 14:49:08 +02:00
Juan Pablo Villafáñez
37b064e977
chore: add comments to new functions
2025-04-01 14:49:08 +02:00
Juan Pablo Villafáñez
eb900a6d0e
feat: change the names of the connections to the registry
2025-04-01 14:49:07 +02:00
Juan Pablo Villafáñez
62f5228ca4
feat: use names for connections to the nats event bus
2025-04-01 14:49:07 +02:00
Prashant Gurung
3f4c3bee5f
Merge pull request #11174 from owncloud/test/auth-app-token-user-id-non-existing-user
...
[tests-only][full-ci] add test to create auth-app token with user-id by non-existent user
2025-04-01 17:07:40 +05:45
Michal Klos
01bfb82cbb
Automated changelog update [skip ci]
2025-04-01 10:26:42 +00:00
Michal Klos
420d9e1b50
fix: userlog filter
2025-04-01 12:26:09 +02:00
Michal Klos
ba7987ff5b
fix: ocm share notifications
...
eventsmiddleware OCMCoreShareCreated intercepted in ocis
wip: ocm share removed event
feat: userlog, ocm share handling
feat: formatted user notifications
feat: changelog
feat: resolve username of the sharer
fix: revert event field name change
feat: event config for reva omcore
fix: remove config for request interception
fix: getOCMUser
fix: config cleanup
feat: bump reva version
fix: go vendor
fix: remove unused
2025-04-01 12:26:09 +02:00
kobergj
64abd624a9
Automated changelog update [skip ci]
2025-04-01 09:59:03 +00:00
kobergj
71d707a48e
Merge pull request #11184 from kobergj/BackportStable
...
[full-ci] Backport 7.1 changes
2025-04-01 11:58:31 +02:00
prashant-gurung899
077bf58b56
add test to create auth-app token with user-id by non-existent user
...
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2025-04-01 15:24:42 +05:45