https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
5a54235 Bump version in version.php (#41116) 21 November 2023, 15:20:20 UTC
323b912 add missing changelog entry for docu updates. 17 November 2023, 18:32:10 UTC
8912599 bump version.php and changelog for 10.13.3-rc.2 17 November 2023, 18:04:02 UTC
9657de9 docs: Kerberos config sample update (#41109) * Merge pull request #41104 from owncloud/update_config_apps_sample docs: add missing WND Kerberos settings to config.apps.sample * Merge pull request #41106 from owncloud/wnd_fix_for_config_apps_sample docs: clarify missing wnd config parameter --------- Co-authored-by: Martin <github@diemattels.at> 17 November 2023, 16:53:12 UTC
8dc5c66 fix: user can only delete own external storage (#41092) 17 November 2023, 15:20:55 UTC
73960cd Merge pull request #41059 from owncloud/revert_41014 Revert "Don't mount shares with failed underlying storages" 17 November 2023, 15:20:45 UTC
b523ac5 Merge pull request #41051 from owncloud/preview_cleanup_fix_postgres3 Fix problem with postgresql complaining about a wrong cast 17 November 2023, 15:20:45 UTC
18104d8 bump final version 09 October 2023, 20:20:03 UTC
cb1cd6f Non verbose preview cleanup (#41031) * retry https://github.com/owncloud/core/pull/41030 * whitespace jogging 09 October 2023, 17:47:26 UTC
ce64779 fix: update ca-bundle.crt (#41025) 09 October 2023, 12:18:23 UTC
a5039f1 Don't mount shares with failed underlying storages (#41014) * Don't mount shares with failed underlying storages * Add and adjust unit tests * Add changelog entry 06 October 2023, 14:05:30 UTC
408eaa8 prepare rc 1 05 October 2023, 18:59:45 UTC
98ff8af Automated changelog update [skip ci] 05 October 2023, 10:49:58 UTC
0988a27 Upgrading symfony/string (v5.4.26 => v5.4.29) (#41012) * Upgrading symfony/string (v5.4.26 => v5.4.29) * changelog for symfony/string 5.4.29 05 October 2023, 10:46:53 UTC
9e73025 Automated changelog update [skip ci] 05 October 2023, 10:26:22 UTC
cb284aa Merge pull request #40983 from owncloud/dependabot/composer/apps/files_external/3rdparty/google/apiclient-2.15.1 Bump google/apiclient from 2.15.0 to 2.15.1 in /apps/files_external/3rdparty 05 October 2023, 10:23:37 UTC
608a36b Update google/apiclient-services to 0.318.0 05 October 2023, 09:18:49 UTC
6b039a4 Changelog for google/apiclient 2.15.1 05 October 2023, 09:06:34 UTC
3ee0dde Commit code for apiclient 2.15.1 05 October 2023, 09:04:44 UTC
371f384 Bump google/apiclient in /apps/files_external/3rdparty Bumps [google/apiclient](https://github.com/googleapis/google-api-php-client) from 2.15.0 to 2.15.1. - [Release notes](https://github.com/googleapis/google-api-php-client/releases) - [Changelog](https://github.com/googleapis/google-api-php-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-api-php-client/compare/v2.15.0...v2.15.1) --- updated-dependencies: - dependency-name: google/apiclient dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 05 October 2023, 09:04:44 UTC
c084bb3 Merge pull request #41010 from owncloud/config_apps_sample_for_kerberos Add Kerberos to config.apps.sample 05 October 2023, 08:49:10 UTC
dd7a107 config_apps_sample_for_kerberos 05 October 2023, 08:12:13 UTC
2efeeef Automated changelog update [skip ci] 04 October 2023, 20:10:33 UTC
5a50203 Bump phpseclib/phpseclib from 3.0.21 to 3.0.23 (#40986) * Bump phpseclib/phpseclib from 3.0.21 to 3.0.23 Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 3.0.21 to 3.0.23. - [Release notes](https://github.com/phpseclib/phpseclib/releases) - [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md) - [Commits](https://github.com/phpseclib/phpseclib/compare/3.0.21...3.0.23) --- updated-dependencies: - dependency-name: phpseclib/phpseclib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Changelog for phpseclib 3.0.23 * suppress phan warnings about undeclared method withHash --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Phil Davis <phil@jankaritech.com> 04 October 2023, 20:04:53 UTC
57ff258 Merge pull request #41006 from owncloud/chore/add-missing-ext-composer chore: add various php extensions to composer.json 03 October 2023, 06:37:09 UTC
baa7002 Merge pull request #41007 from owncloud/fix/getHeader-return-null fix: IRequest::getHeader() can return null which needs to be checked 03 October 2023, 06:25:33 UTC
6402eb8 [tx] updated from transifex 03 October 2023, 05:10:36 UTC
dd9e6f4 Merge pull request #41008 from owncloud/chore/static-loginAsUser fix: use static TestCase::loginAsUser 03 October 2023, 02:47:47 UTC
91bae61 Merge pull request #41005 from owncloud/chore/central-php-version-check chore: use a central code location to check PHP version 03 October 2023, 01:29:14 UTC
7a97f29 Adjust comment about PHP version 02 October 2023, 22:58:18 UTC
b2db658 fix: use static TestCase::loginAsUser 02 October 2023, 15:28:15 UTC
5e335ae chore: use a central code location to check PHP version 02 October 2023, 15:05:19 UTC
0d86fd9 fix: IRequest::getHeader() can return null which needs to be checked 02 October 2023, 14:56:48 UTC
b4deef4 chore: add various php extensions to composer.json 02 October 2023, 14:40:48 UTC
fcafbcf [tx] updated from transifex 02 October 2023, 04:43:06 UTC
30388f5 Merge pull request #41003 from owncloud/chore/stop-usage-dynamic-properties chore: no dynamic properties 29 September 2023, 06:56:34 UTC
453c7e3 Merge pull request #41002 from owncloud/chore/use-laravel-serializable-closure chore: use laravel/serializable-closure instead of opis/closure 29 September 2023, 04:34:21 UTC
0708aa7 Merge pull request #41001 from owncloud/chore/static-test-helpers chore: use self::invokePrivate, self::loginAsUser, self::logout and s… 29 September 2023, 04:32:35 UTC
5ae6b7b Adjust class properties in acceptance test code 28 September 2023, 22:06:22 UTC
570a6c7 chore: no dynamic properties 28 September 2023, 18:34:14 UTC
f61c844 chore: use self::invokePrivate, self::loginAsUser, self::logout and self::getUniqueID 28 September 2023, 16:13:14 UTC
0a59da0 chore: use laravel/serializable-closure instead of opis/closure 28 September 2023, 16:04:08 UTC
722b822 chore: drop APCIterator as apc is long dead + require ext-apcu (#41000) 28 September 2023, 14:33:45 UTC
2b11ae7 Merge pull request #40999 from owncloud/tests/skip-test-40974 [tests-only] Skip cleanup shared files preview test on recently released oc10 versions 28 September 2023, 10:27:53 UTC
3ca2351 skip cleanup shared files preview test on recently released oc10 version 28 September 2023, 08:25:16 UTC
f3534f5 Automated changelog update [skip ci] 27 September 2023, 14:42:16 UTC
8b68054 Improve query to cleanup the previews (#40974) * Improve query to cleanup the previews * Hardcode md5 and add filter by fileid * Fix cast for mysql and oracle * Fix issue with identifiers * Rise limit to 500 * Adjust acceptance tests * Add changelog entry 27 September 2023, 14:36:48 UTC
56c157f [tests-only][full-ci] skip tag add on recent release ocV10 versions (#40998) * add skip tag * Make skip tags more specific --------- Co-authored-by: Phil Davis <phil@jankaritech.com> 27 September 2023, 07:33:13 UTC
4398edb Skip changed repair step test on recently released oC10 versions (#40997) 27 September 2023, 06:45:14 UTC
c5e96d0 Automated changelog update [skip ci] 26 September 2023, 11:30:19 UTC
bda6b69 Remove FillETags repair-step. (#40996) * Remove FillETags repair-step. * Fix test * changelog 26 September 2023, 11:27:08 UTC
d5ad3e8 [tx] updated from transifex 26 September 2023, 00:19:06 UTC
6db7657 Merge pull request #40995 from owncloud/chore/php-string-variable-curly-braces fix: drop usage of ${} 25 September 2023, 23:33:58 UTC
653d479 fix: drop usage of ${} 25 September 2023, 14:13:39 UTC
71df8e0 Automated changelog update [skip ci] 25 September 2023, 13:55:26 UTC
94f73da Remove regexp from PreviewManager list (#40990) * remove regexp from PreviewManager list suggested fix for https://github.com/owncloud/files_mediaviewer/issues/914 * revert TTF change * revert TTF change * add changelog --------- Co-authored-by: Pasquale Tripodi <ptripodi@owncloud.com> 25 September 2023, 13:53:34 UTC
285d8a8 Automated changelog update [skip ci] 25 September 2023, 11:56:55 UTC
500c505 Allow subadmins to read app config values (#40961) * Allow subadmins to read app config values * Adjust test for Users page settings for subadmin * Adjust test step grammar * Add changelog entry * Add unit tests --------- Co-authored-by: Phil Davis <phil@jankaritech.com> 25 September 2023, 11:54:39 UTC
28f19ce [tx] updated from transifex 24 September 2023, 00:16:43 UTC
a9dcc1d Automated changelog update [skip ci] 22 September 2023, 18:39:31 UTC
40c888b Check for existence of creation time when running migrations (#40991) * check for existence of creation time * correct variable name * add changelog 22 September 2023, 18:36:41 UTC
0971c8c re-add an 'empty' changelog/unreleased folder. (#40992) 22 September 2023, 15:16:24 UTC
78dcd07 Merge pull request #40988 from owncloud/dependabot/composer/phpunit/phpunit-9.6.13 Bump phpunit/phpunit from 9.6.11 to 9.6.13 20 September 2023, 12:45:23 UTC
862392e Bump phpunit/phpunit from 9.6.11 to 9.6.13 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.11 to 9.6.13. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.13/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.11...9.6.13) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 20 September 2023, 11:59:49 UTC
9fe4c08 fix: delete all files from object store when user is deleted (#40959) 19 September 2023, 14:44:56 UTC
98bb0dd [tx] updated from transifex 18 September 2023, 00:17:06 UTC
c4e742a Merge pull request #40980 from owncloud/mmattel-patch-1 Update config.apps.sample.php: add new wopi.proxy.key 13 September 2023, 11:45:32 UTC
b5a3b6c Update config.apps.sample.php: add new wopi.proxy.key References: https://github.com/owncloud/docs-server/pull/1122 (Note about min 32 bytes, add new wopi.proxy.key) Usually, we should have done this change here first and then do a `config-to-docs` run and backport to the relevant doc branches... 13 September 2023, 11:33:07 UTC
ae0a3e5 [tx] updated from transifex 12 September 2023, 03:53:37 UTC
3d10f88 [tx] updated from transifex 12 September 2023, 00:17:16 UTC
6e05b2e Automated changelog update [skip ci] 11 September 2023, 10:36:05 UTC
930a72a Merge back Release 10.13.1 (#40975) * prepare 10.13.1 branched from master, - taking 5 small well understood easily testable fixes (for php8 forward compatibility) - but before https://github.com/owncloud/core/pull/40961 gets merged to master. * Improve images (#40963) * Revamped the onlyoffice.png in gimp: cleaner and smaller PNG, ugly checkerboard background removed. (It was actually a 200k jpeg) Replaced wopi.png with the logo found at github.com/OfficeDev/PnP-WOPI (it was a copy of the onlyoffic jpeg) * added transparent round corners to the new icons. drawio.png and richdocuments.png already have transparency. * fix: disallow pre-signed url access if the signing key is not initialized * bump Changelog * bump version.php for final * prepare merge back. * prepare merge back, using 10.13.2 prealpha ... --------- Co-authored-by: Juergen Weigert <jnweiger@gmail.com> Co-authored-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> 11 September 2023, 10:31:16 UTC
f321f14 [tx] updated from transifex 10 September 2023, 00:18:59 UTC
2cd6c5d [tx] updated from transifex 08 September 2023, 00:19:02 UTC
78fbe50 Automated changelog update [skip ci] 06 September 2023, 12:16:48 UTC
baa9a64 Use app config to disable background jobs and prevent them from running (#40969) * Use app config to disable background jobs and prevent them from running * Add changelog entry 06 September 2023, 12:14:09 UTC
b675038 Merge pull request #40972 from owncloud/fix/tests-scenarios-structure [tests-only] fix the line syntax 05 September 2023, 08:35:11 UTC
0d9ae36 Automated changelog update [skip ci] 05 September 2023, 07:07:33 UTC
118a4e8 fix: disallow pre-signed url access if the signing key is not initialized (#40962) 05 September 2023, 07:00:14 UTC
8d18c7c fix the synatx/order of the test steps 05 September 2023, 06:48:01 UTC
c1306b4 fix the line syntax 05 September 2023, 06:26:31 UTC
ff48e35 Merge pull request #40970 from owncloud/dependabot/composer/composer/semver-3.4.0 Bump composer/semver from 3.3.2 to 3.4.0 05 September 2023, 04:30:05 UTC
7db87f0 Bump composer/semver from 3.3.2 to 3.4.0 Bumps [composer/semver](https://github.com/composer/semver) from 3.3.2 to 3.4.0. - [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.2...3.4.0) --- updated-dependencies: - dependency-name: composer/semver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 04 September 2023, 22:08:09 UTC
586d741 Automated changelog update [skip ci] 31 August 2023, 08:11:36 UTC
3136795 Merge pull request #40960 from owncloud/symfony-polyfill-20230831 Bump symfony/polyfill to 1.28.0 31 August 2023, 08:09:04 UTC
1423f7d Bump symfony/polyfill to 1.28.0 31 August 2023, 06:46:31 UTC
2b25893 Automated changelog update [skip ci] 30 August 2023, 15:42:43 UTC
88ec2c9 Merge pull request #40955 from owncloud/fix/app-registry-icons fix: no external icon urls in app registry 30 August 2023, 15:40:19 UTC
70d9b2d Automated changelog update [skip ci] 30 August 2023, 15:37:36 UTC
af0852c fix: properly convert file id with instance postfix to pure id (#40958) 30 August 2023, 15:34:39 UTC
95d7e80 Automated changelog update [skip ci] 30 August 2023, 11:35:32 UTC
64e8799 Merge pull request #40923 from owncloud/dependabot/composer/apps/files_external/3rdparty/icewind/smb-3.6.0 Bump icewind/smb from 3.5.4 to 3.6.0 in /apps/files_external/3rdparty 30 August 2023, 11:33:14 UTC
b752dc9 changelog and files for icewind/smb 3.6.0 30 August 2023, 10:48:27 UTC
e44073e Bump icewind/smb from 3.5.4 to 3.6.0 in /apps/files_external/3rdparty Bumps [icewind/smb](https://github.com/icewind1991/SMB) from 3.5.4 to 3.6.0. - [Release notes](https://github.com/icewind1991/SMB/releases) - [Commits](https://github.com/icewind1991/SMB/compare/v3.5.4...v3.6.0) --- updated-dependencies: - dependency-name: icewind/smb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 30 August 2023, 10:39:40 UTC
38fd3e3 Merge pull request #40942 from owncloud/bump-to-10.3.1-alpha Bump version to 10.13.1 prealpha 30 August 2023, 10:30:16 UTC
6bf7652 [tx] updated from transifex 30 August 2023, 01:26:01 UTC
373ef59 fix: no external icon urls in app registry 29 August 2023, 10:23:08 UTC
71e0ebe [tx] updated from transifex 29 August 2023, 00:59:26 UTC
646f274 Automated changelog update [skip ci] 28 August 2023, 14:55:01 UTC
f5e9fbc Merge pull request #40945 from owncloud/fix-usort-calls Fix usort callback functions to return integers 28 August 2023, 14:50:36 UTC
back to top