summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not dispatch postSetPassword when setPassword failsLouis Chemineau2022-05-053-7/+20
| | | | | | Also Improve error message when setPassword fails Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #32259 from ↵Joas Schilling2022-05-051-1/+1
|\ | | | | | | | | nextcloud/adjust-acceptance-tests-to-changes-in-notifications-markup Adjust acceptance tests to changes in notifications markup
| * Adjust acceptance tests to changes in notifications markupDaniel Calviño Sánchez2022-05-031-1/+1
| | | | | | | | | | | | | | 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>
* | Merge pull request #32249 from nextcloud/bugfix/noid/fix-missing-subline-infoJoas Schilling2022-05-052-9/+31
|\ \ | | | | | | Expose shareWithDisplayNameUnique also on autocomplete endpoint
| * | Expose shareWithDisplayNameUnique also on autocomplete endpointJoas Schilling2022-05-032-9/+31
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #32152 from ↵Vincent Petry2022-05-051-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/32151/allow-compatibility-wrapper-local-ext-storage Allow compatibility wrapper on local external storage
| * | | Allow compatibility wrapper on local external storageVincent Petry2022-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The check was likely in place to prevent adding the wrapper on the root and home storage, which is not possible anyway since the encoding option cannot be set on that mount. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-05-05168-614/+278
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32262 from nextcloud/fix/noid/extra-leading-minusCarl Schwan2022-05-041-1/+1
|\ \ \ \ | | | | | | | | | | Remove leading "minus"
| * | | | remove leading minus which thankfully crashes because this operand does not ↵Julien Veyssier2022-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apply to PsrLoggerAdapter Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis2022-05-044-3/+34
|\ \ \ \ \ | |/ / / / |/| | | | Use share setting in DAV search
| * | | | Use email settings in DAV searchLouis Chemineau2022-04-194-2/+19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | Use share setting in DAV searchLouis Chemineau2022-04-193-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shareapi_restrict_user_enumeration_full_match_ignore_second_display_name was introduced to ignore second display name during search from the share panel. But this setting was not respected by search from the calendar application. This fix it. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-05-04116-102/+28
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32220 from nextcloud/feature/add-tests-to-validate-emojisJoas Schilling2022-05-032-16/+3097
|\ \ \ \ | |_|_|/ |/| | | Include more emoji chars to test and fixes after include it
| * | | Include more emoji chars to test and fixes after include itVitor Mattos2022-04-292-16/+3097
| | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | Merge pull request #32213 from nextcloud/fix/theming-layoutJoas Schilling2022-05-035-10/+29
|\ \ \ \ | | | | | | | | | | Improve theming layout
| * | | | Fix dark theme descriptionJohn Molakvoæ2022-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | Improve theming layoutJohn Molakvoæ2022-04-304-9/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | Merge pull request #31775 from nextcloud/fix/migrate-dav-away-from-iloggerCôme Chilliet2022-05-0351-383/+219
|\ \ \ \ \ | | | | | | | | | | | | Migrate dav application from ILogger to LoggerInterface
| * | | | | Fix use of $logger from another scope in apps/dav/lib/Server.phpCôme Chilliet2022-05-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Add missing use for LoggerInterfaceCôme Chilliet2022-05-022-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Migrate last instances of $server::getLogger() from davCôme Chilliet2022-05-026-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-0242-369/+199
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix namespace of RefreshWebcalServiceTestCôme Chilliet2022-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix PublishingTest class nameCôme Chilliet2022-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Remove use of mixed type which is not available in PHP 7.4Côme Chilliet2022-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-0310-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | [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>