]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoFix DAV unit tests 26662/head
Joas Schilling [Tue, 20 Apr 2021 15:30:21 +0000 (17:30 +0200)]
Fix DAV unit tests

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>
3 years agoMerge pull request #26550 from nextcloud/fix/noid/prefer-cloudshare-over-mail-take2
Morris Jobke [Tue, 20 Apr 2021 12:26:14 +0000 (14:26 +0200)]
Merge pull request #26550 from nextcloud/fix/noid/prefer-cloudshare-over-mail-take2

hide mail share if a cloud share is possible – backend only solution

3 years agosave a whitespace today 26550/head
blizzz [Thu, 15 Apr 2021 10:45:40 +0000 (12:45 +0200)]
save a whitespace today

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoignore mail shares of related remote share results
Arthur Schiwon [Tue, 13 Apr 2021 20:49:42 +0000 (22:49 +0200)]
ignore mail shares of related remote share results

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoMerge pull request #26548 from nextcloud/design/files-accessibility
Jan C. Borchardt [Tue, 20 Apr 2021 11:51:40 +0000 (13:51 +0200)]
Merge pull request #26548 from nextcloud/design/files-accessibility

Files & Core accessibility fixes

3 years agoMerge pull request #26624 from nextcloud/enh/sharing/readperm
Morris Jobke [Tue, 20 Apr 2021 07:27:45 +0000 (09:27 +0200)]
Merge pull request #26624 from nextcloud/enh/sharing/readperm

Consider read permission in sharing tab

3 years agoMerge pull request #26633 from nextcloud/enh/sharee/lookup_later
Julius Härtl [Tue, 20 Apr 2021 06:38:00 +0000 (05:38 -0100)]
Merge pull request #26633 from nextcloud/enh/sharee/lookup_later

Make lookup search explicit

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 20 Apr 2021 02:25:58 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

3 years agoMerge pull request #26615 from nextcloud/enh/ffs/require_read
Morris Jobke [Mon, 19 Apr 2021 19:50:48 +0000 (21:50 +0200)]
Merge pull request #26615 from nextcloud/enh/ffs/require_read

Require read permissions for federated shares

3 years agoFix accessibility of federation menu privacy buttons 26548/head
Jan C. Borchardt [Thu, 15 Apr 2021 16:48:00 +0000 (18:48 +0200)]
Fix accessibility of federation menu privacy buttons

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoFix accessibility of profile picture section
Jan C. Borchardt [Thu, 15 Apr 2021 11:22:53 +0000 (13:22 +0200)]
Fix accessibility of profile picture section

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoFix missing label of Files navigation sublist toggles
Jan C. Borchardt [Tue, 13 Apr 2021 18:26:47 +0000 (20:26 +0200)]
Fix missing label of Files navigation sublist toggles

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoFix missing label of grid view toggle
Jan C. Borchardt [Tue, 13 Apr 2021 18:06:48 +0000 (20:06 +0200)]
Fix missing label of grid view toggle

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoFix screenreader label of search icon
Jan C. Borchardt [Tue, 13 Apr 2021 18:00:12 +0000 (20:00 +0200)]
Fix screenreader label of search icon

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoAdd proper labels for personal settings privacy toggles
Jan C. Borchardt [Tue, 13 Apr 2021 15:35:00 +0000 (17:35 +0200)]
Add proper labels for personal settings privacy toggles

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoImprove focus feedback for file list actions
Jan C. Borchardt [Tue, 13 Apr 2021 15:00:15 +0000 (17:00 +0200)]
Improve focus feedback for file list actions

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoFix summary footer position and text contrast
Jan C. Borchardt [Mon, 12 Apr 2021 13:17:48 +0000 (15:17 +0200)]
Fix summary footer position and text contrast

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoMerge pull request #26618 from nextcloud/bugfix/noid/fix-english-language
Roeland Jago Douma [Mon, 19 Apr 2021 18:08:04 +0000 (20:08 +0200)]
Merge pull request #26618 from nextcloud/bugfix/noid/fix-english-language

Fix English source string

3 years agoMake lookup search explicit 26633/head
Roeland Jago Douma [Mon, 19 Apr 2021 18:05:21 +0000 (20:05 +0200)]
Make lookup search explicit

Speedsup sharee lookup quite a bit.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #26601 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs...
Roeland Jago Douma [Mon, 19 Apr 2021 17:53:14 +0000 (19:53 +0200)]
Merge pull request #26601 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-3.1.2

Bump @nextcloud/dialogs from 3.1.1 to 3.1.2

3 years agoConsider read permission in sharing tab 26624/head
Roeland Jago Douma [Mon, 19 Apr 2021 13:10:51 +0000 (15:10 +0200)]
Consider read permission in sharing tab

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>
3 years agoMerge pull request #26613 from nextcloud/enh/no_add_to_your_nc_file_drop
Roeland Jago Douma [Mon, 19 Apr 2021 12:56:19 +0000 (14:56 +0200)]
Merge pull request #26613 from nextcloud/enh/no_add_to_your_nc_file_drop

Do not allow adding file drop shares to your own cloud

3 years agoBump @nextcloud/dialogs from 3.1.1 to 3.1.2 26601/head
dependabot[bot] [Mon, 19 Apr 2021 10:47:12 +0000 (10:47 +0000)]
Bump @nextcloud/dialogs from 3.1.1 to 3.1.2

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>
3 years agoFix English source string 26618/head
Joas Schilling [Mon, 19 Apr 2021 11:11:34 +0000 (13:11 +0200)]
Fix English source string

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoRequire read permissions for federated shares 26615/head
Roeland Jago Douma [Mon, 19 Apr 2021 10:53:49 +0000 (12:53 +0200)]
Require read permissions for federated shares

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>
3 years agoMerge pull request #26614 from nextcloud/crl/noid/update-crl-revoked-news
Morris Jobke [Mon, 19 Apr 2021 10:29:29 +0000 (12:29 +0200)]
Merge pull request #26614 from nextcloud/crl/noid/update-crl-revoked-news

Update root.crl due to revoked news.crt

3 years agoDo not allow adding file drop shares to your own cloud 26613/head
Roeland Jago Douma [Mon, 19 Apr 2021 07:08:32 +0000 (09:08 +0200)]
Do not allow adding file drop shares to your own cloud

There is no reason for this and you can't create such shares normally
anyway.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoUpdate root.crl due to revoked news.crt 26614/head
Morris Jobke [Mon, 19 Apr 2021 09:56:35 +0000 (11:56 +0200)]
Update root.crl due to revoked news.crt

See https://github.com/nextcloud/app-certificate-requests/pull/382

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
3 years agoMerge pull request #26605 from nextcloud/dependabot/npm_and_yarn/ssri-6.0.2
Julius Härtl [Mon, 19 Apr 2021 07:16:08 +0000 (06:16 -0100)]
Merge pull request #26605 from nextcloud/dependabot/npm_and_yarn/ssri-6.0.2

[Security] Bump ssri from 6.0.1 to 6.0.2

3 years agoMerge pull request #26555 from nextcloud/techdebt/noid/run-migrator-tests-on-OCI
Joas Schilling [Mon, 19 Apr 2021 06:57:41 +0000 (08:57 +0200)]
Merge pull request #26555 from nextcloud/techdebt/noid/run-migrator-tests-on-OCI

Run migrator tests on OCI

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 19 Apr 2021 02:26:04 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 18 Apr 2021 02:24:11 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 17 Apr 2021 02:24:04 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

3 years ago[Security] Bump ssri from 6.0.1 to 6.0.2 26605/head
dependabot-preview[bot] [Fri, 16 Apr 2021 22:58:18 +0000 (22:58 +0000)]
[Security] Bump ssri from 6.0.1 to 6.0.2

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>
3 years agoMerge pull request #26592 from nextcloud/enh/2fa_backup/fancy_new_events
Roeland Jago Douma [Fri, 16 Apr 2021 16:06:50 +0000 (18:06 +0200)]
Merge pull request #26592 from nextcloud/enh/2fa_backup/fancy_new_events

Listen to proper UserDeletedEvent

3 years agoListen to proper UserDeletedEvent 26592/head
Roeland Jago Douma [Fri, 16 Apr 2021 12:28:51 +0000 (14:28 +0200)]
Listen to proper UserDeletedEvent

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #26553 from nextcloud/enh/bootstrap/notifiers
Roeland Jago Douma [Fri, 16 Apr 2021 12:27:19 +0000 (14:27 +0200)]
Merge pull request #26553 from nextcloud/enh/bootstrap/notifiers

Move NotifierService registration to IBootstrap

3 years agoMove over notification to new registration 26553/head
Roeland Jago Douma [Fri, 16 Apr 2021 10:39:08 +0000 (12:39 +0200)]
Move over notification to new registration

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoDeprecate the old way
Roeland Jago Douma [Wed, 14 Apr 2021 06:46:03 +0000 (08:46 +0200)]
Deprecate the old way

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoAllow registering NotifierServices trough IBootstrap
Roeland Jago Douma [Wed, 14 Apr 2021 06:45:07 +0000 (08:45 +0200)]
Allow registering NotifierServices trough IBootstrap

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #26581 from nextcloud/bugfix/noid/fix-device-login
Roeland Jago Douma [Fri, 16 Apr 2021 09:12:41 +0000 (11:12 +0200)]
Merge pull request #26581 from nextcloud/bugfix/noid/fix-device-login

Fix constraint violation detection in QB Mapper

3 years agoMerge pull request #26559 from J0WI/updno-strict
Roeland Jago Douma [Fri, 16 Apr 2021 08:16:25 +0000 (10:16 +0200)]
Merge pull request #26559 from J0WI/updno-strict

Updatenotification: add missing strict_types

3 years agoMerge pull request #26567 from nextcloud/techdebt/noid/adjust-jquery-deprecation...
Roeland Jago Douma [Fri, 16 Apr 2021 08:15:36 +0000 (10:15 +0200)]
Merge pull request #26567 from nextcloud/techdebt/noid/adjust-jquery-deprecation-message

Don't mentioned we will do something with an already released version

3 years agoMerge pull request #26560 from J0WI/backupcodes-strict
Roeland Jago Douma [Fri, 16 Apr 2021 08:14:53 +0000 (10:14 +0200)]
Merge pull request #26560 from J0WI/backupcodes-strict

2FA backupcodes: add strict typing

3 years agoMerge pull request #26558 from J0WI/dashboard-strict
Roeland Jago Douma [Fri, 16 Apr 2021 08:13:02 +0000 (10:13 +0200)]
Merge pull request #26558 from J0WI/dashboard-strict

Dashboard: add missing strict_types

3 years agoFix constraint violation detection in QB Mapper 26581/head
Joas Schilling [Fri, 16 Apr 2021 07:07:32 +0000 (09:07 +0200)]
Fix constraint violation detection in QB Mapper

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoInteger 0 is not stored as Null and therefor works 26555/head
Joas Schilling [Thu, 15 Apr 2021 07:53:11 +0000 (09:53 +0200)]
Integer 0 is not stored as Null and therefor works

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoTest that oracle throws on EmptyValues in a NotNull columns
Joas Schilling [Wed, 14 Apr 2021 12:53:16 +0000 (14:53 +0200)]
Test that oracle throws on EmptyValues in a NotNull columns

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoRun migrator tests on OCI
Joas Schilling [Wed, 14 Apr 2021 12:11:06 +0000 (14:11 +0200)]
Run migrator tests on OCI

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #26583 from nextcloud/fix/unit-test
Roeland Jago Douma [Fri, 16 Apr 2021 07:56:18 +0000 (09:56 +0200)]
Merge pull request #26583 from nextcloud/fix/unit-test

Fix unit test

3 years agoFix unit test 26583/head
Roeland Jago Douma [Fri, 16 Apr 2021 07:41:54 +0000 (09:41 +0200)]
Fix unit test

* Fix namespace
* Fix test

Was broken after https://github.com/nextcloud/server/pull/26529

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 16 Apr 2021 02:25:50 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

3 years agoFormat header 26560/head
J0WI [Thu, 15 Apr 2021 14:55:48 +0000 (16:55 +0200)]
Format header

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
3 years ago2FA backupcodes: add strict typing
J0WI [Wed, 14 Apr 2021 15:05:19 +0000 (17:05 +0200)]
2FA backupcodes: add strict typing

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
3 years agoMerge pull request #25320 from nextcloud/bugfix/noid/save-fed-share-expiration
Julius Härtl [Thu, 15 Apr 2021 13:06:54 +0000 (12:06 -0100)]
Merge pull request #25320 from nextcloud/bugfix/noid/save-fed-share-expiration

3 years agoSeparate settings for remote share expiration 25320/head
Vincent Petry [Thu, 25 Mar 2021 16:32:49 +0000 (17:32 +0100)]
Separate settings for remote share expiration

Added separate settings for default and enforced expiration date for
remote shares.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoUnit tests for federated share expiration date
Vincent Petry [Wed, 24 Mar 2021 16:50:56 +0000 (17:50 +0100)]
Unit tests for federated share expiration date

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoFix expire date capability for federated shares
Vincent Petry [Tue, 16 Mar 2021 13:37:31 +0000 (14:37 +0100)]
Fix expire date capability for federated shares

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoImplement expiration date for federated shares
Vincent Petry [Mon, 25 Jan 2021 14:26:16 +0000 (15:26 +0100)]
Implement expiration date for federated shares

Add expiration date field in UI.
Save expiration date when creating or updating federated share.
Read expiration date from DB in federated share provider.
Applies to both federated user and group shares.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoCompile assets 26567/head
npmbuildbot-nextcloud[bot] [Thu, 15 Apr 2021 07:32:59 +0000 (07:32 +0000)]
Compile assets

Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoDon't mentioned we will do something with an already released version
Joas Schilling [Thu, 15 Apr 2021 06:53:17 +0000 (08:53 +0200)]
Don't mentioned we will do something with an already released version

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 15 Apr 2021 02:25:10 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

3 years agoDashboard: add missing strict_types 26558/head
J0WI [Wed, 14 Apr 2021 14:44:56 +0000 (16:44 +0200)]
Dashboard: add missing strict_types

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
3 years agoUpdatenotification: add missing strict_types 26559/head
J0WI [Wed, 14 Apr 2021 14:45:41 +0000 (16:45 +0200)]
Updatenotification: add missing strict_types

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
3 years agoMerge pull request #26551 from nextcloud/fix/noid/redis-exists-bool
Roeland Jago Douma [Wed, 14 Apr 2021 11:37:23 +0000 (13:37 +0200)]
Merge pull request #26551 from nextcloud/fix/noid/redis-exists-bool

ensure redis returns bool for hasKey

3 years agoMerge pull request #26529 from J0WI/getSystemValue-type
Roeland Jago Douma [Wed, 14 Apr 2021 11:36:56 +0000 (13:36 +0200)]
Merge pull request #26529 from J0WI/getSystemValue-type

Use correct getSystemValue type

3 years agoMerge pull request #26533 from nextcloud/fix/add-share-resolve-default
John Molakvoæ [Wed, 14 Apr 2021 06:32:26 +0000 (08:32 +0200)]
Merge pull request #26533 from nextcloud/fix/add-share-resolve-default

Fix undefined error on add-share

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 14 Apr 2021 02:26:51 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

3 years agoensure redis returns bool for hasKey 26551/head
Arthur Schiwon [Tue, 13 Apr 2021 21:07:54 +0000 (23:07 +0200)]
ensure redis returns bool for hasKey

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoMerge pull request #26521 from nextcloud/design/login-accessibility
John Molakvoæ [Tue, 13 Apr 2021 07:26:08 +0000 (09:26 +0200)]
Merge pull request #26521 from nextcloud/design/login-accessibility

3 years agoMerge pull request #26467 from nextcloud/feature/noid/allow-apps-to-log-to-audit
Joas Schilling [Tue, 13 Apr 2021 06:52:08 +0000 (08:52 +0200)]
Merge pull request #26467 from nextcloud/feature/noid/allow-apps-to-log-to-audit

Allow apps to log actions into the audit_log

3 years agoFix undefined error on add-share 26533/head
John Molakvoæ (skjnldsv) [Tue, 13 Apr 2021 06:13:43 +0000 (08:13 +0200)]
Fix undefined error on add-share

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 13 Apr 2021 02:24:57 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

3 years agoUse correct getSystemValue type 26529/head
J0WI [Mon, 12 Apr 2021 20:53:34 +0000 (22:53 +0200)]
Use correct getSystemValue type

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
3 years agoFix 'Log in with a device' link focusability 26521/head
Jan C. Borchardt [Mon, 12 Apr 2021 13:01:01 +0000 (15:01 +0200)]
Fix 'Log in with a device' link focusability

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoFix log in button hover/focus feedback
Jan C. Borchardt [Mon, 12 Apr 2021 12:59:59 +0000 (14:59 +0200)]
Fix log in button hover/focus feedback

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoFix password visibility toggle alt text and hover/focus feedback
Jan C. Borchardt [Mon, 12 Apr 2021 12:58:26 +0000 (14:58 +0200)]
Fix password visibility toggle alt text and hover/focus feedback

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
3 years agoMerge pull request #26486 from nextcloud/dependabot/npm_and_yarn/babel/preset-env...
Roeland Jago Douma [Mon, 12 Apr 2021 11:33:24 +0000 (13:33 +0200)]
Merge pull request #26486 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.13.15

Bump @babel/preset-env from 7.13.10 to 7.13.15

3 years agoMerge pull request #26266 from nextcloud/future-proof-networking
Roeland Jago Douma [Mon, 12 Apr 2021 10:42:33 +0000 (12:42 +0200)]
Merge pull request #26266 from nextcloud/future-proof-networking

Improve networking checks

3 years agoFix version 26467/head
Joas Schilling [Mon, 12 Apr 2021 08:31:10 +0000 (10:31 +0200)]
Fix version

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #26230 from nextcloud/Valdnet-patch-4
Roeland Jago Douma [Mon, 12 Apr 2021 06:35:50 +0000 (08:35 +0200)]
Merge pull request #26230 from nextcloud/Valdnet-patch-4

l10n: Add word user in FederatedShareProvider.php

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 12 Apr 2021 02:24:55 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

3 years agol10n: Add word user in FederatedShareProvider.php 26230/head
Valdnet [Sat, 20 Mar 2021 14:33:29 +0000 (15:33 +0100)]
l10n: Add word user in FederatedShareProvider.php

Standardizing text strings with other Nextcloud applications.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
3 years agoMerge pull request #26477 from nextcloud/fix/old-handlebar-template
Roeland Jago Douma [Sun, 11 Apr 2021 11:43:34 +0000 (13:43 +0200)]
Merge pull request #26477 from nextcloud/fix/old-handlebar-template

Remove old unused handlebar systemtags template

3 years agoMerge pull request #26475 from nextcloud/Valdnet-patch-6
Roeland Jago Douma [Sun, 11 Apr 2021 11:34:56 +0000 (13:34 +0200)]
Merge pull request #26475 from nextcloud/Valdnet-patch-6

l10n: Correct spelling

3 years agoMerge pull request #26487 from nextcloud/dependabot/npm_and_yarn/nextcloud/capabiliti...
Roeland Jago Douma [Sun, 11 Apr 2021 11:31:45 +0000 (13:31 +0200)]
Merge pull request #26487 from nextcloud/dependabot/npm_and_yarn/nextcloud/capabilities-1.0.4

Bump @nextcloud/capabilities from 1.0.2 to 1.0.4

3 years agoBump @babel/preset-env from 7.13.10 to 7.13.15 26486/head
dependabot-preview[bot] [Sun, 11 Apr 2021 11:29:57 +0000 (11:29 +0000)]
Bump @babel/preset-env from 7.13.10 to 7.13.15

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.10 to 7.13.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.13.15/packages/babel-preset-env)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoMerge pull request #26483 from nextcloud/dependabot/npm_and_yarn/babel/core-7.13.15
Roeland Jago Douma [Sun, 11 Apr 2021 11:27:09 +0000 (13:27 +0200)]
Merge pull request #26483 from nextcloud/dependabot/npm_and_yarn/babel/core-7.13.15

Bump @babel/core from 7.13.13 to 7.13.15

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 11 Apr 2021 02:24:42 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 10 Apr 2021 02:31:13 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

3 years agoBump @nextcloud/capabilities from 1.0.2 to 1.0.4 26487/head
dependabot-preview[bot] [Sat, 10 Apr 2021 01:21:15 +0000 (01:21 +0000)]
Bump @nextcloud/capabilities from 1.0.2 to 1.0.4

Bumps [@nextcloud/capabilities](https://github.com/nextcloud/nextcloud-capabilities) from 1.0.2 to 1.0.4.
- [Release notes](https://github.com/nextcloud/nextcloud-capabilities/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-capabilities/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-capabilities/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoBump @babel/core from 7.13.13 to 7.13.15 26483/head
dependabot-preview[bot] [Sat, 10 Apr 2021 01:17:59 +0000 (01:17 +0000)]
Bump @babel/core from 7.13.13 to 7.13.15

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.13 to 7.13.15.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.13.15/packages/babel-core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
3 years agoRemove old unused handlebar systemtags template 26477/head
John Molakvoæ (skjnldsv) [Fri, 9 Apr 2021 12:43:40 +0000 (14:43 +0200)]
Remove old unused handlebar systemtags template

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agol10n: Correct spelling 26475/head
Valdnet [Fri, 9 Apr 2021 10:39:12 +0000 (12:39 +0200)]
l10n: Correct spelling

Unify the spelling in applications.

Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
3 years agoMove to another namespace and class name
Joas Schilling [Fri, 9 Apr 2021 10:50:02 +0000 (12:50 +0200)]
Move to another namespace and class name

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #26334 from nextcloud/dependabot/npm_and_yarn/sinon-chai-3.6.0
Roeland Jago Douma [Fri, 9 Apr 2021 09:48:48 +0000 (11:48 +0200)]
Merge pull request #26334 from nextcloud/dependabot/npm_and_yarn/sinon-chai-3.6.0

Bump sinon-chai from 3.5.0 to 3.6.0

3 years agoAllow apps to log actions into the audit_log
Joas Schilling [Fri, 9 Apr 2021 08:32:45 +0000 (10:32 +0200)]
Allow apps to log actions into the audit_log

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #26418 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.6.0
Roeland Jago Douma [Fri, 9 Apr 2021 07:43:24 +0000 (09:43 +0200)]
Merge pull request #26418 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.6.0

Bump webpack-cli from 4.5.0 to 4.6.0

3 years agoMerge pull request #26462 from nextcloud/dependabot/npm_and_yarn/core-js-3.10.1
Roeland Jago Douma [Fri, 9 Apr 2021 07:42:56 +0000 (09:42 +0200)]
Merge pull request #26462 from nextcloud/dependabot/npm_and_yarn/core-js-3.10.1

Bump core-js from 3.9.1 to 3.10.1

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 9 Apr 2021 02:25:11 +0000 (02:25 +0000)]
[tx-robot] updated from transifex