]>
source.dussan.org Git - nextcloud-server.git/log
Josh Richards [Thu, 3 Aug 2023 13:53:46 +0000 (09:53 -0400)]
Catch more invalid cache source storage paths
OC\Files\Cache\Cache::get can return string|false|null, not just string|false.
- nextcloud/server#26270 added handling of false, but null is needed too.
- Well, or we change the default $resullt to false, but I'm not sure if that has other ramifications and the real need here is to simply catch situations where the cache source storage path is not valid for whatever reason
Related: nextcloud/server#19009
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Ferdinand Thiessen [Thu, 3 Aug 2023 13:26:21 +0000 (15:26 +0200)]
Merge pull request #34419 from Dany1718/fix-icons
Changed mapping to font
Andy Scherzinger [Thu, 3 Aug 2023 13:21:25 +0000 (15:21 +0200)]
Merge pull request #39696 from nextcloud/enh/noid/pr-feedback
chore: add pr-feedback workflow
Daniel Kesselberg [Thu, 3 Aug 2023 13:15:47 +0000 (15:15 +0200)]
chore: add pr-feedback workflow
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Julien Veyssier [Thu, 3 Aug 2023 11:03:41 +0000 (13:03 +0200)]
Merge pull request #39684 from nextcloud/fix/noid/missing-argument-for-text-processing-test
fix: missing argument for TextProcessing Manager
John Molakvoæ [Thu, 3 Aug 2023 10:22:46 +0000 (12:22 +0200)]
Merge pull request #39673 from nextcloud/feat/theming-admin-image-mime
Julien Veyssier [Thu, 3 Aug 2023 09:52:25 +0000 (11:52 +0200)]
Merge pull request #39641 from nextcloud/fix/openapi
Fix OpenAPI specs
John Molakvoæ [Wed, 2 Aug 2023 10:05:17 +0000 (12:05 +0200)]
feat(theming): add mime accept in Theming image file picker
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Thu, 3 Aug 2023 09:47:48 +0000 (11:47 +0200)]
Merge pull request #39656 from nextcloud/fix/filename-files/master
jld3103 [Mon, 31 Jul 2023 15:03:06 +0000 (17:03 +0200)]
Fix OpenAPI specs
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Côme Chilliet [Thu, 3 Aug 2023 08:15:03 +0000 (10:15 +0200)]
Merge pull request #39219 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
Côme Chilliet [Thu, 3 Aug 2023 08:14:23 +0000 (10:14 +0200)]
Merge pull request #39150 from fsamapoor/refactor_files_app_commands
Refactors files app commands
Ferdinand Thiessen [Thu, 3 Aug 2023 02:36:17 +0000 (04:36 +0200)]
fix: Add icon for font files
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Dany1718 [Tue, 4 Oct 2022 06:51:25 +0000 (02:51 -0400)]
Changed mapping to font
* Updated mimetypelist icon mapping
Signed-off-by: Dany1718 <daniel.dossantos@ufl.edu>
Nextcloud bot [Thu, 3 Aug 2023 00:28:38 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel Kesselberg [Wed, 2 Aug 2023 22:20:35 +0000 (00:20 +0200)]
fix: missing argument for TextProcessing Manager
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
John Molakvoæ (skjnldsv) [Tue, 25 Jul 2023 09:29:38 +0000 (11:29 +0200)]
fix(files): fix extension with custom displayName
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
John Molakvoæ [Wed, 2 Aug 2023 13:36:42 +0000 (15:36 +0200)]
Merge pull request #39540 from nextcloud/feat/migrate-nc-vue-8
Ferdinand Thiessen [Wed, 2 Aug 2023 12:42:57 +0000 (14:42 +0200)]
fix(cypress): Really mock the initial state instead of trying to stub a module
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
John Molakvoæ [Wed, 2 Aug 2023 10:59:12 +0000 (12:59 +0200)]
fix(jest): also mock initial-state
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Ferdinand Thiessen [Mon, 24 Jul 2023 11:54:03 +0000 (13:54 +0200)]
fix: Acceptance tests adjusted to find new style sidebar tabs
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sun, 23 Jul 2023 00:25:51 +0000 (02:25 +0200)]
chore: Build assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sun, 23 Jul 2023 01:37:46 +0000 (03:37 +0200)]
fix(dav): Update jest snapshot for changed vue sidebar tab
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sun, 23 Jul 2023 20:12:41 +0000 (22:12 +0200)]
fix(cypress): Make sure cypress can preprocess files corrently (this drops 78 dependencies)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sun, 23 Jul 2023 01:03:05 +0000 (03:03 +0200)]
fix: Resolve code linting issues
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Sun, 23 Jul 2023 00:03:13 +0000 (02:03 +0200)]
chore: Update nextcloud-vue to v8 beta2 and renamed changed properties
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Julien Veyssier [Wed, 2 Aug 2023 12:55:00 +0000 (14:55 +0200)]
Merge pull request #39567 from nextcloud/enh/ai-admin-settings
AI admin settings
Arthur Schiwon [Wed, 2 Aug 2023 11:42:57 +0000 (13:42 +0200)]
Merge pull request #39672 from nextcloud/fix/s3-chunk-upload-quota
fix(dav): use quota of destination in s3 chunk upload
Julien Veyssier [Wed, 2 Aug 2023 10:40:29 +0000 (12:40 +0200)]
compile assets
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Julien Veyssier [Tue, 1 Aug 2023 13:31:20 +0000 (15:31 +0200)]
fix composer autoload files
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Julien Veyssier [Tue, 1 Aug 2023 10:35:26 +0000 (12:35 +0200)]
fix wrong NcSelect event in AI admin settings
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Julien Veyssier [Tue, 1 Aug 2023 09:59:10 +0000 (11:59 +0200)]
polish AI admin settings UI
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Julien Veyssier [Tue, 1 Aug 2023 09:45:50 +0000 (11:45 +0200)]
use DB type constants
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Julien Veyssier [Tue, 1 Aug 2023 09:43:13 +0000 (11:43 +0200)]
move long click handlers into methods
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Marcel Klehr [Fri, 28 Jul 2023 14:25:42 +0000 (16:25 +0200)]
Admin AI settings: Use ContainerInterface instead of IServerContainer
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Fri, 28 Jul 2023 10:58:11 +0000 (12:58 +0200)]
Admin AI settings: Improve a11y of machine translation precendence
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Fri, 28 Jul 2023 14:07:38 +0000 (16:07 +0200)]
Update apps/settings/src/components/AdminAI.vue
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Fri, 28 Jul 2023 14:07:10 +0000 (16:07 +0200)]
Update apps/settings/src/components/AdminAI.vue
Co-authored-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Fri, 28 Jul 2023 09:26:22 +0000 (11:26 +0200)]
Fix typo
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Fri, 28 Jul 2023 08:52:48 +0000 (10:52 +0200)]
Migration: Drop llm_tasks table and add textprocessing_tasks
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Tue, 25 Jul 2023 13:05:48 +0000 (15:05 +0200)]
AI admin settings: lint:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Tue, 25 Jul 2023 12:54:06 +0000 (14:54 +0200)]
AI admin settings: lint:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Tue, 25 Jul 2023 12:47:27 +0000 (14:47 +0200)]
AI admin settings: lint:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Tue, 25 Jul 2023 12:28:57 +0000 (14:28 +0200)]
AI admin settings: cs:fix
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Tue, 25 Jul 2023 12:27:20 +0000 (14:27 +0200)]
AI admin settings: strict_types
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Tue, 25 Jul 2023 12:21:37 +0000 (14:21 +0200)]
AI admin settings: Update composer autoloaders
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Tue, 25 Jul 2023 12:18:28 +0000 (14:18 +0200)]
AI admin settings: Add a draggable icon in UI for translation provider precedence
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Tue, 25 Jul 2023 12:17:57 +0000 (14:17 +0200)]
AI admin settings: Use config values in AI feature managers
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Mon, 24 Jul 2023 12:47:15 +0000 (14:47 +0200)]
AI admin settings: Add save mechanism
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Mon, 24 Jul 2023 12:07:34 +0000 (14:07 +0200)]
fix(TextProcessing): Inject L10N\IFactory instead of IL10N
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Mon, 24 Jul 2023 12:06:31 +0000 (14:06 +0200)]
AI Admin settings: Implement mt settings, stt settings and tp settings
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Mon, 24 Jul 2023 10:12:06 +0000 (12:12 +0200)]
First pass at ai admin settings
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
John Molakvoæ [Wed, 2 Aug 2023 08:45:44 +0000 (10:45 +0200)]
Merge pull request #39613 from nextcloud/feat/f2v/recent
Max [Wed, 2 Aug 2023 08:09:13 +0000 (10:09 +0200)]
fix(dav): use quota of destination in s3 chunk upload
Resolves: #39228.
Check the free space on the destination.
Before it was checking the free space on `$storage`
which is the upload storage of the user who triggered the upload.
This led to user quota being applied
even when uploading to a share with unlimited space.
Signed-off-by: Max <max@nextcloud.com>
John Molakvoæ (skjnldsv) [Fri, 28 Jul 2023 12:52:30 +0000 (14:52 +0200)]
feat(files): migrate recent view
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Ferdinand Thiessen [Wed, 2 Aug 2023 01:28:42 +0000 (03:28 +0200)]
Merge pull request #39609 from nextcloud/fix/focus-outline-favorites-view
fix(files): Remove duplicated outline on file name of vue file list
Ferdinand Thiessen [Fri, 28 Jul 2023 09:58:28 +0000 (11:58 +0200)]
fix(files): Remove duplicated outline on vue files entries
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Nextcloud bot [Wed, 2 Aug 2023 00:53:28 +0000 (00:53 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Ferdinand Thiessen [Wed, 2 Aug 2023 00:22:02 +0000 (02:22 +0200)]
Merge pull request #39475 from nextcloud/rakekniven-patch-3
fix(i18n) Fixed grammar
rakekniven [Wed, 19 Jul 2023 09:54:43 +0000 (11:54 +0200)]
fix(i18n) Fixed grammar
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
John Molakvoæ [Tue, 1 Aug 2023 15:58:22 +0000 (17:58 +0200)]
Merge pull request #39577 from nextcloud/feat/f2v/files_external
John Molakvoæ [Thu, 13 Jul 2023 07:58:24 +0000 (09:58 +0200)]
feat(files_external): migrate to vue
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Joas Schilling [Tue, 1 Aug 2023 14:12:28 +0000 (16:12 +0200)]
Merge pull request #39400 from nextcloud/rakekniven-patch-1
fix(i18n) Changed case of "Files"
Andy Scherzinger [Tue, 1 Aug 2023 13:47:54 +0000 (15:47 +0200)]
Merge pull request #39480 from nextcloud/fix/migrate-to-psr-logger-interface-files_external
Migrate files external to PSR LoggerInterface
Côme Chilliet [Tue, 1 Aug 2023 13:45:37 +0000 (15:45 +0200)]
Merge pull request #39587 from nextcloud/fix/bump-deepdiver1975/tarstreamer-to-2.1.0-in-master
Bump deepdiver1975/tarstreamer to 2.1.0 in master
John Molakvoæ [Tue, 1 Aug 2023 13:41:45 +0000 (15:41 +0200)]
Merge pull request #39652 from nextcloud/fix/fix-update-3rdparty-command
Joas Schilling [Fri, 28 Jul 2023 09:06:10 +0000 (11:06 +0200)]
chore(assets): Recompile JS
Signed-off-by: Joas Schilling <coding@schilljs.com>
rakekniven [Fri, 14 Jul 2023 21:18:23 +0000 (23:18 +0200)]
fix(i18n) Changed case of "Files"
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Faraz Samapoor [Tue, 1 Aug 2023 08:32:12 +0000 (12:02 +0330)]
Merge branch 'master' into refactor_files_app_commands
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Côme Chilliet [Tue, 1 Aug 2023 08:34:50 +0000 (10:34 +0200)]
Fixes in update-3rdparty command
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 1 Aug 2023 08:22:48 +0000 (10:22 +0200)]
Bump deepdiver1975/tarstreamer to 2.1.0 in master
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Joas Schilling [Tue, 1 Aug 2023 08:19:35 +0000 (10:19 +0200)]
Merge pull request #37481 from nextcloud/ci/checkers/require-autoloader-shipped-apps
ci(checkers): Require composer autoloaders for all shipped apps
Kate [Tue, 1 Aug 2023 08:04:13 +0000 (10:04 +0200)]
Merge pull request #39330 from nextcloud/feature/openapi/files_sharing
files_sharing: Add OpenAPI spec
John Molakvoæ [Tue, 1 Aug 2023 07:57:56 +0000 (09:57 +0200)]
Merge pull request #39649 from nextcloud/fix/sharing-l10n
Benjamin Gaussorgues [Thu, 20 Jul 2023 06:42:15 +0000 (08:42 +0200)]
Migrate files external to PSR LoggerInterface
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Nextcloud bot [Tue, 1 Aug 2023 00:29:41 +0000 (00:29 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Mon, 31 Jul 2023 23:02:29 +0000 (16:02 -0700)]
fix(files_sharing): String translations
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Pytal [Mon, 31 Jul 2023 22:15:05 +0000 (15:15 -0700)]
Merge pull request #38581 from nextcloud/fix-hint-posix
Daniel Kesselberg [Thu, 1 Jun 2023 13:43:04 +0000 (15:43 +0200)]
fix: correct hint for missing posix extension
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel [Mon, 31 Jul 2023 19:04:07 +0000 (21:04 +0200)]
Merge pull request #38623 from nextcloud/fix/14743/rename-fallback-copy-unlink
fix(storage): fallback to copy and unlink when rename fails
Julius Härtl [Mon, 31 Jul 2023 18:25:47 +0000 (20:25 +0200)]
Merge pull request #39588 from nextcloud/fix/files-api-url
Daniel Kesselberg [Fri, 2 Jun 2023 20:26:20 +0000 (22:26 +0200)]
fix(storage): fallback to copy and unlink when rename fails
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Max [Thu, 27 Jul 2023 09:35:18 +0000 (11:35 +0200)]
fix(files): url used to retrive storage stats
Signed-off-by: Max <max@nextcloud.com>
Julius Härtl [Mon, 31 Jul 2023 16:05:48 +0000 (18:05 +0200)]
Merge pull request #39629 from ir0nhide/fix/sse-c
jld3103 [Wed, 15 Feb 2023 18:22:09 +0000 (19:22 +0100)]
files_sharing: Add OpenAPI spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Julien Veyssier [Mon, 31 Jul 2023 13:37:25 +0000 (15:37 +0200)]
Merge pull request #39313 from nextcloud/feature/openapi/user_ldap
user_ldap: Add OpenAPI spec
Kate [Mon, 31 Jul 2023 13:24:45 +0000 (15:24 +0200)]
Merge pull request #39634 from nextcloud/feature/openapi/core/text-processing-api
core: Document text processing API
jld3103 [Mon, 31 Jul 2023 09:58:54 +0000 (11:58 +0200)]
core: Document text processing API
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Andy Scherzinger [Mon, 31 Jul 2023 10:34:39 +0000 (12:34 +0200)]
Merge pull request #39586 from nextcloud/feat/supported-apps
feat(settings): Show supported apps on app settings if subscribed
jld3103 [Wed, 14 Jun 2023 15:20:21 +0000 (17:20 +0200)]
user_ldap: Add OpenAPI spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Ferdinand Thiessen [Wed, 26 Jul 2023 20:55:50 +0000 (22:55 +0200)]
feat(settings): Show supported apps on app settings if subscribed
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Kate [Mon, 31 Jul 2023 09:05:07 +0000 (11:05 +0200)]
Merge pull request #39223 from nextcloud/feature/openapi/provisioning_api
provisioning_api: Add OpenAPI spec
jld3103 [Wed, 15 Feb 2023 18:27:04 +0000 (19:27 +0100)]
provisioning_api: Add OpenAPI spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Nextcloud bot [Mon, 31 Jul 2023 00:29:59 +0000 (00:29 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Tobias Zimmerer [Sun, 30 Jul 2023 20:54:58 +0000 (22:54 +0200)]
fix(s3): add SSE-C parameters to headObject call
Signed-off-by: Tobias Zimmerer <3228193+ir0nhide@users.noreply.github.com>
Nextcloud bot [Sun, 30 Jul 2023 00:25:19 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
rakekniven [Sat, 29 Jul 2023 09:55:23 +0000 (11:55 +0200)]
Merge pull request #39474 from nextcloud/rakekniven-patch-2
fix(i18n) Fixed grammar
rakekniven [Sat, 29 Jul 2023 08:26:56 +0000 (10:26 +0200)]
Merge branch 'master' into rakekniven-patch-2
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Nextcloud bot [Sat, 29 Jul 2023 00:32:08 +0000 (00:32 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Fri, 28 Jul 2023 18:24:21 +0000 (20:24 +0200)]
Merge pull request #38179 from nextcloud/dav-permissions-share-root-write
fix share roots always being marked as writable