summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump @nextcloud/axios from 1.8.0 to 1.9.0dependabot[bot]2022-01-2214-30/+48
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.8.0 to 1.9.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.8.0...v1.9.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 #30795 from nextcloud/fix/smb-kerberosJohn Molakvoæ2022-01-221-4/+2
|\
| * Fix accessing undefined offsetsCarl Schwan2022-01-211-4/+2
| | | | | | | | | | | | Move this to inside the else clause of the count($matches) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #30729 from ↵John Molakvoæ2022-01-22107-633/+761
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-7.0.1
| * | Compile frontendLouis Chemineau2022-01-2139-58/+58
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Auto fix warningsLouis Chemineau2022-01-2165-278/+142
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Adapt eslint ignore comment to silent errorLouis Chemineau2022-01-211-1/+1
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | Bump @nextcloud/eslint-config from 6.1.2 to 7.0.1dependabot[bot]2022-01-212-296/+560
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/eslint-config](https://github.com/nextcloud/eslint-config) from 6.1.2 to 7.0.1. - [Release notes](https://github.com/nextcloud/eslint-config/releases) - [Changelog](https://github.com/nextcloud/eslint-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/eslint-config/compare/v6.1.2...v7.0.1) --- updated-dependencies: - dependency-name: "@nextcloud/eslint-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-2290-178/+282
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #30379 from nextcloud/feature/add-comments-reactionsJoas Schilling2022-01-2112-15/+810
|\ \ \ | |_|/ |/| | Add comments reactions
| * | Fix affected unit testVitor Mattos2022-01-211-0/+1
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Refactor and fixes on testsVitor Mattos2022-01-211-124/+135
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Fix conflictVitor Mattos2022-01-212-2/+2
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Fix check after change from string to mb_stringVitor Mattos2022-01-212-4/+5
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Fix CSJoas Schilling2022-01-211-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Throw if trying to save reaction without supportJoas Schilling2022-01-211-0/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Only check mb_strlen()Joas Schilling2022-01-211-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Remove order from groupConcat as it is not working everywhereJoas Schilling2022-01-216-8/+7
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Limit the summary and sort it afterwardsJoas Schilling2022-01-212-10/+44
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix groupConcat and ordering on OracleVitor Mattos2022-01-216-10/+12
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Order the reaction summary, improvements on validationsVitor Mattos2022-01-212-13/+122
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Disable reactions if database don't support utf8mb4Vitor Mattos2022-01-212-5/+21
| | | | | | | | | | | | | | | | | | Fix column size Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Skip if dont support 4 bytes UTF8Vitor Mattos2022-01-211-0/+13
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Update composer autoload and change string to constantVitor Mattos2022-01-212-0/+2
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Rename vars and move logic to methodVitor Mattos2022-01-211-7/+8
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Fix column size to work with Oracle. Add unit testsVitor Mattos2022-01-211-4/+4
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Fix column size to work with Oracle. Add unit testsVitor Mattos2022-01-211-2/+9
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Add unit testsVitor Mattos2022-01-211-4/+261
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Prevent query error when use subqueryVitor Mattos2022-01-214-9/+12
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Prevent violate constraintVitor Mattos2022-01-211-9/+28
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Rename varsVitor Mattos2022-01-211-14/+14
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | Add comments reactionsVitor Mattos2022-01-214-0/+316
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | Merge pull request #30788 from ↵Joas Schilling2022-01-211-5/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1642738279 [Automated] Update psalm-baseline.xml
| * | | Update psalm baselinenextcloud-command2022-01-211-5/+0
| | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | Merge pull request #30789 from nextcloud/Valdnet-patch-2John Molakvoæ2022-01-211-1/+1
|\ \ \ \
| * | | | l10n: Change to a capital letterValdnet2022-01-211-1/+1
| |/ / / | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | Merge pull request #30123 from nextcloud/rakekniven-patch-1Joas Schilling2022-01-213-5/+5
|\ \ \ \ | |/ / / |/| | | l10n: Add dot at the end of an sentence
| * | | l10n: Add dot at the end of an sentencerakekniven2022-01-203-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-01-21134-176/+206
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #29349 from nextcloud/enh/noid/filesext_kerberos_apache_authJohn Molakvoæ2022-01-2025-126/+633
|\ \ \ \
| * | | | Add test for samba kerberos sso in ciRobin Appelman2022-01-202-0/+111
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | update icewind/smb to 3.5.2Robin Appelman2022-01-206-53/+72
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | update to release smb libRobin Appelman2022-01-201-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | update icewind/smb to 3.5.1Robin Appelman2022-01-2020-91/+375
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | do not use deprecated query() methodArthur Schiwon2022-01-201-28/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | add changes from Sebastian/dassIT and move default_realm to backendArthur Schiwon2022-01-202-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Sebastian added the switch depending on the preg_match result and with it the fall back to login credentials - I turned default_realm to a backend option (was previously suggested as system config key) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | add KerberosApacheAuth support to files_externalArthur Schiwon2022-01-203-7/+78
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #30771 from ↵Côme Chilliet2022-01-201-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/proppatch-convert-complex-properties Convert properties value to string before passing them to database
| * | | | | Convert properties value to string before passing them to databaseCôme Chilliet2022-01-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids an error when passing a complex property to PROPPATCH under PHP >= 7.4. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #30770 from nextcloud/enh/logo-link-target-configJulien Veyssier2022-01-203-1/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow changing the top-left logo link target in config.php