https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
f47ca0b Bump final 10.12.0 version in version.php 13 March 2023, 15:09:32 UTC
9f7ccb2 prepare 10.12.0 RC3 08 March 2023, 18:52:03 UTC
caa8f64 Merge pull request #40676 from owncloud/to-too-much removing double to 07 March 2023, 23:28:30 UTC
a6d8de5 removing double to 07 March 2023, 15:10:39 UTC
27f7f61 Make sender display name in mail notifications configurable (#40671) * [tx] updated from transifex * [tx] updated from transifex * make getFrom configurable * fix style * Adjust unit tests for MailNotificationsTest * add changelog * Document remove_sender_display_name system setting * Add unit test cases for when remove_sender_display_name is set to true --------- Co-authored-by: ownClouders <devops@owncloud.com> Co-authored-by: Phil Davis <phil@jankaritech.com> 07 March 2023, 13:53:33 UTC
5b21b64 Merge pull request #40674 from owncloud/fix-core-40665-10.12 revert logic to expose free_space, but keep availableStorage config 07 March 2023, 13:16:06 UTC
815fa39 revert logic to expose free_space, but keep availableStorage config 07 March 2023, 08:32:17 UTC
03f0f45 Merge pull request #40667 from owncloud/ocm-via-sciencemesh-for-10.12 Ocm via sciencemesh for 10.12 06 March 2023, 11:50:45 UTC
5e27ff5 Add test for the new feature 06 March 2023, 10:45:58 UTC
abd90d3 Merge pull request #40668 from owncloud/phpseclib-3.0.19 Upgrading phpseclib/phpseclib (3.0.18 => 3.0.19) 06 March 2023, 08:46:08 UTC
c03bdde changelog for phpseclib 3.0.19 06 March 2023, 06:18:33 UTC
84a491c Upgrading phpseclib/phpseclib (3.0.18 => 3.0.19) 06 March 2023, 06:14:19 UTC
3532bcd Merge pull request #40666 from owncloud/revert-htaccess Revert .htaccess change 05 March 2023, 04:12:32 UTC
48c056a Whitespace change to re-trigger CI Signed-off-by: Michiel de Jong <michiel@unhosted.org> 04 March 2023, 01:54:43 UTC
0665f13 improve changelog entry Signed-off-by: Michiel de Jong <michiel@unhosted.org> 04 March 2023, 01:54:43 UTC
e31279f Improve changelog entry Signed-off-by: Michiel de Jong <michiel@unhosted.org> 04 March 2023, 01:54:43 UTC
dc75100 Get plugin from \OC::$server->query() 04 March 2023, 01:54:43 UTC
d47c1d4 OCM via ScienceMesh Signed-off-by: Michiel de Jong <michiel@unhosted.org> 04 March 2023, 01:54:43 UTC
ef3f7a8 Revert .htaccess change 04 March 2023, 01:50:10 UTC
fb39c82 fix link in changelog. 03 March 2023, 23:10:30 UTC
c0ef0f8 Fix issue if no version has been created yet (#40661) 02 March 2023, 10:10:43 UTC
e237aaa Allow stream wrappers not to provide the underlying stream (#40659) This is mainly for streams that don't wrap another one, or use a stream not provided by the native fopen function such as smbclient_open 28 February 2023, 10:44:35 UTC
61a8c68 Merge branch 'master' into release-10.12.0 28 February 2023, 08:26:38 UTC
55c7ac6 [tx] updated from transifex 28 February 2023, 03:54:13 UTC
c0fa77d Merge pull request #40658 from owncloud/dependabot/composer/phpunit/phpunit-9.6.4 Bump phpunit/phpunit from 9.6.3 to 9.6.4 28 February 2023, 02:57:47 UTC
3191d1e update translations 28 February 2023, 02:09:04 UTC
59c6abc Merge branch 'master' into release-10.12.0 28 February 2023, 02:06:11 UTC
b1318dd [tx] updated from transifex 28 February 2023, 00:26:50 UTC
36f039b Bump phpunit/phpunit from 9.6.3 to 9.6.4 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.3 to 9.6.4. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.3...9.6.4) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 27 February 2023, 22:58:20 UTC
d60c7d0 prepare 10.12 25 February 2023, 09:56:20 UTC
65e8e13 Automated changelog update [skip ci] 25 February 2023, 02:10:04 UTC
2b2476c Merge pull request #40643 from owncloud/jw-flatten-public-upload-e5489 Flatten folder structure from drag & drop for public file upload 25 February 2023, 02:07:59 UTC
310f49a Update PublicUploadViewSpec.js Provide test dummy for setTargetFolder() 25 February 2023, 01:18:01 UTC
586f675 Prevent upload of empty folder Exploiting a sanity check in the uploader is not a fine way to stop an upload, but the API of the beforeadd callback is rather limited. Tested with single empty folder, multiple empty folders, empty folder in subfolder and deep hierarchies of hundreds of folders and files. 25 February 2023, 01:13:56 UTC
c5c6359 Changlog entry added. 24 February 2023, 13:19:03 UTC
777e5d2 Automated changelog update [skip ci] 24 February 2023, 10:36:54 UTC
531f1a5 [full-ci] Prevent creation of empty files/folders for accounts having no available quota (#40567) * Prevent creation of empty files/folders for accounts having no available quota * Add changelog * Adjust changelog * Adjust changelog title * Convert free space to int * Convert quota free space to int * Revert free space to int and add comment * Adjust comments * Return 507 and add acceptance tests * Fix acceptance tests * Add and adjust tests for zero quota remaining * createDirectory check for home storage and createFile check removal * add check for empty files in QuotaPlugin * fix coding standard * Adjust zero-quota test * Adjust zero-quota external-storage test * Add skip on old oC10 tags to new and changed scenarios * Hanld both chunking and empty file in QuotaPlugin checkQuota * Adjust QuotaPlgin.php for review comments * Make sure availableSpace is an int * Revert "Adjust zero-quota external-storage test" This reverts commit f56d4c91301eaa5de63bb0786b5d1da91c89705b. * [WIP] Allow creation if we try to create the chunk-dir. * Fix Style * added condition for chunk dir * Remove not-needed skip tags in external-storage.feature * remove condition for chunk dir and add check in ChunkLocationProvider * fix style * adjust unit test * adjust unit test * adjust unit test * fix style * adjust unit test * Remove number of calls assertion decouples test from implementation details * fix test * fix getMountsForUser * fix getMountsForUser * fix getMountsForUser * fix getMountsForUser * adjust ChunkLocationProvider * fix style --------- Co-authored-by: Phil Davis <phil@jankaritech.com> Co-authored-by: Ilja Neumann <node512@gmail.com> 24 February 2023, 10:33:15 UTC
80aceac Automated changelog update [skip ci] 24 February 2023, 08:04:24 UTC
67199b1 Merge pull request #40654 from owncloud/changelog-for-40652 Add changelog for PR 40652 24 February 2023, 08:01:39 UTC
2b8a759 Add changelog for PR 40652 24 February 2023, 04:40:03 UTC
567d57f [tx] updated from transifex 24 February 2023, 00:51:52 UTC
db623e1 Adjust parameters for guzzle7 (#40652) * Adjust parameters for guzzle7 * Fix unit tests 23 February 2023, 15:53:16 UTC
92f0e7d update ca-bundle.crt for the release (#40653) 23 February 2023, 15:42:40 UTC
5a9a611 Merge pull request #40651 from owncloud/fix-acceptance-test-run-sh [tests-only] Fix command format in tests/acceptance/run.sh 23 February 2023, 06:11:41 UTC
36ff2b1 [tx] updated from transifex 23 February 2023, 00:17:44 UTC
548342c Fix command format in tests/acceptance/run.sh 22 February 2023, 12:14:02 UTC
905730f Automated changelog update [skip ci] 22 February 2023, 11:41:37 UTC
b1f8630 Fix share into share move scenario (#40612) * fix share into share move scenarios * fix style * add changelog 22 February 2023, 11:38:40 UTC
c592649 get ocs code from the provided response (#40650) 22 February 2023, 11:19:14 UTC
502b4c9 Merge pull request #40648 from owncloud/dynamic_selector [tests-only][full-ci]Donot use static xpath for rename tag input 21 February 2023, 11:50:40 UTC
13d0a21 Merge pull request #40645 from owncloud/allow-plain-acceptance-test-output [tests-only] allow plain acceptance test output 21 February 2023, 09:13:22 UTC
1bb3941 Donot use static xpath for rename tag input 21 February 2023, 08:48:50 UTC
cdd50bd Merge pull request #40647 from owncloud/skip_files_version_related_webUI [tests-only][full-ci]Skip `versions` related `webUI` test on old `oc10` versions 21 February 2023, 08:17:00 UTC
e733d7a Skip versions related webUI test on old oc10 versions 21 February 2023, 06:35:10 UTC
512bf69 [tx] updated from transifex 21 February 2023, 00:50:55 UTC
1238ae0 allow plain acceptance test output 20 February 2023, 11:00:37 UTC
9cd6e89 Merge pull request #40644 from owncloud/skip-tests-on-old-oc10-versions [tests-only]Skip tests on old oc10 versions 20 February 2023, 07:01:35 UTC
e8aedd8 Skip tests on old oc10 versions 20 February 2023, 06:11:04 UTC
9b6183a mock a getFile() for 'beforeadd' trigger. 17 February 2023, 23:59:38 UTC
3777d52 Fix https://github.com/owncloud/enterprise/issues/5489 by implementing flattening of folder structure, as agreed. 17 February 2023, 18:19:11 UTC
2ddfbdd [full-ci][tests-only]Try `JSON` response drilling with library (#40619) 17 February 2023, 08:15:39 UTC
03e940f Automated changelog update [skip ci] 16 February 2023, 09:52:52 UTC
1bb1e05 do not unlink destination when copying versions when encryption is enabled (#40641) * do not unlink destination when copying versions when encryption is enabled * add changelog * add unit tests 16 February 2023, 09:48:56 UTC
8c0f4ca Automated changelog update [skip ci] 15 February 2023, 13:45:10 UTC
5a55283 feat: occ user:sync - support abbreviations for backend classes for easier usage (#40640) 15 February 2023, 13:42:41 UTC
5a381c8 [tx] updated from transifex 14 February 2023, 00:30:33 UTC
98ff1e2 Automated changelog update [skip ci] 13 February 2023, 15:24:17 UTC
135869c fix: Remove empty directories from the files_versions (#40499) * Remove empty directories from the files_versions * Add changelog entry * Add unit tests 13 February 2023, 15:19:20 UTC
a5ec58e Automated changelog update [skip ci] 13 February 2023, 13:32:47 UTC
782235a fix: add index on oc_filecache over size, parent and storage to speed… (#40633) * fix: add index on oc_filecache over size, parent and storage to speed up Cache::calculateFolderSize * chore: name the new index + increment patch version to apply the migration 13 February 2023, 13:26:46 UTC
879d229 [tx] updated from transifex 12 February 2023, 00:16:55 UTC
ed63ea8 Merge pull request #40636 from owncloud/fix_config_sample_headline [docs-only] Fix headline in config.sample 11 February 2023, 13:07:55 UTC
ff12c6c Update config/config.sample.php Co-authored-by: Phil Davis <phil@jankaritech.com> 11 February 2023, 12:55:33 UTC
165cd60 Fix spelling 11 February 2023, 12:43:24 UTC
c11a6c6 Fix headline in config.sample 11 February 2023, 12:21:07 UTC
ac1e393 [tx] updated from transifex 11 February 2023, 00:17:30 UTC
deba8e5 Automated changelog update [skip ci] 10 February 2023, 15:18:55 UTC
0efca5e [full-ci] Implement persistent major version workflow (v2) (#40531) * Implement persisent major version workflow for versions * adjust after rebase * rollback to preview current logic and add handling for displaying current version in UI * add dav implementation for exposing current version * cleanup handling for current version * add handling for restored files * add publish workflow * add new config for versions metadata * rebase and linting * phan fixes * add expiry prevention for persistent versions * fix tests * version restore should do copy instead of move * revert logic to expose version restore tag * add warning on disabling the feature * minor version restore fixes * make sure change is backwards compatible * add changelog * fix javascript tests * adjust versioning unit tests * copy should preserve mtime * add tests for version tags * add publish version tests * update changelog * adjust for tests * adjust versioning acceptance tests * review fixes * adjust to new acceptance tests * avoid moving of checkboxes * adjust for reviews * minor fixes --------- Co-authored-by: Jannik Stehle <jannik.stehle@gmail.com> 10 February 2023, 15:16:13 UTC
b7569ed Merge pull request #40632 from roshanlc/remove-ocis-related-code [tests-only][full-ci] Remove remaining ocis related code 10 February 2023, 10:02:07 UTC
9eff1e4 Removed ocis related code 10 February 2023, 08:44:37 UTC
66a9dd4 Merge pull request #40631 from roshanlc/remove-ocis-from-run.sh [tests-only][full-ci] Remove ocis and reva conditional checks from run.sh 10 February 2023, 08:08:01 UTC
21002f0 Merge pull request #40629 from roshanlc/remove-ocis-helper-class [tests-only][full-ci] Remove OcisHelper class and its references 10 February 2023, 08:07:19 UTC
f8a1330 Removed ocis and reva conditional check from run.sh 10 February 2023, 07:12:26 UTC
5568a4b Removed extra stuff and fixed ldap resyning conditional check 10 February 2023, 06:59:35 UTC
70b3b53 Removed OcisHelper class and its references 10 February 2023, 06:48:16 UTC
8629ed3 Merge pull request #40630 from roshanlc/remove-ocis-bug-demo-scenarios [tests-only][full-ci] Remove ocis bug demonstration scenarios and leftover ocis skip tags 10 February 2023, 06:39:56 UTC
efb5660 Removed @skipOnReva tags 10 February 2023, 05:53:21 UTC
631eb49 Removed ocis bug demonstration scenarios and @toFixOnOcis tag 10 February 2023, 05:21:36 UTC
fdb9fb0 Merge pull request #40628 from roshanlc/remove-reva-or-ocis-conditional [tests-only][full-ci] Remove isTestingOnOcisOrReva() method and its references 09 February 2023, 12:19:21 UTC
e5f5b8e Removed remaining references of isTestingOnOcisOrReva() method 09 February 2023, 09:40:06 UTC
244cf7f Removed some references of isTestingOnOcisOrReva() method 09 February 2023, 09:10:04 UTC
487bbe6 Automated changelog update [skip ci] 08 February 2023, 11:29:01 UTC
84db34d fix: Adjust stream chunk size to load big exif metadata (#40600) * Adjust stream chunk size to load big exif metadata * Ensure the exif_load_data is called only with the supported types * Add changelog and fix typo * Add simple test for jpg images * Adjust test 08 February 2023, 11:26:52 UTC
0d73e1f Automated changelog update [skip ci] 08 February 2023, 10:18:28 UTC
29dcfa8 Fix two-factor enable over API (#40617) * fix two-factor enable over API * adjust unit test * chore: add changelog --------- Co-authored-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> 08 February 2023, 10:15:08 UTC
37a19c8 Merge pull request #40625 from roshanlc/remove-reva-and-ocis-conditional [tests-only][full-ci] Remove isTestingOnReva() and isTestingOnOcis() and their references 08 February 2023, 08:28:38 UTC
15bdc3b fixed conditional check when running on core 08 February 2023, 06:55:43 UTC
2e8aea2 Removed isTestingOnOcis() function and it's references 08 February 2023, 05:56:14 UTC
b593dff Removed isTestingOnReva() function and it's references 08 February 2023, 05:56:14 UTC
72c2177 Merge pull request #40627 from roshanlc/add-missing-ldap-tag [tests-only][full-ci] Bring back missing ldap skip tags 08 February 2023, 05:52:38 UTC
back to top