summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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-2260-253/+130
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-7.0.1
| * | Auto fix warningsLouis Chemineau2022-01-2159-252/+129
| | | | | | | | | | | | 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>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-2278-176/+222
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #30379 from nextcloud/feature/add-comments-reactionsJoas Schilling2022-01-211-0/+1
|\ \ \ | |_|/ |/| | Add comments reactions
| * | Fix affected unit testVitor Mattos2022-01-211-0/+1
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | 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-211-2/+2
|\ \ \ \ | |/ / / |/| | | l10n: Add dot at the end of an sentence
| * | | l10n: Add dot at the end of an sentencerakekniven2022-01-201-2/+2
| | |/ | |/| | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-2188-84/+186
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #29349 from nextcloud/enh/noid/filesext_kerberos_apache_authJohn Molakvoæ2022-01-2024-126/+555
|\ \ \
| * | | Add test for samba kerberos sso in ciRobin Appelman2022-01-201-0/+33
| | | | | | | | | | | | | | | | 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>
* / / l10n: Spelling unification in Transifex.Valdnet2022-01-201-1/+1
|/ / | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Change l10n directoryValdnet2022-01-201-4/+4
| | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Change l10n directoryValdnet2022-01-201-5/+5
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2022-01-2012-44/+46
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-01-196-0/+60
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix tests with email templatesCarl Schwan2022-01-181-6/+6
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* [tx-robot] updated from transifexNextcloud bot2022-01-182-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-01-162-0/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-01-1522-8/+90
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #30645 from nextcloud/enh/internal-link-scroll-onlyJulien Veyssier2022-01-141-2/+2
|\ | | | | New Files internal link GET param to avoid opening the file
| * [files] new internal link GET param to avoid setting 'openfile' on redirectJulien Veyssier2022-01-141-2/+2
| | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | Merge pull request #29923 from alacn1/fix_basicauth_must_be_stringCarl Schwan2022-01-141-0/+4
|\ \ | | | | | | Fix users can't login external mount user entered credentials not set
| * | files_external SMB: throw InvalidArgument when user is not setAnderson Luiz Alves2021-12-031-0/+4
| | | | | | | | | | | | Signed-off-by: Anderson Luiz Alves <alacn1@gmail.com>
* | | Merge pull request #30655 from nextcloud/fix/sizing-publi-download-pageCarl Schwan2022-01-143-7/+7
|\ \ \ | |_|/ |/| | Improve layout for the public download page
| * | Add non-breaking space in the file sizeCarl Schwan2022-01-143-7/+7
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Improve layout for the public download pageCarl Schwan2022-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | This centers the content inside the pages, while also not hardcoded the size of the footer. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #30363 from nextcloud/enh/noid/accessibility-settings-mobileSimon L2022-01-141-0/+10
|\ \ \ | | | | | | | | improve accessibility settings on mobile
| * | | address 2nd reviewszaimen2022-01-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
| * | | address reviewszaimen2022-01-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
| * | | improve accessibility settings on mobileszaimen2022-01-101-0/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #30568 from nextcloud/fix/user_ldap-fix-long-dn-migrationJohn Molakvoæ2022-01-147-21/+337
|\ \ \ \
| * | | | Remove useless indexes with duplicated names on backup tableCôme Chilliet2022-01-131-2/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Update autoloaderJoas Schilling2022-01-132-0/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix user_ldap migration for long DNs supportCôme Chilliet2022-01-132-49/+31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Move duplicated code to a base class for group_mapping migrationsCôme Chilliet2022-01-133-79/+72
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
| * | | | Split dropTable and createTable in two migrationsCôme Chilliet2022-01-133-48/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is not possible to drop and create the same table in one migration Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix primary key change in user_ldap migrationCôme Chilliet2022-01-133-2/+244
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Use a backup table to copy the data, drop table and recreate it with correct primary key, then copy the data back and drop the backup table. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>