summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26609 from nextcloud/Valdnet-patch-6Roeland Jago Douma2021-04-211-1/+1
|\ | | | | l10n: Improve styling
| * l10n: Improve stylingValdnet2021-04-181-1/+1
| | | | | | "Empty field" information shifted to the end of the sentence. It looks more stylistic.
* | Merge pull request #23529 from Simounet/feat/23397-settings-new-user-modalJohn Molakvoæ2021-04-2114-153/+176
|\ \ | | | | | | Settings: new user row replaced by a modal
| * | Settings: new user row replaced by a modalSimounet2021-04-2114-153/+176
| | | | | | | | | | | | Signed-off-by: Simounet <contact@simounet.net>
* | | Merge pull request #26474 from ↵Morris Jobke2021-04-211-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/caugner-patch-mariadb-in-mysql-support-warning Mention MariaDB in MySQL support warning
| * | | Mention MariaDB in MySQL support warningClaas Augner2021-04-091-1/+1
| | | |
* | | | set mimetype for objects uploaded to object storagesRobin Appelman2021-04-212-4/+14
| |/ / |/| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #26648 from nextcloud/Valdnet-patch-7Roeland Jago Douma2021-04-211-1/+1
|\ \ \ | | | | | | | | l10n: Spelling unification
| * | | l10n: Spelling unificationValdnet2021-04-201-1/+1
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-04-2134-6/+520
| | | |
* | | | Merge pull request #26658 from nextcloud/bugfix/noid/continue-on-denied-aclsMorris Jobke2021-04-201-1/+1
|\ \ \ \ | | | | | | | | | | Do not stop directory listing when ACL is blocking access
| * | | | Continue iterating over diretory contents and just hide file if denied by aclJulius Härtl2021-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #26661 from nextcloud/bugfix/noid/fix-ldap-unit-testMorris Jobke2021-04-201-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix LDAP unit tests
| * | | | | Fix LDAP unit testsJoas Schilling2021-04-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 20) OCA\user_ldap\tests\Jobs\UpdateGroupsTest::testHandleKnownGroups Trying to configure method "fetchAll" 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 #26594 from nextcloud/enh/2fa/bootstrapMorris Jobke2021-04-202-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Move 2FA registration to IBootstrap
| * | | | | | Move 2fa backupscode to new registrationRoeland Jago Douma2021-04-202-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #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>
* / / / / / 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 #26548 from nextcloud/design/files-accessibilityJan C. Borchardt2021-04-208-37/+80
|\ \ \ \ \ | |_|/ / / |/| | | | 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>
| * | | | 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-2092-94/+544
| | | | | |
* | | | | | 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-1912-76/+28
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | 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-1912-76/+28
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* / / / 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>
* | / [tx-robot] updated from transifexNextcloud bot2021-04-1928-42/+48
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2021-04-182-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-1740-30/+78
| |
* | Listen to proper UserDeletedEventRoeland Jago Douma2021-04-164-17/+56
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Move over notification to new registrationRoeland Jago Douma2021-04-167-39/+12
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #26559 from J0WI/updno-strictRoeland Jago Douma2021-04-162-1/+7
|\ \ | | | | | | Updatenotification: add missing strict_types
| * | Updatenotification: add missing strict_typesJ0WI2021-04-142-1/+7
| | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>