]>
source.dussan.org Git - nextcloud-server.git/log
Joas Schilling [Wed, 22 Mar 2023 08:14:37 +0000 (09:14 +0100)]
fix(security): Mark recording_servers key appconfig as private as it contains a secret
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Wed, 22 Mar 2023 02:43:48 +0000 (02:43 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Tue, 21 Mar 2023 09:19:37 +0000 (10:19 +0100)]
Merge pull request #37312 from nextcloud/release/26.0.0
26.0.0
Nextcloud bot [Tue, 21 Mar 2023 02:27:29 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Mon, 20 Mar 2023 18:28:10 +0000 (19:28 +0100)]
26.0.0
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Mon, 20 Mar 2023 18:27:00 +0000 (19:27 +0100)]
Merge pull request #37310 from nextcloud/bugfix/37277/caldav-sync-stable26
[stable26] fix(session): Fix DAVx5 sync problems by partial reverting session ch…
Joas Schilling [Mon, 20 Mar 2023 11:27:44 +0000 (12:27 +0100)]
fix(session): Fix DAVx5 sync problems by partial reverting session changes
Temporary disabled the short cut again to solve issues with CalDAV/CardDAV
clients like DAVx5 that use cookies and need a session. See
https://github.com/nextcloud/server/issues/37277#issuecomment-
1476366147
and the other comments for further information.
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Mon, 20 Mar 2023 02:27:29 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 19 Mar 2023 02:27:37 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 18 Mar 2023 02:27:33 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 17 Mar 2023 02:27:25 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Thu, 16 Mar 2023 11:48:19 +0000 (12:48 +0100)]
Merge pull request #37202 from nextcloud/release/26.0.0_rc3
26.0.0 RC3
Arthur Schiwon [Thu, 16 Mar 2023 11:12:26 +0000 (12:12 +0100)]
Merge pull request #37031 from nextcloud/dependabot/npm_and_yarn/stable26/nextcloud/webpack-vue-config-
516d77c
chore(deps-dev): Bump @nextcloud/webpack-vue-config to `5.5.0`
Arthur Schiwon [Thu, 16 Mar 2023 10:10:20 +0000 (11:10 +0100)]
Merge pull request #37251 from nextcloud/automated/noid/stable26-update-psalm-baseline
[stable26] Update psalm-baseline.xml
Arthur Schiwon [Thu, 16 Mar 2023 10:09:36 +0000 (11:09 +0100)]
Merge pull request #37247 from nextcloud/backport/37010/stable26
[stable26] Fix Cache-Control header of non-versioned assets
Arthur Schiwon [Thu, 16 Mar 2023 09:38:24 +0000 (10:38 +0100)]
Merge pull request #37235 from nextcloud/backport/37227/stable26
[stable26] chore: use local variable for remote address
Arthur Schiwon [Thu, 16 Mar 2023 09:30:23 +0000 (10:30 +0100)]
Merge pull request #37253 from nextcloud/backport/37252/stable26
[stable26] fix(workflow): Check tag attribute
Arthur Schiwon [Thu, 16 Mar 2023 09:23:29 +0000 (10:23 +0100)]
Merge pull request #37246 from nextcloud/backport/37242/stable26
[stable26] Reduce list
dependabot[bot] [Fri, 3 Mar 2023 10:21:13 +0000 (10:21 +0000)]
chore(deps-dev): Bump @nextcloud/webpack-vue-config
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from `
53df7bb ` to `
516d77c `.
- [Release notes](https://github.com/nextcloud/webpack-vue-config/releases)
- [Commits](https://github.com/nextcloud/webpack-vue-config/compare/
53df7bbe61e4a6d960c1d13e63597ce361f3795d ...
516d77c7012711a741baee53be745168c0456605 )
---
updated-dependencies:
- dependency-name: "@nextcloud/webpack-vue-config"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Joas Schilling [Thu, 16 Mar 2023 07:41:18 +0000 (08:41 +0100)]
fix(workflow): Check tag attribute
Signed-off-by: Joas Schilling <coding@schilljs.com>
nextcloud-command [Thu, 16 Mar 2023 04:55:12 +0000 (04:55 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Thu, 16 Mar 2023 02:28:18 +0000 (02:28 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nicolas Guichard [Thu, 2 Mar 2023 17:38:04 +0000 (18:38 +0100)]
Fix Cache-Control header of non-versioned assets
Non-cache-busted assets such as /dist/core-main.js also matched the
regex meant for cache-busted assets (note the ? at the end of the
regex).
The FilesMatch directive for cache-busted assets coming after the
non-cache-busted version all assets actually got the immutable flag
in their Cache-Control header. This caused client-side errors on
updates.
Query strings are not actually passed to FilesMatch directives so we
need another way to tell cache-busted/versionned assets apart from
non-versioned assets, here using If/Else directives.
Signed-off-by: Nicolas Guichard <nicolas@guichard.eu>
Joas Schilling [Wed, 15 Mar 2023 16:33:17 +0000 (17:33 +0100)]
Reduce list
Signed-off-by: Joas Schilling <coding@schilljs.com>
Côme Chilliet [Wed, 15 Mar 2023 17:16:24 +0000 (18:16 +0100)]
Merge pull request #37233 from nextcloud/backport/37197/stable26
[stable26] Do not send a pagination control with size = 0 if cookie is empty
Joas Schilling [Wed, 15 Mar 2023 16:20:24 +0000 (17:20 +0100)]
Merge pull request #37240 from nextcloud/backport/37239/stable26
[stable26] Extend list
Joas Schilling [Wed, 15 Mar 2023 16:08:15 +0000 (17:08 +0100)]
Extend list
Signed-off-by: Joas Schilling <coding@schilljs.com>
Daniel Kesselberg [Tue, 21 Feb 2023 22:20:55 +0000 (23:20 +0100)]
chore(tests): add tests for handleLoginFailed
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Tue, 21 Feb 2023 21:45:37 +0000 (22:45 +0100)]
chore: use local variable for remote address
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Côme Chilliet [Mon, 13 Mar 2023 15:05:41 +0000 (16:05 +0100)]
Do not send a pagination control with size = 0 if cookie is empty
It only makes sense to send a pagination control with size 0 with a
cookie to abandon a paged search.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Arthur Schiwon [Wed, 15 Mar 2023 13:45:25 +0000 (14:45 +0100)]
Merge pull request #37212 from nextcloud/backport/37029/stable26
[stable26] Add chunking in SystemTagObjectMapper::getTagIdsForObjects
Arthur Schiwon [Wed, 15 Mar 2023 13:44:58 +0000 (14:44 +0100)]
Merge pull request #37072 from nextcloud/backport/36883/stable26
[stable26] dispatch BeforeUserLoggedInEvent
Joas Schilling [Wed, 15 Mar 2023 11:11:45 +0000 (12:11 +0100)]
Merge pull request #37218 from nextcloud/backport/36852/stable26
[stable26] fix(user_status): Fix the user status automation on the day availablity rules are adjusted
Joas Schilling [Wed, 15 Mar 2023 09:26:58 +0000 (10:26 +0100)]
Merge pull request #37224 from nextcloud/backport/37221/stable26
[stable26] Save some CI time
Joas Schilling [Wed, 15 Mar 2023 08:30:38 +0000 (09:30 +0100)]
Save some CI time
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Wed, 15 Mar 2023 02:26:49 +0000 (02:26 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Fri, 10 Mar 2023 11:13:47 +0000 (12:13 +0100)]
fix(CI): Add unit test for nextcloud/server#37167
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 24 Feb 2023 14:22:09 +0000 (15:22 +0100)]
fix(user_status): Fix the user status automation on the day availability rules are adjusted
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 14 Mar 2023 16:21:35 +0000 (17:21 +0100)]
Merge pull request #37199 from nextcloud/backport/37167/stable26
[stable26] fix(dav): Handle no next potential toggle in availability detection
Côme Chilliet [Fri, 3 Mar 2023 09:35:50 +0000 (10:35 +0100)]
Add chunking in SystemTagObjectMapper::getTagIdsForObjects
This avoids crashing on Oracle with more than 1000 objects
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Tue, 14 Mar 2023 02:27:20 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Mon, 13 Mar 2023 19:37:59 +0000 (20:37 +0100)]
26.0.0 RC3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Thomas Citharel [Fri, 10 Mar 2023 08:40:36 +0000 (09:40 +0100)]
fix(dav): Handle no next potential toggle in availability detection
Fixes: min(): Array must contain at least one element at /var/www/nc/nextcloud/apps/dav/lib/BackgroundJob/UserStatusAutomation.php#142
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Nextcloud bot [Mon, 13 Mar 2023 02:28:58 +0000 (02:28 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 12 Mar 2023 02:27:53 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 11 Mar 2023 02:28:08 +0000 (02:28 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Fri, 10 Mar 2023 15:18:57 +0000 (16:18 +0100)]
Merge pull request #37163 from nextcloud/backport/37126/stable26
[stable26] fix white scrollbar corner in dark mode
Simon L [Fri, 10 Mar 2023 15:17:44 +0000 (16:17 +0100)]
Merge pull request #37157 from nextcloud/backport/37070/stable26
[stable26] add a check for disk_free_space in Config.php
Simon L [Fri, 10 Mar 2023 15:16:57 +0000 (16:16 +0100)]
Merge pull request #37155 from nextcloud/backport/37140/stable26
[stable26] imaginary - fix autorotate for heic and improve the logic
Arthur Schiwon [Fri, 10 Mar 2023 08:46:59 +0000 (09:46 +0100)]
Merge pull request #37161 from nextcloud/backport/37116/stable26
[stable26] postgresql installation - add quotes around user names
Simon L [Wed, 8 Mar 2023 13:19:51 +0000 (14:19 +0100)]
fix white scrollbar corner in dark mode
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Nextcloud bot [Fri, 10 Mar 2023 02:27:25 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Tue, 7 Mar 2023 23:37:19 +0000 (00:37 +0100)]
postgresql - add quotes around user names
fix https://github.com/nextcloud/server/issues/37114
Signed-off-by: Simon L <szaimen@e.mail.de>
Simon L [Tue, 7 Mar 2023 08:51:00 +0000 (09:51 +0100)]
add a check for disk_free_space in Config.php
Signed-off-by: Simon L <szaimen@e.mail.de>
Simon L [Wed, 8 Mar 2023 16:45:12 +0000 (17:45 +0100)]
imaginary - fix autorotate and improve the logic
Signed-off-by: Simon L <szaimen@e.mail.de>
Arthur Schiwon [Thu, 9 Mar 2023 16:38:27 +0000 (17:38 +0100)]
Merge pull request #37078 from nextcloud/release/26.0.0_rc2
26.0.0 RC2
Arthur Schiwon [Thu, 9 Mar 2023 16:37:28 +0000 (17:37 +0100)]
Merge pull request #37119 from nextcloud/backport/36640/stable26
[stable26] Create headings for apps, users, settings pages
Arthur Schiwon [Thu, 9 Mar 2023 16:30:42 +0000 (17:30 +0100)]
Merge pull request #37057 from nextcloud/backport/36904/stable26
[stable26] fix(files): Fix controller setup for guests
Arthur Schiwon [Thu, 9 Mar 2023 16:29:54 +0000 (17:29 +0100)]
Merge pull request #37141 from nextcloud/backport/37139/stable26
[stable26] Share type sciencemesh
Arthur Schiwon [Thu, 9 Mar 2023 16:25:17 +0000 (17:25 +0100)]
Merge pull request #37151 from nextcloud/backport/27034/stable26
[stable26] Use MultipartUpload for uploading chunks to s3
Julius Härtl [Wed, 8 Mar 2023 15:28:44 +0000 (16:28 +0100)]
tests(integration): Fix catching error only on object store
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 8 Mar 2023 13:04:31 +0000 (14:04 +0100)]
chore: Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 2 Mar 2023 22:23:57 +0000 (23:23 +0100)]
chore(psalm): Make psalm aware of sabre/uri
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 6 May 2021 16:26:42 +0000 (18:26 +0200)]
feat(s3): Use multipart upload for chunked uploading
This allows to stream file chunks directly to S3 during upload.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Joas Schilling [Tue, 28 Feb 2023 14:34:11 +0000 (15:34 +0100)]
fix(files): Fix controller setup for guests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Arthur Schiwon [Thu, 9 Mar 2023 12:16:59 +0000 (13:16 +0100)]
Merge pull request #37066 from nextcloud/backport/34835/stable26
[stable26] Run WebDAV integration tests against S3
julia.kirschenheuter [Wed, 8 Feb 2023 14:40:41 +0000 (15:40 +0100)]
Create headings for settings pages
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Arthur Schiwon [Thu, 9 Mar 2023 12:05:20 +0000 (13:05 +0100)]
Merge pull request #37064 from nextcloud/backport/36772/stable26
[stable26] Add label and switch ocdialog close button to button element
Julius Härtl [Thu, 9 Mar 2023 11:44:40 +0000 (12:44 +0100)]
Merge pull request #37073 from nextcloud/backport/37026/stable26
[stable26] fix: Avoid log spam on 404 routes not using GET
Christopher Ng [Mon, 6 Mar 2023 19:09:44 +0000 (11:09 -0800)]
Add label and switch ocdialog close button to button element
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Nextcloud bot [Thu, 9 Mar 2023 02:29:24 +0000 (02:29 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Louis Chemineau [Wed, 8 Mar 2023 15:51:37 +0000 (16:51 +0100)]
Compile assets
Signed-off-by: Louis Chemineau <louis@chmn.me>
Michiel de Jong [Mon, 20 Feb 2023 09:50:31 +0000 (09:50 +0000)]
Add SHARE_TYPE_SCIENCEMESH
Signed-off-by: Michiel de Jong <michiel@unhosted.org>
Joas Schilling [Wed, 8 Mar 2023 12:35:17 +0000 (13:35 +0100)]
Merge pull request #37122 from nextcloud/backport/37121/stable26
[stable26] fix(docs): Fix URL to docs of deprecated function humanFileSize
nextcloud-command [Wed, 8 Mar 2023 11:06:47 +0000 (11:06 +0000)]
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Joas Schilling [Wed, 8 Mar 2023 09:23:22 +0000 (10:23 +0100)]
fix(docs): Fix URL to docs of deprecated function humanFileSize
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Wed, 8 Mar 2023 02:28:55 +0000 (02:28 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Tue, 7 Mar 2023 18:53:16 +0000 (19:53 +0100)]
26.0.0 RC2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Simon L [Tue, 7 Mar 2023 14:57:09 +0000 (15:57 +0100)]
Merge pull request #37074 from nextcloud/backport/37069/stable26
[stable26] fix(CI): Fix acceptance test password field selector after @nextcloud…
Joas Schilling [Tue, 7 Mar 2023 08:27:06 +0000 (09:27 +0100)]
fix(CI): Fix acceptance test password field selector after @nextcloud/vue lib update
Signed-off-by: Joas Schilling <coding@schilljs.com>
Julius Härtl [Fri, 3 Mar 2023 08:40:43 +0000 (09:40 +0100)]
fix: Avoid log spam on 404 routes not using GET
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Maxence Lange [Tue, 28 Feb 2023 01:10:46 +0000 (00:10 -0100)]
dispatch BeforeUserLoggedInEvent
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Julius Härtl [Tue, 7 Mar 2023 09:07:54 +0000 (10:07 +0100)]
Merge pull request #37068 from nextcloud/ci/profiler-26
[stable26] ci(performance): Use proper profiler branch for 26
Julius Härtl [Tue, 7 Mar 2023 07:57:49 +0000 (08:57 +0100)]
ci(performance): Use proper profiler branch for 26
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Sat, 18 Feb 2023 14:41:01 +0000 (15:41 +0100)]
fix: Use proper path for quota fetching
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 16 Feb 2023 07:43:14 +0000 (08:43 +0100)]
fix: Recalculate storage statistics on updating the quota
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Thu, 14 Oct 2021 16:51:58 +0000 (18:51 +0200)]
Run webdav related integration tests on github actions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Tue, 7 Mar 2023 02:26:43 +0000 (02:26 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Mon, 6 Mar 2023 16:37:18 +0000 (17:37 +0100)]
Merge pull request #37042 from nextcloud/backport/37028/stable26
[stable26] Add distraction free backgrounds for Nextcloud 26
Nextcloud bot [Mon, 6 Mar 2023 02:27:12 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 5 Mar 2023 02:27:59 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 4 Mar 2023 02:27:30 +0000 (02:27 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Jan C. Borchardt [Fri, 3 Mar 2023 08:55:19 +0000 (17:55 +0900)]
Add distraction free backgrounds for Nextcloud 26
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Joas Schilling [Fri, 3 Mar 2023 11:12:39 +0000 (12:12 +0100)]
Merge pull request #37038 from nextcloud/backport/37023/stable26
[stable26] chore(security): Bump "Expires" of well-known/security.txt
Joas Schilling [Fri, 3 Mar 2023 05:36:41 +0000 (06:36 +0100)]
chore(security): Bump "Expires" of well-known/security.txt
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 3 Mar 2023 10:19:23 +0000 (11:19 +0100)]
Merge pull request #37024 from nextcloud/test-with-26-apps-on-stable26
[stable26] Test against matching Talk version on stable branch
Joas Schilling [Fri, 3 Mar 2023 05:58:56 +0000 (06:58 +0100)]
chore(CI): Test against matching Talk version on stable26 branch
Signed-off-by: Joas Schilling <coding@schilljs.com>
Julius Härtl [Fri, 3 Mar 2023 08:26:16 +0000 (09:26 +0100)]
Merge pull request #37021 from nextcloud/enh/notes-recommended
feat: Add notes as recommended app
Nextcloud bot [Fri, 3 Mar 2023 02:26:33 +0000 (02:26 +0000)]
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Thu, 2 Mar 2023 22:35:05 +0000 (23:35 +0100)]
feat: Add notes as recommended app
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>