]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
16 months agoMigrate files sharing to PSR LoggerInterface 39169/head
Benjamin Gaussorgues [Wed, 5 Jul 2023 14:28:22 +0000 (16:28 +0200)]
Migrate files sharing to PSR LoggerInterface

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
16 months agoMerge pull request #38176 from danialRahimy/master
Arthur Schiwon [Wed, 5 Jul 2023 13:53:00 +0000 (15:53 +0200)]
Merge pull request #38176 from danialRahimy/master

Admin audit app: optimization according to PHP 8

16 months agoMerge pull request #38978 from fsamapoor/refactor_lib_private_accounts
Arthur Schiwon [Wed, 5 Jul 2023 13:52:34 +0000 (15:52 +0200)]
Merge pull request #38978 from fsamapoor/refactor_lib_private_accounts

Refactors lib/private/Accounts classes

16 months agoMerge pull request #39062 from nextcloud/fix/tag-search-short-circuit-master
Arthur Schiwon [Wed, 5 Jul 2023 13:15:00 +0000 (15:15 +0200)]
Merge pull request #39062 from nextcloud/fix/tag-search-short-circuit-master

fix(TagSearchProvider): Short circuit if no tag matches the query

16 months agoMerge pull request #38955 from nextcloud/bugfix/noid/dont-use-or
Joas Schilling [Wed, 5 Jul 2023 12:40:10 +0000 (14:40 +0200)]
Merge pull request #38955 from nextcloud/bugfix/noid/dont-use-or

fix(eventdispatcher): Don't use all evaluating "or"

16 months agoAdmin audit app: optimization according to PHP 8 38176/head
Danial Rahimi [Wed, 10 May 2023 12:40:51 +0000 (16:10 +0330)]
Admin audit app: optimization according to PHP 8

Signed-off-by: Danial Rahimi <daniel_rahimi@outlook.com>
16 months agoRenames the property to improve the code readbility/clarity. 38978/head
Faraz Samapoor [Wed, 5 Jul 2023 10:49:25 +0000 (14:19 +0330)]
Renames the property to improve the code readbility/clarity.

Based on:
 https://github.com/nextcloud/server/pull/38978#pullrequestreview-1514202944

Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
16 months agoMerge pull request #39043 from nextcloud/fix/ocp/dashboard-widgetitems-see-widget...
Christoph Wurst [Wed, 5 Jul 2023 10:09:42 +0000 (12:09 +0200)]
Merge pull request #39043 from nextcloud/fix/ocp/dashboard-widgetitems-see-widget-getitems

fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem

16 months agoMerge pull request #39086 from nextcloud/bugfix/noid/migrate-admin_audit-to-IEventDis...
Arthur Schiwon [Wed, 5 Jul 2023 10:05:11 +0000 (12:05 +0200)]
Merge pull request #39086 from nextcloud/bugfix/noid/migrate-admin_audit-to-IEventDispatcher

feat(admin_audit): Migrate to non-deprecated IEventDispatcher

16 months agoMerge pull request #39012 from fsamapoor/refactor_lib_private_security_part2
Arthur Schiwon [Wed, 5 Jul 2023 10:02:27 +0000 (12:02 +0200)]
Merge pull request #39012 from fsamapoor/refactor_lib_private_security_part2

[2/3] Refactors lib/private/Security

16 months agoMerge pull request #38910 from nextcloud/fix/nullish-trim-deprecation-warning
Joas Schilling [Wed, 5 Jul 2023 05:53:25 +0000 (07:53 +0200)]
Merge pull request #38910 from nextcloud/fix/nullish-trim-deprecation-warning

Cast string type for trim()

16 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 5 Jul 2023 00:26:45 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
16 months agoMerge pull request #39115 from nextcloud/fix/unecrypted-size-part-files
Arthur Schiwon [Tue, 4 Jul 2023 20:12:33 +0000 (22:12 +0200)]
Merge pull request #39115 from nextcloud/fix/unecrypted-size-part-files

fix(sse): don't update uncached files

16 months agoMerge pull request #38975 from fsamapoor/constructor_property_promotion_in_remaining_...
Robin Appelman [Tue, 4 Jul 2023 15:44:43 +0000 (17:44 +0200)]
Merge pull request #38975 from fsamapoor/constructor_property_promotion_in_remaining_core_classes

 Uses PHP8's constructor property promotion in remaining /core classes

16 months agoMerge pull request #38974 from fsamapoor/constructor_property_promotion_in_core_migra...
Robin Appelman [Tue, 4 Jul 2023 15:33:30 +0000 (17:33 +0200)]
Merge pull request #38974 from fsamapoor/constructor_property_promotion_in_core_migrations

Uses PHP8's constructor property promotion in core/Migrations

16 months agofix(sse): don't update uncached files 39115/head
Richard Steinmetz [Mon, 3 Jul 2023 07:40:46 +0000 (09:40 +0200)]
fix(sse): don't update uncached files

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
16 months agofeat(admin_audit): Migrate to non-deprecated IEventDispatcher 39086/head
Joas Schilling [Fri, 30 Jun 2023 10:50:28 +0000 (12:50 +0200)]
feat(admin_audit): Migrate to non-deprecated IEventDispatcher

Signed-off-by: Joas Schilling <coding@schilljs.com>
16 months agoMerge pull request #39127 from nextcloud/fix/password-confirmation-master
Marcel Klehr [Tue, 4 Jul 2023 09:14:50 +0000 (11:14 +0200)]
Merge pull request #39127 from nextcloud/fix/password-confirmation-master

16 months agoFix(OC/password-confirmation): Hide the correct button 39127/head
Marcel Klehr [Mon, 3 Jul 2023 18:30:15 +0000 (20:30 +0200)]
Fix(OC/password-confirmation): Hide the correct button

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
16 months agoMerge pull request #39116 from nextcloud/feature/psalm-enable-more-less-specific
Kate [Tue, 4 Jul 2023 06:05:27 +0000 (08:05 +0200)]
Merge pull request #39116 from nextcloud/feature/psalm-enable-more-less-specific

psalm: Enable more/less specific errors

16 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 4 Jul 2023 00:29:17 +0000 (00:29 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
16 months agoMerge pull request #38969 from nextcloud/enh/38944/add-profile-url-to-sab
Johannes [Mon, 3 Jul 2023 17:11:25 +0000 (19:11 +0200)]
Merge pull request #38969 from nextcloud/enh/38944/add-profile-url-to-sab

enh(sab): Add profileUrl to SAB

16 months agopsalm: Enable more/less specific errors 39116/head
jld3103 [Mon, 3 Jul 2023 08:05:53 +0000 (10:05 +0200)]
psalm: Enable more/less specific errors

Signed-off-by: jld3103 <jld3103yt@gmail.com>
16 months agoenh(sab): Add profileUrl to SAB 38969/head
Johannes Merkel [Fri, 23 Jun 2023 16:40:46 +0000 (18:40 +0200)]
enh(sab): Add profileUrl to SAB

Signed-off-by: Johannes Merkel <mail@johannesgge.de>
16 months agoMerge pull request #39070 from nextcloud/fix/bump-sabre/dav-to-4.4.0-in-master
Daniel [Mon, 3 Jul 2023 14:35:34 +0000 (16:35 +0200)]
Merge pull request #39070 from nextcloud/fix/bump-sabre/dav-to-4.4.0-in-master

Bump sabre/http to 5.1.7 in master

16 months agoMerge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-names
Joas Schilling [Mon, 3 Jul 2023 13:38:28 +0000 (15:38 +0200)]
Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-names

Fix event names of 2FA related typed events

16 months agoBump sabre/dav to 4.4.0 in master 39070/head
Côme Chilliet [Thu, 29 Jun 2023 15:51:15 +0000 (17:51 +0200)]
Bump sabre/dav to 4.4.0 in master

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
16 months agoFix event names of 2FA related typed events 39089/head
Joas Schilling [Fri, 30 Jun 2023 12:14:36 +0000 (14:14 +0200)]
Fix event names of 2FA related typed events

Signed-off-by: Joas Schilling <coding@schilljs.com>
16 months agoMerge pull request #39120 from nextcloud/fix/psalm-disable-cache
Kate [Mon, 3 Jul 2023 12:20:12 +0000 (14:20 +0200)]
Merge pull request #39120 from nextcloud/fix/psalm-disable-cache

psalm: Disable cache

16 months agoMerge pull request #39057 from nextcloud/feat/ocp/type-icapabilities
Christoph Wurst [Mon, 3 Jul 2023 09:29:58 +0000 (11:29 +0200)]
Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilities

feat(ocp): More specific type for ICapabilities::getCapabilities

16 months agopsalm: Disable cache 39120/head
jld3103 [Mon, 3 Jul 2023 09:26:30 +0000 (11:26 +0200)]
psalm: Disable cache

Signed-off-by: jld3103 <jld3103yt@gmail.com>
16 months agoMerge pull request #39103 from nextcloud/fix/remove-orphaned-file
John Molakvoæ [Mon, 3 Jul 2023 09:18:29 +0000 (11:18 +0200)]
Merge pull request #39103 from nextcloud/fix/remove-orphaned-file

16 months agoMerge pull request #39096 from nextcloud/automated/noid/master-update-psalm-baseline
Côme Chilliet [Mon, 3 Jul 2023 08:34:32 +0000 (10:34 +0200)]
Merge pull request #39096 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

16 months agoMerge pull request #34443 from nextcloud/feat/add-enabled-user-backend
Côme Chilliet [Mon, 3 Jul 2023 08:19:32 +0000 (10:19 +0200)]
Merge pull request #34443 from nextcloud/feat/add-enabled-user-backend

Add IProvideEnabledStateBackend interface

16 months agodoc(ocp): Upgrade capability registration recommendation 39057/head
Christoph Wurst [Thu, 29 Jun 2023 13:54:13 +0000 (15:54 +0200)]
doc(ocp): Upgrade capability registration recommendation

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
16 months agofeat(ocp): More specific type for ICapabilities::getCapabilities
Christoph Wurst [Thu, 29 Jun 2023 07:50:09 +0000 (09:50 +0200)]
feat(ocp): More specific type for ICapabilities::getCapabilities

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
16 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 3 Jul 2023 00:30:37 +0000 (00:30 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
16 months agoMerge pull request #39102 from nextcloud/fix/migrate-deprecated-ncappnavigationcounter
John Molakvoæ [Sun, 2 Jul 2023 15:30:44 +0000 (17:30 +0200)]
Merge pull request #39102 from nextcloud/fix/migrate-deprecated-ncappnavigationcounter

16 months agoFixes testcase errors.
Faraz Samapoor [Sun, 2 Jul 2023 08:31:11 +0000 (12:01 +0330)]
Fixes testcase errors.

Signed-off-by: Faraz Samapoor <fsa@adlas.at>
16 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 2 Jul 2023 00:31:00 +0000 (00:31 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
16 months agochore(files_sharing): Remove orphaned file with deprecated imports 39103/head
Ferdinand Thiessen [Sat, 1 Jul 2023 21:40:14 +0000 (23:40 +0200)]
chore(files_sharing): Remove orphaned file with deprecated imports

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
16 months agofix(settings): Migrate away from `NcAppNavigationCounter` 39102/head
Ferdinand Thiessen [Sat, 1 Jul 2023 21:12:06 +0000 (23:12 +0200)]
fix(settings): Migrate away from `NcAppNavigationCounter`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
16 months agoMerge pull request #39093 from nextcloud/imageCreateFromString
Git'Fellow [Sat, 1 Jul 2023 14:34:01 +0000 (16:34 +0200)]
Merge pull request #39093 from nextcloud/imageCreateFromString

Silent `imagecreatefromstring()` errors

16 months agoFixes Psalm error.
Faraz Samapoor [Sat, 24 Jun 2023 10:30:17 +0000 (14:00 +0330)]
Fixes Psalm error.

Signed-off-by: Faraz Samapoor <fsa@adlas.at>
16 months ago Refactors lib/private/Accounts.
Faraz Samapoor [Sat, 24 Jun 2023 09:16:40 +0000 (12:46 +0330)]
 Refactors lib/private/Accounts.

 Mainly using PHP8's constructor property promotion.

Signed-off-by: Faraz Samapoor <fsa@adlas.at>
16 months agoUpdate psalm baseline 39096/head
nextcloud-command [Sat, 1 Jul 2023 03:44:28 +0000 (03:44 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
16 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 1 Jul 2023 00:25:13 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
16 months agoMerge pull request #39073 from nextcloud/fix/setting_migrate-from-deprecated-ncpopove...
Pytal [Fri, 30 Jun 2023 22:51:15 +0000 (15:51 -0700)]
Merge pull request #39073 from nextcloud/fix/setting_migrate-from-deprecated-ncpopovermenu

16 months agoSilent imagecreatefromstring() errors 39093/head
Git'Fellow [Fri, 30 Jun 2023 19:58:44 +0000 (21:58 +0200)]
Silent imagecreatefromstring() errors

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
16 months agochore: Compile assets 39073/head
Ferdinand Thiessen [Thu, 29 Jun 2023 16:50:51 +0000 (18:50 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
16 months agofix(settings): Migrate away from deprecated `NcPopoverMenu`
Ferdinand Thiessen [Thu, 29 Jun 2023 13:33:36 +0000 (15:33 +0200)]
fix(settings): Migrate away from deprecated `NcPopoverMenu`

* Replace popover menu with `NcActions`
* Deduplicate user actions code between `UserRow` and `UserRowSimple`
* Fix user action to cover whole row heigh to prevent dropdown from shining through the actions
* Fix user action popover to be overlayed by current edited row actions

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
16 months agoMerge pull request #38905 from nextcloud/artonge/feat/improve_files_versions_preview_...
Louis [Fri, 30 Jun 2023 18:32:24 +0000 (20:32 +0200)]
Merge pull request #38905 from nextcloud/artonge/feat/improve_files_versions_preview_logic

Reduce load of files versions preview loading

16 months agoMerge pull request #39049 from nextcloud/no-issue/accessibility/aria-labels-on-apps...
Ferdinand Thiessen [Fri, 30 Jun 2023 12:31:50 +0000 (14:31 +0200)]
Merge pull request #39049 from nextcloud/no-issue/accessibility/aria-labels-on-apps-slide-toggles

Update aria-expanded attribute for sidebar apps-slide-toggles

16 months agoUpdate aria-expanded attribute for sidebar apps-slide-toggles 39049/head
fenn-cs [Wed, 28 Jun 2023 23:17:19 +0000 (00:17 +0100)]
Update aria-expanded attribute for sidebar apps-slide-toggles

Some apps which use the machanism provided in `core/src/OC/apps.js`
for toggle slide up/down in the side bar would equally rely on same for
`aria-expanded` state change.

For example : https://github.com/nextcloud/activity/pull/1230

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
16 months agoFix psalm error 39062/head
Marcel Klehr [Fri, 30 Jun 2023 10:32:14 +0000 (12:32 +0200)]
Fix psalm error

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
16 months agofix(TagSearchProvider): Short circuit if no tag matches the query
Marcel Klehr [Thu, 29 Jun 2023 13:01:14 +0000 (15:01 +0200)]
fix(TagSearchProvider): Short circuit if no tag matches the query

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
16 months agoMerge pull request #39025 from nextcloud/bugfix/noid/actions-empty-files
Julius Härtl [Fri, 30 Jun 2023 08:12:41 +0000 (10:12 +0200)]
Merge pull request #39025 from nextcloud/bugfix/noid/actions-empty-files

16 months agoMerge pull request #38802 from nextcloud/feature/type-responses
Kate [Fri, 30 Jun 2023 08:12:28 +0000 (10:12 +0200)]
Merge pull request #38802 from nextcloud/feature/type-responses

Add types to responses

16 months agoAdd template types to responses 38802/head
jld3103 [Wed, 14 Jun 2023 06:56:42 +0000 (08:56 +0200)]
Add template types to responses

Signed-off-by: jld3103 <jld3103yt@gmail.com>
16 months agoMerge pull request #38863 from nextcloud/dependabot/github_actions/cypress-io/github...
dependabot[bot] [Fri, 30 Jun 2023 06:49:57 +0000 (06:49 +0000)]
Merge pull request #38863 from nextcloud/dependabot/github_actions/cypress-io/github-action-5.8.3

16 months agochore(deps): Bump cypress-io/github-action from 5.8.1 to 5.8.3 38863/head
dependabot[bot] [Fri, 30 Jun 2023 05:59:08 +0000 (05:59 +0000)]
chore(deps): Bump cypress-io/github-action from 5.8.1 to 5.8.3

Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5.8.1 to 5.8.3.
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Commits](https://github.com/cypress-io/github-action/compare/db1693016f23ccf9043f4b2428f9b04e5d502a73...d69252d52b9a31bad4f418f05ba2bc83687a02eb)

---
updated-dependencies:
- dependency-name: cypress-io/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
16 months agoMerge pull request #39076 from nextcloud/backport/39067/master
John Molakvoæ [Fri, 30 Jun 2023 05:58:06 +0000 (07:58 +0200)]
Merge pull request #39076 from nextcloud/backport/39067/master

16 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 30 Jun 2023 00:29:43 +0000 (00:29 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
16 months agofix(cypress): branch definition and update from template 39076/head
John Molakvoæ [Thu, 29 Jun 2023 19:45:58 +0000 (21:45 +0200)]
fix(cypress): branch definition and update from template

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
16 months agofix(files): Only render the menu if there are actions to show 39025/head
Julius Härtl [Tue, 27 Jun 2023 08:46:12 +0000 (10:46 +0200)]
fix(files): Only render the menu if there are actions to show

Signed-off-by: Julius Härtl <jus@bitgrid.net>
16 months agoMerge pull request #38900 from tanganellilore/add_theming_doc_url
John Molakvoæ [Thu, 29 Jun 2023 14:58:10 +0000 (16:58 +0200)]
Merge pull request #38900 from tanganellilore/add_theming_doc_url

16 months agoAdd method to list disabled users to IProvideEnabledStateBackend 34443/head
Côme Chilliet [Thu, 29 Jun 2023 14:15:12 +0000 (16:15 +0200)]
Add method to list disabled users to IProvideEnabledStateBackend

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
16 months agoMerge pull request #39018 from nextcloud/fix/migrate-to-loggerinterface-federation
Côme Chilliet [Thu, 29 Jun 2023 13:45:02 +0000 (15:45 +0200)]
Merge pull request #39018 from nextcloud/fix/migrate-to-loggerinterface-federation

Migrate federation application to LoggerInterface

16 months agoMerge pull request #35915 from nextcloud/enh/noid/display-name-federated-shares
Arthur Schiwon [Thu, 29 Jun 2023 12:40:26 +0000 (14:40 +0200)]
Merge pull request #35915 from nextcloud/enh/noid/display-name-federated-shares

display displayname on federated shares

16 months agoBase versions' has-preview on mimetype 38905/head
Louis Chemineau [Thu, 29 Jun 2023 09:00:25 +0000 (11:00 +0200)]
Base versions' has-preview on mimetype

Signed-off-by: Louis Chemineau <louis@chmn.me>
16 months agoMerge pull request #38605 from fsamapoor/replace_strpos_calls_in_comments_app
Côme Chilliet [Thu, 29 Jun 2023 08:32:08 +0000 (10:32 +0200)]
Merge pull request #38605 from fsamapoor/replace_strpos_calls_in_comments_app

Refactors "strpos" calls in /apps/comments

16 months agoMerge pull request #31790 from nextcloud/fix-events-with-old-lastoccurence
Christoph Wurst [Thu, 29 Jun 2023 07:42:55 +0000 (09:42 +0200)]
Merge pull request #31790 from nextcloud/fix-events-with-old-lastoccurence

Fix creating events with old (< unix time) lastoccurence

16 months agoMerge pull request #38839 from nextcloud/fix/36976-_9.1.4.11/8.2_-_The_frames_of_the_...
Pytal [Thu, 29 Jun 2023 00:33:37 +0000 (17:33 -0700)]
Merge pull request #38839 from nextcloud/fix/36976-_9.1.4.11/8.2_-_The_frames_of_the_input_fields_do_not_meet_the_contrast_requirements

16 months agofix: Add cypress test for changing password in the users list 38839/head
Ferdinand Thiessen [Wed, 28 Jun 2023 22:08:21 +0000 (00:08 +0200)]
fix: Add cypress test for changing password in the users list

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
16 months agoReplace plain input fields with NcTextField fields and NcMultiSelect fields with...
julia.kirschenheuter [Mon, 26 Jun 2023 14:03:58 +0000 (16:03 +0200)]
Replace plain input fields with NcTextField fields and NcMultiSelect fields with NcSelect fields

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
16 months agoMerge pull request #39042 from nextcloud/fix/ocp/timed-job-joblist-type
Christoph Wurst [Wed, 28 Jun 2023 19:51:53 +0000 (21:51 +0200)]
Merge pull request #39042 from nextcloud/fix/ocp/timed-job-joblist-type

fix(ocp): TimedJob can't have a more specific argument than Job

16 months agoMerge pull request #38832 from nextcloud/fix/38817/correct-user-status-save
Maksim Sukharev [Wed, 28 Jun 2023 17:35:28 +0000 (19:35 +0200)]
Merge pull request #38832 from nextcloud/fix/38817/correct-user-status-save

Adjust saving of status messages

16 months agoCompile assets
Louis Chemineau [Wed, 28 Jun 2023 14:49:22 +0000 (16:49 +0200)]
Compile assets

Signed-off-by: Louis Chemineau <louis@chmn.me>
16 months agoDo not load preview if version tab is not active
Louis Chemineau [Wed, 28 Jun 2023 14:44:12 +0000 (16:44 +0200)]
Do not load preview if version tab is not active

Signed-off-by: Louis Chemineau <louis@chmn.me>
16 months agoReplace plain input fields with NcTextField fields and NcMultiSelect fields with...
julia.kirschenheuter [Mon, 26 Jun 2023 14:03:58 +0000 (16:03 +0200)]
Replace plain input fields with NcTextField fields and NcMultiSelect fields with NcSelect fields

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
16 months agoProvide hasPreview in files_versions DAV API
Louis Chemineau [Mon, 19 Jun 2023 15:51:53 +0000 (17:51 +0200)]
Provide hasPreview in files_versions DAV API

This allow to no request non existing previews
I also set some properties to the img element to reduce preview loading to what the browser think is necessary

Signed-off-by: Louis Chemineau <louis@chmn.me>
16 months agoMerge pull request #38498 from nextcloud/feat-replace-id3parser-with-mp3info
F. E Noel Nfebe [Wed, 28 Jun 2023 14:15:17 +0000 (15:15 +0100)]
Merge pull request #38498 from nextcloud/feat-replace-id3parser-with-mp3info

Replace id3parser with mp3info

16 months agowrap user status message input and buttons with native form 38832/head
Maksim Sukharev [Wed, 28 Jun 2023 13:38:17 +0000 (15:38 +0200)]
wrap user status message input and buttons with native form

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
16 months agofix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem 39043/head
Christoph Wurst [Wed, 28 Jun 2023 13:07:23 +0000 (15:07 +0200)]
fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
16 months agofix(ocp): TimedJob can't have a more specific argument than Job 39042/head
Christoph Wurst [Wed, 28 Jun 2023 12:56:39 +0000 (14:56 +0200)]
fix(ocp): TimedJob can't have a more specific argument than Job

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
16 months agofeat: replace id3parser with mp3info 38498/head
Daniel Kesselberg [Sun, 28 May 2023 14:57:21 +0000 (16:57 +0200)]
feat: replace id3parser with mp3info

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
16 months agodisplayname on federated shares 35915/head
Maxence Lange [Wed, 28 Jun 2023 10:27:55 +0000 (09:27 -0100)]
displayname on federated shares

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
16 months agoMerge pull request #38613 from nextcloud/feat/35959/async-guzzle-requests
Joas Schilling [Wed, 28 Jun 2023 07:04:36 +0000 (09:04 +0200)]
Merge pull request #38613 from nextcloud/feat/35959/async-guzzle-requests

feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()

16 months agoMerge pull request #39038 from nextcloud/fix/replace-deprecated-vue-code
John Molakvoæ [Wed, 28 Jun 2023 06:10:27 +0000 (08:10 +0200)]
Merge pull request #39038 from nextcloud/fix/replace-deprecated-vue-code

16 months agoMerge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpoint
Julius Härtl [Wed, 28 Jun 2023 05:53:35 +0000 (07:53 +0200)]
Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpoint

16 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 28 Jun 2023 00:30:40 +0000 (00:30 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
16 months agofix: cannot apply limit+offset on multi-tag-search 37969/head
Arthur Schiwon [Tue, 27 Jun 2023 20:49:08 +0000 (22:49 +0200)]
fix: cannot apply limit+offset on multi-tag-search

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
16 months agofix(core): Migrate from deprecated `excludeClickOutsideClasses` to `excludeClickOutsi... 39038/head
Ferdinand Thiessen [Tue, 27 Jun 2023 19:34:40 +0000 (21:34 +0200)]
fix(core): Migrate from deprecated `excludeClickOutsideClasses` to `excludeClickOutsideSelectors`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
16 months agoMerge pull request #39029 from nextcloud/feat/eslint-ts
John Molakvoæ [Tue, 27 Jun 2023 17:36:26 +0000 (19:36 +0200)]
Merge pull request #39029 from nextcloud/feat/eslint-ts

16 months agoMerge pull request #39020 from fsamapoor/refactor_lib_private_mail
Pytal [Tue, 27 Jun 2023 17:18:03 +0000 (10:18 -0700)]
Merge pull request #39020 from fsamapoor/refactor_lib_private_mail

16 months agochore: upgrade typescript, eslint and fix lint 39029/head
John Molakvoæ [Tue, 27 Jun 2023 09:44:59 +0000 (11:44 +0200)]
chore: upgrade typescript, eslint and fix lint

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
16 months agofeat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest() 38613/head
Joas Schilling [Fri, 2 Jun 2023 14:05:35 +0000 (16:05 +0200)]
feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()

Signed-off-by: Joas Schilling <coding@schilljs.com>
16 months agoMerge pull request #38990 from fsamapoor/refactor_lib_private_calendar
Christoph Wurst [Tue, 27 Jun 2023 11:38:59 +0000 (13:38 +0200)]
Merge pull request #38990 from fsamapoor/refactor_lib_private_calendar

Refactor lib/private/Calendar

16 months agostyle(caldav): improve getDenormalizedData method 31790/head
Thomas Citharel [Fri, 23 Jun 2023 07:09:38 +0000 (09:09 +0200)]
style(caldav): improve getDenormalizedData method

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
16 months agoFix creating events with old (< unix time) lastoccurence
Thomas Citharel [Fri, 1 Apr 2022 15:31:37 +0000 (17:31 +0200)]
Fix creating events with old (< unix time) lastoccurence

Closes #20804

Signed-off-by: Thomas Citharel <tcit@tcit.fr>