]>
source.dussan.org Git - nextcloud-server.git/log
Arthur Schiwon [Thu, 18 Jan 2024 14:01:31 +0000 (15:01 +0100)]
Merge pull request #42789 from nextcloud/release/28.0.2_rc1
28.0.2 RC1
Arthur Schiwon [Thu, 18 Jan 2024 13:59:57 +0000 (14:59 +0100)]
Merge pull request #42921 from nextcloud/backport/42891/stable28
[stable28] Improve path resolution in files_version hooks
John Molakvoæ [Thu, 18 Jan 2024 12:57:25 +0000 (13:57 +0100)]
Merge pull request #42767 from nextcloud/backport/42598/stable28
Arthur Schiwon [Thu, 18 Jan 2024 12:21:19 +0000 (13:21 +0100)]
Merge pull request #42779 from nextcloud/backport/42126/stable28
[stable28] Tooltip outside click, should abort share creation
Arthur Schiwon [Thu, 18 Jan 2024 11:34:52 +0000 (12:34 +0100)]
Merge pull request #42918 from nextcloud/backport/setupchecks-2/stable28
[stable28] Setup check migrations to new API
John Molakvoæ [Thu, 18 Jan 2024 11:27:35 +0000 (12:27 +0100)]
Merge pull request #42882 from nextcloud/backport/42853/stable28
John Molakvoæ [Fri, 5 Jan 2024 16:08:17 +0000 (17:08 +0100)]
fix(files): use backend error message if provided
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Thu, 18 Jan 2024 11:22:55 +0000 (12:22 +0100)]
Merge pull request #42895 from nextcloud/backport/42840/stable28
Joas Schilling [Thu, 18 Jan 2024 11:17:54 +0000 (12:17 +0100)]
Merge pull request #42928 from nextcloud/backport/42923/stable28
[stable28] fix(build): Do not generated OpenAPI for non-shipped apps or apps without OpenAPI support
provokateurin [Thu, 18 Jan 2024 10:22:43 +0000 (11:22 +0100)]
fix(build): Do not generated OpenAPI for non-shipped apps or apps without OpenAPI support
Signed-off-by: provokateurin <kate@provokateurin.de>
Louis Chemineau [Wed, 17 Jan 2024 16:07:59 +0000 (17:07 +0100)]
Improve path resolution in files_version hooks
Signed-off-by: Louis Chemineau <louis@chmn.me>
Arthur Schiwon [Thu, 18 Jan 2024 10:13:11 +0000 (11:13 +0100)]
Merge pull request #42899 from nextcloud/backport/42860/stable28
[stable28] Update ContactsStore: Avoid exceptions on empties
Arthur Schiwon [Thu, 18 Jan 2024 10:01:33 +0000 (11:01 +0100)]
Merge pull request #42906 from nextcloud/fix/caldav/update-acls-deletedcalendarobjectscollection-stable28
[stable28] fix(CalDAV): set acls for DeletedCalendarObjectsCollection
Côme Chilliet [Mon, 15 Jan 2024 14:40:21 +0000 (15:40 +0100)]
Remove obsolete check of curl SSL version
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 15 Jan 2024 16:24:25 +0000 (17:24 +0100)]
Remove references to removed functions in tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 15 Jan 2024 14:05:45 +0000 (15:05 +0100)]
Fix Cron setup check tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 15 Jan 2024 14:05:14 +0000 (15:05 +0100)]
Migrate Cron checks to new SetupCheck API
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 15 Jan 2024 14:06:58 +0000 (15:06 +0100)]
Fix CheckSetupControllerTest following overwrite.cli.url migration
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 15 Jan 2024 12:54:26 +0000 (13:54 +0100)]
Migrate overwrite.cli.url setup check to new API
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 15 Jan 2024 12:20:32 +0000 (13:20 +0100)]
Fix tests because we added escaping to setupchecks
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 11 Jan 2024 14:09:18 +0000 (15:09 +0100)]
Fix tests in CheckSetupControllerTest
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 11 Jan 2024 13:57:25 +0000 (14:57 +0100)]
Remove CSRF check from code integrity rescan
Did not find a way to get a valid token from SetupCheck
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 11 Jan 2024 11:18:25 +0000 (12:18 +0100)]
Properly escape HTML and add support for highlight links in setupchecks
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 11 Jan 2024 11:17:59 +0000 (12:17 +0100)]
Improve validator output in case of invalid RichObject
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 9 Jan 2024 17:03:32 +0000 (18:03 +0100)]
Use highlight rich objecttype to render links in CodeIntegrity setup check
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 26 Oct 2023 13:51:51 +0000 (15:51 +0200)]
Migrate code integrity to SetupCheck API
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
John Molakvoæ [Tue, 16 Jan 2024 11:10:27 +0000 (12:10 +0100)]
fix(files): prevent dragging previews and appear as an external files DnD
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Johannes Merkel [Wed, 3 Jan 2024 14:49:53 +0000 (15:49 +0100)]
fix(CalDAV): set acls for DeletedCalendarObjectsCollection
Signed-off-by: Johannes Merkel <mail@johannesgge.de>
Ferdinand Thiessen [Thu, 18 Jan 2024 01:28:07 +0000 (02:28 +0100)]
Merge pull request #42897 from nextcloud/backport/42887/stable28
[stable28] fix(theming): Make sure `color-border-maxcontrast` fulfills 3:1 contrast
Nextcloud bot [Thu, 18 Jan 2024 00:19:55 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Eduardo Morales [Wed, 17 Jan 2024 20:43:46 +0000 (14:43 -0600)]
Merge pull request #42898 from nextcloud/backport/42856/stable28
[stable28] enh(a11y): improved contrast on user menu
Arthur Schiwon [Wed, 17 Jan 2024 20:03:44 +0000 (21:03 +0100)]
Merge pull request #42697 from nextcloud/fix/add-settings-section-type-attribute-stable28
[stable28] Fix/add settings section type attribute
Eduardo Morales [Wed, 17 Jan 2024 19:49:45 +0000 (13:49 -0600)]
Merge pull request #42859 from nextcloud/backport/stable28/42744/fix/updatenotification/42637/move-title-and-aria-label-to-interactive-element
[stable28] fix(update-section): changed span to an interactive element
Arthur Schiwon [Wed, 17 Jan 2024 19:40:35 +0000 (20:40 +0100)]
Merge pull request #42868 from nextcloud/backport/42607/stable28
[stable28] fix(session): Avoid useless authtoken DB queries for anonymous requests
Arthur Schiwon [Wed, 17 Jan 2024 19:37:51 +0000 (20:37 +0100)]
Merge pull request #42861 from nextcloud/backport/42834/stable28
[stable28] chore(theming): fix warning of incorrect `NcCheckboxRadioSwitch` usage
nextcloud-command [Wed, 17 Jan 2024 18:53:32 +0000 (18:53 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Josh [Wed, 17 Jan 2024 04:57:58 +0000 (23:57 -0500)]
Update ContactsStore: Avoid exceptions on empties
Fixes #42858 and makes things more robust
Signed-off-by: Josh <josh.t.richards@gmail.com>
Eduardo Morales [Tue, 16 Jan 2024 19:40:24 +0000 (13:40 -0600)]
enh(a11y): improved contrast on user menu
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Eduardo Morales [Fri, 12 Jan 2024 17:04:48 +0000 (11:04 -0600)]
fix(update-section): changed span to an interactive element
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Ferdinand Thiessen [Wed, 17 Jan 2024 14:26:56 +0000 (15:26 +0100)]
fix(theming): Make sure `color-border-maxcontrast` fulfills 3:1 contrast
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Eduardo Morales [Wed, 17 Jan 2024 16:27:37 +0000 (10:27 -0600)]
Merge pull request #42430 from nextcloud/backport/42334/stable28
[stable28] enh(settings): Refactor UI for session and app token management
nextcloud-command [Wed, 17 Jan 2024 11:48:48 +0000 (11:48 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Grigorii K. Shartsev [Tue, 16 Jan 2024 09:56:10 +0000 (10:56 +0100)]
chore(theming): fix warning of incorrect NcCheckboxRadioSwitch usage
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
[skip ci]
Ferdinand Thiessen [Thu, 21 Dec 2023 23:07:11 +0000 (00:07 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Sat, 16 Dec 2023 22:38:17 +0000 (23:38 +0100)]
enh(settings): Refactor frontend for session and app token management
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Arthur Schiwon [Wed, 17 Jan 2024 13:55:53 +0000 (14:55 +0100)]
Merge pull request #42874 from nextcloud/backport/42563/stable28
[stable28] Update crl after revoke integration_homeassistant.csr
Anna [Wed, 17 Jan 2024 13:26:21 +0000 (14:26 +0100)]
Merge pull request #42854 from nextcloud/backport/42805/stable28
[stable28] fix(userstatus): catch unique constraint violation
Joas Schilling [Wed, 17 Jan 2024 11:52:04 +0000 (12:52 +0100)]
Merge pull request #42871 from nextcloud/backport/42658/stable28
[stable28] fix(systemreport): Mark more configs as sensitive
John Molakvoæ [Wed, 17 Jan 2024 10:11:14 +0000 (11:11 +0100)]
fix(dav): ajax request check on public remote endpoints
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Joas Schilling [Wed, 17 Jan 2024 09:50:41 +0000 (10:50 +0100)]
Merge pull request #42864 from nextcloud/backport/42862/stable28
[stable28] fix(manifest): Check if app exists instead of accessing null as an array
Matthieu Gallien [Wed, 3 Jan 2024 17:28:38 +0000 (17:28 +0000)]
Update crl after revoke integration_homeassistant.csr
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Joas Schilling [Tue, 9 Jan 2024 11:50:15 +0000 (12:50 +0100)]
fix(systemreport): Mark more configs as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
Git'Fellow [Sat, 6 Jan 2024 08:03:59 +0000 (09:03 +0100)]
fix(session): Avoid two useless authtoken DB queries for every anonymous request
Co-Authored-By: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Thomas Citharel [Fri, 5 Jan 2024 09:06:28 +0000 (10:06 +0100)]
fix(settings): check if activeSectionId and activeSectionType are defined before using them
Closes #41513
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Thomas Citharel [Fri, 5 Jan 2024 08:45:50 +0000 (09:45 +0100)]
Add data-active-section-type attribute to app-content settings section
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Arthur Schiwon [Wed, 17 Jan 2024 08:47:13 +0000 (09:47 +0100)]
Merge pull request #42824 from nextcloud/backport/42768/stable28
[stable28] (dashboard): Lower error to info log message
Joas Schilling [Mon, 11 Dec 2023 07:59:45 +0000 (08:59 +0100)]
fix(manifest): Check if app exists instead of accessing null as an array
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Wed, 17 Jan 2024 00:20:25 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Tue, 16 Jan 2024 20:59:51 +0000 (21:59 +0100)]
Merge pull request #42851 from nextcloud/backport/42720/stable28
[stable28] use showError in TransferOwnershipDialogue
Anna Larch [Mon, 15 Jan 2024 14:13:26 +0000 (15:13 +0100)]
fix(userstatus): catch unique constraint violation
Signed-off-by: Anna Larch <anna@nextcloud.com>
Arthur Schiwon [Tue, 16 Jan 2024 18:17:23 +0000 (19:17 +0100)]
Merge pull request #42827 from nextcloud/backport/41272/stable28
[stable28] fix: reduce memory consumption of scans
John Molakvoæ [Tue, 16 Jan 2024 16:57:26 +0000 (17:57 +0100)]
Merge pull request #42735 from nextcloud/backport/41979/stable28
Ferdinand Thiessen [Tue, 16 Jan 2024 15:47:30 +0000 (16:47 +0100)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Simon L [Thu, 11 Jan 2024 16:27:01 +0000 (17:27 +0100)]
use showError in TransferOwnershipDialogue
Signed-off-by: Simon L <szaimen@e.mail.de>
Eduardo Morales [Tue, 16 Jan 2024 15:13:51 +0000 (09:13 -0600)]
chore(sharing): compiled assets
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
John Molakvoæ [Sat, 2 Dec 2023 12:36:30 +0000 (13:36 +0100)]
fix(files_sharing): fix sharing status indicator side after component update
Seems like the components now have max-height/width set too
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Benjamin Gaussorgues [Tue, 16 Jan 2024 15:55:45 +0000 (16:55 +0100)]
Merge pull request #42795 from nextcloud/backport/setupchecks/stable28
[stable28] Migrate setup checks to new SetupCheck API
Grigorii K. Shartsev [Tue, 16 Jan 2024 15:53:50 +0000 (20:53 +0500)]
Merge pull request #42848 from nextcloud/stable28-fix/41826-avoid_same_h1_and_h2_headings
[stable28] fix/41826 avoid same h1 and h2 headings
Joas Schilling [Tue, 16 Jan 2024 14:29:05 +0000 (15:29 +0100)]
Merge pull request #42832 from nextcloud/backport/42806/stable28
[stable28] fix(appstore): Only send subscription keys to valid appstores
julia.kirschenheuter [Fri, 12 Jan 2024 15:53:04 +0000 (16:53 +0100)]
Complete `<h1>` settings heading
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
(cherry picked from commit
f6ec297df6ccdef217765c02e7e3bbc835547092)
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Ferdinand Thiessen [Tue, 16 Jan 2024 10:54:52 +0000 (11:54 +0100)]
Merge pull request #42816 from nextcloud/backport/42436/stable28
[stable28] enh(settings): Add SetupCheck to ensure webserver correctly serves `.mjs` files
Arthur Schiwon [Tue, 16 Jan 2024 10:35:01 +0000 (11:35 +0100)]
Merge pull request #42772 from nextcloud/backport/42718/stable28
[stable28] Remove unneeded role="radiogroup" from "Predefined statuses"
John Molakvoæ [Tue, 16 Jan 2024 10:08:23 +0000 (11:08 +0100)]
Merge pull request #42591 from nextcloud/backport/41346/stable28
John Molakvoæ [Wed, 8 Nov 2023 17:38:44 +0000 (18:38 +0100)]
fix(files): better upload error handling
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Wed, 8 Nov 2023 16:50:20 +0000 (17:50 +0100)]
feat(files): disable upload button if quota is reached
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Wed, 8 Nov 2023 16:44:26 +0000 (17:44 +0100)]
feat(files): show quota warning on page load or if storage becomes full
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Joas Schilling [Mon, 15 Jan 2024 14:39:45 +0000 (15:39 +0100)]
fix(appstore): Only send subscription keys to valid appstores
Signed-off-by: Joas Schilling <coding@schilljs.com>
Git'Fellow [Fri, 3 Nov 2023 15:31:02 +0000 (16:31 +0100)]
fix: reduce memory consumption of scans
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Fix lint
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Git'Fellow [Mon, 15 Jan 2024 08:29:22 +0000 (09:29 +0100)]
Lower to info
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Git'Fellow [Sun, 14 Jan 2024 21:45:48 +0000 (22:45 +0100)]
Lower error to warning
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Nextcloud bot [Tue, 16 Jan 2024 00:19:00 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Mon, 15 Jan 2024 23:11:28 +0000 (15:11 -0800)]
Merge pull request #42819 from nextcloud/backport/42727/stable28
[stable28] fix(l10n): Add context note for table footers
nextcloud-command [Mon, 15 Jan 2024 22:26:59 +0000 (22:26 +0000)]
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Christopher Ng [Thu, 11 Jan 2024 18:17:21 +0000 (10:17 -0800)]
fix(l10n): Add context note for table footers
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Maxence Lange [Mon, 15 Jan 2024 20:52:12 +0000 (19:52 -0100)]
Merge pull request #42810 from nextcloud/backports/42670/42670-stable28
[stable28] occ background-job:delete
Arthur Schiwon [Mon, 15 Jan 2024 20:42:47 +0000 (21:42 +0100)]
Merge pull request #42786 from nextcloud/backport/42660/stable28
[stable28] fix(share): use user timezone to parse share expiration date
Arthur Schiwon [Mon, 15 Jan 2024 20:42:16 +0000 (21:42 +0100)]
Merge pull request #42758 from nextcloud/automated/noid/stable28-fix-npm-audit
[stable28] Fix npm audit
Arthur Schiwon [Mon, 15 Jan 2024 20:40:00 +0000 (21:40 +0100)]
Merge pull request #42815 from nextcloud/backport/42781/stable28
[stable28] Fix crash of login in case of duplicated group membership
Arthur Schiwon [Mon, 15 Jan 2024 20:37:11 +0000 (21:37 +0100)]
Merge pull request #42739 from nextcloud/fix/a11y/aria-hide-contacts-menu-images-stable28
[stable28] fix(a11y): Aria-hide contacts menu icon images
Pytal [Mon, 15 Jan 2024 19:51:46 +0000 (11:51 -0800)]
Merge pull request #42766 from nextcloud/backport/42723/stable28
[stable28] fix(settings): set default or unlimited user quota
Ferdinand Thiessen [Wed, 10 Jan 2024 10:58:40 +0000 (11:58 +0100)]
Update apps/settings/lib/SetupChecks/JavaScriptModules.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Thu, 21 Dec 2023 23:00:04 +0000 (00:00 +0100)]
enh(settings): Add SetupCheck to ensure webserver correctly serves `.mjs` files
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 15 Jan 2024 17:16:41 +0000 (18:16 +0100)]
Merge pull request #42804 from nextcloud/backport/42585/stable28
[stable28] Add RichObject support for SetupCheck descriptions
Côme Chilliet [Mon, 15 Jan 2024 08:39:59 +0000 (09:39 +0100)]
Fix crash of login in case of duplicated group membership
If several LDAP configurations return the same group id for a user it
should still only appear once in the return of getUserGroups
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Joas Schilling [Mon, 15 Jan 2024 16:24:06 +0000 (17:24 +0100)]
Merge pull request #42771 from nextcloud/backport/42619/stable28
[stable28] fix(dav): Fix user status "Undefined array key 0 at StatusService.php…
Maxence Lange [Thu, 11 Jan 2024 15:58:10 +0000 (14:58 -0100)]
occ background-job:delete
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Benjamin Gaussorgues [Mon, 15 Jan 2024 14:56:12 +0000 (15:56 +0100)]
Merge branch 'stable28' into backport/42660/stable28
Côme Chilliet [Thu, 11 Jan 2024 10:26:24 +0000 (11:26 +0100)]
Use match statement in richToParsed implementation
Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 9 Jan 2024 15:46:42 +0000 (16:46 +0100)]
Document new throw possibility in SetupResult
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 9 Jan 2024 15:44:48 +0000 (16:44 +0100)]
Add TODO for richToParsed refactor
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>