]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
7 months agoMerge pull request #43835 from nextcloud/backport/43605/stable28
John Molakvoæ [Thu, 29 Feb 2024 10:33:37 +0000 (11:33 +0100)]
Merge pull request #43835 from nextcloud/backport/43605/stable28

7 months agoMerge pull request #43833 from nextcloud/backport/43428/stable28
John Molakvoæ [Thu, 29 Feb 2024 10:33:03 +0000 (11:33 +0100)]
Merge pull request #43833 from nextcloud/backport/43428/stable28

7 months agoMerge pull request #43828 from nextcloud/backport/43787/stable28
John Molakvoæ [Thu, 29 Feb 2024 10:32:48 +0000 (11:32 +0100)]
Merge pull request #43828 from nextcloud/backport/43787/stable28

7 months agoMerge pull request #43813 from nextcloud/backport/43248/stable28
John Molakvoæ [Thu, 29 Feb 2024 10:32:08 +0000 (11:32 +0100)]
Merge pull request #43813 from nextcloud/backport/43248/stable28

7 months agoMerge pull request #43801 from nextcloud/backport/43187/stable28
John Molakvoæ [Thu, 29 Feb 2024 10:31:40 +0000 (11:31 +0100)]
Merge pull request #43801 from nextcloud/backport/43187/stable28

7 months agoMerge pull request #43800 from nextcloud/backport/39553/stable28
John Molakvoæ [Thu, 29 Feb 2024 10:31:16 +0000 (11:31 +0100)]
Merge pull request #43800 from nextcloud/backport/39553/stable28

[stable28] Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDAR

7 months agoMerge pull request #43795 from nextcloud/backport/43784/stable28
John Molakvoæ [Thu, 29 Feb 2024 10:30:50 +0000 (11:30 +0100)]
Merge pull request #43795 from nextcloud/backport/43784/stable28

7 months agoMerge pull request #43788 from nextcloud/backport/39607/stable28
John Molakvoæ [Thu, 29 Feb 2024 10:30:23 +0000 (11:30 +0100)]
Merge pull request #43788 from nextcloud/backport/39607/stable28

7 months agoMerge pull request #43817 from nextcloud/backport/42706/stable28
John Molakvoæ [Thu, 29 Feb 2024 10:29:05 +0000 (11:29 +0100)]
Merge pull request #43817 from nextcloud/backport/42706/stable28

7 months agoMerge pull request #43888 from nextcloud/release/28.0.3 v28.0.3
John Molakvoæ [Thu, 29 Feb 2024 07:42:55 +0000 (08:42 +0100)]
Merge pull request #43888 from nextcloud/release/28.0.3

7 months agoMerge pull request #43869 from nextcloud/backport/43768/stable28
John Molakvoæ [Thu, 29 Feb 2024 07:33:23 +0000 (08:33 +0100)]
Merge pull request #43869 from nextcloud/backport/43768/stable28

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 29 Feb 2024 00:20:29 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months ago28.0.3 43888/head
skjnldsv [Wed, 28 Feb 2024 09:42:56 +0000 (10:42 +0100)]
28.0.3

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
7 months agofix(dav): Init ViewOnlyPlugin after auth 43869/head
Louis Chemineau [Mon, 26 Feb 2024 15:57:30 +0000 (16:57 +0100)]
fix(dav): Init ViewOnlyPlugin after auth

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 28 Feb 2024 00:28:36 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agofix(admin role): fix old and wrong way to determine whether user is admin 43817/head
Arthur Schiwon [Thu, 11 Jan 2024 12:28:25 +0000 (13:28 +0100)]
fix(admin role): fix old and wrong way to determine whether user is admin

- fixes Settings knowing who is an admin of non-local group backend groups
- obsoletes and removes a little old, deprecated code
- double checks proper parameter type on Group\Manager::isAdmin
- also fixes legacy OC_User code to check whether user is an admin

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 months agoMerge pull request #43822 from nextcloud/automated/noid/stable28-fix-npm-audit
Arthur Schiwon [Tue, 27 Feb 2024 13:48:57 +0000 (14:48 +0100)]
Merge pull request #43822 from nextcloud/automated/noid/stable28-fix-npm-audit

[stable28] Fix npm audit

7 months agochore(assets): Recompile assets 43813/head
nextcloud-command [Tue, 27 Feb 2024 01:42:17 +0000 (01:42 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 27 Feb 2024 00:19:51 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agofix: only cleanup orphaned shared daly 43835/head
Robin Appelman [Thu, 15 Feb 2024 15:51:52 +0000 (16:51 +0100)]
fix: only cleanup orphaned shared daly

Signed-off-by: Robin Appelman <robin@icewind.nl>
7 months agofeat(share): save date and time for expiration 43833/head
Benjamin Gaussorgues [Wed, 7 Feb 2024 11:06:12 +0000 (12:06 +0100)]
feat(share): save date and time for expiration

Because of timezones, not saving time can lead to unexpected behaviour
when sharing an item sooner than timezone offset
Example: sharing a file before 9am when in UTC+9

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
7 months agofix: Throw instead of yielding nothing when listing local directories 43828/head
Julius Härtl [Fri, 23 Feb 2024 15:07:43 +0000 (16:07 +0100)]
fix: Throw instead of yielding nothing when listing local directories

Signed-off-by: Julius Härtl <jus@bitgrid.net>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 26 Feb 2024 00:19:32 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agochore(deps): fix npm audit 43822/head
nextcloud-command [Sun, 25 Feb 2024 02:57:27 +0000 (02:57 +0000)]
chore(deps): fix npm audit

Signed-off-by: GitHub <noreply@github.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 25 Feb 2024 00:20:44 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agofix(user_status): Fix status update request not being sent
Christopher Ng [Wed, 31 Jan 2024 23:10:48 +0000 (15:10 -0800)]
fix(user_status): Fix status update request not being sent

Signed-off-by: Christopher Ng <chrng8@gmail.com>
[skip ci]

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 24 Feb 2024 00:19:52 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoFix data type in FilesMetadata::setIntList() 43801/head
hschletz [Mon, 29 Jan 2024 10:57:40 +0000 (11:57 +0100)]
Fix data type in FilesMetadata::setIntList()

FilesMetadata::setIntList() throws an exception because it uses the incorrect type IMetadataValueWrapper::TYPE_STRING_LIST instead of IMetadataValueWrapper::TYPE_INT_LIST.

Signed-off-by: hschletz <holger.schletz@web.de>
7 months agoBug fix: Select the correct table based on CALENDAR_TYPE_CALENDAR 43800/head
Patrick Fischer [Mon, 24 Jul 2023 11:49:40 +0000 (13:49 +0200)]
Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDAR

Signed-off-by: Patrick Fischer <mail@patrickfischer.ch>
7 months agochore(assets): Recompile assets 43795/head
nextcloud-command [Fri, 23 Feb 2024 20:29:23 +0000 (20:29 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofix(files): page h1 heading
Grigorii K. Shartsev [Fri, 23 Feb 2024 13:48:10 +0000 (14:48 +0100)]
fix(files): page h1 heading

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
7 months agoAdd "-i" to MailTest's pipe 43788/head
FedericoHeichou [Fri, 28 Jul 2023 12:46:23 +0000 (14:46 +0200)]
Add "-i" to MailTest's pipe

Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
7 months agoAdd "-i" to sendmail's pipe
FedericoHeichou [Fri, 28 Jul 2023 07:34:16 +0000 (09:34 +0200)]
Add "-i" to sendmail's pipe

Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 23 Feb 2024 00:19:41 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #43718 from nextcloud/release/28.0.3rc2 v28.0.3rc2
John Molakvoæ [Thu, 22 Feb 2024 18:15:03 +0000 (19:15 +0100)]
Merge pull request #43718 from nextcloud/release/28.0.3rc2

7 months ago28.0.3rc2 43718/head
skjnldsv [Wed, 21 Feb 2024 08:41:36 +0000 (09:41 +0100)]
28.0.3rc2

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
7 months agoMerge pull request #43751 from nextcloud/backport/43732/stable28
John Molakvoæ [Thu, 22 Feb 2024 17:38:53 +0000 (18:38 +0100)]
Merge pull request #43751 from nextcloud/backport/43732/stable28

7 months agoMerge pull request #43766 from nextcloud/backport/43765/stable28
John Molakvoæ [Thu, 22 Feb 2024 15:43:53 +0000 (16:43 +0100)]
Merge pull request #43766 from nextcloud/backport/43765/stable28

7 months agofix(dav): Rate limit calendar/subscription creation 43751/head
Christoph Wurst [Fri, 11 Aug 2023 14:36:10 +0000 (16:36 +0200)]
fix(dav): Rate limit calendar/subscription creation

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 months agochore: Compile assets 43766/head
Ferdinand Thiessen [Thu, 22 Feb 2024 13:07:40 +0000 (14:07 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agochore: Update `@nextcloud/dialogs` to 5.1.2
Ferdinand Thiessen [Thu, 22 Feb 2024 12:55:16 +0000 (13:55 +0100)]
chore: Update `@nextcloud/dialogs` to 5.1.2

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #43708 from nextcloud/backport/43698/stable28
Joas Schilling [Thu, 22 Feb 2024 12:34:08 +0000 (13:34 +0100)]
Merge pull request #43708 from nextcloud/backport/43698/stable28

[stable28] fix(dav): fix getNodeForPath cache

7 months agoMerge pull request #43741 from nextcloud/backport/43727/stable28
John Molakvoæ [Thu, 22 Feb 2024 09:37:22 +0000 (10:37 +0100)]
Merge pull request #43741 from nextcloud/backport/43727/stable28

7 months agoMerge pull request #43726 from nextcloud/backport/43653/stable28
John Molakvoæ [Thu, 22 Feb 2024 09:37:11 +0000 (10:37 +0100)]
Merge pull request #43726 from nextcloud/backport/43653/stable28

7 months agoMerge pull request #43685 from nextcloud/backport/43661/stable28
John Molakvoæ [Thu, 22 Feb 2024 09:37:02 +0000 (10:37 +0100)]
Merge pull request #43685 from nextcloud/backport/43661/stable28

7 months agoMerge pull request #43669 from nextcloud/backport/43637/stable28
John Molakvoæ [Thu, 22 Feb 2024 09:36:44 +0000 (10:36 +0100)]
Merge pull request #43669 from nextcloud/backport/43637/stable28

7 months agoMerge pull request #43304 from nextcloud/backport/43296/stable28
John Molakvoæ [Thu, 22 Feb 2024 09:36:23 +0000 (10:36 +0100)]
Merge pull request #43304 from nextcloud/backport/43296/stable28

7 months ago[stable28] fix(dav): fix getNodeForPath cache 43708/head
Anna Larch [Tue, 20 Feb 2024 21:06:38 +0000 (22:06 +0100)]
[stable28] fix(dav): fix getNodeForPath cache

Signed-off-by: Anna Larch <anna@nextcloud.com>
7 months agoMerge pull request #43755 from nextcloud/backport/42987/stable28
John Molakvoæ [Thu, 22 Feb 2024 09:21:48 +0000 (10:21 +0100)]
Merge pull request #43755 from nextcloud/backport/42987/stable28

7 months agochore(cypress): add 3 more runners 43755/head
John Molakvoæ [Sat, 20 Jan 2024 15:00:59 +0000 (16:00 +0100)]
chore(cypress): add 3 more runners

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
7 months agoMerge pull request #43525 from nextcloud/backport/42544/stable28
John Molakvoæ [Thu, 22 Feb 2024 08:23:08 +0000 (09:23 +0100)]
Merge pull request #43525 from nextcloud/backport/42544/stable28

7 months agofix(tests): Fix remaining tests 43525/head
Joas Schilling [Tue, 9 Jan 2024 14:58:02 +0000 (15:58 +0100)]
fix(tests): Fix remaining tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agoFix tests after slow logout fix
Louis Chemineau [Mon, 8 Jan 2024 16:30:29 +0000 (17:30 +0100)]
Fix tests after slow logout fix

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 months agoKeep https check
Gaspard d'Hautefeuille [Thu, 4 Jan 2024 20:35:44 +0000 (22:35 +0200)]
Keep https check

https://github.com/nextcloud/server/issues/41196 + keep https check

Co-authored-by: Louis <louis@chmn.me>
Signed-off-by: Gaspard d'Hautefeuille <github@dhautefeuille.eu>
7 months agoCancel PR #37405, remove regression code
Gaspard d'Hautefeuille [Tue, 2 Jan 2024 08:52:46 +0000 (10:52 +0200)]
Cancel PR #37405, remove regression code

Signed-off-by: Gaspard d'Hautefeuille <github@dhautefeuille.eu>
7 months agoMerge pull request #43719 from nextcloud/backport/43493/stable28
John Molakvoæ [Thu, 22 Feb 2024 07:40:35 +0000 (08:40 +0100)]
Merge pull request #43719 from nextcloud/backport/43493/stable28

7 months agoMerge pull request #43743 from nextcloud/backport/43656/stable28
John Molakvoæ [Thu, 22 Feb 2024 07:39:25 +0000 (08:39 +0100)]
Merge pull request #43743 from nextcloud/backport/43656/stable28

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 22 Feb 2024 00:19:44 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoHide some actions based on node permissions and share attributes 43741/head
Louis Chemineau [Wed, 21 Feb 2024 15:47:19 +0000 (16:47 +0100)]
Hide some actions based on node permissions and share attributes

Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agoCheck permissions when labeling a version
Louis Chemineau [Wed, 21 Feb 2024 13:34:12 +0000 (14:34 +0100)]
Check permissions when labeling a version

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 months agoCheck node permissions when restoring a version
Louis Chemineau [Tue, 13 Feb 2024 11:51:01 +0000 (12:51 +0100)]
Check node permissions when restoring a version

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 months agoCheck node permissions when deleting a version
Louis Chemineau [Tue, 13 Feb 2024 11:39:31 +0000 (12:39 +0100)]
Check node permissions when deleting a version

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 months agoCheck share attributes when downloading versions
Louis Chemineau [Tue, 13 Feb 2024 13:46:04 +0000 (14:46 +0100)]
Check share attributes when downloading versions

Signed-off-by: Louis Chemineau <louis@chmn.me>
7 months agochore: compile assets 43743/head
Eduardo Morales [Wed, 21 Feb 2024 17:47:54 +0000 (11:47 -0600)]
chore: compile assets

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofeat: added l10n translation prop to calendar component
Eduardo Morales [Mon, 19 Feb 2024 14:14:25 +0000 (08:14 -0600)]
feat: added l10n translation prop to calendar component

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofix(settings): Fix required groups validation for subadmins 43719/head
Christopher Ng [Fri, 9 Feb 2024 19:16:28 +0000 (11:16 -0800)]
fix(settings): Fix required groups validation for subadmins

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agoMerge pull request #43710 from nextcloud/backport/43697/stable28
John Molakvoæ [Wed, 21 Feb 2024 18:20:39 +0000 (19:20 +0100)]
Merge pull request #43710 from nextcloud/backport/43697/stable28

7 months agochore: Build CSS from SCSS 43710/head
Ferdinand Thiessen [Tue, 20 Feb 2024 15:57:52 +0000 (16:57 +0100)]
chore: Build CSS from SCSS

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofix(styles): Add default styles for disabled input elements
Ferdinand Thiessen [Tue, 20 Feb 2024 15:55:32 +0000 (16:55 +0100)]
fix(styles): Add default styles for disabled input elements

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(styles): Replace deprecated CSS variables
Ferdinand Thiessen [Tue, 20 Feb 2024 15:55:00 +0000 (16:55 +0100)]
fix(styles): Replace deprecated CSS variables

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #43622 from nextcloud/backport/43604/stable28
John Molakvoæ [Wed, 21 Feb 2024 17:25:21 +0000 (18:25 +0100)]
Merge pull request #43622 from nextcloud/backport/43604/stable28

7 months agoMerge pull request #43706 from nextcloud/backport/43701/stable28
John Molakvoæ [Wed, 21 Feb 2024 17:16:07 +0000 (18:16 +0100)]
Merge pull request #43706 from nextcloud/backport/43701/stable28

7 months agochore(assets): Recompile assets 43622/head
nextcloud-command [Fri, 16 Feb 2024 15:47:07 +0000 (15:47 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agoenh: breadcrumb icon matches nav view icon
Eduardo Morales [Fri, 16 Feb 2024 14:32:59 +0000 (08:32 -0600)]
enh: breadcrumb icon matches nav view icon

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agoMerge pull request #43722 from nextcloud/backport/43664/stable28
John Molakvoæ [Wed, 21 Feb 2024 16:30:23 +0000 (17:30 +0100)]
Merge pull request #43722 from nextcloud/backport/43664/stable28

7 months agoenh: breadcrumbs icons are now more visually descriptive
Eduardo Morales [Thu, 15 Feb 2024 15:20:32 +0000 (09:20 -0600)]
enh: breadcrumbs icons are now more visually descriptive

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agofix(security): Describe `occ security:bruteforce:attempts` accurately 43726/head
Josh [Mon, 19 Feb 2024 13:09:58 +0000 (08:09 -0500)]
fix(security): Describe `occ security:bruteforce:attempts` accurately

This command is used to list a summary of brute force protection attempts associated with a given IP address and, optionally, a specific action. It does not reset attempts (there's already another command for that).

Signed-off-by: Josh <josh.t.richards@gmail.com>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
7 months agoperf: skip request without read permission 43722/head
Richard Steinmetz [Mon, 19 Feb 2024 08:39:26 +0000 (09:39 +0100)]
perf: skip request without read permission

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
7 months agochore(assets): Recompile assets 43685/head
nextcloud-command [Wed, 21 Feb 2024 11:27:29 +0000 (11:27 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agoMerge pull request #43672 from nextcloud/backport/43666/stable28
John Molakvoæ [Wed, 21 Feb 2024 11:03:52 +0000 (12:03 +0100)]
Merge pull request #43672 from nextcloud/backport/43666/stable28

7 months agoFix undefined share object during expirationDate update
fenn-cs [Mon, 19 Feb 2024 15:25:53 +0000 (16:25 +0100)]
Fix undefined share object during expirationDate update

In 04e87337211351127cd02a0404936de8cb1b0837 a regression was introduced.

`this` means nothing inside arrow functions, hence this.share was referring to

an undefined object and so all attempted updates for expiration dates would fail.

Resolves : https://github.com/nextcloud/server/issues/43256

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
7 months agocompile assets 43706/head
Julien Veyssier [Wed, 21 Feb 2024 09:42:22 +0000 (10:42 +0100)]
compile assets

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
7 months agostop the auto-logout loop after redirecting to the logout
Julien Veyssier [Tue, 20 Feb 2024 16:51:16 +0000 (17:51 +0100)]
stop the auto-logout loop after redirecting to the logout

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
7 months agoMerge pull request #43713 from nextcloud/backport/43712/stable28
Joas Schilling [Wed, 21 Feb 2024 09:20:10 +0000 (10:20 +0100)]
Merge pull request #43713 from nextcloud/backport/43712/stable28

[stable28] fix: Add bruteforce protection to federation endpoint

7 months agofix(files): Dont't warn re: full storage on either zero or unlimited quotas 43672/head
Josh [Mon, 19 Feb 2024 22:49:03 +0000 (17:49 -0500)]
fix(files): Dont't warn re: full storage on either zero or unlimited quotas

Fixes #43535

Fixes #43280

Replaces #43544

Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agoMerge pull request #43695 from nextcloud/backport/43688/stable28
John Molakvoæ [Wed, 21 Feb 2024 08:33:14 +0000 (09:33 +0100)]
Merge pull request #43695 from nextcloud/backport/43688/stable28

7 months agofix: Add bruteforce protection to federation endpoint 43713/head
Joas Schilling [Fri, 2 Feb 2024 15:38:10 +0000 (16:38 +0100)]
fix: Add bruteforce protection to federation endpoint

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 21 Feb 2024 00:19:15 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agochore(deps): bumped NcVue to 8.7.0 43695/head
Eduardo Morales [Tue, 20 Feb 2024 13:22:15 +0000 (07:22 -0600)]
chore(deps): bumped NcVue to 8.7.0

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
7 months agoMove away from deprecated utf_encode() on PHP 8.2+ 43669/head
Git'Fellow [Sat, 17 Feb 2024 20:37:34 +0000 (21:37 +0100)]
Move away from deprecated utf_encode() on PHP 8.2+

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 20 Feb 2024 00:19:11 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 19 Feb 2024 00:19:09 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 18 Feb 2024 00:19:55 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 17 Feb 2024 00:19:11 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months agoMerge pull request #43530 from nextcloud/backport/43464/stable28
Christoph Wurst [Fri, 16 Feb 2024 16:02:56 +0000 (17:02 +0100)]
Merge pull request #43530 from nextcloud/backport/43464/stable28

[stable28] fix(userstatus): add back 0 timestamp for status without message

8 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 16 Feb 2024 00:19:21 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months agoMerge pull request #43587 from nextcloud/backport/43558/stable28
Ferdinand Thiessen [Thu, 15 Feb 2024 11:51:29 +0000 (12:51 +0100)]
Merge pull request #43587 from nextcloud/backport/43558/stable28

[stable28] fix(settings): Disable SSL cert check for JavaScript modules SetupCheck

8 months agoMerge pull request #43578 from nextcloud/release/28.0.3_rc1 v28.0.3rc1
John Molakvoæ [Thu, 15 Feb 2024 10:16:39 +0000 (11:16 +0100)]
Merge pull request #43578 from nextcloud/release/28.0.3_rc1

8 months agoMerge pull request #43591 from nextcloud/backport/stable28/43560
John Molakvoæ [Thu, 15 Feb 2024 08:21:36 +0000 (09:21 +0100)]
Merge pull request #43591 from nextcloud/backport/stable28/43560

8 months agoMerge pull request #43590 from nextcloud/backport/stable28/41670
Pytal [Thu, 15 Feb 2024 08:21:20 +0000 (00:21 -0800)]
Merge pull request #43590 from nextcloud/backport/stable28/41670

[stable28] fix(papercut): rerendered submenu actions for time sensitive actions