]>
source.dussan.org Git - nextcloud-server.git/log
Joas Schilling [Wed, 26 Jul 2023 19:56:36 +0000 (21:56 +0200)]
fix: Align doc type with creation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 26 Jul 2023 19:56:07 +0000 (21:56 +0200)]
fix!: Remove symfony EventDispatcherInterface from Group
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 25 Jul 2023 19:45:07 +0000 (21:45 +0200)]
fix!: Remove symfony EventDispatcherInterface from User
Signed-off-by: Joas Schilling <coding@schilljs.com>
Alexander Piskun [Thu, 27 Jul 2023 17:44:35 +0000 (20:44 +0300)]
Merge pull request #39537 from nextcloud/ocs-update-group
`/ocs/v1.php/cloud/groups` `UPDATE` method - correct status when group not found
Joas Schilling [Thu, 27 Jul 2023 16:59:42 +0000 (18:59 +0200)]
Merge pull request #39571 from nextcloud/bugfix/noid/move-lib-to-IEventDispatcher
Move lib/ events to IEventDispatcher where possible
Joas Schilling [Thu, 27 Jul 2023 16:50:31 +0000 (18:50 +0200)]
Merge pull request #38667 from nextcloud/fix/systemtagmanager-gettag-updatetag
fix(SystemTagManager): Use truncated tagName in getTag and updateTag
Andy Scherzinger [Thu, 27 Jul 2023 15:16:30 +0000 (17:16 +0200)]
Merge pull request #39486 from nextcloud/3rdparty-bump-punic
chore(3rdparty): update punic to 3.8.1
Ferdinand Thiessen [Thu, 27 Jul 2023 15:04:57 +0000 (17:04 +0200)]
Merge pull request #39483 from nextcloud/fix/files-vue-favorite-icon
fix(files): Adjust files favorite marker for vue file list being cropped
Daniel Kesselberg [Mon, 24 Jul 2023 16:41:22 +0000 (18:41 +0200)]
chore: update expected results for CLDR 42
Punic 3.8.0 / CLDR 42 added a narrow no-break space unicode character for the time formats and a new default pattern for datetime.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Mon, 24 Jul 2023 14:52:49 +0000 (16:52 +0200)]
chore: update expected timezone from GMT+0 to UTC
Punic 3.2.0 added support for timezone translations and returns UTC instead of GMT+0 now.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Wed, 19 Jul 2023 21:58:19 +0000 (23:58 +0200)]
chore(3rdparty): update punic to 3.8.1
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Marcel Klehr [Tue, 6 Jun 2023 11:58:27 +0000 (13:58 +0200)]
fix(SystemTagManager): Use truncated tagName in getTag and updateTag
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Joas Schilling [Tue, 25 Jul 2023 17:38:08 +0000 (19:38 +0200)]
fix!: Remove User events which have a typed event replacement
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 25 Jul 2023 17:30:15 +0000 (19:30 +0200)]
fix: Move Sharing events to IEventDispatcher
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 25 Jul 2023 10:08:20 +0000 (12:08 +0200)]
fix: Move Node HookConnecter events to IEventDispatcher
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 25 Jul 2023 09:58:47 +0000 (11:58 +0200)]
fix: Move SystemTags events to IEventDispatcher
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 25 Jul 2023 09:54:36 +0000 (11:54 +0200)]
fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA Manager
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 25 Jul 2023 09:48:21 +0000 (11:48 +0200)]
fix!: Remove legacy event dispatching Symfony's GenericEvent from AdditionalScripts
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 25 Jul 2023 09:40:42 +0000 (11:40 +0200)]
fix: Move AppManager events to IEventDispatcher
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 25 Jul 2023 09:29:33 +0000 (11:29 +0200)]
fix!: Remove legacy event dispatching Symfony's GenericEvent
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Thu, 27 Jul 2023 00:25:58 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Wed, 26 Jul 2023 15:29:22 +0000 (17:29 +0200)]
Merge pull request #39485 from nextcloud/bugfix/noid/move-remaining-easy-usages-to-IEventDispatcher
fix(dispatcher): Move remaining simple cases in apps/ folder to IEven…
Nextcloud bot [Wed, 26 Jul 2023 00:57:25 +0000 (00:57 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Tue, 25 Jul 2023 11:37:51 +0000 (13:37 +0200)]
Merge pull request #39487 from nextcloud/feat/noid/typed-events-for-db_add-missing
Feat/noid/typed events for db add missing
John Molakvoæ [Tue, 25 Jul 2023 10:04:53 +0000 (12:04 +0200)]
Merge pull request #39317 from nextcloud/fix/4193-change-color-primary-hover
Change color for primary element on hover
Joas Schilling [Wed, 19 Jul 2023 19:56:34 +0000 (21:56 +0200)]
fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 25 Jul 2023 00:25:30 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
julia.kirschenheuter [Tue, 11 Jul 2023 14:42:02 +0000 (16:42 +0200)]
Change color for primary element on hover
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Joas Schilling [Wed, 19 Jul 2023 22:05:59 +0000 (00:05 +0200)]
fix(db)!: Remove private legacy event because we can not keep it
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 19 Jul 2023 21:48:11 +0000 (23:48 +0200)]
fix(db): Move missing core indices to typed event
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 19 Jul 2023 21:19:35 +0000 (23:19 +0200)]
fix: Add options to support all used features by core
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 19 Jul 2023 21:14:43 +0000 (23:14 +0200)]
fix(db): Move missing core columns to typed event
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 19 Jul 2023 21:10:13 +0000 (23:10 +0200)]
fix(db): Move missing core primary keys to typed event
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 19 Jul 2023 21:01:13 +0000 (23:01 +0200)]
feat(dispatcher): Add typed event for "db:add-missing-primary-keys"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 19 Jul 2023 20:36:59 +0000 (22:36 +0200)]
feat(dispatcher): Add typed event for "db:add-missing-columns"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 24 Jul 2023 12:44:37 +0000 (14:44 +0200)]
Merge pull request #39506 from nextcloud/techdebt/39488/ensure-index-name-uniqueness
feat(db): Ensure that index names are unique across the database
Daniel [Mon, 24 Jul 2023 10:52:21 +0000 (12:52 +0200)]
Merge pull request #38606 from fsamapoor/replace_strpos_calls_in_settings_app
Refactors "strpos" calls in /apps/settings
Nextcloud bot [Mon, 24 Jul 2023 00:25:32 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 23 Jul 2023 00:28:01 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Alexander Piskun [Sat, 22 Jul 2023 10:18:43 +0000 (13:18 +0300)]
to return correct code when group not found
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Nextcloud bot [Sat, 22 Jul 2023 00:31:23 +0000 (00:31 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Pytal [Fri, 21 Jul 2023 18:18:56 +0000 (11:18 -0700)]
Merge pull request #39402 from nextcloud/enh/a11y-users-settings
Julien Veyssier [Fri, 21 Jul 2023 16:29:34 +0000 (18:29 +0200)]
Merge pull request #39527 from nextcloud/fix/39526/dashboard-hide-weather-credits
Only show weather credits if necessary
Julien Veyssier [Fri, 21 Jul 2023 15:29:14 +0000 (17:29 +0200)]
Merge branch 'master' into fix/39526/dashboard-hide-weather-credits
Simon L [Fri, 21 Jul 2023 12:06:04 +0000 (14:06 +0200)]
Merge pull request #39008 from nextcloud/enh/noid/reorder-fonts
switch to bootstrap font-stack
Julien Veyssier [Fri, 21 Jul 2023 11:39:18 +0000 (13:39 +0200)]
only show weather credits if the app is enabled and the weather status is enabled
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Joas Schilling [Fri, 21 Jul 2023 10:17:36 +0000 (12:17 +0200)]
fix(tests): Adjust unit tests to outline the schema is checked twice now
Signed-off-by: Joas Schilling <coding@schilljs.com>
Simon L [Fri, 21 Jul 2023 08:39:06 +0000 (10:39 +0200)]
fix tests
Signed-off-by: Simon L <szaimen@e.mail.de>
Marcel Klehr [Fri, 21 Jul 2023 09:20:31 +0000 (11:20 +0200)]
Merge pull request #38854 from nextcloud/enh/llm-api
Benjamin Gaussorgues [Fri, 21 Jul 2023 09:04:32 +0000 (11:04 +0200)]
Merge pull request #39264 from nextcloud/feat/add-instance-category
Add instance category while checking new updates
Julia Kirschenheuter [Fri, 21 Jul 2023 08:47:42 +0000 (10:47 +0200)]
Merge pull request #39476 from nextcloud/fix/36975-increase_contrast_on_action_buttons
Remove opacity on federation control action buttons
Julia Kirschenheuter [Fri, 21 Jul 2023 08:44:42 +0000 (10:44 +0200)]
Merge pull request #39460 from nextcloud/fix/39413-add-more-space-belowitem-preview-explanation
Add more space below item preview explanation
Pytal [Fri, 21 Jul 2023 02:22:57 +0000 (19:22 -0700)]
Merge pull request #39382 from nextcloud/enh/a11y-aria-modal
Nextcloud bot [Fri, 21 Jul 2023 00:24:21 +0000 (00:24 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Thu, 13 Jul 2023 22:21:55 +0000 (15:21 -0700)]
enh(a11y): Add aria-modal to dialogs
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Anna [Thu, 20 Jul 2023 21:49:12 +0000 (23:49 +0200)]
Merge pull request #39504 from nextcloud/fix/caldav/access-typed-searchquery-property-without-init
fix(caldav): Assign initial value to typed CalendarQuery properties
Robin Appelman [Thu, 20 Jul 2023 17:32:03 +0000 (19:32 +0200)]
Merge pull request #39367 from nextcloud/s3-fopen-exception
handle more exceptions in AmazonS3::fopen
Robin Appelman [Thu, 20 Jul 2023 17:30:21 +0000 (19:30 +0200)]
Merge pull request #39275 from nextcloud/log-backtrace
Add optional to add backtrace to log items
Robin Appelman [Thu, 20 Jul 2023 17:29:42 +0000 (19:29 +0200)]
Merge pull request #38930 from nextcloud/chunk-clean-failed
clean failed upload chunks
Robin Appelman [Thu, 20 Jul 2023 16:37:07 +0000 (18:37 +0200)]
Merge pull request #38860 from nextcloud/scanner-change-summary
add summary of detected changes to files:scan output
Anna [Thu, 20 Jul 2023 16:00:06 +0000 (18:00 +0200)]
Merge branch 'master' into fix/caldav/access-typed-searchquery-property-without-init
julia.kirschenheuter [Tue, 18 Jul 2023 14:15:28 +0000 (16:15 +0200)]
Add more space below item of preview explanation
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Matthieu Gallien [Thu, 20 Jul 2023 13:49:09 +0000 (15:49 +0200)]
Merge pull request #39221 from nextcloud/bugfix/bulkUploadEmptyFiles
Bugfix/bulk upload empty files
Simon L [Thu, 20 Jul 2023 13:26:22 +0000 (15:26 +0200)]
add missing places and address review.
Signed-off-by: Simon L <szaimen@e.mail.de>
Joas Schilling [Thu, 20 Jul 2023 12:27:26 +0000 (14:27 +0200)]
feat(db): Ensure that index names are unique across the database
Signed-off-by: Joas Schilling <coding@schilljs.com>
Matthieu Gallien [Fri, 7 Jul 2023 09:22:19 +0000 (11:22 +0200)]
when reading an empty file getting EOF is not an error
will allow uploading empty files via bulk upload
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Christoph Wurst [Thu, 20 Jul 2023 11:28:52 +0000 (13:28 +0200)]
fix(caldav): Assign initial value to typed CalendarQuery properties
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Joas Schilling [Thu, 20 Jul 2023 10:08:18 +0000 (12:08 +0200)]
Merge pull request #39490 from nextcloud/bugfix/noid/fix-loading-infoxml
fix(apps): Fix loading info.xml file
Julius Härtl [Thu, 20 Jul 2023 09:00:08 +0000 (11:00 +0200)]
Merge pull request #38934 from nextcloud/bugfix/noid/ssec-multipart
Joas Schilling [Wed, 12 Jul 2023 07:23:37 +0000 (09:23 +0200)]
fix(apps): Fix loading info.xml file
Ref: https://bugs.php.net/bug.php?id=62577
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Thu, 20 Jul 2023 00:26:12 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel [Wed, 19 Jul 2023 21:57:09 +0000 (23:57 +0200)]
Merge pull request #39477 from nextcloud/3rdparty-bump-symfony-http-routing-translation
chore(3rdparty): update symfony http-foundation, routing and translat…
Daniel Kesselberg [Wed, 19 Jul 2023 12:47:24 +0000 (14:47 +0200)]
chore(3rdparty): update symfony http-foundation, routing and translation to 5.4.24
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Ferdinand Thiessen [Wed, 19 Jul 2023 19:42:31 +0000 (21:42 +0200)]
fix(files): Adjust files favorite marker for vue file list to not overflow
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Joas Schilling [Wed, 19 Jul 2023 18:59:53 +0000 (20:59 +0200)]
Merge pull request #39222 from nextcloud/bugfix/noid/more-event-dispatchers
Migrate more apps to IEventDispatcher
Simon L [Wed, 19 Jul 2023 18:09:14 +0000 (20:09 +0200)]
address review
Signed-off-by: Simon L <szaimen@e.mail.de>
Simon L [Mon, 26 Jun 2023 10:52:50 +0000 (12:52 +0200)]
switch to bootstrap font-stack
Signed-off-by: Simon L <szaimen@e.mail.de>
Joas Schilling [Fri, 7 Jul 2023 09:30:58 +0000 (11:30 +0200)]
fix(workflowengine): Remove legacy event (deprecated since 17)
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 7 Jul 2023 09:28:02 +0000 (11:28 +0200)]
fix(loopup_server_connector): Migrate to IEventDispatcher
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 7 Jul 2023 09:27:29 +0000 (11:27 +0200)]
fix(files_trashbin): Migrate to IEventDispatcher and emit as typed event
Signed-off-by: Joas Schilling <coding@schilljs.com>
Marcel Klehr [Wed, 19 Jul 2023 15:33:11 +0000 (17:33 +0200)]
Fix tests: Adjust constructor signature
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Marcel Klehr [Wed, 19 Jul 2023 15:32:28 +0000 (17:32 +0200)]
Fix tests: Adjust constructor signature
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Joas Schilling [Wed, 19 Jul 2023 15:25:57 +0000 (17:25 +0200)]
Merge pull request #39304 from nextcloud/bugfix/noid/typed-event-comments-entity
fix(comments): Emit CommentsEntityEvent as typed event
julia.kirschenheuter [Wed, 19 Jul 2023 12:37:08 +0000 (14:37 +0200)]
Remove opacity on federation control action buttons
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Daniel [Wed, 19 Jul 2023 12:20:07 +0000 (14:20 +0200)]
Merge pull request #39455 from nextcloud/3rdparty-bump-symfony-console
chore(3rdparty): update symfony/console to 5.4.24
Marcel Klehr [Wed, 19 Jul 2023 11:15:14 +0000 (13:15 +0200)]
Remove Task::factory method
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Christopher Ng [Wed, 19 Jul 2023 02:39:02 +0000 (19:39 -0700)]
test(settings): User management settings dialog
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Wed, 19 Jul 2023 02:13:40 +0000 (19:13 -0700)]
chore: Compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Sat, 15 Jul 2023 01:29:25 +0000 (18:29 -0700)]
enh(a11y): User management settings dialog
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Pytal [Wed, 19 Jul 2023 00:33:16 +0000 (17:33 -0700)]
Merge pull request #39229 from nextcloud/fix/default-empty-content-files
Nextcloud bot [Wed, 19 Jul 2023 00:26:31 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Fri, 7 Jul 2023 12:59:58 +0000 (14:59 +0200)]
fix(files): default emptycontent message
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Daniel [Tue, 18 Jul 2023 16:40:44 +0000 (18:40 +0200)]
Merge pull request #39444 from nextcloud/fix/l10n-manager
fix(l10n): User manager
Ferdinand Thiessen [Tue, 18 Jul 2023 15:39:44 +0000 (17:39 +0200)]
Merge pull request #39456 from nextcloud/fix/script-tag-for-module-js-with-version
fix: Correctly add `module` content type to script tags with versions
Daniel Kesselberg [Tue, 18 Jul 2023 10:50:31 +0000 (12:50 +0200)]
chore(3rdparty): update symfony/console to 5.4.24
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel [Tue, 18 Jul 2023 15:05:12 +0000 (17:05 +0200)]
Merge pull request #38397 from nextcloud/enh/contacts/hide-adressbook-option
enh(contacts): show/hide addressbooks for all
Joas Schilling [Tue, 11 Jul 2023 09:06:29 +0000 (11:06 +0200)]
fix(comments): Emit CommentsEntityEvent as typed event
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 18 Jul 2023 13:44:23 +0000 (15:44 +0200)]
Merge pull request #39441 from nextcloud/3rdparty-bump-symfony-process
chore(3rdparty): update symfony/process to 5.4.24
Benjamin Gaussorgues [Fri, 7 Jul 2023 07:51:08 +0000 (09:51 +0200)]
Add instance category while checking new updates
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Joas Schilling [Tue, 18 Jul 2023 13:30:30 +0000 (15:30 +0200)]
Merge pull request #39305 from nextcloud/bugfix/noid/sabre-plugin-events
feat(dav): Emit a typed event to deprecate OCA\DAV\Connector\Sabre::addPlugin