]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years agoAdd a public replacement for OC::$server->get 31900/head
Carl Schwan [Fri, 8 Apr 2022 12:16:21 +0000 (14:16 +0200)]
Add a public replacement for OC::$server->get

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32279 from nextcloud/feat/profiler-cache-hit-info
Carl Schwan [Thu, 5 May 2022 13:51:18 +0000 (15:51 +0200)]
Merge pull request #32279 from nextcloud/feat/profiler-cache-hit-info

Add hit information to profiler

2 years agoAdd hit information to profiler 32279/head
Carl Schwan [Thu, 5 May 2022 12:12:44 +0000 (14:12 +0200)]
Add hit information to profiler

This might be helpful later on for the cache ui that is worked on in
https://github.com/nextcloud/profiler/pull/21

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years agoMerge pull request #32259 from nextcloud/adjust-acceptance-tests-to-changes-in-notifi...
Joas Schilling [Thu, 5 May 2022 07:21:00 +0000 (09:21 +0200)]
Merge pull request #32259 from nextcloud/adjust-acceptance-tests-to-changes-in-notifications-markup

Adjust acceptance tests to changes in notifications markup

2 years agoMerge pull request #32249 from nextcloud/bugfix/noid/fix-missing-subline-info
Joas Schilling [Thu, 5 May 2022 07:20:45 +0000 (09:20 +0200)]
Merge pull request #32249 from nextcloud/bugfix/noid/fix-missing-subline-info

Expose shareWithDisplayNameUnique also on autocomplete endpoint

2 years agoMerge pull request #32152 from nextcloud/bugfix/32151/allow-compatibility-wrapper...
Vincent Petry [Thu, 5 May 2022 06:18:52 +0000 (08:18 +0200)]
Merge pull request #32152 from nextcloud/bugfix/32151/allow-compatibility-wrapper-local-ext-storage

Allow compatibility wrapper on local external storage

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 5 May 2022 02:28:30 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32262 from nextcloud/fix/noid/extra-leading-minus
Carl Schwan [Wed, 4 May 2022 11:48:54 +0000 (13:48 +0200)]
Merge pull request #32262 from nextcloud/fix/noid/extra-leading-minus

Remove leading "minus"

2 years agoMerge pull request #31963 from nextcloud/feat/use_setting_in_dav_search
Louis [Wed, 4 May 2022 11:38:03 +0000 (13:38 +0200)]
Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_search

Use share setting in DAV search

2 years agoremove leading minus which thankfully crashes because this operand does not apply... 32262/head
Julien Veyssier [Wed, 4 May 2022 08:51:23 +0000 (10:51 +0200)]
remove leading minus which thankfully crashes because this operand does not apply to PsrLoggerAdapter

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 4 May 2022 02:30:36 +0000 (02:30 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoAdjust acceptance tests to changes in notifications markup 32259/head
Daniel Calviño Sánchez [Tue, 3 May 2022 21:11:19 +0000 (23:11 +0200)]
Adjust acceptance tests to changes in notifications markup

Since nextcloud/notifications#1178 each notification in the list is a
"<li>" rather than a "<div>".

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2 years agoMerge pull request #32220 from nextcloud/feature/add-tests-to-validate-emojis
Joas Schilling [Tue, 3 May 2022 14:08:19 +0000 (16:08 +0200)]
Merge pull request #32220 from nextcloud/feature/add-tests-to-validate-emojis

Include more emoji chars to test and fixes after include it

2 years agoExpose shareWithDisplayNameUnique also on autocomplete endpoint 32249/head
Joas Schilling [Tue, 3 May 2022 05:20:46 +0000 (07:20 +0200)]
Expose shareWithDisplayNameUnique also on autocomplete endpoint

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #32213 from nextcloud/fix/theming-layout
Joas Schilling [Tue, 3 May 2022 08:29:45 +0000 (10:29 +0200)]
Merge pull request #32213 from nextcloud/fix/theming-layout

Improve theming layout

2 years agoMerge pull request #31775 from nextcloud/fix/migrate-dav-away-from-ilogger
Côme Chilliet [Tue, 3 May 2022 08:12:20 +0000 (10:12 +0200)]
Merge pull request #31775 from nextcloud/fix/migrate-dav-away-from-ilogger

Migrate dav application from ILogger to LoggerInterface

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 3 May 2022 02:28:53 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 2 May 2022 13:12:35 +0000 (13:12 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32225 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios...
Carl Schwan [Mon, 2 May 2022 11:57:52 +0000 (13:57 +0200)]
Merge pull request #32225 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.10.0

Bump @nextcloud/axios from 1.9.0 to 1.10.0

2 years agoFix use of $logger from another scope in apps/dav/lib/Server.php 31775/head
Côme Chilliet [Thu, 31 Mar 2022 14:30:40 +0000 (16:30 +0200)]
Fix use of $logger from another scope in apps/dav/lib/Server.php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd missing use for LoggerInterface
Côme Chilliet [Thu, 31 Mar 2022 14:25:31 +0000 (16:25 +0200)]
Add missing use for LoggerInterface

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMigrate last instances of $server::getLogger() from dav
Côme Chilliet [Thu, 31 Mar 2022 13:51:29 +0000 (15:51 +0200)]
Migrate last instances of $server::getLogger() from dav

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMigrate dav application from ILogger to LoggerInterface
Côme Chilliet [Thu, 31 Mar 2022 13:34:57 +0000 (15:34 +0200)]
Migrate dav application from ILogger to LoggerInterface

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix namespace of RefreshWebcalServiceTest
Côme Chilliet [Thu, 31 Mar 2022 13:34:43 +0000 (15:34 +0200)]
Fix namespace of RefreshWebcalServiceTest

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix PublishingTest class name
Côme Chilliet [Thu, 31 Mar 2022 13:32:51 +0000 (15:32 +0200)]
Fix PublishingTest class name

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoRemove use of mixed type which is not available in PHP 7.4
Côme Chilliet [Thu, 31 Mar 2022 13:31:38 +0000 (15:31 +0200)]
Remove use of mixed type which is not available in PHP 7.4

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoBump @nextcloud/axios from 1.9.0 to 1.10.0 32225/head
dependabot[bot] [Sat, 30 Apr 2022 02:14:13 +0000 (02:14 +0000)]
Bump @nextcloud/axios from 1.9.0 to 1.10.0

Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/axios"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #31752 from nextcloud/fix/remove-still-more-ilogger
Côme Chilliet [Mon, 2 May 2022 08:15:10 +0000 (10:15 +0200)]
Merge pull request #31752 from nextcloud/fix/remove-still-more-ilogger

Move away from deprecated ILogger

2 years agoMerge pull request #32196 from nextcloud/bugfix/noid/fix-strict-comparison
Joas Schilling [Mon, 2 May 2022 06:19:10 +0000 (08:19 +0200)]
Merge pull request #32196 from nextcloud/bugfix/noid/fix-strict-comparison

Fix strict comparison

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 2 May 2022 02:29:26 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix dark theme description 32213/head
John Molakvoæ [Fri, 29 Apr 2022 15:08:12 +0000 (17:08 +0200)]
Fix dark theme description

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoImprove theming layout
John Molakvoæ [Thu, 28 Apr 2022 15:01:33 +0000 (17:01 +0200)]
Improve theming layout

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMerge pull request #32217 from nextcloud/feat/theming-override
John Molakvoæ [Sat, 30 Apr 2022 12:34:04 +0000 (14:34 +0200)]
Merge pull request #32217 from nextcloud/feat/theming-override

2 years agoAdd enforce_theme example IDs 32217/head
John Molakvoæ [Sat, 30 Apr 2022 10:38:50 +0000 (12:38 +0200)]
Add enforce_theme example IDs

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoFix theming setEnabledThemes unique array
John Molakvoæ [Sat, 30 Apr 2022 10:31:09 +0000 (12:31 +0200)]
Fix theming setEnabledThemes unique array

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoAllow to override the default theme
John Molakvoæ [Fri, 29 Apr 2022 09:54:25 +0000 (11:54 +0200)]
Allow to override the default theme

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 30 Apr 2022 02:27:31 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoInclude more emoji chars to test and fixes after include it 32220/head
Vitor Mattos [Thu, 28 Apr 2022 11:00:08 +0000 (08:00 -0300)]
Include more emoji chars to test and fixes after include it

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoMerge pull request #31703 from nextcloud/techdebt/noid/emojihelper-interface
Joas Schilling [Fri, 29 Apr 2022 16:31:29 +0000 (18:31 +0200)]
Merge pull request #31703 from nextcloud/techdebt/noid/emojihelper-interface

Emojihelper interface

2 years agoMerge pull request #32218 from nextcloud/revert-30925-feature/breadcrumb_menu_parent_...
Simon L [Fri, 29 Apr 2022 13:45:48 +0000 (15:45 +0200)]
Merge pull request #32218 from nextcloud/revert-30925-feature/breadcrumb_menu_parent_folder_visible

Revert "Show the child folders in the breadcrumb menu when on a parent entry."

2 years agoMerge pull request #31758 from nextcloud/fix/utf8-detection-fix
blizzz [Fri, 29 Apr 2022 11:05:57 +0000 (13:05 +0200)]
Merge pull request #31758 from nextcloud/fix/utf8-detection-fix

Use sabre function directly rather than duplicating it

2 years agoRevert "Show the child folders in the breadcrumb menu when on a parent entry." 32218/head
Simon L [Fri, 29 Apr 2022 11:01:41 +0000 (13:01 +0200)]
Revert "Show the child folders in the breadcrumb menu when on a parent entry."

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 29 Apr 2022 02:28:31 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32212 from nextcloud/bugfix/noid/make-the-order-of-reactions...
Joas Schilling [Thu, 28 Apr 2022 17:37:58 +0000 (19:37 +0200)]
Merge pull request #32212 from nextcloud/bugfix/noid/make-the-order-of-reactions-reliable

Make the order of reactions reliable

2 years agoMerge pull request #32204 from nextcloud/fix/invert-logo
John Molakvoæ [Thu, 28 Apr 2022 17:30:59 +0000 (19:30 +0200)]
Merge pull request #32204 from nextcloud/fix/invert-logo

2 years agoMerge pull request #31986 from nextcloud/dependabot/npm_and_yarn/marked-4.0.14
Louis [Thu, 28 Apr 2022 16:23:44 +0000 (18:23 +0200)]
Merge pull request #31986 from nextcloud/dependabot/npm_and_yarn/marked-4.0.14

Bump marked from 4.0.13 to 4.0.14

2 years agoMerge pull request #32092 from nextcloud/dependabot/npm_and_yarn/karma-6.3.19
Louis [Thu, 28 Apr 2022 16:23:14 +0000 (18:23 +0200)]
Merge pull request #32092 from nextcloud/dependabot/npm_and_yarn/karma-6.3.19

Bump karma from 6.3.17 to 6.3.19

2 years agoFix header apps icons 32204/head
John Molakvoæ [Thu, 28 Apr 2022 09:30:36 +0000 (11:30 +0200)]
Fix header apps icons

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoFix logo colour on bright primary colour
John Molakvoæ [Thu, 28 Apr 2022 07:42:49 +0000 (09:42 +0200)]
Fix logo colour on bright primary colour

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoMerge pull request #32210 from nextcloud/fix/remove-deprecated-occ-app-check-code...
Côme Chilliet [Thu, 28 Apr 2022 14:44:41 +0000 (16:44 +0200)]
Merge pull request #32210 from nextcloud/fix/remove-deprecated-occ-app-check-code-command

Remove deprecated occ app:check-code command

2 years agoMake the order of reactions reliable 32212/head
Joas Schilling [Thu, 28 Apr 2022 14:13:41 +0000 (16:13 +0200)]
Make the order of reactions reliable

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoRemove deprecated occ app:check-code command 32210/head
Côme Chilliet [Thu, 28 Apr 2022 13:08:01 +0000 (15:08 +0200)]
Remove deprecated occ app:check-code command

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoRemove test for removed class SearchResultSorter 31752/head
Côme Chilliet [Thu, 28 Apr 2022 12:56:26 +0000 (14:56 +0200)]
Remove test for removed class SearchResultSorter

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #32191 from nextcloud/handle-calendar-reminders-with-infinite...
blizzz [Thu, 28 Apr 2022 11:01:13 +0000 (13:01 +0200)]
Merge pull request #32191 from nextcloud/handle-calendar-reminders-with-infinite-recurrence

Handle processing reminders for calendar objects with an infinite number of recurrences

2 years agoIncrease check if support reactions 31703/head
Vitor Mattos [Wed, 30 Mar 2022 12:17:40 +0000 (09:17 -0300)]
Increase check if support reactions

Signed-off-by: Vitor Mattos <vitor@php.rio>
2 years agoExtract the EmojiService from user status and add an OCP interface
Joas Schilling [Thu, 24 Mar 2022 14:57:17 +0000 (15:57 +0100)]
Extract the EmojiService from user status and add an OCP interface

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #32202 from nextcloud/fix/layout-theme-array
John Molakvoæ [Thu, 28 Apr 2022 09:04:43 +0000 (11:04 +0200)]
Merge pull request #32202 from nextcloud/fix/layout-theme-array

2 years agoMerge pull request #32195 from nextcloud/feat/system-theme
John Molakvoæ [Thu, 28 Apr 2022 09:04:25 +0000 (11:04 +0200)]
Merge pull request #32195 from nextcloud/feat/system-theme

2 years agoMerge pull request #32200 from nextcloud/Valdnet-patch-2
Joas Schilling [Thu, 28 Apr 2022 08:11:10 +0000 (10:11 +0200)]
Merge pull request #32200 from nextcloud/Valdnet-patch-2

l10n: Correct a typo

2 years agoMerge pull request #32172 from nextcloud/rakekniven-patch-1
Simon L [Thu, 28 Apr 2022 07:22:26 +0000 (09:22 +0200)]
Merge pull request #32172 from nextcloud/rakekniven-patch-1

l10n: Improve grammar of opcache message

2 years agoFix `Undefined array key "enabledThemes"` on layout.user.php 32202/head
John Molakvoæ [Thu, 28 Apr 2022 06:54:57 +0000 (08:54 +0200)]
Fix `Undefined array key "enabledThemes"` on layout.user.php

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agoAdd system/light themes 32195/head
John Molakvoæ [Wed, 27 Apr 2022 17:39:36 +0000 (19:39 +0200)]
Add system/light themes

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2 years agol10n: Correct a typo 32200/head
Valdnet [Thu, 28 Apr 2022 06:30:49 +0000 (08:30 +0200)]
l10n: Correct a typo

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 28 Apr 2022 02:28:47 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32164 from nextcloud/pierreozoux-patch-2
Pytal [Thu, 28 Apr 2022 00:14:03 +0000 (17:14 -0700)]
Merge pull request #32164 from nextcloud/pierreozoux-patch-2

2 years agoBump marked from 4.0.13 to 4.0.14 31986/head
dependabot[bot] [Wed, 27 Apr 2022 21:08:30 +0000 (21:08 +0000)]
Bump marked from 4.0.13 to 4.0.14

Bumps [marked](https://github.com/markedjs/marked) from 4.0.13 to 4.0.14.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.0.13...v4.0.14)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoFix strict comparison 32196/head
Joas Schilling [Wed, 27 Apr 2022 18:31:40 +0000 (20:31 +0200)]
Fix strict comparison

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #32189 from nextcloud/fix/local_loading_for_profile
Simon L [Wed, 27 Apr 2022 17:15:55 +0000 (19:15 +0200)]
Merge pull request #32189 from nextcloud/fix/local_loading_for_profile

Mount Profile view after DOMContentLoaded

2 years agoHandle processing reminders for calendar objects with an infinite number 32191/head
Thomas Citharel [Wed, 27 Apr 2022 15:17:22 +0000 (17:17 +0200)]
Handle processing reminders for calendar objects with an infinite number
of recurrences

Closes #29896

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2 years agoMerge pull request #32180 from nextcloud/fix/dashboard
John Molakvoæ [Wed, 27 Apr 2022 14:57:09 +0000 (16:57 +0200)]
Merge pull request #32180 from nextcloud/fix/dashboard

2 years agoMount profile after DOMContentLoaded 32189/head
Louis Chemineau [Wed, 27 Apr 2022 13:47:58 +0000 (15:47 +0200)]
Mount profile after DOMContentLoaded

Fix https://github.com/nextcloud/server/issues/32187

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #32139 from nextcloud/fix/31970/fix-social-sharing-buttons
Carl Schwan [Wed, 27 Apr 2022 11:24:49 +0000 (13:24 +0200)]
Merge pull request #32139 from nextcloud/fix/31970/fix-social-sharing-buttons

fix social sharing buttons

2 years agoDashboard fixes 32180/head
John Molakvoæ [Tue, 26 Apr 2022 07:20:59 +0000 (09:20 +0200)]
Dashboard fixes

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #32034 from nextcloud/bugfix/noid/satisfy-binary-operation-order
Carl Schwan [Wed, 27 Apr 2022 09:53:18 +0000 (11:53 +0200)]
Merge pull request #32034 from nextcloud/bugfix/noid/satisfy-binary-operation-order

Make the binary operation order explicit

2 years agoAdds uploadPartSize to config sample. 32164/head
Pierre Ozoux [Tue, 26 Apr 2022 13:01:19 +0000 (15:01 +0200)]
Adds uploadPartSize to config sample.

closes https://github.com/nextcloud/server/issues/24390

Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
2 years agoMerge pull request #32173 from nextcloud/Valdnet-patch-3
John Molakvoæ [Wed, 27 Apr 2022 08:29:19 +0000 (10:29 +0200)]
Merge pull request #32173 from nextcloud/Valdnet-patch-3

2 years agoMerge pull request #32154 from nextcloud/Valdnet-patch-2
Simon L [Wed, 27 Apr 2022 07:32:38 +0000 (09:32 +0200)]
Merge pull request #32154 from nextcloud/Valdnet-patch-2

l10n: Change apostrophe

2 years agol10n: Fix code 32173/head
Valdnet [Wed, 27 Apr 2022 07:04:00 +0000 (09:04 +0200)]
l10n: Fix code

Issue: #32171.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years agol10n: Improve grammar 32172/head
rakekniven [Wed, 27 Apr 2022 06:19:19 +0000 (08:19 +0200)]
l10n: Improve grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 27 Apr 2022 02:31:37 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32167 from nextcloud/feat/workflow-auto-update-command-rebase.yml
blizzz [Tue, 26 Apr 2022 21:27:58 +0000 (23:27 +0200)]
Merge pull request #32167 from nextcloud/feat/workflow-auto-update-command-rebase.yml

Updating command-rebase.yml workflow from template

2 years agoUpdating command-rebase.yml workflow from template 32167/head
Nextcloud bot [Tue, 26 Apr 2022 16:05:28 +0000 (16:05 +0000)]
Updating command-rebase.yml workflow from template

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31467 from nextcloud/feat/workflow-auto-update-node.yml
John Molakvoæ [Tue, 26 Apr 2022 15:38:16 +0000 (17:38 +0200)]
Merge pull request #31467 from nextcloud/feat/workflow-auto-update-node.yml

2 years agoMerge pull request #31492 from nextcloud/fix/check-secret-configured
John Molakvoæ [Tue, 26 Apr 2022 15:28:51 +0000 (17:28 +0200)]
Merge pull request #31492 from nextcloud/fix/check-secret-configured

2 years agocomposer run cs:fix
Côme Chilliet [Mon, 4 Apr 2022 07:47:29 +0000 (09:47 +0200)]
composer run cs:fix

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoRemove unused class SearchResultSorter
Côme Chilliet [Thu, 31 Mar 2022 09:03:24 +0000 (11:03 +0200)]
Remove unused class SearchResultSorter

Was used in ajax/share.php which does not exists anymore

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoRemove ILogger usages in lib/private/Files/Storage
Côme Chilliet [Thu, 31 Mar 2022 08:57:10 +0000 (10:57 +0200)]
Remove ILogger usages in lib/private/Files/Storage

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMigrate more classes of lib/private to LoggerInterface
Côme Chilliet [Wed, 30 Mar 2022 08:55:41 +0000 (10:55 +0200)]
Migrate more classes of lib/private to LoggerInterface

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix identation
Côme Chilliet [Wed, 30 Mar 2022 07:31:45 +0000 (09:31 +0200)]
Fix identation

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMove away from deprecated ILogger
Côme Chilliet [Tue, 29 Mar 2022 20:25:26 +0000 (22:25 +0200)]
Move away from deprecated ILogger

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agofix social sharing buttons 32139/head
szaimen [Mon, 25 Apr 2022 15:44:31 +0000 (17:44 +0200)]
fix social sharing buttons

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoMerge pull request #32155 from nextcloud/bugfix/noid/fix-translations-with-trailing...
Joas Schilling [Tue, 26 Apr 2022 11:38:15 +0000 (13:38 +0200)]
Merge pull request #32155 from nextcloud/bugfix/noid/fix-translations-with-trailing-colon

Fx translations with trailing colon

2 years agoMerge pull request #32146 from nextcloud/fix/dark-theme
John Molakvoæ [Tue, 26 Apr 2022 10:31:16 +0000 (12:31 +0200)]
Merge pull request #32146 from nextcloud/fix/dark-theme

2 years agoMerge pull request #32142 from nextcloud/techdebt/noid/enable-helper-app-with-force
Simon L [Tue, 26 Apr 2022 10:22:42 +0000 (12:22 +0200)]
Merge pull request #32142 from nextcloud/techdebt/noid/enable-helper-app-with-force

Enable Talk with --force to have less issues during transition period…

2 years agoMerge pull request #32137 from nextcloud/techdebt/noid/give-hints-on-correct-migratio...
Joas Schilling [Tue, 26 Apr 2022 09:23:33 +0000 (11:23 +0200)]
Merge pull request #32137 from nextcloud/techdebt/noid/give-hints-on-correct-migration-names

Give hints on correct migration versioning

2 years agoUpdate psalm baseline for Sabre decodePath 31758/head
Vincent Petry [Mon, 25 Apr 2022 14:05:19 +0000 (16:05 +0200)]
Update psalm baseline for Sabre decodePath

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoTrying without the use
Côme Chilliet [Wed, 30 Mar 2022 14:31:54 +0000 (16:31 +0200)]
Trying without the use

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoUse sabre function directly rather than duplicating it
Côme Chilliet [Wed, 30 Mar 2022 13:07:27 +0000 (15:07 +0200)]
Use sabre function directly rather than duplicating it

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix translations with trailing colons 32155/head
Joas Schilling [Tue, 26 Apr 2022 09:06:00 +0000 (11:06 +0200)]
Fix translations with trailing colons

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoAdd a unit test for translation with trailing colon
Joas Schilling [Tue, 26 Apr 2022 09:05:02 +0000 (11:05 +0200)]
Add a unit test for translation with trailing colon

Signed-off-by: Joas Schilling <coding@schilljs.com>