https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
7f5a9d8 Set version to 10.1.0 beta 20 December 2018, 20:19:46 UTC
57186ab Merge pull request #33957 from owncloud/stable10-lock-leak-fix [stable10] Fix persistent lock retrieval by path 20 December 2018, 20:16:15 UTC
d3b09b4 Merge pull request #33958 from owncloud/stable10-changelog-pre-beta [stable10] Update changelog for 10.1 beta 20 December 2018, 20:08:51 UTC
60bd49e Update changelog for 10.1 beta 20 December 2018, 19:44:04 UTC
d393a5d Fix persistent lock retrieval by path Fix query to make it strictly search in the given storage.. Fix query to prevent LIKE bleeding into unrelated folders (trailing slash issue). Added enforcement of Depth 0 or -1 as per RFC 4918 Section 9.10.3. Added many more unit tests to test the query from different angles, making sure that locks from parent and child paths are returned when the correct conditions are met and also not returned when not met. Reenable matching acceptance test 20 December 2018, 19:23:41 UTC
931294c Merge pull request #33951 from owncloud/stable10-webdav-locking-frontend [stable10] Webdav locking frontend 20 December 2018, 17:42:26 UTC
8fd4027 Merge pull request #33955 from owncloud/add-capability-public-name-stable10 [stable10] Backport of Add new capability string for public share 20 December 2018, 17:06:59 UTC
cb5bd0d Install testing app when running webUIWebdavLocks 20 December 2018, 17:05:17 UTC
0759187 [stable10] Backport of Add new capability string for public share The default name for the public share is Public link. And this needs to be reflected in the files_sharing capabilites. This change introduces name defaultPublicLinkShareName for this. Signed-off-by: Sujith H <sharidasan@owncloud.com> 20 December 2018, 16:10:05 UTC
3205e38 Acceptance tests for webdav locking frontend 20 December 2018, 15:14:48 UTC
f823ffb Improve locks tab + add JS tests Improve lock tab view code. Add tests for lock messages in file list Added tests for the lock notification messages when performing move, rename or delete. Add JS tests for file locking plugin Fixed XML parsing code to work with PhantomJS and potentially others by using more standard functions. Added filter to remove text nodes in case of paddings in the XML. Add missing translation. Don't show lock icon if lock array is empty Don't display sidebar lock tab when no locks set Properly trigger change event for activeLocks Adjust locked error message for upload 20 December 2018, 15:14:48 UTC
dff991b Handle persistent locks in files app UI Handle http 423 on file operations Show lock status to file list in its own sidebar tab 20 December 2018, 15:14:48 UTC
4567048 Merge pull request #33544 from owncloud/stable10-filelist-upload-newdav [stable10] Use new DAV endpoint in web UI file list and upload 20 December 2018, 15:13:20 UTC
aca1407 Merge pull request #33954 from owncloud/stable10-33953-e9231ba [stable10] Small config sample fixes 20 December 2018, 15:01:48 UTC
1115592 Switch web UI to new DAV endpoint for any operations 20 December 2018, 14:29:34 UTC
8b513d9 Use new DAV endpoint for single file uploads 20 December 2018, 14:29:34 UTC
a095585 [stable10] Small config sample fixes 20 December 2018, 14:24:30 UTC
81f9a77 Merge pull request #33950 from owncloud/stable10-adjust-waitTillXpathIsVisible-calls [stable10] Adjust waitTillXpathIsVisible calls 20 December 2018, 13:05:47 UTC
95cddaf Merge pull request #33947 from owncloud/stable10-8ba58e70999ab6619afc0215beb293af0aecced5 [stable10] Fix up grammar mistake in console output 20 December 2018, 11:57:10 UTC
c6cc013 Adjust waitTillXpathIsVisible calls 20 December 2018, 11:33:31 UTC
58685d4 [stable10] Fix up grammar mistake in console output 20 December 2018, 10:02:38 UTC
14a5e20 Merge pull request #33945 from owncloud/stable10-expand-occ-user-reset-password-email-validation [stable10] Expand occ user reset password email validation 20 December 2018, 09:44:53 UTC
b65ae59 Merge pull request #33944 from owncloud/stable10-fix-phpwarning-testhelper-unittest [stable10] Fix php warning on webdav helper test regarding using InvalidArgument… 20 December 2018, 09:25:23 UTC
c3fe283 Improve the email validation in ResetPassword::hasValidEmailAddress I refactored the existing email address validation, which only tests if the email address is a null or an empty string, to use Zend\Validator\EmailAddress. By doing so, the email address can be tested far more exhaustively than it is, currently. 20 December 2018, 08:50:29 UTC
a2603e8 Add zend-validator support zend-validator provides a well written and tested library for validation. I specifically added it so that I could perform better email address validation in ResetPasswordTest::hasValidEmailAddress. 20 December 2018, 08:48:13 UTC
f75eb58 Improve email address validation when calling occ user:resetpassword Previously, when calling occ user:resetpassword --send-email, if the email address was null, then an error would be shown on the console, but not if the password was empty. So this commit extends the email address validation to show the error if the email address is null or empty. 20 December 2018, 08:41:49 UTC
033c48a Fix php warning on webdav helper test regarding using InvalidArgumentException 20 December 2018, 08:29:27 UTC
fc312d8 Merge pull request #33942 from owncloud/stable10-database-allowed-set-CI-env [stable10] Provide database access on CI checking for `CI` variables 20 December 2018, 07:23:33 UTC
17e38be Merge pull request #33940 from owncloud/stable10-bump-php_codesniffer-3.3.2-3.4.0 [stable10] Bump squizlabs/php_codesniffer 3.3.2=>3.4.0 20 December 2018, 07:23:07 UTC
142f825 Provide database access on CI checking for `CI` variables 20 December 2018, 06:31:08 UTC
f153c2a Bump squizlabs/php_codesniffer 3.3.2=>3.4.0 20 December 2018, 05:36:26 UTC
239b719 Merge pull request #33930 from owncloud/stable10-calculate-BEHAT_FEATURES_DIR [stable10] Calculate the proper location of the tests/acceptance/features dir 18 December 2018, 18:03:20 UTC
6a44352 Add INSTALL_TESTING-APP to encryption test jobs that are stable10-only 18 December 2018, 17:29:09 UTC
c359e45 phpunit tests also need to INSTALL_TESTING-APP 18 December 2018, 16:56:44 UTC
2e66626 Install testing app in a separate drone step 18 December 2018, 16:45:44 UTC
9b7f630 Calculate the proper location of the tests/acceptance/features dir 18 December 2018, 16:42:35 UTC
46e3e49 Merge pull request #33926 from owncloud/stable10-f371a61ffb27ecb3042cc4b70b876436bcf5e7de [stable10] Add X-Request-ID to header Access-Control-Allow-Headers 18 December 2018, 15:49:18 UTC
1575b28 Merge pull request #33754 from owncloud/dependabot/npm_and_yarn/build/stable10/lodash-4.17.11 [Security] Bump lodash from 4.17.4 to 4.17.11 in /build 18 December 2018, 14:58:59 UTC
d83e796 Merge pull request #33920 from owncloud/dependabot/composer/stable10/zendframework/zend-inputfilter-2.9.0 Bump zendframework/zend-inputfilter from 2.8.2 to 2.9.0 18 December 2018, 14:58:19 UTC
211aa7c Merge pull request #33922 from owncloud/dependabot/composer/stable10/phpseclib/phpseclib-2.0.13 Bump phpseclib/phpseclib from 2.0.12 to 2.0.13 18 December 2018, 14:55:20 UTC
762ed95 Merge pull request #33928 from owncloud/stable10-changelog-post-sprint-14 [stable10] Update changelog post sprint 14 18 December 2018, 12:06:10 UTC
2ca6c13 Update changelog post sprint 14 18 December 2018, 10:58:42 UTC
30a405c [stable10] Add missing ext-json 18 December 2018, 06:22:13 UTC
e1cce5b [stable10] Add X-Request-ID to header Access-Control-Allow-Headers 18 December 2018, 06:20:54 UTC
593b7ba Bump phpseclib/phpseclib from 2.0.12 to 2.0.13 Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 2.0.12 to 2.0.13. - [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/2.0.12...2.0.13) Signed-off-by: dependabot[bot] <support@dependabot.com> 17 December 2018, 22:18:50 UTC
e1c40fa Bump zendframework/zend-inputfilter from 2.8.2 to 2.9.0 Bumps [zendframework/zend-inputfilter](https://github.com/zendframework/zend-inputfilter) from 2.8.2 to 2.9.0. - [Release notes](https://github.com/zendframework/zend-inputfilter/releases) - [Changelog](https://github.com/zendframework/zend-inputfilter/blob/master/CHANGELOG.md) - [Commits](https://github.com/zendframework/zend-inputfilter/compare/release-2.8.2...release-2.9.0) Signed-off-by: dependabot[bot] <support@dependabot.com> 17 December 2018, 22:14:36 UTC
517d88b Merge pull request #33916 from owncloud/stable10-upload-profile-picture-test [Stable10] Add webUI acceptance tests for checking upload profile picture feature 17 December 2018, 14:29:23 UTC
b5d372c Add test for checking upload profile picture feature 17 December 2018, 11:03:58 UTC
454f126 Merge pull request #33912 from owncloud/stable10-phil-davis-patch-2 [stable10] Correction to default apps folder in config.sample.php 17 December 2018, 10:14:46 UTC
8211e97 Merge pull request #33911 from owncloud/stable10-fix-unittest-travis-env [stable10] Run unittest that needs db in drone also 17 December 2018, 10:00:04 UTC
e20941e Correction to default apps folder in config.sample.php The default folder for appps is called ``apps`` 17 December 2018, 09:19:23 UTC
6d07e30 Run unittest that needs db in drone also 17 December 2018, 09:16:26 UTC
7104701 Merge pull request #33899 from owncloud/stable10-improve-upload-all-mechanisims [stable10] fix uploads file with all mechanisms related tests 16 December 2018, 03:56:22 UTC
0def3dd fix uploads file with all mechanisms related tests 16 December 2018, 02:43:35 UTC
2feb2aa Merge pull request #33896 from owncloud/stable10-backport-apps-list-tests [stable10] Relax AppsListTest::testCommandInput - necessary to pass update testing 15 December 2018, 01:33:49 UTC
57d0a3e Relax AppsListTest::testCommandInput - necessary to pass update testing 14 December 2018, 17:06:57 UTC
28da3de Merge pull request #33893 from owncloud/add-new-mimetypes-stable10 [stable10] Backport of Add mime types for sharedlib and executable 14 December 2018, 14:21:06 UTC
72398f1 [stable10] Backport of Add mime types for sharedlib and executable Add mime types for application/x-sharedlib and application/x-executable Signed-off-by: Sujith H <sharidasan@owncloud.com> 14 December 2018, 13:00:56 UTC
7707500 Merge pull request #33892 from owncloud/stable10-test-profile-pic [Stable10]Add webUI acceptance tests for checking set and delete profile pic (avatar) 14 December 2018, 11:34:50 UTC
deedc42 Merge pull request #33866 from owncloud/stable10-webUI-test-excludeGroup-reshare [stable10] web ui test exclude group reshare 14 December 2018, 10:52:10 UTC
953eba9 Add webUI acceptance tests for checking set and delete profile pic (avatar) 14 December 2018, 10:45:43 UTC
a2da4d6 Add tests for to check reshare behaviour inside blacklisted from sharing group 14 December 2018, 09:50:18 UTC
6242731 Merge pull request #33640 from owncloud/fix_500_on_chunked_upload_into_ro_share [stable10] Fix 500 when uploading in to share without write/edit permissions 13 December 2018, 16:40:08 UTC
b57cd7d [Security] Bump lodash from 4.17.4 to 4.17.11 in /build Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.11. **This update includes security fixes.** - [Release notes](https://github.com/lodash/lodash/releases) - [Changelog](https://github.com/lodash/lodash/blob/master/CHANGELOG) - [Commits](https://github.com/lodash/lodash/compare/4.17.4...4.17.11) Signed-off-by: dependabot[bot] <support@dependabot.com> 13 December 2018, 15:55:39 UTC
8a6a905 Merge pull request #33887 from owncloud/stable10-yarn-lock [stable10] Check in yarn.lock 13 December 2018, 15:53:06 UTC
4e62f7e Check in yarn.lock 13 December 2018, 15:00:15 UTC
56c19bb Merge pull request #33861 from owncloud/stable10-fix-33819 [stable10] Bypass apps blocking for daily/git channel 13 December 2018, 14:56:34 UTC
12e3363 fix invalid test step (cherry picked from commit 58552d0b91acc5f822a11beb30fe47809d00f308) 13 December 2018, 14:42:08 UTC
b81a013 Add Unit-Test (cherry picked from commit fd20ff273de307c24c1db7554080dba9476a5be0) 13 December 2018, 13:42:08 UTC
ac9b0c7 Fix 500 when uploading in to share without write/edit permissions #33416 (cherry picked from commit 854df2631974917bdf2495fda74780c0ee83ad76) 13 December 2018, 13:41:33 UTC
dcd0dc6 Merge pull request #33879 from owncloud/public-link64char-issue-stable10 [stable10] Backport of Use 'Public link' instead of file name in the … 13 December 2018, 13:40:34 UTC
5fc3b87 Merge pull request #33876 from owncloud/stable10-unittest-test-helpers [stable10] Unittest test helpers 13 December 2018, 12:15:49 UTC
527c611 [stable10] Backport of Use 'Public link' instead of file name in the dialog Use 'Public link' instead of file name while creating public links. The dialog window opens up with 'Public link' for the first link for the file, 'Public link (2)' for second link of file and so on. Signed-off-by: Sujith H <sharidasan@owncloud.com> 13 December 2018, 11:36:37 UTC
6612e53 Merge pull request #33859 from owncloud/stable10-fix-versions-performance [stable10] do not iterate over all storages when you only need a single node anyway 13 December 2018, 11:18:12 UTC
8b4b4d5 Merge pull request #33874 from owncloud/stable10-productNameInLoginContext [stable10] [acceptance tests] do not use deprecated function 13 December 2018, 10:07:08 UTC
1cc3547 Test WebDavTestHelper 13 December 2018, 10:05:57 UTC
92b5c08 Test helpers command DeleteHelper 13 December 2018, 10:05:46 UTC
3a3155a do not use deprecated function 13 December 2018, 09:17:29 UTC
59dacae Increase test coverage, including meta version nodes Added more tests for meta node collection Add tests for comments activity listener Add activity listener test for system tags Add test coverage for files' ActivityHelper Test for legacy shares in fed share provider 12 December 2018, 15:54:49 UTC
0510f13 do not iterate over all storages when you only need a single node anyway Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> 12 December 2018, 15:45:57 UTC
fb2f604 Merge pull request #33870 from owncloud/stable10-33860-08d7347 [stable10] config sample asciidoc fixes 12 December 2018, 14:03:13 UTC
4ab443c stable10-33860-08d7347 12 December 2018, 13:21:54 UTC
a6a2a0b Merge pull request #33864 from owncloud/systemtag-listener-work-stable10 [stable10] Backport of Update activity listener for static tags 12 December 2018, 11:37:56 UTC
b9d1c13 [stable10] Backport of Update activity listener for static tags Update activity listener for static tags Signed-off-by: Sujith H <sharidasan@owncloud.com> 12 December 2018, 05:42:08 UTC
1fa3d91 Merge pull request #33849 from owncloud/stable10-cbb4bd9005dc89cae63f231736b99dd3b0f7addd [stable10] Add sharing scope to enable addressbook sharing with custo… 11 December 2018, 15:54:24 UTC
d71d7d5 Bypass apps blocking for daily/git channel 11 December 2018, 15:30:30 UTC
15815e0 Merge pull request #33858 from owncloud/stable10-moveUploadWithAllMechanisms [stable10] move uploadWithAllMechanisms to helper 11 December 2018, 11:50:25 UTC
b016d51 Merge pull request #33857 from owncloud/stable10-webUI-files_external-delete [stable10] web ui files external delete 11 December 2018, 11:43:37 UTC
d003a71 move uploadWithAllMechanisms to helper 11 December 2018, 11:03:22 UTC
51eda1d webUI files_external delete mount 11 December 2018, 11:00:43 UTC
f22c86c Merge pull request #33855 from owncloud/stable10-webUI-files-external [stable10] web ui files external 11 December 2018, 11:00:10 UTC
9f25420 webUI-test-externalStorage 11 December 2018, 10:13:10 UTC
51f7ca7 Merge pull request #33852 from owncloud/stable10-fixFavoriteSnakeOil [stable10] fix favorites acceptance tests 11 December 2018, 06:33:04 UTC
8fa7531 move favorites related steps to own context 11 December 2018, 05:31:47 UTC
7c86629 skip known-to-fail-tests 11 December 2018, 05:31:39 UTC
34fb157 fix favorites tests 11 December 2018, 05:31:33 UTC
da4ff96 [stable10] Add sharing scope to enable addressbook sharing with customgroups 10 December 2018, 21:44:26 UTC
6b566f3 Merge pull request #33843 from owncloud/stable10-lock-owner-paren [stable10] Use parenthesis for lock owner 10 December 2018, 12:53:57 UTC
aab9d41 Use parenthesis for lock owner Bypasses Sabre serializer issue with lock owner 10 December 2018, 11:24:35 UTC
2dece36 Merge pull request #33841 from owncloud/stable10-headers-in-chunked-upload [Stable10] Add option to pass headers in chunked upload 10 December 2018, 10:18:53 UTC
back to top