summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix logging data context to fileThomas Citharel2022-05-024-25/+76
| | | | | | | | | | | | | It was only logged when an exception was provided or when using logData (which is not being much used). We make sure the interpolated parameters are not logged. Only tested with file write logger, but shouldn't work differently. Crash reporters always had the context. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* [tx-robot] updated from transifexNextcloud bot2022-05-021462-11886/+2606
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32225 from ↵Carl Schwan2022-05-024-335/+574
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.10.0 Bump @nextcloud/axios from 1.9.0 to 1.10.0
| * Bump @nextcloud/axios from 1.9.0 to 1.10.0dependabot[bot]2022-05-024-335/+574
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #31752 from nextcloud/fix/remove-still-more-iloggerCôme Chilliet2022-05-0221-230/+109
|\ \ | | | | | | Move away from deprecated ILogger
| * | Remove test for removed class SearchResultSorterCôme Chilliet2022-04-281-42/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | composer run cs:fixCôme Chilliet2022-04-261-1/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Remove unused class SearchResultSorterCôme Chilliet2022-04-263-79/+0
| | | | | | | | | | | | | | | | | | Was used in ajax/share.php which does not exists anymore Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Remove ILogger usages in lib/private/Files/StorageCôme Chilliet2022-04-263-19/+25
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet2022-04-2611-67/+59
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix identationCôme Chilliet2022-04-261-4/+6
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Move away from deprecated ILoggerCôme Chilliet2022-04-263-19/+20
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #32196 from nextcloud/bugfix/noid/fix-strict-comparisonJoas Schilling2022-05-021-1/+1
|\ \ \ | | | | | | | | Fix strict comparison
| * | | Fix strict comparisonJoas Schilling2022-04-271-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-05-028-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32217 from nextcloud/feat/theming-overrideJohn Molakvoæ2022-04-3011-33/+372
|\ \ \ \
| * | | | Add enforce_theme example IDsJohn Molakvoæ2022-04-301-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | Fix theming setEnabledThemes unique arrayJohn Molakvoæ2022-04-302-1/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | Allow to override the default themeJohn Molakvoæ2022-04-3011-32/+338
|/ / / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | / [tx-robot] updated from transifexNextcloud bot2022-04-3026-0/+46
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #31703 from nextcloud/techdebt/noid/emojihelper-interfaceJoas Schilling2022-04-2915-186/+91
|\ \ \ | | | | | | | | Emojihelper interface
| * | | Increase check if support reactionsVitor Mattos2022-04-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | | Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-2815-185/+90
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #32218 from ↵Simon L2022-04-293-31/+13
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/revert-30925-feature/breadcrumb_menu_parent_folder_visible Revert "Show the child folders in the breadcrumb menu when on a parent entry."
| * | | Revert "Show the child folders in the breadcrumb menu when on a parent entry."Simon L2022-04-293-31/+13
| | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | Merge pull request #31758 from nextcloud/fix/utf8-detection-fixblizzz2022-04-292-12/+3
|\ \ \ \ | |/ / / |/| | | Use sabre function directly rather than duplicating it
| * | | Update psalm baseline for Sabre decodePathVincent Petry2022-04-261-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | Trying without the useCôme Chilliet2022-04-261-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Use sabre function directly rather than duplicating itCôme Chilliet2022-04-261-11/+2
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-04-2950-106/+170
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32212 from ↵Joas Schilling2022-04-281-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/make-the-order-of-reactions-reliable Make the order of reactions reliable
| * | | | Make the order of reactions reliableJoas Schilling2022-04-281-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #32204 from nextcloud/fix/invert-logoJohn Molakvoæ2022-04-284-17/+19
|\ \ \ \ \
| * | | | | Fix header apps iconsJohn Molakvoæ2022-04-284-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | | Fix logo colour on bright primary colourJohn Molakvoæ2022-04-282-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | Merge pull request #31986 from nextcloud/dependabot/npm_and_yarn/marked-4.0.14Louis2022-04-284-11/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump marked from 4.0.13 to 4.0.14
| * | | | | | Bump marked from 4.0.13 to 4.0.14dependabot[bot]2022-04-274-11/+11
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #32092 from nextcloud/dependabot/npm_and_yarn/karma-6.3.19Louis2022-04-282-10/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump karma from 6.3.17 to 6.3.19
| * | | | | | Bump karma from 6.3.17 to 6.3.19dependabot[bot]2022-04-232-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [karma](https://github.com/karma-runner/karma) from 6.3.17 to 6.3.19. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.3.17...v6.3.19) --- updated-dependencies: - dependency-name: karma dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | Merge pull request #32210 from ↵Côme Chilliet2022-04-284-75/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/fix/remove-deprecated-occ-app-check-code-command Remove deprecated occ app:check-code command
| * | | | | | Remove deprecated occ app:check-code commandCôme Chilliet2022-04-284-75/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #32191 from ↵blizzz2022-04-281-0/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | nextcloud/handle-calendar-reminders-with-infinite-recurrence Handle processing reminders for calendar objects with an infinite number of recurrences
| * | | | | Handle processing reminders for calendar objects with an infinite numberThomas Citharel2022-04-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of recurrences Closes #29896 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | Merge pull request #32202 from nextcloud/fix/layout-theme-arrayJohn Molakvoæ2022-04-281-0/+1
|\ \ \ \ \ \
| * | | | | | Fix `Undefined array key "enabledThemes"` on layout.user.phpJohn Molakvoæ2022-04-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | Merge pull request #32195 from nextcloud/feat/system-themeJohn Molakvoæ2022-04-289-6/+97
|\ \ \ \ \ \ \
| * | | | | | | Add system/light themesJohn Molakvoæ2022-04-289-6/+97
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | Merge pull request #32200 from nextcloud/Valdnet-patch-2Joas Schilling2022-04-281-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | l10n: Correct a typo
| * | | | | | | l10n: Correct a typoValdnet2022-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | | | | | Merge pull request #32172 from nextcloud/rakekniven-patch-1Simon L2022-04-281-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | l10n: Improve grammar of opcache message