]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
22 months agoDisable style override on vue-select elements 35165/head
Christopher Ng [Tue, 15 Nov 2022 02:36:33 +0000 (02:36 +0000)]
Disable style override on vue-select elements
- Disable style override on NcActionButton with `:not(.action-button)`
  due to increased specificity over scoped Vue styles when only
  `:not([class^="vs__"])` is added

Signed-off-by: Christopher Ng <chrng8@gmail.com>
22 months agoMerge pull request #35592 from nextcloud/dependabot/npm_and_yarn/sass-1.56.1
dependabot[bot] [Mon, 5 Dec 2022 23:39:58 +0000 (23:39 +0000)]
Merge pull request #35592 from nextcloud/dependabot/npm_and_yarn/sass-1.56.1

22 months agoBump sass from 1.52.1 to 1.56.1 35592/head
dependabot[bot] [Mon, 5 Dec 2022 19:26:56 +0000 (19:26 +0000)]
Bump sass from 1.52.1 to 1.56.1

Bumps [sass](https://github.com/sass/dart-sass) from 1.52.1 to 1.56.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.52.1...1.56.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
22 months agoMerge pull request #35568 from nextcloud/dependabot/composer/build/integration/behat...
dependabot[bot] [Mon, 5 Dec 2022 22:33:48 +0000 (22:33 +0000)]
Merge pull request #35568 from nextcloud/dependabot/composer/build/integration/behat/behat-3.12.0

22 months agoBump behat/behat from 3.11.0 to 3.12.0 in /build/integration 35568/head
dependabot[bot] [Mon, 5 Dec 2022 19:27:34 +0000 (19:27 +0000)]
Bump behat/behat from 3.11.0 to 3.12.0 in /build/integration

Bumps [behat/behat](https://github.com/Behat/Behat) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/Behat/Behat/releases)
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Behat/Behat/compare/v3.11.0...v3.12.0)

---
updated-dependencies:
- dependency-name: behat/behat
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
22 months agoMerge pull request #35400 from nextcloud/fix/remove-unused-dynamic-var-in-files_sharing
Côme Chilliet [Mon, 5 Dec 2022 16:57:46 +0000 (17:57 +0100)]
Merge pull request #35400 from nextcloud/fix/remove-unused-dynamic-var-in-files_sharing

Fix name of dymanic var $mountOptions to fix PHP 8.2 compatibility

22 months agoMerge pull request #35604 from nextcloud/fix/noid/webauthn-redirect-after-login
Simon L [Mon, 5 Dec 2022 15:31:02 +0000 (16:31 +0100)]
Merge pull request #35604 from nextcloud/fix/noid/webauthn-redirect-after-login

Fix default redirect on successful WebAuthn login

22 months agoFix default redirect on successful WebAuthn login 35604/head
Richard Steinmetz [Mon, 5 Dec 2022 11:51:53 +0000 (12:51 +0100)]
Fix default redirect on successful WebAuthn login

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
22 months agoMerge pull request #35249 from nextcloud/fix/33854-User_management_pages_-_Window_tit...
Simon L [Mon, 5 Dec 2022 11:12:00 +0000 (12:12 +0100)]
Merge pull request #35249 from nextcloud/fix/33854-User_management_pages_-_Window_title_must_change_when_switching_sidebar_sections

Set page title for each sidebar section through App management pages

22 months agoPut back the variable but make sure it is properly declared 35400/head
Côme Chilliet [Mon, 5 Dec 2022 10:51:16 +0000 (11:51 +0100)]
Put back the variable but make sure it is properly declared

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
22 months agoMerge pull request #35580 from nextcloud/enh/noid/fix-CI
blizzz [Mon, 5 Dec 2022 09:59:18 +0000 (10:59 +0100)]
Merge pull request #35580 from nextcloud/enh/noid/fix-CI

downgrade ubuntu in order to fix CI

22 months ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 5 Dec 2022 02:15:24 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoMerge pull request #35560 from J0WI/rm-obsolete-gd
Simon L [Sun, 4 Dec 2022 15:47:11 +0000 (16:47 +0100)]
Merge pull request #35560 from J0WI/rm-obsolete-gd

Remove obsolete GD function overwrites

22 months agoMerge pull request #35119 from nextcloud/dependabot/npm_and_yarn/sass-loader-13.2.0
MichaIng [Sun, 4 Dec 2022 15:04:42 +0000 (16:04 +0100)]
Merge pull request #35119 from nextcloud/dependabot/npm_and_yarn/sass-loader-13.2.0

bump sass-loader from 12.6.0 to 13.2.0

22 months agoFix test image default quality 35560/head
J0WI [Sat, 3 Dec 2022 19:29:55 +0000 (20:29 +0100)]
Fix test image default quality

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
22 months agoCleanup test exclusions
J0WI [Fri, 2 Sep 2022 19:05:05 +0000 (21:05 +0200)]
Cleanup test exclusions

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
22 months agoAllow empty mimeType
J0WI [Fri, 2 Sep 2022 19:47:38 +0000 (21:47 +0200)]
Allow empty mimeType

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
22 months agoAdd type hints
J0WI [Sat, 31 Jul 2021 21:17:40 +0000 (23:17 +0200)]
Add type hints

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
22 months agoFix redundant condition
J0WI [Fri, 2 Sep 2022 19:03:32 +0000 (21:03 +0200)]
Fix redundant condition

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
22 months agoRemove obsolete GD function overwrites
J0WI [Sat, 31 Jul 2021 21:18:38 +0000 (23:18 +0200)]
Remove obsolete GD function overwrites

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 4 Dec 2022 02:14:51 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agodowngrade ubuntu in order to fix CI 35580/head
Simon L [Sat, 3 Dec 2022 22:01:05 +0000 (23:01 +0100)]
downgrade ubuntu in order to fix CI

Signed-off-by: Simon L <szaimen@e.mail.de>
22 months agoAdapt router.js for setting document title 35249/head
julia.kirschenheuter [Fri, 18 Nov 2022 12:10:35 +0000 (13:10 +0100)]
Adapt router.js for setting document title

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
22 months agoMerge pull request #35345 from nextcloud/feat/add_event_for_failed_logins
Simon L [Sat, 3 Dec 2022 19:00:36 +0000 (20:00 +0100)]
Merge pull request #35345 from nextcloud/feat/add_event_for_failed_logins

feat: add event for failed logins

22 months agoMerge pull request #35271 from nextcloud/enh/a11y-share-success
Simon L [Sat, 3 Dec 2022 18:55:16 +0000 (19:55 +0100)]
Merge pull request #35271 from nextcloud/enh/a11y-share-success

Show success on share actions

22 months agoMerge pull request #34232 from nextcloud/fix/noid/refresh-filesize-on-conflict
Simon L [Sat, 3 Dec 2022 18:53:46 +0000 (19:53 +0100)]
Merge pull request #34232 from nextcloud/fix/noid/refresh-filesize-on-conflict

compare cached filesize on download

22 months agoMerge pull request #35563 from nextcloud/revert/35315
Simon L [Sat, 3 Dec 2022 18:11:29 +0000 (19:11 +0100)]
Merge pull request #35563 from nextcloud/revert/35315

Revert "Fix border color contrast"

22 months agoMerge pull request #35442 from Zyclotrop-j/patch-1
Simon L [Sat, 3 Dec 2022 18:10:17 +0000 (19:10 +0100)]
Merge pull request #35442 from Zyclotrop-j/patch-1

fix multiline-format-error in file-conflict modal

22 months agoMerge pull request #35385 from pulsejet/patch-previewtype
Simon L [Sat, 3 Dec 2022 18:09:37 +0000 (19:09 +0100)]
Merge pull request #35385 from pulsejet/patch-previewtype

Fix type of PreviewController::$userId

22 months agoMerge pull request #34920 from ibpl/master-IB#1126265
Simon L [Sat, 3 Dec 2022 18:08:22 +0000 (19:08 +0100)]
Merge pull request #34920 from ibpl/master-IB#1126265

Added parameter to disallow calendar subscription via link

22 months agoMerge pull request #35566 from pulsejet/patch-imaginary
Simon L [Sat, 3 Dec 2022 18:06:24 +0000 (19:06 +0100)]
Merge pull request #35566 from pulsejet/patch-imaginary

preview: respect quality in Imaginary

22 months agopreview: respect quality in Imaginary 35566/head
Varun Patil [Sat, 3 Dec 2022 02:51:02 +0000 (18:51 -0800)]
preview: respect quality in Imaginary

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
22 months agoMerge pull request #35556 from nextcloud/revert/unrelated-change
Simon L [Sat, 3 Dec 2022 14:50:47 +0000 (15:50 +0100)]
Merge pull request #35556 from nextcloud/revert/unrelated-change

Revert unrelated change from #34940

22 months agoadd build css files 35442/head
Zyc [Sat, 3 Dec 2022 03:26:15 +0000 (03:26 +0000)]
add build css files

Signed-off-by: Zyc <zyclotrop.j@gmail.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Dec 2022 02:15:08 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoShow success on share actions 35271/head
Christopher Ng [Fri, 18 Nov 2022 20:33:59 +0000 (20:33 +0000)]
Show success on share actions

Signed-off-by: Christopher Ng <chrng8@gmail.com>
22 months agoRevert "Fix border color contrast" 35563/head
Christopher Ng [Sat, 3 Dec 2022 00:48:49 +0000 (00:48 +0000)]
Revert "Fix border color contrast"

This reverts commit a0266d1b1668fb2751c78057ffcfacca6f4b2ae8.

Signed-off-by: Christopher Ng <chrng8@gmail.com>
22 months agoMerge pull request #35550 from nextcloud/dependabot/npm_and_yarn/decode-uri-component...
John Molakvoæ [Fri, 2 Dec 2022 13:53:22 +0000 (14:53 +0100)]
Merge pull request #35550 from nextcloud/dependabot/npm_and_yarn/decode-uri-component-0.2.2

Bump decode-uri-component from 0.2.0 to 0.2.2

22 months agoBump decode-uri-component from 0.2.0 to 0.2.2 35550/head
dependabot[bot] [Fri, 2 Dec 2022 01:19:50 +0000 (01:19 +0000)]
Bump decode-uri-component from 0.2.0 to 0.2.2

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
22 months agoRevert unrelated change from #34940 35556/head
Carl Schwan [Fri, 2 Dec 2022 10:29:38 +0000 (11:29 +0100)]
Revert unrelated change from #34940

Probably a left over from an experience that I added by mistake in the
change

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 2 Dec 2022 02:15:22 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoMerge pull request #35530 from nextcloud/deps/nextcloud/vue-7.1.0
Pytal [Fri, 2 Dec 2022 01:18:43 +0000 (17:18 -0800)]
Merge pull request #35530 from nextcloud/deps/nextcloud/vue-7.1.0

22 months agoBump @nextcloud/vue to 7.1.0 35530/head
Christopher Ng [Thu, 1 Dec 2022 01:15:50 +0000 (01:15 +0000)]
Bump @nextcloud/vue to 7.1.0

Signed-off-by: Christopher Ng <chrng8@gmail.com>
22 months agocompare cached filesize on download 34232/head
Maxence Lange [Thu, 1 Dec 2022 16:42:07 +0000 (15:42 -0100)]
compare cached filesize on download

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
22 months agoMerge pull request #35525 from nextcloud/fix/theming-follow-default
John Molakvoæ [Thu, 1 Dec 2022 06:52:22 +0000 (07:52 +0100)]
Merge pull request #35525 from nextcloud/fix/theming-follow-default

Faster theming tests, better colours comparison and properly follow admin theming changes

22 months ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 1 Dec 2022 02:15:20 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoBump cypress runners 35525/head
John Molakvoæ [Wed, 30 Nov 2022 16:46:36 +0000 (17:46 +0100)]
Bump cypress runners

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoFaster theming tests, better colours comparison and properly follow admin theming...
John Molakvoæ [Wed, 30 Nov 2022 16:45:58 +0000 (17:45 +0100)]
Faster theming tests, better colours comparison and properly follow admin theming changes

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoMerge pull request #35376 from nextcloud/bug/noid/fix-workflow-s3-primary
Robin Appelman [Wed, 30 Nov 2022 13:53:32 +0000 (14:53 +0100)]
Merge pull request #35376 from nextcloud/bug/noid/fix-workflow-s3-primary

Run s3 primary tests sequential

22 months agoMerge pull request #35355 from nextcloud/artonge/feat/ldap_connection_timeout
blizzz [Wed, 30 Nov 2022 13:44:15 +0000 (14:44 +0100)]
Merge pull request #35355 from nextcloud/artonge/feat/ldap_connection_timeout

Allow to set a custom timeout for ldap connections

22 months agoMerge pull request #35484 from nextcloud/fix/34653/fix-popover-menu
Simon L [Wed, 30 Nov 2022 11:20:47 +0000 (12:20 +0100)]
Merge pull request #35484 from nextcloud/fix/34653/fix-popover-menu

fix the popovermenu

22 months agoMerge pull request #35502 from andyxheli/patch-1
Carl Schwan [Wed, 30 Nov 2022 11:18:23 +0000 (12:18 +0100)]
Merge pull request #35502 from andyxheli/patch-1

Fix SQL comparison with int array during external storage deletion

22 months agoMerge pull request #35426 from nextcloud/cleanup/contactintegration
Carl Schwan [Wed, 30 Nov 2022 11:17:30 +0000 (12:17 +0100)]
Merge pull request #35426 from nextcloud/cleanup/contactintegration

Cleanup contactsinteraction

22 months agoMerge pull request #35501 from nextcloud/enh/enh-33741-Focused_item_overlaps_neighbor...
Simon L [Wed, 30 Nov 2022 09:32:38 +0000 (10:32 +0100)]
Merge pull request #35501 from nextcloud/enh/enh-33741-Focused_item_overlaps_neighbor_elements_with_text_and_border

Change app menu focused items behavior that neighbor elements (text and border) have no overlapping

22 months agoChange focused items behavior that neighbor elements (text and border) have no overla... 35501/head
julia.kirschenheuter [Tue, 29 Nov 2022 16:55:23 +0000 (17:55 +0100)]
Change focused items behavior that neighbor elements (text and border) have no overlapping.

Add native tooltips to items.

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 30 Nov 2022 02:15:32 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoFix Executing a query: SQLSTATE[42000] 35502/head
Andy Xheli [Tue, 29 Nov 2022 17:24:56 +0000 (11:24 -0600)]
Fix Executing a query: SQLSTATE[42000]

Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
Fix https://github.com/nextcloud/server/issues/32007#issuecomment-1329405245

Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
22 months agoMerge pull request #35107 from nextcloud/encryption-key-migrate
Robin Appelman [Tue, 29 Nov 2022 16:07:35 +0000 (17:07 +0100)]
Merge pull request #35107 from nextcloud/encryption-key-migrate

add migration for encryption keys in wrong location

22 months agoMerge pull request #35494 from nextcloud/bugfix/noid/remove-old-code-from-comment
Simon L [Tue, 29 Nov 2022 15:48:40 +0000 (16:48 +0100)]
Merge pull request #35494 from nextcloud/bugfix/noid/remove-old-code-from-comment

Remove old code from comment to not trigger automatic scanners more than needed

22 months agoMerge pull request #35485 from nextcloud/chore/remove-bootstrap-version-comment
Simon L [Tue, 29 Nov 2022 15:32:49 +0000 (16:32 +0100)]
Merge pull request #35485 from nextcloud/chore/remove-bootstrap-version-comment

Remove Bootstrap version reference from tooltip.scss

22 months agoRecompile 35494/head
Joas Schilling [Tue, 29 Nov 2022 14:38:46 +0000 (15:38 +0100)]
Recompile

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months agoRemove Bootstrap version reference from tooltip.scss 35485/head
Álvaro Brey [Tue, 29 Nov 2022 11:54:06 +0000 (12:54 +0100)]
Remove Bootstrap version reference from tooltip.scss

We've had some reports that Nextcloud is using an outdated/deprecated Bootstrap version v3.3.5.

I believe this to be caused by the string "Bootstrap v3.3.5" in the changed line, which after bundling ends up in `core-common.js`, and trips up some security scanners.

It may also be worth investigating why the comments are not getting stripped when bundling the JS.

Signed-off-by: Álvaro Brey <alvaro.brv@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
22 months agoRemove old code from comment to not trigger automatic scanners more than needed
Joas Schilling [Tue, 29 Nov 2022 14:15:58 +0000 (15:15 +0100)]
Remove old code from comment to not trigger automatic scanners more than needed

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months agotry to fix the popovermenu 35484/head
Simon L [Tue, 29 Nov 2022 11:21:29 +0000 (12:21 +0100)]
try to fix the popovermenu

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
22 months agoMerge pull request #35468 from nextcloud/fix/bump-egulias/email-validator-to-3.2...
Côme Chilliet [Tue, 29 Nov 2022 12:30:25 +0000 (13:30 +0100)]
Merge pull request #35468 from nextcloud/fix/bump-egulias/email-validator-to-3.2.1-in-master

Bump egulias/email-validator to 3.2.1 in master

22 months agoMerge pull request #34696 from nextcloud/fix/custom-color
Simon L [Tue, 29 Nov 2022 11:59:56 +0000 (12:59 +0100)]
Merge pull request #34696 from nextcloud/fix/custom-color

Allow to remove the background and select a custom colour + cypress

22 months agoDrop acceptance theming 34696/head
John Molakvoæ [Tue, 29 Nov 2022 11:04:42 +0000 (12:04 +0100)]
Drop acceptance theming

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoAlign 3rdparty with master 35468/head
Côme Chilliet [Tue, 29 Nov 2022 10:34:17 +0000 (11:34 +0100)]
Align 3rdparty with master

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
22 months agoMore theming cypress tests and some fixes
John Molakvoæ [Tue, 29 Nov 2022 08:51:34 +0000 (09:51 +0100)]
More theming cypress tests and some fixes

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoExtract colour from custom background
John Molakvoæ [Thu, 20 Oct 2022 14:03:19 +0000 (16:03 +0200)]
Extract colour from custom background

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoAllow to remove the background and select a custom colour
John Molakvoæ [Thu, 20 Oct 2022 11:18:06 +0000 (13:18 +0200)]
Allow to remove the background and select a custom colour

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoMerge pull request #34769 from nextcloud/port/vue/files_version
Louis [Tue, 29 Nov 2022 09:20:20 +0000 (10:20 +0100)]
Merge pull request #34769 from nextcloud/port/vue/files_version

Port files_versions to vue

22 months agoMerge pull request #35455 from nextcloud/fix/fix-35098-headings_need_to_be_h2
Christoph Wurst [Tue, 29 Nov 2022 08:47:02 +0000 (09:47 +0100)]
Merge pull request #35455 from nextcloud/fix/fix-35098-headings_need_to_be_h2

Change header semantic in the user status dialog

22 months agoMerge pull request #35471 from nextcloud/allow-update-from-oc-10.11
Vincent Petry [Tue, 29 Nov 2022 08:40:48 +0000 (09:40 +0100)]
Merge pull request #35471 from nextcloud/allow-update-from-oc-10.11

Allow upgrading from ownCloud 10.11

22 months agoRemove ownCloud 10.5 upgrade path 35471/head
Vincent Petry [Tue, 29 Nov 2022 07:48:14 +0000 (08:48 +0100)]
Remove ownCloud 10.5 upgrade path

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
22 months agoChange header semantic in the user status dialog 35455/head
julia.kirschenheuter [Mon, 28 Nov 2022 10:25:33 +0000 (11:25 +0100)]
Change header semantic in the user status dialog

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 29 Nov 2022 02:14:26 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoAllow upgrading from ownCloud 10.11
Vincent Petry [Mon, 28 Nov 2022 20:55:07 +0000 (21:55 +0100)]
Allow upgrading from ownCloud 10.11

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
22 months agoMerge pull request #34941 from nextcloud/enh/33654/add-group-displayname-cache
Simon L [Mon, 28 Nov 2022 18:29:08 +0000 (19:29 +0100)]
Merge pull request #34941 from nextcloud/enh/33654/add-group-displayname-cache

Add a Group display name cache

22 months agoCompile assets 34769/head
Louis Chemineau [Thu, 10 Nov 2022 09:52:49 +0000 (10:52 +0100)]
Compile assets

Signed-off-by: Louis Chemineau <louis@chmn.me>
22 months agoBump egulias/email-validator to 3.2.1 in master
Côme Chilliet [Mon, 28 Nov 2022 16:32:10 +0000 (17:32 +0100)]
Bump egulias/email-validator to 3.2.1 in master

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
22 months agoLint and remove file_versions tests
Louis Chemineau [Thu, 10 Nov 2022 15:51:48 +0000 (16:51 +0100)]
Lint and remove file_versions tests

Signed-off-by: Louis Chemineau <louis@chmn.me>
22 months agoHide version tab for folders
Louis Chemineau [Thu, 10 Nov 2022 09:07:07 +0000 (10:07 +0100)]
Hide version tab for folders

Signed-off-by: Louis Chemineau <louis@chmn.me>
22 months agoExtract logic into separate files
Louis Chemineau [Thu, 10 Nov 2022 08:48:22 +0000 (09:48 +0100)]
Extract logic into separate files

Signed-off-by: Louis Chemineau <louis@chmn.me>
22 months agoUse svg icons
Louis Chemineau [Wed, 9 Nov 2022 12:10:42 +0000 (13:10 +0100)]
Use svg icons

Signed-off-by: Louis Chemineau <louis@chmn.me>
22 months agoAdd support for Material icon in files sidebar
Carl Schwan [Wed, 26 Oct 2022 14:54:38 +0000 (16:54 +0200)]
Add support for Material icon in files sidebar

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Louis Chemineau <louis@chmn.me>
22 months agoUse NcListItem
Carl Schwan [Wed, 26 Oct 2022 12:58:58 +0000 (14:58 +0200)]
Use NcListItem

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Louis Chemineau <louis@chmn.me>
22 months agoHandle case with empty version list
Carl Schwan [Tue, 25 Oct 2022 12:19:53 +0000 (14:19 +0200)]
Handle case with empty version list

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Louis Chemineau <louis@chmn.me>
22 months agoPort files_versions to vue
Carl Schwan [Wed, 19 Oct 2022 13:15:12 +0000 (15:15 +0200)]
Port files_versions to vue

Simplify code and make it use our standard components

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
22 months agoadd migration for encryption keys in wrong location 35107/head
Robin Appelman [Mon, 28 Nov 2022 15:04:17 +0000 (16:04 +0100)]
add migration for encryption keys in wrong location

Signed-off-by: Robin Appelman <robin@icewind.nl>
22 months agoMerge pull request #35425 from nextcloud/bumpMinimumDesktopClientForWebdav
Simon L [Mon, 28 Nov 2022 14:34:32 +0000 (15:34 +0100)]
Merge pull request #35425 from nextcloud/bumpMinimumDesktopClientForWebdav

minimum desktop client that is supported is 2.3.0

22 months agoMerge pull request #35405 from nextcloud/fix/bump-laravel/serializable-closure-to...
Côme Chilliet [Mon, 28 Nov 2022 13:33:18 +0000 (14:33 +0100)]
Merge pull request #35405 from nextcloud/fix/bump-laravel/serializable-closure-to-1.2.2-in-master

Bump laravel/serializable-closure to 1.2.2 in master

22 months agoAlign 3rdparty with master 35405/head
Côme Chilliet [Mon, 28 Nov 2022 13:32:22 +0000 (14:32 +0100)]
Align 3rdparty with master

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
22 months agoMerge pull request #35257 from nextcloud/fix/fix-33854-User_management_pages_-_Window...
Julia Kirschenheuter [Mon, 28 Nov 2022 12:26:26 +0000 (13:26 +0100)]
Merge pull request #35257 from nextcloud/fix/fix-33854-User_management_pages_-_Window_title_must_change_when_switching_sidebar_sections

Set page titel for each sidebar section through User management pages

22 months agoAdd group display name cache 34941/head
Anna Larch [Thu, 3 Nov 2022 11:51:29 +0000 (12:51 +0100)]
Add group display name cache

Signed-off-by: Anna Larch <anna@nextcloud.com>
22 months agoBump laravel/serializable-closure to 1.2.2 in master
Côme Chilliet [Thu, 24 Nov 2022 11:25:21 +0000 (12:25 +0100)]
Bump laravel/serializable-closure to 1.2.2 in master

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
22 months agoMerge pull request #35403 from nextcloud/fix/fix-theming-tests-for-8.2
Côme Chilliet [Mon, 28 Nov 2022 10:58:56 +0000 (11:58 +0100)]
Merge pull request #35403 from nextcloud/fix/fix-theming-tests-for-8.2

Fix theming tests for PHP 8.2

22 months agoAdapt router.js for setting document title. 35257/head
julia.kirschenheuter [Fri, 18 Nov 2022 14:32:15 +0000 (15:32 +0100)]
Adapt router.js for setting document title.
Adapt store to store Promise for dynamic requested categories.
Create new constants file to store category name with associated translation.

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
22 months agoMerge pull request #35434 from nextcloud/fix/update/32-bit
Vincent Petry [Mon, 28 Nov 2022 08:36:35 +0000 (09:36 +0100)]
Merge pull request #35434 from nextcloud/fix/update/32-bit

fix update for 32-bit

22 months ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 28 Nov 2022 02:19:24 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>