summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26594 from nextcloud/enh/2fa/bootstrapMorris Jobke2021-04-206-8/+92
|\ | | | | Move 2FA registration to IBootstrap
| * Move 2fa backupscode to new registrationRoeland Jago Douma2021-04-203-6/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Move 2FA registration to IBootstrapRoeland Jago Douma2021-04-204-3/+87
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #26652 from nextcloud/bugfix/noid/fix-broken-testMorris Jobke2021-04-201-9/+11
|\ \ | |/ |/| Fix broken Expiration test
| * Fix broken Expiration testJoas Schilling2021-04-201-9/+11
| | | | | | | | | | | | | | | | 15) Warning The data provider specified for OCA\Files_Trashbin\Tests\ExpirationTest::testGetMaxAgeAsTimestamp is invalid. PHPUnit\Util\Exception: Method timestampTestData does not exist Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #26617 from ↵Roeland Jago Douma2021-04-201-2/+2
|\ \ | | | | | | | | | | | | nextcloud/fix/oracle-column-check-unrelated-migrations Do not check Oracle column constraints in unrelated migrations
| * | Do not check Oracle column constraints in unrelated migrationsChristoph Wurst2021-04-191-2/+2
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #26647 from nextcloud/bugfix/noid/empty-filenameRoeland Jago Douma2021-04-201-0/+3
|\ \ \ | | | | | | | | Fail when creating new files with an empty path
| * | | Fail when creating new files with an empty pathJulius Härtl2021-04-201-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #26660 from ↵Roeland Jago Douma2021-04-202-4/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-twofactor-backupcodes-tests Fix twofactor backup code tests
| * | | | Fix twofactor backup code testsJoas Schilling2021-04-202-4/+3
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 16) OCA\TwoFactorBackupCodes\Tests\Unit\Listener\ActivityPublisherTest::testHandleCodesGeneratedEvent Method publish may not return value of type Mock_IEvent_11bf8381, its return declaration is ": void" 17) OCA\TwoFactorBackupCodes\Tests\Unit\Controller\SettingsControllerTest::testCreateCodes Method getBackupCodesState may not return value of type string, its return declaration is ": array" Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #26659 from nextcloud/bugfix/noid/fix-updatenotification-testRoeland Jago Douma2021-04-201-2/+1
|\ \ \ \ | | | | | | | | | | Fix update notification tests
| * | | | Fix update notification testsJoas Schilling2021-04-201-2/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 18) OCA\UpdateNotification\Tests\Notification\BackgroundJobTest::testCreateNotifications with data set #1 ('app2', '1.0.1', '1.0.0', '1.0.0', true, array('user1'), array(array('user1'))) Method notify may not return value of type Mock_INotification_2134ee38, its return declaration is ": void" 19) OCA\UpdateNotification\Tests\Notification\BackgroundJobTest::testCreateNotifications with data set #2 ('app3', '1.0.1', false, false, true, array('user2', 'user3'), array(array('user2'), array('user3'))) Method notify may not return value of type Mock_INotification_2134ee38, its return declaration is ": void" Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #26662 from nextcloud/bugfix/noid/fix-dav-unit-testsRoeland Jago Douma2021-04-203-4/+8
|\ \ \ \ | | | | | | | | | | Fix DAV unit tests
| * | | | Fix DAV unit testsJoas Schilling2021-04-203-4/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6) OCA\DAV\Tests\Unit\DAV\Controller\InvitationResponseControllerTest::testAccept Trying to configure method "fetch" which cannot be configured because it does not exist, has not been specified, is final, or is static 7) OCA\DAV\Tests\Unit\DAV\Controller\InvitationResponseControllerTest::testAcceptSequence Trying to configure method "fetch" which cannot be configured because it does not exist, has not been specified, is final, or is static 8) OCA\DAV\Tests\Unit\DAV\Controller\InvitationResponseControllerTest::testAcceptRecurrenceId Trying to configure method "fetch" which cannot be configured because it does not exist, has not been specified, is final, or is static 9) OCA\DAV\Tests\Unit\DAV\Controller\InvitationResponseControllerTest::testAcceptTokenNotFound Trying to configure method "fetch" which cannot be configured because it does not exist, has not been specified, is final, or is static 10) OCA\DAV\Tests\Unit\DAV\Controller\InvitationResponseControllerTest::testAcceptExpiredToken Trying to configure method "fetch" which cannot be configured because it does not exist, has not been specified, is final, or is static 11) OCA\DAV\Tests\Unit\DAV\Controller\InvitationResponseControllerTest::testDecline Trying to configure method "fetch" which cannot be configured because it does not exist, has not been specified, is final, or is static 12) OCA\DAV\Tests\Unit\DAV\Controller\InvitationResponseControllerTest::testProcessMoreOptionsResult Trying to configure method "fetch" which cannot be configured because it does not exist, has not been specified, is final, or is static 13) OCA\DAV\Tests\unit\CalDAV\CalendarTest::testConfidentialClassification with data set #0 (3, false) No method rule is set 14) OCA\DAV\Tests\unit\DAV\Migration\RefreshWebcalJobRegistrarTest::testRun Trying to configure method "fetch" which cannot be configured because it does not exist, has not been specified, is final, or is static Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #26663 from nextcloud/bugfix/noid/fix-support-testRoeland Jago Douma2021-04-201-2/+5
|\ \ \ \ | |/ / / |/| | | Fix support tests
| * | | Fix support testsJoas Schilling2021-04-201-2/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2) Test\Support\Subscription\RegistryTest::testDelegateIsHardUserLimitReachedWithoutSupportAppAndUserCount with data set #0 (35, 15, 2, false) Cannot stub or mock class or interface "Test\Support\Subscription\UserInterface" which does not exist 3) Test\Support\Subscription\RegistryTest::testDelegateIsHardUserLimitReachedWithoutSupportAppAndUserCount with data set #1 (35, 45, 15, false) Cannot stub or mock class or interface "Test\Support\Subscription\UserInterface" which does not exist 4) Test\Support\Subscription\RegistryTest::testDelegateIsHardUserLimitReachedWithoutSupportAppAndUserCount with data set #2 (35, 45, 5, true) Cannot stub or mock class or interface "Test\Support\Subscription\UserInterface" which does not exist 5) Test\Support\Subscription\RegistryTest::testDelegateIsHardUserLimitReachedWithoutSupportAppAndUserCount with data set #3 (35, 45, 55, false) Cannot stub or mock class or interface "Test\Support\Subscription\UserInterface" which does not exist Had to use the Database user backend, as using multiple interfaces is deprecated: https://github.com/sebastianbergmann/phpunit/issues/3955 > This functionality should be deprecated as "having to use it" is almost always a symptom of bad design. > More importantly, though, the support for the creation of test doubles that implement multiple interfaces > resulted in code that is hard to maintain. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #26550 from ↵Morris Jobke2021-04-204-24/+137
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/noid/prefer-cloudshare-over-mail-take2 hide mail share if a cloud share is possible – backend only solution
| * | | save a whitespace todayblizzz2021-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | ignore mail shares of related remote share resultsArthur Schiwon2021-04-204-24/+137
|/ / / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #26548 from nextcloud/design/files-accessibilityJan C. Borchardt2021-04-2011-43/+93
|\ \ \ | | | | | | | | Files & Core accessibility fixes
| * | | Fix accessibility of federation menu privacy buttonsJan C. Borchardt2021-04-194-25/+40
| | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * | | Fix accessibility of profile picture sectionJan C. Borchardt2021-04-193-4/+14
| | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * | | Fix missing label of Files navigation sublist togglesJan C. Borchardt2021-04-191-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * | | Fix missing label of grid view toggleJan C. Borchardt2021-04-191-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * | | Fix screenreader label of search iconJan C. Borchardt2021-04-193-6/+13
| | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * | | Add proper labels for personal settings privacy togglesJan C. Borchardt2021-04-191-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * | | Improve focus feedback for file list actionsJan C. Borchardt2021-04-191-4/+16
| | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * | | Fix summary footer position and text contrastJan C. Borchardt2021-04-191-3/+5
| | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #26624 from nextcloud/enh/sharing/readpermMorris Jobke2021-04-204-5/+28
|\ \ \ \ | | | | | | | | | | Consider read permission in sharing tab
| * | | | Consider read permission in sharing tabRoeland Jago Douma2021-04-194-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When updating a share we should make sure to use all the old permissions (and only change what we actually changed). So the READ permission in this case should also be fetched instead of always granted. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #26633 from nextcloud/enh/sharee/lookup_laterJulius Härtl2021-04-201-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Make lookup search explicit
| * | | | | Make lookup search explicitRoeland Jago Douma2021-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Speedsup sharee lookup quite a bit. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-04-2098-96/+556
| | | | | |
* | | | | | Merge pull request #26615 from nextcloud/enh/ffs/require_readMorris Jobke2021-04-191-0/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Require read permissions for federated shares
| * | | | | Require read permissions for federated sharesRoeland Jago Douma2021-04-191-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Else they end up as weird shares that can't be properly utilized by other parties anyway. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #26618 from nextcloud/bugfix/noid/fix-english-languageRoeland Jago Douma2021-04-196-9/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix English source string
| * | | | | Fix English source stringJoas Schilling2021-04-196-9/+9
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #26601 from ↵Roeland Jago Douma2021-04-1920-129/+57
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-3.1.2 Bump @nextcloud/dialogs from 3.1.1 to 3.1.2
| * | | | Bump @nextcloud/dialogs from 3.1.1 to 3.1.2dependabot[bot]2021-04-1920-129/+57
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | Merge pull request #26613 from nextcloud/enh/no_add_to_your_nc_file_dropRoeland Jago Douma2021-04-192-10/+23
|\ \ \ \ | |/ / / |/| | | Do not allow adding file drop shares to your own cloud
| * | | Do not allow adding file drop shares to your own cloudRoeland Jago Douma2021-04-192-10/+23
| |/ / | | | | | | | | | | | | | | | | | | There is no reason for this and you can't create such shares normally anyway. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #26614 from nextcloud/crl/noid/update-crl-revoked-newsMorris Jobke2021-04-191-33/+33
|\ \ \ | | | | | | | | Update root.crl due to revoked news.crt
| * | | Update root.crl due to revoked news.crtMorris Jobke2021-04-191-33/+33
|/ / / | | | | | | | | | | | | | | | See https://github.com/nextcloud/app-certificate-requests/pull/382 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #26605 from nextcloud/dependabot/npm_and_yarn/ssri-6.0.2Julius Härtl2021-04-191-3/+3
|\ \ \ | | | | | | | | [Security] Bump ssri from 6.0.1 to 6.0.2
| * | | [Security] Bump ssri from 6.0.1 to 6.0.2dependabot-preview[bot]2021-04-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. **This update includes a security fix.** - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #26555 from nextcloud/techdebt/noid/run-migrator-tests-on-OCIJoas Schilling2021-04-191-3/+49
|\ \ \ \ | |_|/ / |/| | | Run migrator tests on OCI
| * | | Integer 0 is not stored as Null and therefor worksJoas Schilling2021-04-161-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Test that oracle throws on EmptyValues in a NotNull columnsJoas Schilling2021-04-161-14/+28
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Run migrator tests on OCIJoas Schilling2021-04-161-3/+33
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>