]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
22 months agoRename canInstallExists method and add new method for removal 27492/head
Alex Harpin [Sat, 19 Jun 2021 20:06:57 +0000 (21:06 +0100)]
Rename canInstallExists method and add new method for removal

Rename canInstallExists to shouldRemoveCanInstallFile to cover removal of this file for non-git channels and logging any failure to remove it.

Add new method to detect if this file exists during web based installation.

Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
22 months agoLog a warning to CLI install command if CAN_INSTALL is not removed
Alex Harpin [Sat, 19 Jun 2021 19:01:06 +0000 (20:01 +0100)]
Log a warning to CLI install command if CAN_INSTALL is not removed

Log a warning for the CLI install command if the CAN_INSTALL file still exists at the end of the installation.  This matches the warning logged by the web installer.

Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
22 months agoMove CAN_INSTALL check to method and remove unlink from SetupController
Alex Harpin [Sat, 19 Jun 2021 18:56:54 +0000 (19:56 +0100)]
Move CAN_INSTALL check to method and remove unlink from SetupController

Move the check for the CAN_INSTALL file in the config directory to a method in the Setup class and remove the call to unlink from the SetupController as this in now handled in the Setup class.

Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
22 months agoRemove the CAN_INSTALL file when occ maintenance:install is complete
Alex Harpin [Sun, 13 Jun 2021 09:08:17 +0000 (10:08 +0100)]
Remove the CAN_INSTALL file when occ maintenance:install is complete

When occ maintenance:install is run from the CLI, the CAN_INSTALL in the config directory is left in place when installed is set to true, whereas this file is removed when the web installer is used.  Removing this file in the CLI command maintains consistency between the two.  This allows automation tools an easier way to determine if this process has been completed.

Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
22 months agoMerge pull request #36052 from nextcloud/share-mount-check-cache-key-test
Vincent Petry [Tue, 10 Jan 2023 11:39:53 +0000 (12:39 +0100)]
Merge pull request #36052 from nextcloud/share-mount-check-cache-key-test

add test for shared mount conflict resolution

22 months agoMerge pull request #35964 from nextcloud/IMigrationStep-fix
Vincent Petry [Tue, 10 Jan 2023 11:39:31 +0000 (12:39 +0100)]
Merge pull request #35964 from nextcloud/IMigrationStep-fix

IMigrationStep progress bar fix

22 months agoMerge pull request #35966 from nextcloud/chore/remove-deprecated-dashboard
Julius Härtl [Tue, 10 Jan 2023 11:08:52 +0000 (12:08 +0100)]
Merge pull request #35966 from nextcloud/chore/remove-deprecated-dashboard

22 months agoMerge pull request #35980 from nextcloud/remove-legacy-ajax-list
Vincent Petry [Tue, 10 Jan 2023 09:41:04 +0000 (10:41 +0100)]
Merge pull request #35980 from nextcloud/remove-legacy-ajax-list

Remove unused legacy ajax/list.php in files app

22 months agoMerge pull request #36026 from nextcloud/fix/remove-at-matcher-in-dav
Côme Chilliet [Tue, 10 Jan 2023 09:18:50 +0000 (10:18 +0100)]
Merge pull request #36026 from nextcloud/fix/remove-at-matcher-in-dav

Get rid of deprecated at matcher in dav application tests

22 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Tue, 10 Jan 2023 02:24:52 +0000 (02:24 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoadd test for shared mount conflict resolution 36052/head
Robin Appelman [Mon, 9 Jan 2023 14:30:45 +0000 (15:30 +0100)]
add test for shared mount conflict resolution

Signed-off-by: Robin Appelman <robin@icewind.nl>
22 months agoRemove unused legacy ajax/list.php in files app 35980/head
Vincent Petry [Wed, 4 Jan 2023 10:16:56 +0000 (11:16 +0100)]
Remove unused legacy ajax/list.php in files app

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
22 months agoMerge pull request #36043 from nextcloud/fix/36042/link-reference-less-strict-content...
Vincent Petry [Mon, 9 Jan 2023 14:13:29 +0000 (15:13 +0100)]
Merge pull request #36043 from nextcloud/fix/36042/link-reference-less-strict-content-type-check

Link reference provider: Improve content-type check

22 months agoMerge pull request #36047 from nextcloud/share-mount-check-cache-key
Vincent Petry [Mon, 9 Jan 2023 14:11:47 +0000 (15:11 +0100)]
Merge pull request #36047 from nextcloud/share-mount-check-cache-key

fix cache key used to verify shared mountpoints

22 months agofix cache key used to verify shared mountpoints 36047/head
Robin Appelman [Mon, 9 Jan 2023 12:48:44 +0000 (13:48 +0100)]
fix cache key used to verify shared mountpoints

Signed-off-by: Robin Appelman <robin@icewind.nl>
22 months agoMerge pull request #35655 from nextcloud/enh/35654-Replace_custom_tooltips_with_nativ...
Julia Kirschenheuter [Mon, 9 Jan 2023 10:21:09 +0000 (11:21 +0100)]
Merge pull request #35655 from nextcloud/enh/35654-Replace_custom_tooltips_with_native_one_for_files_sharing

Replace custom tooltips with native one in vue components and views

22 months agoin the link reference provider, check if the link content type begins with text/html 36043/head
Julien Veyssier [Mon, 9 Jan 2023 10:08:56 +0000 (11:08 +0100)]
in the link reference provider, check if the link content type begins with text/html

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
22 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Mon, 9 Jan 2023 02:24:48 +0000 (02:24 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sun, 8 Jan 2023 02:24:44 +0000 (02:24 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Sat, 7 Jan 2023 02:24:09 +0000 (02:24 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoMerge pull request #36027 from nextcloud/bug/noid/toggle-grid-invisible-sidebar-open
Simon L [Fri, 6 Jan 2023 10:14:02 +0000 (11:14 +0100)]
Merge pull request #36027 from nextcloud/bug/noid/toggle-grid-invisible-sidebar-open

fix: show toggle grid view button with open sidebar

22 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Fri, 6 Jan 2023 02:24:57 +0000 (02:24 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoMerge pull request #36024 from nextcloud/artonge/fix/file_list_scroll_while_dragging
Louis [Thu, 5 Jan 2023 20:35:09 +0000 (21:35 +0100)]
Merge pull request #36024 from nextcloud/artonge/fix/file_list_scroll_while_dragging

Fix scrolling while dragging in file list view

22 months agofix: show toggle grid view button with open sidebar 36027/head
Daniel Kesselberg [Thu, 5 Jan 2023 18:42:52 +0000 (19:42 +0100)]
fix: show toggle grid view button with open sidebar

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
22 months agoGet rid of deprecated at matcher in dav application tests 36026/head
Côme Chilliet [Thu, 5 Jan 2023 17:25:31 +0000 (18:25 +0100)]
Get rid of deprecated at matcher in dav application tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
22 months agoFix scrolling while dragging in file list view 36024/head
Louis Chemineau [Thu, 5 Jan 2023 16:07:13 +0000 (17:07 +0100)]
Fix scrolling while dragging in file list view

Signed-off-by: Louis Chemineau <louis@chmn.me>
22 months agoMerge pull request #36016 from nextcloud/enh/noid/opengraph-link-reference-limits
Simon L [Thu, 5 Jan 2023 15:01:14 +0000 (16:01 +0100)]
Merge pull request #36016 from nextcloud/enh/noid/opengraph-link-reference-limits

Add restrictions when downloading to resolve with opengraph link provider

22 months agoMerge pull request #35973 from nextcloud/fix/hook-into-event-lifecycle
John Molakvoæ [Thu, 5 Jan 2023 14:47:29 +0000 (15:47 +0100)]
Merge pull request #35973 from nextcloud/fix/hook-into-event-lifecycle

Hook into sabre event lifecycle for iMip Messages

22 months agoMerge pull request #32057 from nextcloud/fix/make-UID-more-unique-for-systemaddressbook
John Molakvoæ [Thu, 5 Jan 2023 14:44:37 +0000 (15:44 +0100)]
Merge pull request #32057 from nextcloud/fix/make-UID-more-unique-for-systemaddressbook

Fix sync errors for card creation with the same uri from different sources

22 months agoMerge pull request #36015 from nextcloud/techdebt/36014/fix-image-optimization
Joas Schilling [Thu, 5 Jan 2023 12:21:12 +0000 (13:21 +0100)]
Merge pull request #36015 from nextcloud/techdebt/36014/fix-image-optimization

fix(CI): Check for the image-optimization binaries we want to use

22 months agoFix sync errors for duplicate cards with the same UID for different backends 32057/head
Anna Larch [Thu, 21 Apr 2022 19:27:11 +0000 (21:27 +0200)]
Fix sync errors for duplicate cards with the same UID for different backends

Signed-off-by: Anna Larch <anna@nextcloud.com>
22 months agoMerge pull request #36011 from nextcloud/bugfix/noid/fix-mail-icon
Joas Schilling [Thu, 5 Jan 2023 11:54:26 +0000 (12:54 +0100)]
Merge pull request #36011 from nextcloud/bugfix/noid/fix-mail-icon

fix(ui): Fix SVG mail icon missing width/height

22 months agoadd restrictions on content-type and content-size when downloading to resolve with... 36016/head
Julien Veyssier [Thu, 5 Jan 2023 11:17:55 +0000 (12:17 +0100)]
add restrictions on content-type and content-size when downloading to resolve with opengraph link provider

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
22 months agoHook into sabre event lifecycle for iMip Messages 35973/head
Anna Larch [Tue, 3 Jan 2023 23:21:36 +0000 (00:21 +0100)]
Hook into sabre event lifecycle for iMip Messages

Signed-off-by: Anna Larch <anna@nextcloud.com>
22 months agofix(CI): Check for the binaries we want to use 36015/head
Joas Schilling [Thu, 5 Jan 2023 10:18:36 +0000 (11:18 +0100)]
fix(CI): Check for the binaries we want to use

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months agofix(ui): Fix and optimize more SVGs 36011/head
Joas Schilling [Thu, 5 Jan 2023 10:01:14 +0000 (11:01 +0100)]
fix(ui): Fix and optimize more SVGs

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months agofix(ui): Fix SVG mail icon missing width and height
Joas Schilling [Thu, 5 Jan 2023 09:31:49 +0000 (10:31 +0100)]
fix(ui): Fix SVG mail icon missing width and height

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months agoMerge pull request #36008 from nextcloud/bugfix/noid/files-routes
John Molakvoæ [Thu, 5 Jan 2023 09:31:33 +0000 (10:31 +0100)]
Merge pull request #36008 from nextcloud/bugfix/noid/files-routes

22 months agoMerge pull request #36005 from nextcloud/fix/default-phone-region
Simon L [Thu, 5 Jan 2023 09:10:03 +0000 (10:10 +0100)]
Merge pull request #36005 from nextcloud/fix/default-phone-region

Fix default phone region validation

22 months agoReplace custom tooltips with native one in vue components and views 35655/head
julia.kirschenheuter [Wed, 7 Dec 2022 16:29:58 +0000 (17:29 +0100)]
Replace custom tooltips with native one in vue components and views

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
22 months agofix(files): Make sure that static routes on /apps/files still work 36008/head
Julius Härtl [Thu, 5 Jan 2023 07:10:33 +0000 (08:10 +0100)]
fix(files): Make sure that static routes on /apps/files still work

Signed-off-by: Julius Härtl <jus@bitgrid.net>
22 months agoMerge pull request #33898 from nextcloud/fix/authtoken-password-update
Julius Härtl [Thu, 5 Jan 2023 07:01:47 +0000 (08:01 +0100)]
Merge pull request #33898 from nextcloud/fix/authtoken-password-update

PublickKeyTokenProvider: Fix password update routine with password hash

22 months agoMerge pull request #35667 from nextcloud/allow-target-blank-in-app-navigation
Joas Schilling [Thu, 5 Jan 2023 06:39:00 +0000 (07:39 +0100)]
Merge pull request #35667 from nextcloud/allow-target-blank-in-app-navigation

Allow target="_blank" in apps navigation items

22 months agoRecompile 35667/head
Joas Schilling [Thu, 5 Jan 2023 06:14:20 +0000 (07:14 +0100)]
Recompile

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months agoAllow target="_blank" in app navigation items
Thomas Citharel [Thu, 8 Dec 2022 09:02:20 +0000 (10:02 +0100)]
Allow target="_blank" in app navigation items

Which was removed in the Vue rewrite in #33728. This breaks things like https://github.com/nextcloud/external/issues/79

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
22 months agoMerge pull request #35981 from nextcloud/followup/35965/const-for-max-password-length
Joas Schilling [Thu, 5 Jan 2023 05:31:32 +0000 (06:31 +0100)]
Merge pull request #35981 from nextcloud/followup/35965/const-for-max-password-length

Add a const for the max user password length

22 months agoMerge pull request #35979 from nextcloud/feature/talk-4657/show-local-time-in-avatar...
Joas Schilling [Thu, 5 Jan 2023 05:30:44 +0000 (06:30 +0100)]
Merge pull request #35979 from nextcloud/feature/talk-4657/show-local-time-in-avatar-menu

Show local time in avatar menu

22 months agoFix(l10n): 🔠 Update translations from Transifex
Nextcloud bot [Thu, 5 Jan 2023 02:24:26 +0000 (02:24 +0000)]
Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoMerge pull request #35996 from nextcloud/update-nc-vue-7.3.0
Pytal [Thu, 5 Jan 2023 01:59:23 +0000 (17:59 -0800)]
Merge pull request #35996 from nextcloud/update-nc-vue-7.3.0

Bump @nextcloud/vue from 7.2.0 to 7.3.0

22 months agoBump @nextcloud/vue from 7.2.0 to 7.3.0 35996/head
Vincent Petry [Wed, 4 Jan 2023 15:55:05 +0000 (16:55 +0100)]
Bump @nextcloud/vue from 7.2.0 to 7.3.0

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
22 months agoFix default phone region validation 36005/head
Christopher Ng [Thu, 5 Jan 2023 00:23:49 +0000 (00:23 +0000)]
Fix default phone region validation

Signed-off-by: Christopher Ng <chrng8@gmail.com>
22 months agoMerge pull request #34865 from nextcloud/enh/log-log-itip-message-response
Anna [Wed, 4 Jan 2023 22:20:56 +0000 (23:20 +0100)]
Merge pull request #34865 from nextcloud/enh/log-log-itip-message-response

Add logging to Scheduling Plugin

22 months agoMerge pull request #36000 from nextcloud/remove-jstz
Simon L [Wed, 4 Jan 2023 21:40:34 +0000 (22:40 +0100)]
Merge pull request #36000 from nextcloud/remove-jstz

Remove jstz usage from server

22 months agoRemove jstz usage from server 36000/head
Thomas Citharel [Wed, 4 Jan 2023 16:32:23 +0000 (17:32 +0100)]
Remove jstz usage from server

Every proper browser has this kind of data now, with more up-to-date
data than what's inside this package, which hasn't been updated in 3
years.

https://github.com/pellepim/jstimezonedetect/issues/6
https://github.com/pellepim/jstimezonedetect/issues/9

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
22 months agoMerge pull request #35772 from nextcloud/feat/files2vue-navigation
John Molakvoæ [Wed, 4 Jan 2023 16:54:08 +0000 (17:54 +0100)]
Merge pull request #35772 from nextcloud/feat/files2vue-navigation

Port Files navigation to vue

22 months ago[WIP] Add logging to Scheduling Plugin 34865/head
Anna Larch [Fri, 28 Oct 2022 08:37:49 +0000 (10:37 +0200)]
[WIP] Add logging to Scheduling Plugin

Signed-off-by: Anna Larch <anna@nextcloud.com>
22 months agofeat(files): Add clipboard copy to webdav url in files settings 35772/head
John Molakvoæ [Wed, 4 Jan 2023 11:12:12 +0000 (12:12 +0100)]
feat(files): Add clipboard copy to webdav url in files settings

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agofix(files): Settings & cypress fixes
John Molakvoæ [Wed, 4 Jan 2023 10:55:43 +0000 (11:55 +0100)]
fix(files): Settings & cypress fixes

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoHide settings when empty
John Molakvoæ [Wed, 4 Jan 2023 10:50:52 +0000 (11:50 +0100)]
Hide settings when empty

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoFix favourite opening
John Molakvoæ [Wed, 4 Jan 2023 10:47:36 +0000 (11:47 +0100)]
Fix favourite opening

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoAdd component testing workflow
John Molakvoæ [Tue, 3 Jan 2023 15:51:59 +0000 (16:51 +0100)]
Add component testing workflow

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoFixing tests
John Molakvoæ [Wed, 28 Dec 2022 18:08:54 +0000 (19:08 +0100)]
Fixing tests

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoAdd component testing
John Molakvoæ [Wed, 28 Dec 2022 14:29:54 +0000 (15:29 +0100)]
Add component testing

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoFix preview crop
John Molakvoæ [Wed, 14 Dec 2022 16:36:17 +0000 (17:36 +0100)]
Fix preview crop

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoPort settings to Modal
John Molakvoæ [Wed, 14 Dec 2022 15:54:35 +0000 (16:54 +0100)]
Port settings to Modal

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoPort Files navigation to vue
John Molakvoæ [Thu, 1 Dec 2022 13:34:23 +0000 (14:34 +0100)]
Port Files navigation to vue

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
22 months agoMerge pull request #35975 from nextcloud/updateCrl
Vincent Petry [Wed, 4 Jan 2023 15:28:11 +0000 (16:28 +0100)]
Merge pull request #35975 from nextcloud/updateCrl

 Update crl after revoke files_bpm.csr

22 months agoFix unit tests of the ActionProviderStore 35979/head
Joas Schilling [Wed, 4 Jan 2023 15:17:43 +0000 (16:17 +0100)]
Fix unit tests of the ActionProviderStore

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months agoMerge pull request #35987 from nextcloud/audit-fix-json5
Vincent Petry [Wed, 4 Jan 2023 15:16:21 +0000 (16:16 +0100)]
Merge pull request #35987 from nextcloud/audit-fix-json5

Bump json5 from 1.0.1-1.0.2 and 2.2.0-2.2.3

22 months agoMerge pull request #35941 from nextcloud/CarlSchwan-patch-1
Joas Schilling [Wed, 4 Jan 2023 15:08:11 +0000 (16:08 +0100)]
Merge pull request #35941 from nextcloud/CarlSchwan-patch-1

Remove myself from being codeowner of some modules

22 months agoBump json5 from 1.0.1-1.0.2 and 2.2.0-2.2.3 35987/head
Vincent Petry [Wed, 4 Jan 2023 13:08:55 +0000 (14:08 +0100)]
Bump json5 from 1.0.1-1.0.2 and 2.2.0-2.2.3

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
22 months agoMerge pull request #35978 from nextcloud/bugfix/noid/fix-user-status-icon-in-avatar...
John Molakvoæ [Wed, 4 Jan 2023 12:25:37 +0000 (13:25 +0100)]
Merge pull request #35978 from nextcloud/bugfix/noid/fix-user-status-icon-in-avatar-menu

22 months agoMerge pull request #35972 from nextcloud/fix/34777/improve-app-sidebar
Vincent Petry [Wed, 4 Jan 2023 11:46:35 +0000 (12:46 +0100)]
Merge pull request #35972 from nextcloud/fix/34777/improve-app-sidebar

appsidebar should be compact when opened on small heights

22 months agoMerge pull request #35974 from CaptainSifff/master
Simon L [Wed, 4 Jan 2023 11:14:08 +0000 (12:14 +0100)]
Merge pull request #35974 from CaptainSifff/master

elaborate on what is required for using the tempdirectory setting of nextcloud

22 months agoUpdate config/config.sample.php: fix typos. 35974/head
CaptainSifff [Wed, 4 Jan 2023 10:41:00 +0000 (11:41 +0100)]
Update config/config.sample.php: fix typos.

Co-authored-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: CaptainSifff <CaptainSifff@gmx.de>
22 months agoAdd a const for the max user password length 35981/head
Joas Schilling [Wed, 4 Jan 2023 10:23:43 +0000 (11:23 +0100)]
Add a const for the max user password length

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months agoFix user status icon in avatar menu 35978/head
Joas Schilling [Wed, 4 Jan 2023 09:18:24 +0000 (10:18 +0100)]
Fix user status icon in avatar menu

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months agoShow local time in avatar menu
Joas Schilling [Wed, 4 Jan 2023 09:41:31 +0000 (10:41 +0100)]
Show local time in avatar menu

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months agoappsidebar should be compact when opened on small heights 35972/head
Simon L [Tue, 3 Jan 2023 23:09:16 +0000 (00:09 +0100)]
appsidebar should be compact when opened on small heights

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 #35965 from nextcloud/bugfix/noid/limit-length-when-reseting-password
Joas Schilling [Wed, 4 Jan 2023 08:51:54 +0000 (09:51 +0100)]
Merge pull request #35965 from nextcloud/bugfix/noid/limit-length-when-reseting-password

Also limit the password length on reset

22 months agoMerge pull request #35873 from leegarrett/35830_lgarrett
Joas Schilling [Wed, 4 Jan 2023 08:51:12 +0000 (09:51 +0100)]
Merge pull request #35873 from leegarrett/35830_lgarrett

Implement occ status command via return codes v2 (Fixes: #35704)

22 months agoMerge pull request #35876 from bennet0496/patch-mail-header
Joas Schilling [Wed, 4 Jan 2023 08:34:14 +0000 (09:34 +0100)]
Merge pull request #35876 from bennet0496/patch-mail-header

Adding option to set Auto-Submitted email header

22 months agochore(version): Bump dev version to trigger database migration 33898/head
Julius Härtl [Tue, 3 Jan 2023 18:01:36 +0000 (19:01 +0100)]
chore(version): Bump dev version to trigger database migration

Signed-off-by: Julius Härtl <jus@bitgrid.net>
22 months agoPublickKeyTokenProvider: Fix password update routine with password hash
Marcel Klehr [Thu, 1 Dec 2022 17:06:58 +0000 (18:06 +0100)]
PublickKeyTokenProvider: Fix password update routine with password hash

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
22 months ago Update crl after revoke files_bpm.csr 35975/head
Vitor Mattos [Wed, 4 Jan 2023 02:48:28 +0000 (02:48 +0000)]
 Update crl after revoke files_bpm.csr

Signed-off-by: Vitor Mattos <vitor@php.rio>
22 months agoelaborate on what is required for using the tempdirectory setting of nextcloud
Florian Goth [Wed, 4 Jan 2023 00:14:40 +0000 (01:14 +0100)]
elaborate on what is required for using the tempdirectory setting of nextcloud

Signed-off-by: Florian Goth <fgoth@physik.uni-wuerzburg.de>
22 months agoMerge pull request #35969 from bbx-github/patch-1
Simon L [Tue, 3 Jan 2023 19:32:49 +0000 (20:32 +0100)]
Merge pull request #35969 from bbx-github/patch-1

fix link to documentation of php function

22 months agochore(OCP): Remove deprecated dashboard interfaces and classes 35966/head
Julius Härtl [Tue, 3 Jan 2023 16:29:13 +0000 (17:29 +0100)]
chore(OCP): Remove deprecated dashboard interfaces and classes

Signed-off-by: Julius Härtl <jus@bitgrid.net>
22 months agofix link to documentation of php function 35969/head
bbx-github [Tue, 3 Jan 2023 17:31:05 +0000 (18:31 +0100)]
fix link to documentation of php function

Signed-off-by: bbx-github <53237674+bbx-github@users.noreply.github.com>
22 months agoAlso limit the password length on reset 35965/head
Joas Schilling [Tue, 3 Jan 2023 15:36:01 +0000 (16:36 +0100)]
Also limit the password length on reset

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months agoIMigrationStep progress bar fix 35964/head
Git'Fellow [Tue, 3 Jan 2023 15:32:44 +0000 (16:32 +0100)]
IMigrationStep progress bar fix

Context here: https://github.com/nextcloud/server/issues/35960

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
22 months agofix missing class in NewUserMailHelper and static code analysis errors 35876/head
Bennet Becker [Tue, 3 Jan 2023 15:23:41 +0000 (16:23 +0100)]
fix missing class in NewUserMailHelper and static code analysis errors

Signed-off-by: Bennet Becker <dev@bennet.cc>
22 months agoNo output by default when --exit-code is used 35873/head
Joas Schilling [Tue, 3 Jan 2023 14:43:25 +0000 (15:43 +0100)]
No output by default when --exit-code is used

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months agoupdate usages of AutoSubmittedValue to AutoSubmitted::VALUE_
Bennet Becker [Tue, 3 Jan 2023 14:28:43 +0000 (15:28 +0100)]
update usages of AutoSubmittedValue to AutoSubmitted::VALUE_

Signed-off-by: Bennet Becker <dev@bennet.cc>
22 months agoupdating autoloader files
Bennet Becker [Tue, 3 Jan 2023 14:05:24 +0000 (15:05 +0100)]
updating autoloader files

Signed-off-by: Bennet Becker <dev@bennet.cc>
22 months agorefactor AutoSubmittedValue to Headers\AutoSubmitted and adding
Bennet Becker [Tue, 3 Jan 2023 14:03:40 +0000 (15:03 +0100)]
refactor AutoSubmittedValue to Headers\AutoSubmitted and adding
header name to constants

Signed-off-by: Bennet Becker <dev@bennet.cc>
22 months agoMerge pull request #35943 from nextcloud/fix/code-fixes-from-34997
Côme Chilliet [Tue, 3 Jan 2023 13:32:31 +0000 (14:32 +0100)]
Merge pull request #35943 from nextcloud/fix/code-fixes-from-34997

Code fixes from PR 34997

22 months agoMerge pull request #35957 from nextcloud/bugfix/noid/improve-rate-limit-in-github...
Vincent Petry [Tue, 3 Jan 2023 13:14:36 +0000 (14:14 +0100)]
Merge pull request #35957 from nextcloud/bugfix/noid/improve-rate-limit-in-github-actions

chore(CI): Improve rate limit situation when installing phpunit

22 months agoMerge pull request #35956 from nextcloud/docs/ipv6-cidr
Joas Schilling [Tue, 3 Jan 2023 13:05:25 +0000 (14:05 +0100)]
Merge pull request #35956 from nextcloud/docs/ipv6-cidr

docs: trusted_proxies support IPv6 ranges

22 months agochore(CI): Improve rate limit situation when installing phpunit 35957/head
Joas Schilling [Tue, 3 Jan 2023 12:33:49 +0000 (13:33 +0100)]
chore(CI): Improve rate limit situation when installing phpunit

Signed-off-by: Joas Schilling <coding@schilljs.com>