]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 months agoMerge pull request #46987 from nextcloud/fix/dav-public
Ferdinand Thiessen [Mon, 12 Aug 2024 10:06:15 +0000 (12:06 +0200)]
Merge pull request #46987 from nextcloud/fix/dav-public

fix(dav): Ensure share properties are also set on public remote endpoint

2 months agofeat: Make `ISharedStorage` public API and reuse where possible 46987/head
Ferdinand Thiessen [Mon, 5 Aug 2024 15:51:45 +0000 (17:51 +0200)]
feat: Make `ISharedStorage` public API and reuse where possible

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix(dav): Ensure share properties are also set on public remote endpoint
Ferdinand Thiessen [Fri, 2 Aug 2024 12:30:52 +0000 (14:30 +0200)]
fix(dav): Ensure share properties are also set on public remote endpoint

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 12 Aug 2024 00:19:52 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoMerge pull request #47157 from nextcloud/perf/prevent-extra-requests
Pytal [Sat, 10 Aug 2024 12:59:44 +0000 (05:59 -0700)]
Merge pull request #47157 from nextcloud/perf/prevent-extra-requests

perf(files): Prevent extraneous requests when tree children are loading

2 months agoMerge pull request #47153 from nextcloud/trashbin-fix-folder-extract
Ferdinand Thiessen [Sat, 10 Aug 2024 12:48:14 +0000 (14:48 +0200)]
Merge pull request #47153 from nextcloud/trashbin-fix-folder-extract

fix: fix getting the folder node from the dav response

2 months agochore(assets): Recompile assets 47153/head
nextcloud-command [Fri, 9 Aug 2024 13:27:31 +0000 (13:27 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agofix: fix getting the folder node from the dav response
Robin Appelman [Fri, 9 Aug 2024 13:17:57 +0000 (15:17 +0200)]
fix: fix getting the folder node from the dav response

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 10 Aug 2024 00:20:14 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agochore: compile assets 47157/head
Christopher Ng [Fri, 9 Aug 2024 22:32:17 +0000 (15:32 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 months agoperf(files): Prevent extraneous requests when tree children are loading
Christopher Ng [Fri, 9 Aug 2024 22:32:17 +0000 (15:32 -0700)]
perf(files): Prevent extraneous requests when tree children are loading

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 months agoMerge pull request #47152 from nextcloud/fix/guest-layout 47156/head
Ferdinand Thiessen [Fri, 9 Aug 2024 18:15:57 +0000 (20:15 +0200)]
Merge pull request #47152 from nextcloud/fix/guest-layout

fix(styles): Guest layout should follow the new design

2 months agoMerge pull request #47135 from nextcloud/fix/open-tags-in-folder
Ferdinand Thiessen [Fri, 9 Aug 2024 13:50:39 +0000 (15:50 +0200)]
Merge pull request #47135 from nextcloud/fix/open-tags-in-folder

fix(systemtags): Sub folders should be opened in files

2 months agofix(systemtags): Sub folders should be opened in files 47135/head
Ferdinand Thiessen [Thu, 8 Aug 2024 11:45:59 +0000 (13:45 +0200)]
fix(systemtags): Sub folders should be opened in files

Currently this is simply broken and here are two ways:
1. Open subfolders in files view
2. Implement logic to save last request

1 is the way this is now implemented, basically copy-paste from the recent view.
2 is much more complicated because if we get `/2/foo/bar` as the path we need to know the source of `foo`, so we would need at least 2 requests or cache the previous directory. We do not do it like this for any view so lets just stick with 1 for now.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agochore: Compile assets 47152/head
Ferdinand Thiessen [Fri, 9 Aug 2024 12:45:19 +0000 (14:45 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix(styles): Guest layout should follow the new design
Ferdinand Thiessen [Fri, 9 Aug 2024 12:40:31 +0000 (14:40 +0200)]
fix(styles): Guest layout should follow the new design

1. Adjust some places that used the old pill-style design
2. Make indention consistent using tabs
3. Remove duplicates styles for inputs (also included in server.css) that conflic with nextcloud-vue styles

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agoMerge pull request #47147 from nextcloud/fix/trim-new-folder
Ferdinand Thiessen [Fri, 9 Aug 2024 12:39:30 +0000 (14:39 +0200)]
Merge pull request #47147 from nextcloud/fix/trim-new-folder

fix(files): trim names on new node creation

2 months agofix(files): trim names on new node creation 47147/head
skjnldsv [Fri, 9 Aug 2024 07:12:32 +0000 (09:12 +0200)]
fix(files): trim names on new node creation

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agoMerge pull request #47149 from nextcloud/fix/disable-tags-editing
John Molakvoæ [Fri, 9 Aug 2024 11:52:30 +0000 (13:52 +0200)]
Merge pull request #47149 from nextcloud/fix/disable-tags-editing

fix(files): Disable tags editing for shared files/folders with view only permission

2 months agochore(assets): Recompile assets 47149/head
nextcloud-command [Fri, 9 Aug 2024 11:35:09 +0000 (11:35 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agofix(files): Disable tags editing for shared files/folders with view only permission 46663/head
Konstantin Myakshin [Sun, 21 Jul 2024 13:40:00 +0000 (15:40 +0200)]
fix(files): Disable tags editing for shared files/folders with view only permission

Signed-off-by: Konstantin Myakshin <molodchick@gmail.com>
2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 9 Aug 2024 00:25:27 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agoMerge pull request #47100 from nextcloud/release/30.0.0_beta_5 v30.0.0beta5
Benjamin Gaussorgues [Thu, 8 Aug 2024 20:59:05 +0000 (22:59 +0200)]
Merge pull request #47100 from nextcloud/release/30.0.0_beta_5

2 months agoMerge pull request #46456 from nextcloud/fix/check-datadir
Benjamin Gaussorgues [Thu, 8 Aug 2024 20:58:03 +0000 (22:58 +0200)]
Merge pull request #46456 from nextcloud/fix/check-datadir

2 months agofix(SetupCheck): Properly check public access to data directory 46456/head
Ferdinand Thiessen [Thu, 11 Jul 2024 18:53:37 +0000 (20:53 +0200)]
fix(SetupCheck): Properly check public access to data directory

When checking for public (web) access to the data directory the status is not enough
as you might have a webserver that forwards to e.g. a login page.
So instead check that the content of the file matches.

For this the `.ncdata` file (renamed from `.ocdata`¹) has minimal text content
to allow checking.

¹The file was renamed from the legacy `.ocdata`, there is a repair step to remove the old one.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agoMerge pull request #47122 from nextcloud/feat/limited-depth-tree
Pytal [Thu, 8 Aug 2024 18:55:15 +0000 (11:55 -0700)]
Merge pull request #47122 from nextcloud/feat/limited-depth-tree

feat(files): Load limited depth tree

2 months agochore: compile assets 47122/head
Christopher Ng [Thu, 8 Aug 2024 18:26:51 +0000 (11:26 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 months agofeat: Load limited depth tree
Christopher Ng [Thu, 8 Aug 2024 03:52:29 +0000 (20:52 -0700)]
feat: Load limited depth tree

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 months agofeat(files): Add getter for all view configs
Christopher Ng [Thu, 8 Aug 2024 03:52:29 +0000 (20:52 -0700)]
feat(files): Add getter for all view configs

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 months agoperf(files): Remove redundant call to get navigation
Christopher Ng [Thu, 8 Aug 2024 03:52:29 +0000 (20:52 -0700)]
perf(files): Remove redundant call to get navigation

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 months agofeat(files): Update openapi
Christopher Ng [Thu, 8 Aug 2024 03:52:29 +0000 (20:52 -0700)]
feat(files): Update openapi

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 months agofeat(files): Allow specifying path and depth for returned folder tree
Christopher Ng [Thu, 8 Aug 2024 03:52:29 +0000 (20:52 -0700)]
feat(files): Allow specifying path and depth for returned folder tree

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 months agoMerge pull request #47140 from nextcloud/fix/app-menu-focus
Andy Scherzinger [Thu, 8 Aug 2024 16:53:40 +0000 (18:53 +0200)]
Merge pull request #47140 from nextcloud/fix/app-menu-focus

fix: Make focused app menu entry wider to see full name

2 months agochore: Compile assets 47140/head
Ferdinand Thiessen [Thu, 8 Aug 2024 14:21:03 +0000 (16:21 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix: Make focussed app menu entry wider to see full name
Ferdinand Thiessen [Thu, 8 Aug 2024 14:14:03 +0000 (16:14 +0200)]
fix: Make focussed app menu entry wider to see full name

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agoMerge pull request #47121 from nextcloud/fix/a11y-inline-action
Ferdinand Thiessen [Thu, 8 Aug 2024 12:05:41 +0000 (14:05 +0200)]
Merge pull request #47121 from nextcloud/fix/a11y-inline-action

fix(systemtags): Make inline tags list fully accessible

2 months agoMerge pull request #46624 from nextcloud/fix/issue-43923
Sebastian Krupinski [Thu, 8 Aug 2024 11:55:10 +0000 (07:55 -0400)]
Merge pull request #46624 from nextcloud/fix/issue-43923

fix(caldav): test for null and blank value

2 months agochore: Compile assets 47121/head
Ferdinand Thiessen [Thu, 8 Aug 2024 09:51:59 +0000 (11:51 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agotest: Added e2e tests for inline system tags file action
Ferdinand Thiessen [Wed, 7 Aug 2024 23:44:28 +0000 (01:44 +0200)]
test: Added e2e tests for inline system tags file action

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix(systemtags): Make inline tags list fully accessible
Ferdinand Thiessen [Wed, 7 Aug 2024 23:41:11 +0000 (01:41 +0200)]
fix(systemtags): Make inline tags list fully accessible

1. The label was wrong it mentioned the first and last tag, so the information was duplicated
2. It only mentioned the first and last but not all other
3. All other tags were only added as `title` which is not accessible

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agoMerge pull request #47120 from nextcloud/fix/systemtags
Andy Scherzinger [Thu, 8 Aug 2024 08:00:20 +0000 (10:00 +0200)]
Merge pull request #47120 from nextcloud/fix/systemtags

fix(systemtags): Correctly load tagged files in "tags"-files-view

2 months agoMerge pull request #47116 from nextcloud/addColMigNotEx
Git'Fellow [Thu, 8 Aug 2024 07:53:20 +0000 (09:53 +0200)]
Merge pull request #47116 from nextcloud/addColMigNotEx

fix(migration): Add column if not exists

2 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 8 Aug 2024 00:20:57 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agochore(assets): Recompile assets 47120/head
nextcloud-command [Wed, 7 Aug 2024 23:18:05 +0000 (23:18 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agofix(systemtags): Correctly load tagged files in "tags"-files-view
Ferdinand Thiessen [Wed, 7 Aug 2024 23:07:45 +0000 (01:07 +0200)]
fix(systemtags): Correctly load tagged files in "tags"-files-view

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agofix(caldav): test for null and blank value 46624/head
SebastianKrupinski [Fri, 19 Jul 2024 02:07:33 +0000 (22:07 -0400)]
fix(caldav): test for null and blank value

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2 months agoMerge pull request #47034 from nextcloud/fix/app-menu-overflow
Andy Scherzinger [Wed, 7 Aug 2024 21:04:29 +0000 (23:04 +0200)]
Merge pull request #47034 from nextcloud/fix/app-menu-overflow

fix: Make app menu overflow entries vertically aligned

2 months agochore(assets): Recompile assets 47034/head
nextcloud-command [Wed, 7 Aug 2024 20:48:51 +0000 (20:48 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agofix: Make app menu overflow entries vertically aligned Fix/app-menu-overflow
Ferdinand Thiessen [Mon, 5 Aug 2024 11:53:24 +0000 (13:53 +0200)]
fix: Make app menu overflow entries vertically aligned

The `name` property expects a `text` and just adds basically a "heading" for the text,
so lets instead just utilize the default slot.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agoMerge pull request #47031 from nextcloud/fix/app-menu
Andy Scherzinger [Wed, 7 Aug 2024 20:30:00 +0000 (22:30 +0200)]
Merge pull request #47031 from nextcloud/fix/app-menu

fix: Ensure app overflow menu is rendered centered

2 months agochore(assets): Recompile assets 47031/head
nextcloud-command [Wed, 7 Aug 2024 19:48:52 +0000 (19:48 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agofix: Ensure app overflow menu is rendered centered
Ferdinand Thiessen [Mon, 5 Aug 2024 11:08:16 +0000 (13:08 +0200)]
fix: Ensure app overflow menu is rendered centered

1. Fix app menu overflow button to be centered
2. Ensure the overflow calculation always just removed one element (incl. refactor to use `@vueuse`)
3. Ensure we use 1.5 line height for app menu, otherwise some languages look squashed under the app icon

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 months agoMerge pull request #47044 from nextcloud/fix/accept-several-mounts-in-encryption
Andy Scherzinger [Wed, 7 Aug 2024 18:58:19 +0000 (20:58 +0200)]
Merge pull request #47044 from nextcloud/fix/accept-several-mounts-in-encryption

fix(encryption): Fix mountpoint check to accept if several are found

2 months agoMerge pull request #46395 from nextcloud/apcu-default-ttl 47111/head
Robin Appelman [Wed, 7 Aug 2024 18:16:02 +0000 (20:16 +0200)]
Merge pull request #46395 from nextcloud/apcu-default-ttl

fix: set default TTL for APCu cache as per docs

2 months agofix(migration): Add column if not exists 47116/head
Git'Fellow [Wed, 7 Aug 2024 18:09:51 +0000 (20:09 +0200)]
fix(migration): Add column if not exists

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2 months agochore: add psalm false positive to psalm.xml 46395/head
Robin Appelman [Wed, 7 Aug 2024 17:35:50 +0000 (19:35 +0200)]
chore: add psalm false positive to psalm.xml

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 months agochore: remove Redis::DEFAULT_TTL constant now that it's defined in the interface
Robin Appelman [Wed, 10 Jul 2024 21:00:05 +0000 (23:00 +0200)]
chore: remove Redis::DEFAULT_TTL constant now that it's defined in the interface

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 months agochore: cleanup acpu inc and dec
Robin Appelman [Wed, 10 Jul 2024 20:32:47 +0000 (22:32 +0200)]
chore: cleanup acpu inc and dec

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 months agodocs: clearify IMemcache::inc and dec behavior
Robin Appelman [Wed, 10 Jul 2024 20:23:37 +0000 (22:23 +0200)]
docs: clearify IMemcache::inc and dec behavior

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 months agofix: set default TTL for APCu cache as per docs
Robin Appelman [Wed, 10 Jul 2024 10:42:46 +0000 (12:42 +0200)]
fix: set default TTL for APCu cache as per docs

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 months agoMerge pull request #47106 from nextcloud/fix/files-padding
John Molakvoæ [Wed, 7 Aug 2024 15:28:10 +0000 (17:28 +0200)]
Merge pull request #47106 from nextcloud/fix/files-padding

2 months agofix(files): file name and header sort buttons alignments 47106/head
skjnldsv [Wed, 7 Aug 2024 11:29:12 +0000 (13:29 +0200)]
fix(files): file name and header sort buttons alignments

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agoMerge pull request #47102 from nextcloud/fix/files-multiple-propfind
John Molakvoæ [Wed, 7 Aug 2024 15:06:20 +0000 (17:06 +0200)]
Merge pull request #47102 from nextcloud/fix/files-multiple-propfind

2 months agoMerge pull request #45841 from Vivida1/add-regex-to-match-Gnome-and-KDE-calendar...
John Molakvoæ [Wed, 7 Aug 2024 14:10:18 +0000 (16:10 +0200)]
Merge pull request #45841 from Vivida1/add-regex-to-match-Gnome-and-KDE-calendar-user-agents

2 months agofix(files_sharing): getShares optional chaining 47102/head
skjnldsv [Wed, 7 Aug 2024 14:05:14 +0000 (16:05 +0200)]
fix(files_sharing): getShares optional chaining

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2 months agoMerge pull request #46623 from nextcloud/fix/issue-44127
Sebastian Krupinski [Wed, 7 Aug 2024 12:49:34 +0000 (08:49 -0400)]
Merge pull request #46623 from nextcloud/fix/issue-44127

fix(caldav): fixed initial sync and double processing

2 months agoMerge pull request #47069 from nextcloud/fix/noid/display-message-on-no-migration...
Maxence Lange [Wed, 7 Aug 2024 12:48:20 +0000 (11:48 -0100)]
Merge pull request #47069 from nextcloud/fix/noid/display-message-on-no-migration-attributes

fix(migration-preview): display a message if no attributes set

2 months agochore: update @nextcloud/upload to 1.4.3
skjnldsv [Wed, 7 Aug 2024 09:29:19 +0000 (11:29 +0200)]
chore: update @nextcloud/upload to 1.4.3

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 months agofix(files): use `files:config:updated` to monitor user config change
skjnldsv [Wed, 7 Aug 2024 09:06:54 +0000 (11:06 +0200)]
fix(files): use `files:config:updated` to monitor user config change

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2 months agoMerge pull request #37878 from 2lar/sortingfixbranch
John Molakvoæ [Wed, 7 Aug 2024 10:45:56 +0000 (12:45 +0200)]
Merge pull request #37878 from 2lar/sortingfixbranch

2 months agoMerge pull request #46106 from nextcloud/fix/session/log-slow-session-calls
Julius Härtl [Wed, 7 Aug 2024 10:43:45 +0000 (12:43 +0200)]
Merge pull request #46106 from nextcloud/fix/session/log-slow-session-calls

fix(session): Log when session_* calls are slow

2 months agoMerge pull request #47071 from nextcloud/fix/no-error-new-file-audit
Andy Scherzinger [Wed, 7 Aug 2024 09:42:38 +0000 (11:42 +0200)]
Merge pull request #47071 from nextcloud/fix/no-error-new-file-audit

fix(admin_audit): Do not log errors for new files

2 months agofix(files_sharing): tab shares title and creation sort 37878/head
2lar [Fri, 21 Apr 2023 18:45:36 +0000 (14:45 -0400)]
fix(files_sharing): tab shares title and creation sort

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2 months agoMerge pull request #46945 from nextcloud/fix/activity-upload-public
John Molakvoæ [Wed, 7 Aug 2024 09:29:46 +0000 (11:29 +0200)]
Merge pull request #46945 from nextcloud/fix/activity-upload-public

2 months agobuild(hub): 30.0.0 beta 5 47100/head
Benjamin Gaussorgues [Wed, 7 Aug 2024 09:23:50 +0000 (11:23 +0200)]
build(hub): 30.0.0 beta 5

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2 months agoMerge pull request #47095 from nextcloud/fix/theming/cache-buster-on-upgrade
Richard Steinmetz [Wed, 7 Aug 2024 08:24:44 +0000 (10:24 +0200)]
Merge pull request #47095 from nextcloud/fix/theming/cache-buster-on-upgrade

fix(theming): make cache buster depend on the app version

2 months agofix(admin_audit): Do not log errors for new files 47071/head
Julius Härtl [Tue, 6 Aug 2024 12:47:33 +0000 (14:47 +0200)]
fix(admin_audit): Do not log errors for new files

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 months agofeat(activity): add share link upload notifications 46945/head
skjnldsv [Thu, 1 Aug 2024 08:52:18 +0000 (10:52 +0200)]
feat(activity): add share link upload notifications

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2 months agofix(theming): make cache buster depend on the app version 47095/head
Richard Steinmetz [Wed, 7 Aug 2024 07:05:12 +0000 (09:05 +0200)]
fix(theming): make cache buster depend on the app version

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2 months agoMerge pull request #44666 from nooblag/occ-user
John Molakvoæ [Wed, 7 Aug 2024 07:33:24 +0000 (09:33 +0200)]
Merge pull request #44666 from nooblag/occ-user

occ: Improve and make consistent `user:lastseen` and `user:info` timestamps

2 months agoocc: Revert all changes to Info.php 44666/head
nooblag [Fri, 2 Aug 2024 03:58:41 +0000 (13:58 +1000)]
occ: Revert all changes to Info.php

Signed-off-by: Jore <contact@jore.cc>
2 months agoocc: Remove timezone changes.
Jore [Tue, 9 Apr 2024 21:36:01 +0000 (07:36 +1000)]
occ: Remove timezone changes.

Signed-off-by: Jore <contact@jore.cc>
2 months agoocc: Add locale setting timezone to timestamps.
Jore [Fri, 5 Apr 2024 01:59:37 +0000 (12:59 +1100)]
occ: Add locale setting timezone to timestamps.

Signed-off-by: Jore <contact@jore.cc>
2 months agoocc: Add check for never logged in for user:info.
Jore [Fri, 5 Apr 2024 00:23:21 +0000 (11:23 +1100)]
occ: Add check for never logged in for user:info.

Signed-off-by: Jore <contact@jore.cc>
2 months agoocc: Improve timestamps for user:info.
Jore [Thu, 4 Apr 2024 23:47:26 +0000 (10:47 +1100)]
occ: Improve timestamps for user:info.

Signed-off-by: Jore <contact@jore.cc>
2 months agoocc: Improve timestamps for user:lastseen.
Jore [Thu, 4 Apr 2024 22:48:40 +0000 (09:48 +1100)]
occ: Improve timestamps for user:lastseen.

Signed-off-by: Jore <contact@jore.cc>
2 months agoMerge pull request #47090 from nextcloud/automated/noid/master-update-psalm-baseline
github-actions[bot] [Wed, 7 Aug 2024 07:05:35 +0000 (09:05 +0200)]
Merge pull request #47090 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

2 months agofix(session): Log when session_* calls are slow 46106/head
Christoph Wurst [Tue, 25 Jun 2024 13:16:40 +0000 (15:16 +0200)]
fix(session): Log when session_* calls are slow

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2 months agochore(tests): Update psalm baseline 47090/head
nextcloud-command [Wed, 7 Aug 2024 02:29:23 +0000 (02:29 +0000)]
chore(tests): Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
2 months agoFix(l10n): Update translations from Transifex 47076/head
Nextcloud bot [Wed, 7 Aug 2024 00:20:09 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 months agofix(migration-preview): display a message if no attributes set 47069/head
Maxence Lange [Tue, 6 Aug 2024 23:22:38 +0000 (22:22 -0100)]
fix(migration-preview): display a message if no attributes set

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2 months agoMerge pull request #45193 from bahman026/update-config-sample-file
Andy Scherzinger [Tue, 6 Aug 2024 21:45:59 +0000 (23:45 +0200)]
Merge pull request #45193 from bahman026/update-config-sample-file

docs: added customclient_fdroid key to the config.sample.php file

2 months agoMerge pull request #45879 from nextcloud/export-certificate-bundle
Andy Scherzinger [Tue, 6 Aug 2024 21:37:39 +0000 (23:37 +0200)]
Merge pull request #45879 from nextcloud/export-certificate-bundle

feat: add command to export certificate bundle

2 months agoMerge pull request #46229 from nextcloud/jtr/fix-smtpdebug-cfg-sample
Andy Scherzinger [Tue, 6 Aug 2024 21:33:15 +0000 (23:33 +0200)]
Merge pull request #46229 from nextcloud/jtr/fix-smtpdebug-cfg-sample

fix(config): Clarify smtp debugging config option usage

2 months agoMerge pull request #47070 from nextcloud/circToTeam
Andy Scherzinger [Tue, 6 Aug 2024 21:25:47 +0000 (23:25 +0200)]
Merge pull request #47070 from nextcloud/circToTeam

fix(share): Rename Circle to Team

2 months agoMerge pull request #47083 from nextcloud/fix/group-list-test
Andy Scherzinger [Tue, 6 Aug 2024 20:39:47 +0000 (22:39 +0200)]
Merge pull request #47083 from nextcloud/fix/group-list-test

fix: Fix failing test for group listing

2 months agofix: Fix failing test for group listing 47083/head
Julius Härtl [Tue, 6 Aug 2024 19:06:44 +0000 (21:06 +0200)]
fix: Fix failing test for group listing

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 months agoMerge pull request #47061 from nextcloud/fix/avoid-collision-of-webhook-calls
Andy Scherzinger [Tue, 6 Aug 2024 18:17:15 +0000 (20:17 +0200)]
Merge pull request #47061 from nextcloud/fix/avoid-collision-of-webhook-calls

fix(webhook_listeners): Avoid collision between two identical calls at the same second

2 months agoMerge pull request #40427 from ThibautPlg/master
Andy Scherzinger [Tue, 6 Aug 2024 18:02:47 +0000 (20:02 +0200)]
Merge pull request #40427 from ThibautPlg/master

feat: Adding the displayname to the output of occ group:list --info