https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
1b5f5ff An intentional change in acceptance tests to trigger ci Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com> 30 March 2022, 05:51:06 UTC
e285879 [tx] updated from transifex 30 March 2022, 00:55:36 UTC
848088e [tx] updated from transifex 29 March 2022, 00:57:58 UTC
ac0b3cd Merge pull request #39919 from owncloud/improveThenStepInApiWebdavLocks2 [tests-only][full-ci] Improve Then step in apiWebdavLocks2 suite 28 March 2022, 08:16:55 UTC
58956d7 Improve Then step in suite apiWebdavLocks2 27 March 2022, 10:21:21 UTC
1887585 Automated changelog update [skip ci] 26 March 2022, 20:39:48 UTC
1edbe32 Merge pull request #39926 from owncloud/dependabot/npm_and_yarn/build/minimist-1.2.6 Bump minimist from 1.2.5 to 1.2.6 in /build 26 March 2022, 20:26:36 UTC
4a0b2d5 Changelog for minimist 1.2.6 26 March 2022, 11:42:44 UTC
6d58ca6 Bump minimist from 1.2.5 to 1.2.6 in /build Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 26 March 2022, 08:19:36 UTC
df1a1eb Merge pull request #39921 from owncloud/improve-then-steps-in-apiTags [tests-only][full-ci]Improve then steps usages inside acceptance tests suite `apiTags` 25 March 2022, 08:18:27 UTC
3622f39 Merge pull request #39920 from owncloud/improveThenStepInApiWebdavLock3 [tests-only][full-ci]Improve Then step in apiWebdavLocks3 suite 25 March 2022, 08:17:35 UTC
702643a Improved then step to suite apiTags 25 March 2022, 03:23:10 UTC
83a216d [tx] updated from transifex 25 March 2022, 01:22:17 UTC
57e93e6 Improve Then step in suite apiWebdavLocks3 24 March 2022, 09:39:24 UTC
10e77dd Merge pull request #39917 from owncloud/adjust-tests-for-39347 [tests-only] Adjust tests for issue-39347 24 March 2022, 03:17:51 UTC
4fc6a2e [tx] updated from transifex 24 March 2022, 01:39:59 UTC
0854dad Adjust tests for issue-39347 24 March 2022, 00:11:14 UTC
87d2f9a Merge pull request #39914 from rhafer/ldapfixes [tests-only] Smaller fixes for LDAP based tests on oCIS 23 March 2022, 12:03:34 UTC
5e5c1be Always add mail attribute to LDAP users when testing with ocis 23 March 2022, 10:35:42 UTC
487b43b Fix ou assignemnt in LDAP tests The OUs for group where mixed up. This went unnoticed since the reva configuration was using the top of the LDAP tree as the search base for users and groups. 23 March 2022, 10:35:42 UTC
8fc353d Merge pull request #39910 from owncloud/adjust-ldap-test-code [tests-only] Make deleteLdapUsersAndGroups backward-compatible for oC10 user_ldap testing 23 March 2022, 07:28:16 UTC
61e1b67 Make deleteLdapUsersAndGroups backward-compatible for oC10 user_ldap testing 23 March 2022, 06:28:18 UTC
80cca97 Merge pull request #39909 from owncloud/fix-ldapAdminPassword [tests-only] Fix ldapAdminPassword in tests 23 March 2022, 05:42:15 UTC
eaa1178 Fix ldapAdminPassword in tests 23 March 2022, 04:53:06 UTC
dca13d6 Merge pull request #39908 from owncloud/fix_userkey_encryption_share Fix sharing with user-key encryption 22 March 2022, 21:11:58 UTC
21aaa37 Fix sharing with user-key encryption 22 March 2022, 16:16:34 UTC
5b738df Automated changelog update [skip ci] 22 March 2022, 10:51:01 UTC
c102153 Merge pull request #39907 from owncloud/align-close Align "close" for messages 22 March 2022, 10:47:56 UTC
39a13b1 Align "close" for messages Add changelog 22 March 2022, 09:53:08 UTC
b3a47d2 Merge pull request #39893 from rhafer/ldapsettings [tests-only] Make LDAP based test config more flexible for being able to run with libregraph/idm default config 22 March 2022, 08:57:18 UTC
369f0d8 Allow to switch Group Schema for LDAP Groups This allows to switch between different types of LDAP Groups. The default behaviour (REVA_LDAP_GROUP_SCHEMA="rfc2307") is to use the "posixGroup" objectclass with "memberUID" attribute. Any other value for REVA_LDAP_GROUP_SCHEMA will switch the behaviour to objectclass "groupOfNames" and the "member" Attribute. 22 March 2022, 08:11:04 UTC
30f8dbb Allow to override user and groups ou via env 22 March 2022, 08:11:04 UTC
cd03936 LDAP: clean up user creation The objectclasses "person", "organizationalPerson" and "top" are valid for all setups (alternatively they could be left out as they are implicitly added via inheritance) When testing against oCIS alway add the "owncloud" objectclass and the "owncloudUUID" attribute independent of the parallel deployment setting. 22 March 2022, 08:11:04 UTC
ad903d0 Allow to skip base LDIF import In order to be a bit more flexible when testing against libregraph-idm introduce the new variable REVA_LDAP_SKIP_LDIF_IMPORT to allow to skip the import of the base LDIF file that creates the ou objects for users and groups (these objects are already present in such a setup). This also means that when removing users and groups after each test we cannot rely on recursivly removing the ou object about explicitly delete every user/group. 22 March 2022, 08:11:04 UTC
5537d8b Explicitly set "uid" Attribute on LDAP users This is merely a cosmetic change and the attribute is already used as the naming attribute in the users's DN (thus set implicitly). This is just making things explicit and visible. 22 March 2022, 08:11:04 UTC
c6777c9 Allow to override LDAP SSL usage and Bind Password via env This introduces two new env setttings: REVA_LDAP_USESSL and REVA_LDAP_BIND_PASSWORD. Set REVA_LDAP_USESSL to true to be able to force the usage of LDAPS even when not running on the standard port (636). REVA_LDAP_BIND_PASSWORD can be used to override the LDAP bind password. The purpose of this change is to be able to test against exiting LDAP servers and the embeded libregraph-idm that is deployed be the default configuration in ocis. 22 March 2022, 08:11:04 UTC
d170df2 Avoid hardcoded LDAP attributes The "ou" values for Test Users and Groups and the baseDN are defined via config. Remove the hardcoded references to "dc=owncloud,dc=com" and "ou=TestUsers/Groups" from the code. 22 March 2022, 08:11:04 UTC
e4a2dd9 Merge pull request #39905 from owncloud/dependabot/composer/composer/semver-3.3.1 Bump composer/semver from 3.3.0 to 3.3.1 22 March 2022, 04:35:34 UTC
80b9fd5 [tx] updated from transifex 22 March 2022, 01:06:05 UTC
f08ce0a Bump composer/semver from 3.3.0 to 3.3.1 Bumps [composer/semver](https://github.com/composer/semver) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/composer/semver/releases) - [Changelog](https://github.com/composer/semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/composer/semver/compare/3.3.0...3.3.1) --- updated-dependencies: - dependency-name: composer/semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 21 March 2022, 22:09:15 UTC
3eec684 Merge pull request #39902 from owncloud/run-all-cliExternalStorage-in-ci [tests-only] [full-ci] Run all cliExternalStorage tests in CI 21 March 2022, 10:06:02 UTC
8c33e47 Fix filesExternalWebdavOwncloud.feature test scenarois 21 March 2022, 06:50:08 UTC
de1343b Run all cliExternalStorage tests in CI 21 March 2022, 04:40:37 UTC
df4207e Automated changelog update [skip ci] 21 March 2022, 03:54:25 UTC
48c8ca3 Merge pull request #39900 from owncloud/filedrop-enhancement Improve FileDrop view 21 March 2022, 03:50:13 UTC
1bc0e97 [tx] updated from transifex 21 March 2022, 01:38:12 UTC
2f02c9a [tx] updated from transifex 20 March 2022, 01:35:52 UTC
df433be Improve FileDrop view Add changelog entry Fix CSS style Giving the <ul> a border top and bottom instead of having an <hr> Add original content from PublicUploadView.js Don't hide the logo on small resolutions Update changelog Background color was added to the list of files instead of dotted lines Update changelog Adjust the padding inside the dropzone Change gradient style 19 March 2022, 02:18:25 UTC
be3f5ca [tx] updated from transifex 19 March 2022, 01:40:15 UTC
9ad3696 [tx] updated from transifex 18 March 2022, 00:55:17 UTC
c1ae2f4 Merge pull request #39896 from owncloud/improve-createLocalStorageMount-test-code [tests-only] [full-ci] Improve createLocalStorageMount test code 17 March 2022, 13:16:04 UTC
827e987 Fix githubComment in drone CI 17 March 2022, 12:25:49 UTC
66a4991 Improve createLocalStorageMount test code 17 March 2022, 10:52:01 UTC
4dadf81 Merge pull request #39886 from owncloud/webui-versions-author-tests [tests-only][full-ci] Added WebUI tests for checking version author 16 March 2022, 12:36:36 UTC
52eb9fe Merge pull request #39892 from owncloud/encryption_remotesharing_partial_revert Keep the previous behavior for remote shares with encryption 16 March 2022, 11:23:25 UTC
22985c0 added webui tests for checking version author 16 March 2022, 11:22:45 UTC
eb2b236 Keep the previous behavior for remote shares with encryption 16 March 2022, 09:22:18 UTC
a0a2435 Merge pull request #39890 from owncloud/phpunit-9.5.19 [tests-only] Bump phpunit to 9.5.19 16 March 2022, 08:29:21 UTC
1b2a02f Bump phpunit to 9.5.19 16 March 2022, 05:52:11 UTC
e921ceb Merge pull request #39887 from owncloud/run-files_external-api-tests [tests-only] [full-ci] Run files_external acceptance tests in CI 16 March 2022, 03:58:37 UTC
5e04f7d [tx] updated from transifex 16 March 2022, 01:36:14 UTC
1d6cdca Provide PseudoAdminForRevaTest 16 March 2022, 00:42:18 UTC
7bca029 Fixup duplicate steps in filesExternalWebdavOwncloud.feature 15 March 2022, 22:55:33 UTC
a6a8a70 Run files_external acceptance tests in CI 15 March 2022, 10:13:07 UTC
2bd368c Automated changelog update [skip ci] 15 March 2022, 08:40:49 UTC
116c261 [full-ci] Allow disabling the files_external app (#39856) * Allow disabling the files_external app * Remove dependencies to the files_external app * Enable files_external for phpstan in drone * Sort out acceptance tests related to files_external * Fix more acceptance test pipelines * sort out more files_external CI settings * Adjust some tests to assume files_external won't be enabled * Fix tests * Fix test when the files_external app is disabled * Add changelog item Co-authored-by: Phil Davis <phil@jankaritech.com> 15 March 2022, 08:38:02 UTC
607ffce Automated changelog update [skip ci] 15 March 2022, 08:29:29 UTC
545ea9d Merge pull request #39851 from owncloud/product-in-version Add product to version in capabilities response 15 March 2022, 08:26:21 UTC
32755a0 [tx] updated from transifex 15 March 2022, 01:09:24 UTC
da8b711 Automated changelog update [skip ci] 14 March 2022, 11:25:35 UTC
be620bb Merge pull request #39873 from owncloud/fix-issue-39868 throw ShareNotFound when share id is not an integer 14 March 2022, 11:22:24 UTC
8705f94 throw ShareNotFound when share id is not an integer 13 March 2022, 00:06:43 UTC
054e280 Merge pull request #39860 from owncloud/update-drone-star-file [CI] Updated drone.star file to match latest changes 11 March 2022, 10:30:50 UTC
eac64e2 Updated drone star file 11 March 2022, 09:21:33 UTC
a293d13 Merge pull request #39869 from owncloud/add-notToImplementOnOcis-tag [tests-only] added a @notToImplementOnOcis tag in apiProvisioningV2 suite 11 March 2022, 08:58:39 UTC
637baac changed the HTTP status code 11 March 2022, 07:42:06 UTC
2f182c3 Merge pull request #39866 from owncloud/bump-pgsql-10.20 [tests-only] [full-ci] Bump postgres to 10.20 in tests 11 March 2022, 07:28:00 UTC
6132a65 added a @notToImplementOnOcis tag in apiProvisioningV2 suite 11 March 2022, 07:20:08 UTC
124475d [tests-only][full-ci]Add then step to suites apiSharePublicLink(1 and 2) (#39853) * Improved then step to suite apiSharePublicLink1 * Improved then step to suite apiSharePublicLink2 * Apply suggestions from code review of 39853 Co-authored-by: Phil Davis <phil@jankaritech.com> 11 March 2022, 04:33:52 UTC
669b13f Merge pull request #39849 from owncloud/improve-then-steps-in-apiWebdavLocks [tests-only] [full-ci] Added Then steps to improve checks in tests for apiWebdavLocks suite 10 March 2022, 11:41:24 UTC
c825a42 Bump postgres to 10.20 in tests 10 March 2022, 11:20:49 UTC
d52466f Merge pull request #39850 from owncloud/then-steps-in-apiProvisioningGroups-v2 [tests-only][full-ci]added then steps for apiProvisioningGroups-v2 suite 10 March 2022, 06:13:33 UTC
465a073 Added Then steps to improve checks in tests for apiWebdavLocks suite 10 March 2022, 04:38:20 UTC
22bb1aa added then steps for apiProvisioningGroups-v2 suite 10 March 2022, 04:29:10 UTC
986d520 Merge pull request #39840 from owncloud/then-steps-in-apiProvisioningGroups-v1 [tests-only][full-ci]added then steps for apiProvisioningGroups-v1 suite 10 March 2022, 04:20:44 UTC
9353b9b Automated changelog update [skip ci] 10 March 2022, 04:17:14 UTC
221bce4 Merge pull request #39859 from owncloud/php-dependencies-20220310 Bump dbal and laminas-validator PHP dependencies 10 March 2022, 04:14:17 UTC
6e3d626 Bump dbal and laminas-validator PHP dependencies 10 March 2022, 02:22:15 UTC
e16ba94 Automated changelog update [skip ci] 09 March 2022, 11:13:52 UTC
9d53485 Merge pull request #39855 from owncloud/symfony-1.25.0 Bump symfony/polyfill to v1.25.0 09 March 2022, 11:11:08 UTC
f679146 Add checks for valid major-minor-micro in capabilities version response 09 March 2022, 10:34:00 UTC
dd2e7cc Add test for basic version data in capabilities 09 March 2022, 08:17:05 UTC
42cfc17 Add 'product' to capabilites and status - tests 09 March 2022, 06:48:30 UTC
f7062a2 Add product to status info 09 March 2022, 06:45:02 UTC
d9424f3 Add product to version in capabilities response This has been introduced by oCIS recently to announce oCIS with a proper product name. The web ui (as just another API client) defaults to "ownCloud" if the property is not set. With this enhancement we show the product name for ownCloud Server as well so that clients don't have to guess a sane default. 09 March 2022, 06:45:02 UTC
61c4240 Bump symfony/polyfill to v1.25.0 08 March 2022, 12:17:56 UTC
60efd5c Merge pull request #39845 from owncloud/improve-then-steps-in-apiWebdavPreviews [tests-only] [full-ci] Added Then steps to improve checks in tests for apiWebdavPreviews suite 08 March 2022, 12:04:02 UTC
f46e74b Automated changelog update [skip ci] 08 March 2022, 11:56:54 UTC
ab2cacb Merge pull request #39841 from owncloud/external_storage_passwod Avoid sending passwords in the API 08 March 2022, 11:54:05 UTC
d2001b7 Merge pull request #39854 from owncloud/dependabot/composer/phpunit/phpunit-9.5.17 Bump phpunit/phpunit from 9.5.16 to 9.5.17 08 March 2022, 11:15:50 UTC
back to top