]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
12 months agofix(acceptance): Locate settings menu
Christopher Ng [Fri, 13 Oct 2023 18:26:48 +0000 (11:26 -0700)]
fix(acceptance): Locate settings menu

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agoenh(a11y): Add label to app menu nav
Christopher Ng [Thu, 12 Oct 2023 00:09:30 +0000 (17:09 -0700)]
enh(a11y): Add label to app menu nav

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agoenh(a11y): Add avatar description
Christopher Ng [Thu, 12 Oct 2023 00:09:30 +0000 (17:09 -0700)]
enh(a11y): Add avatar description

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agoenh(a11y): Add accessible user menu semantics
Christopher Ng [Thu, 12 Oct 2023 00:09:30 +0000 (17:09 -0700)]
enh(a11y): Add accessible user menu semantics

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agoMerge pull request #40749 from nextcloud/refactor/contacts-menu-to-vue
Christoph Wurst [Mon, 16 Oct 2023 16:12:39 +0000 (18:12 +0200)]
Merge pull request #40749 from nextcloud/refactor/contacts-menu-to-vue

refactor: Contacts menu to Vue

12 months agoMerge pull request #40934 from nextcloud/techdebt/noid/codeowner
Joas Schilling [Mon, 16 Oct 2023 15:29:31 +0000 (17:29 +0200)]
Merge pull request #40934 from nextcloud/techdebt/noid/codeowner

chore: Add the talk team as codeowners for things Talk heavily relies on

12 months agochore: Add the talk team as codeowners for things Talk heavily relies on 40934/head
Joas Schilling [Mon, 16 Oct 2023 14:50:42 +0000 (16:50 +0200)]
chore: Add the talk team as codeowners for things Talk heavily relies on

Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months agorefactor: Contacts menu to Vue 40749/head
Christoph Wurst [Mon, 2 Oct 2023 17:48:30 +0000 (19:48 +0200)]
refactor: Contacts menu to Vue

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
12 months agoMerge pull request #40890 from nextcloud/fix/search/close-unified-search-second-ctrl-f
Christoph Wurst [Mon, 16 Oct 2023 14:05:25 +0000 (16:05 +0200)]
Merge pull request #40890 from nextcloud/fix/search/close-unified-search-second-ctrl-f

fix(search): Close unified search at the second ctrl+f

12 months agoMerge pull request #40931 from nextcloud/bugfix/noid/fix-unit-tests-on-8.3
Joas Schilling [Mon, 16 Oct 2023 13:22:17 +0000 (15:22 +0200)]
Merge pull request #40931 from nextcloud/bugfix/noid/fix-unit-tests-on-8.3

Fix unit tests on PHP 8.3

12 months agoMerge pull request #40927 from nextcloud/allow-expiry-dates-less-than-enforced-limit
F. E Noel Nfebe [Mon, 16 Oct 2023 10:37:10 +0000 (11:37 +0100)]
Merge pull request #40927 from nextcloud/allow-expiry-dates-less-than-enforced-limit

Allow share expiry dates lower than enforced limits

12 months agoMerge pull request #40471 from nextcloud/enh/fix-x-requested-with
Julien Veyssier [Mon, 16 Oct 2023 10:06:49 +0000 (12:06 +0200)]
Merge pull request #40471 from nextcloud/enh/fix-x-requested-with

Only add x-requested-with header in requests to Nextcloud

12 months agocompile assets 40471/head
Julien Veyssier [Thu, 12 Oct 2023 13:37:05 +0000 (15:37 +0200)]
compile assets

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
12 months agoonly add x-requested-with header if requests point to NC
Julien Veyssier [Mon, 18 Sep 2023 08:44:37 +0000 (10:44 +0200)]
only add x-requested-with header if requests point to NC

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
12 months agoFix unit tests on PHP 8.3 40931/head
Joas Schilling [Mon, 16 Oct 2023 08:16:22 +0000 (10:16 +0200)]
Fix unit tests on PHP 8.3

Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months agoMerge pull request #40367 from nextcloud/fix/user_ldap-update-groups-on-login
Côme Chilliet [Mon, 16 Oct 2023 08:01:55 +0000 (10:01 +0200)]
Merge pull request #40367 from nextcloud/fix/user_ldap-update-groups-on-login

Fire group membership events from LDAP at login

12 months agoAllow share expiry dates lower than enforced limits 40927/head
fenn-cs [Sun, 15 Oct 2023 20:41:07 +0000 (21:41 +0100)]
Allow share expiry dates lower than enforced limits

Previously, users could change the share expiry date up
to the enforced maximum.

The new share flow imposed the enforced share expiry
date maximum literally and did not allow even dates
lower than the maximum enforced.

That does not make much sense, if the enforced expiry date is 30
days from creation date, then it's logical to allow users set the
date to anything less than 30 days from the creation date.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
12 months agoMerge pull request #40865 from nextcloud/bugfix/noid/fix-version-comment
Joas Schilling [Mon, 16 Oct 2023 06:01:09 +0000 (08:01 +0200)]
Merge pull request #40865 from nextcloud/bugfix/noid/fix-version-comment

Fix version number in ITimeFactory after it was delayed

12 months agoMerge pull request #40900 from nextcloud/bugfix/noid/fix-parameter-types-in-docs
Joas Schilling [Mon, 16 Oct 2023 06:00:44 +0000 (08:00 +0200)]
Merge pull request #40900 from nextcloud/bugfix/noid/fix-parameter-types-in-docs

fix(docs): Fix parameter types in docs

12 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 16 Oct 2023 00:28:25 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 months agoMerge pull request #40068 from nextcloud/devcontainer-fix-git-config
Ferdinand Thiessen [Sun, 15 Oct 2023 23:04:06 +0000 (01:04 +0200)]
Merge pull request #40068 from nextcloud/devcontainer-fix-git-config

[Devcontainer] move git setup to postStartCommand

12 months agoMerge pull request #40910 from nextcloud/dependabot/npm_and_yarn/ts-loader-9.5.0
Ferdinand Thiessen [Sun, 15 Oct 2023 22:32:48 +0000 (00:32 +0200)]
Merge pull request #40910 from nextcloud/dependabot/npm_and_yarn/ts-loader-9.5.0

chore(deps-dev): Bump ts-loader from 9.4.4 to 9.5.0

12 months agofix(search): Close unified search at the second ctrl+f 40890/head
Christoph Wurst [Thu, 12 Oct 2023 16:16:52 +0000 (18:16 +0200)]
fix(search): Close unified search at the second ctrl+f

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
12 months agoMerge pull request #40893 from nextcloud/enh/a11y/files-header-sort
John Molakvoæ [Sun, 15 Oct 2023 11:52:14 +0000 (13:52 +0200)]
Merge pull request #40893 from nextcloud/enh/a11y/files-header-sort

12 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 15 Oct 2023 00:27:31 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 months agochore: compile assets 40893/head
Christopher Ng [Thu, 12 Oct 2023 21:46:51 +0000 (14:46 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agochore(files): Clean up unused components
Christopher Ng [Thu, 12 Oct 2023 21:46:51 +0000 (14:46 -0700)]
chore(files): Clean up unused components

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agofix(files): Remove unnecessary sort direction from label
Christopher Ng [Thu, 12 Oct 2023 21:46:51 +0000 (14:46 -0700)]
fix(files): Remove unnecessary sort direction from label

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agoenh(files): Add accessible sort direction
Christopher Ng [Thu, 12 Oct 2023 21:46:51 +0000 (14:46 -0700)]
enh(files): Add accessible sort direction

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agochore(deps-dev): Bump ts-loader from 9.4.4 to 9.5.0 40910/head
dependabot[bot] [Sat, 14 Oct 2023 03:09:38 +0000 (03:09 +0000)]
chore(deps-dev): Bump ts-loader from 9.4.4 to 9.5.0

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 9.4.4 to 9.5.0.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v9.4.4...v9.5.0)

---
updated-dependencies:
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
12 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 14 Oct 2023 00:28:03 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 months agoMerge pull request #40887 from nextcloud/enh/36965/fix-admin-settings
Simon L [Fri, 13 Oct 2023 16:22:55 +0000 (18:22 +0200)]
Merge pull request #40887 from nextcloud/enh/36965/fix-admin-settings

12 months agoDevcontainer: move git setup to postStartCommand 40068/head
Robin Windey [Sun, 27 Aug 2023 15:33:01 +0000 (15:33 +0000)]
Devcontainer: move git setup to postStartCommand

* postCreateCommand is executed too early
* If git config commands run in postCreate, a global .gitconfig will be created
* Copy of local .gitconfig will be skipped if .gitconfig already exists in container
* Move to later stage
* https://github.com/devcontainers/cli/issues/98
* https://github.com/microsoft/vscode-remote-release/issues/4855#issuecomment-831920085

Signed-off-by: GitHub <noreply@github.com>
12 months agofix several admin settings problems 40887/head
Simon L [Thu, 12 Oct 2023 13:15:56 +0000 (15:15 +0200)]
fix several admin settings problems

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
12 months agoMerge pull request #40868 from nextcloud/feat/in-memory-cache-factory
Christoph Wurst [Fri, 13 Oct 2023 11:52:14 +0000 (13:52 +0200)]
Merge pull request #40868 from nextcloud/feat/in-memory-cache-factory

feat: Add factory method for in-memory caches

12 months agofix(docs): Fix parameter types in docs 40900/head
Joas Schilling [Fri, 13 Oct 2023 09:02:42 +0000 (11:02 +0200)]
fix(docs): Fix parameter types in docs

Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months agoMerge pull request #40885 from nextcloud/bugfix/noid/fix-OCM-provider
Joas Schilling [Fri, 13 Oct 2023 08:53:21 +0000 (10:53 +0200)]
Merge pull request #40885 from nextcloud/bugfix/noid/fix-OCM-provider

Fix OCM provider public API and handling to allow apps to register

12 months agoMerge pull request #40894 from nextcloud/fix/cypress-groups
Simon L [Fri, 13 Oct 2023 08:37:18 +0000 (10:37 +0200)]
Merge pull request #40894 from nextcloud/fix/cypress-groups

12 months agofeat(OCM): Dispatch an event so apps can register resources 40885/head
Joas Schilling [Thu, 12 Oct 2023 12:37:50 +0000 (14:37 +0200)]
feat(OCM): Dispatch an event so apps can register resources

Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months agofeat(OCM): Add a way for apps to create a new IOCMResource
Joas Schilling [Thu, 12 Oct 2023 10:25:54 +0000 (12:25 +0200)]
feat(OCM): Add a way for apps to create a new IOCMResource

Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months agofix(OCM): Make the OCM provider stateful so apps can add resources
Joas Schilling [Thu, 12 Oct 2023 10:25:16 +0000 (12:25 +0200)]
fix(OCM): Make the OCM provider stateful so apps can add resources

Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months agofix(OCM): Make the public API only rely on OCP
Joas Schilling [Thu, 12 Oct 2023 10:24:03 +0000 (12:24 +0200)]
fix(OCM): Make the public API only rely on OCP

Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months agoMerge pull request #40874 from nextcloud/chore/deps/nextcloud-password-confirmation
Ferdinand Thiessen [Fri, 13 Oct 2023 00:52:52 +0000 (02:52 +0200)]
Merge pull request #40874 from nextcloud/chore/deps/nextcloud-password-confirmation

chore(deps): Bump @nextcloud/password-confirmation from 4.0.1 to 5.0.0

12 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 13 Oct 2023 00:47:00 +0000 (00:47 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 months agofix(cypress): User groups test 40894/head
Christopher Ng [Thu, 12 Oct 2023 22:39:42 +0000 (15:39 -0700)]
fix(cypress): User groups test

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agochore(assets): re-compile assets 40874/head
Grigorii K. Shartsev [Wed, 11 Oct 2023 15:28:39 +0000 (17:28 +0200)]
chore(assets): re-compile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
12 months agochore(deps): Bump @nextcloud/password-confirmation from 4.0.1 to 5.0.0
Grigorii K. Shartsev [Wed, 11 Oct 2023 15:26:39 +0000 (17:26 +0200)]
chore(deps): Bump @nextcloud/password-confirmation from 4.0.1 to 5.0.0

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
12 months agoMerge pull request #40871 from nextcloud/enh/36965/fix-my-apps-view
Simon L [Thu, 12 Oct 2023 12:25:11 +0000 (14:25 +0200)]
Merge pull request #40871 from nextcloud/enh/36965/fix-my-apps-view

12 months agoMerge pull request #40864 from nextcloud/bugfix/noid/use-allowSelfSignedCertificates...
Joas Schilling [Thu, 12 Oct 2023 10:37:15 +0000 (12:37 +0200)]
Merge pull request #40864 from nextcloud/bugfix/noid/use-allowSelfSignedCertificates-for-all-OCM-requests

fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config for all OCM requests

12 months agoFix unit tests 40864/head
Joas Schilling [Thu, 12 Oct 2023 09:36:35 +0000 (11:36 +0200)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months agoFix my-apps view on mobile 40871/head
Simon L [Wed, 11 Oct 2023 14:08:27 +0000 (16:08 +0200)]
Fix my-apps view on mobile

Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
12 months agoMerge pull request #40879 from nextcloud/fix/session/log-lost-crypto-session
Christoph Wurst [Thu, 12 Oct 2023 08:37:15 +0000 (10:37 +0200)]
Merge pull request #40879 from nextcloud/fix/session/log-lost-crypto-session

fix(session): Log when crypto session data is lost

12 months agoMerge pull request #40443 from nextcloud/fix/noid/store-lpap-user-groups
Arthur Schiwon [Thu, 12 Oct 2023 08:32:29 +0000 (10:32 +0200)]
Merge pull request #40443 from nextcloud/fix/noid/store-lpap-user-groups

fix(ldap): store last known user groups

12 months agoMerge pull request #40413 from nextcloud/feature/sorbaugh/in-user-search
Joas Schilling [Thu, 12 Oct 2023 08:29:29 +0000 (10:29 +0200)]
Merge pull request #40413 from nextcloud/feature/sorbaugh/in-user-search

Add in:users as a search filter to limit searches to users

12 months agoFix registerEventListener signature 40367/head
Côme Chilliet [Tue, 12 Sep 2023 14:03:40 +0000 (16:03 +0200)]
Fix registerEventListener signature

It seems now psalm correctly supports this.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoFix LDAP LoginListener by adding new group relationships to caches before firing...
Côme Chilliet [Tue, 12 Sep 2023 10:15:30 +0000 (12:15 +0200)]
Fix LDAP LoginListener by adding new group relationships to caches before firing the event

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoFire group events at login for LDAP groups
Côme Chilliet [Mon, 14 Feb 2022 11:35:28 +0000 (12:35 +0100)]
Fire group events at login for LDAP groups

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoAdd logging to be able to debug FirstLoginListener
Côme Chilliet [Mon, 14 Feb 2022 11:35:01 +0000 (12:35 +0100)]
Add logging to be able to debug FirstLoginListener

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoMove event listener registration to register()
Côme Chilliet [Thu, 10 Feb 2022 13:43:48 +0000 (14:43 +0100)]
Move event listener registration to register()

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoUse a standard array for the stateful cache
Côme Chilliet [Thu, 10 Feb 2022 12:11:50 +0000 (13:11 +0100)]
Use a standard array for the stateful cache

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agoAdd FirstLoginListener to accept shares upon first ldap user login
Côme Chilliet [Thu, 6 Jan 2022 15:33:18 +0000 (16:33 +0100)]
Add FirstLoginListener to accept shares upon first ldap user login

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 months agochore(assets): Recompile assets 40413/head
nextcloud-command [Thu, 12 Oct 2023 07:14:37 +0000 (07:14 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
12 months agofix(meta): copyright note
Arthur Schiwon [Wed, 11 Oct 2023 19:17:49 +0000 (21:17 +0200)]
fix(meta): copyright note

12 months agoremove unused properties
sorbaugh [Wed, 11 Oct 2023 10:23:14 +0000 (12:23 +0200)]
remove unused properties

Signed-off-by: sorbaugh <stephan.orbaugh@nextcloud.com>
12 months agorecompiled assets
sorbaugh [Wed, 11 Oct 2023 09:20:57 +0000 (11:20 +0200)]
recompiled assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
12 months agoRemove unneeded includes.
sorbaugh [Wed, 13 Sep 2023 12:24:32 +0000 (14:24 +0200)]
Remove unneeded includes.

Usage:
1. Type a string in the search bar
2. Add in:users filter to avoid unnecessary searches in other apps

12 months agoKeep Search Provider but remove actual search and display on the searchlist dialog...
sorbaugh [Wed, 13 Sep 2023 12:24:32 +0000 (14:24 +0200)]
Keep Search Provider but remove actual search and display on the searchlist dialog. Will revisit in future search result list in future issue.

Usage:
1. Type a string in the search bar
2. Add in:users filter to avoid unnecessary searches in other apps

12 months agoAdd new user filter to search.
sorbaugh [Wed, 13 Sep 2023 08:43:45 +0000 (10:43 +0200)]
Add new user filter to search.
Add regex to prevent filter collision in user-list page

Usage:
1. Type a string in the search bar
2. Add in:users to display only users in the search result

12 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 12 Oct 2023 00:25:29 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 months agoMerge pull request #40110 from nextcloud/enh/a11y/add-group
Pytal [Wed, 11 Oct 2023 18:54:15 +0000 (11:54 -0700)]
Merge pull request #40110 from nextcloud/enh/a11y/add-group

12 months agofix(session): Log when crypto session data is lost 40879/head
Christoph Wurst [Wed, 11 Oct 2023 17:59:18 +0000 (19:59 +0200)]
fix(session): Log when crypto session data is lost

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
12 months agotest(settings): Create and delete groups 40110/head
Christopher Ng [Wed, 11 Oct 2023 17:39:54 +0000 (10:39 -0700)]
test(settings): Create and delete groups

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agochore: compile assets
Christopher Ng [Wed, 11 Oct 2023 00:13:14 +0000 (17:13 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agoenh(settings): Move confirm group removal dialog to vue
Christopher Ng [Sat, 7 Oct 2023 00:35:44 +0000 (17:35 -0700)]
enh(settings): Move confirm group removal dialog to vue

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agoenh(settings): Add groups accessibly
Christopher Ng [Sat, 7 Oct 2023 00:35:44 +0000 (17:35 -0700)]
enh(settings): Add groups accessibly

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agoMerge pull request #40858 from nextcloud/fix/app-nav-caption
Pytal [Wed, 11 Oct 2023 16:46:36 +0000 (09:46 -0700)]
Merge pull request #40858 from nextcloud/fix/app-nav-caption

12 months agofix(LDAP): solve race condition reading groups of disappeared LDAP user 40443/head
Arthur Schiwon [Wed, 11 Oct 2023 12:06:27 +0000 (14:06 +0200)]
fix(LDAP): solve race condition reading groups of disappeared LDAP user

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
12 months agoMerge pull request #40698 from nextcloud/Valdnet-patch-1
Arthur Schiwon [Wed, 11 Oct 2023 13:25:28 +0000 (15:25 +0200)]
Merge pull request #40698 from nextcloud/Valdnet-patch-1

Correct typos and add quotation marks

12 months agoMerge pull request #40839 from nextcloud/fix/noid/ldap-group-config-di
Arthur Schiwon [Wed, 11 Oct 2023 12:05:15 +0000 (14:05 +0200)]
Merge pull request #40839 from nextcloud/fix/noid/ldap-group-config-di

Pass IConfig by constructor to Group_LDAP

12 months agofeat: Add factory method for in-memory caches 40868/head
Christoph Wurst [Wed, 11 Oct 2023 11:29:21 +0000 (13:29 +0200)]
feat: Add factory method for in-memory caches

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
12 months agoFix version number in ITimeFactory after it was delayed 40865/head
Joas Schilling [Wed, 11 Oct 2023 10:14:41 +0000 (12:14 +0200)]
Fix version number in ITimeFactory after it was delayed

Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months agofix(federation): Use `sharing.federation.allowSelfSignedCertificates` config for...
Joas Schilling [Wed, 11 Oct 2023 09:52:10 +0000 (11:52 +0200)]
fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config for all OCM requests

Signed-off-by: Joas Schilling <coding@schilljs.com>
12 months agoMerge pull request #40861 from nextcloud/chore/unused-cache-factor-create-low-latency
Christoph Wurst [Wed, 11 Oct 2023 09:03:01 +0000 (11:03 +0200)]
Merge pull request #40861 from nextcloud/chore/unused-cache-factor-create-low-latency

chore: Drop unused \OC\Memcache\Factory::createLowLatency

12 months agochore: Drop unused \OC\Memcache\Factory::createLowLatency 40861/head
Christoph Wurst [Wed, 11 Oct 2023 07:40:27 +0000 (09:40 +0200)]
chore: Drop unused \OC\Memcache\Factory::createLowLatency

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
12 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 11 Oct 2023 00:28:10 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 months agoCorrect typos and add quotation marks 40698/head
Valdnet [Fri, 29 Sep 2023 07:50:47 +0000 (09:50 +0200)]
Correct typos and add quotation marks

Corrects typos and unifies spelling for "occ" commands.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
12 months agochore: compile assets 40858/head
Christopher Ng [Tue, 10 Oct 2023 22:26:32 +0000 (15:26 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agofix: Scope app nav caption styles
Christopher Ng [Tue, 10 Oct 2023 22:26:32 +0000 (15:26 -0700)]
fix: Scope app nav caption styles

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 months agoMerge pull request #40843 from nextcloud/fix/noid/ocm-provider-on-subfolder
Arthur Schiwon [Tue, 10 Oct 2023 17:54:56 +0000 (19:54 +0200)]
Merge pull request #40843 from nextcloud/fix/noid/ocm-provider-on-subfolder

remove leading slash

12 months agoMerge pull request #40721 from nextcloud/dependabot/npm_and_yarn/jest/globals-29.7.0
dependabot[bot] [Tue, 10 Oct 2023 15:17:35 +0000 (15:17 +0000)]
Merge pull request #40721 from nextcloud/dependabot/npm_and_yarn/jest/globals-29.7.0

12 months agoMerge pull request #40595 from nextcloud/dependabot/github_actions/actions/checkout-4
dependabot[bot] [Tue, 10 Oct 2023 15:13:58 +0000 (15:13 +0000)]
Merge pull request #40595 from nextcloud/dependabot/github_actions/actions/checkout-4

12 months agoMerge pull request #40674 from nextcloud/feat/drop-folder
John Molakvoæ [Tue, 10 Oct 2023 14:57:32 +0000 (16:57 +0200)]
Merge pull request #40674 from nextcloud/feat/drop-folder

12 months agochore(deps-dev): Bump @jest/globals from 29.6.2 to 29.7.0 40721/head
dependabot[bot] [Tue, 10 Oct 2023 13:56:26 +0000 (13:56 +0000)]
chore(deps-dev): Bump @jest/globals from 29.6.2 to 29.7.0

Bumps [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals) from 29.6.2 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-globals)

---
updated-dependencies:
- dependency-name: "@jest/globals"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
12 months agochore(deps): Bump actions/checkout from 3 to 4 40595/head
dependabot[bot] [Sat, 23 Sep 2023 09:47:24 +0000 (09:47 +0000)]
chore(deps): Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...8ade135a41bc03ea155e62e844d188df1ea18608)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
12 months agofeat: allow external drop and add dropzone 40674/head
John Molakvoæ [Wed, 27 Sep 2023 08:30:55 +0000 (10:30 +0200)]
feat: allow external drop and add dropzone

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
12 months agoMerge pull request #40724 from nextcloud/dependabot/npm_and_yarn/workbox-webpack...
dependabot[bot] [Tue, 10 Oct 2023 12:38:29 +0000 (12:38 +0000)]
Merge pull request #40724 from nextcloud/dependabot/npm_and_yarn/workbox-webpack-plugin-7.0.0

12 months agoMerge pull request #40782 from nextcloud/fix/auth-ext-strg
John Molakvoæ [Tue, 10 Oct 2023 11:50:59 +0000 (13:50 +0200)]
Merge pull request #40782 from nextcloud/fix/auth-ext-strg

12 months agoMerge pull request #39756 from nextcloud/enh/add-disabled-users-endpoint
Côme Chilliet [Tue, 10 Oct 2023 11:33:49 +0000 (13:33 +0200)]
Merge pull request #39756 from nextcloud/enh/add-disabled-users-endpoint

Add endpoint for getting disabled user list

12 months agochore(deps-dev): Bump workbox-webpack-plugin from 6.6.0 to 7.0.0 40724/head
dependabot[bot] [Sat, 30 Sep 2023 01:24:49 +0000 (01:24 +0000)]
chore(deps-dev): Bump workbox-webpack-plugin from 6.6.0 to 7.0.0

Bumps [workbox-webpack-plugin](https://github.com/googlechrome/workbox) from 6.6.0 to 7.0.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.6.0...v7.0.0)

---
updated-dependencies:
- dependency-name: workbox-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
12 months agofix(files_external): basic auth user storage trigger 40782/head
John Molakvoæ [Thu, 5 Oct 2023 09:23:55 +0000 (11:23 +0200)]
fix(files_external): basic auth user storage trigger

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>