summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #30615 from nextcloud/enh/recommended-apps-installationJohn Molakvoæ2022-01-179-54/+99
|\
| * Improve installation pagesChristopher Ng2022-01-149-54/+99
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #30661 from nextcloud/fix/php-cs-distJohn Molakvoæ2022-01-171-1/+1
|\ \
| * | Remove .php_cs.distJohn Molakvoæ2022-01-161-1/+0
| | |
| * | Allow .php-cs-fixer.dist.phpJohn Molakvoæ2022-01-141-0/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-172-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-164-0/+24
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-01-1524-8/+126
| |/ |/| | | | | 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 #29750 from nextcloud/bugfix/noid/dont-use-deprecated-methodJohn Molakvoæ2022-01-143-4/+5
|\ \ \
| * | | RecompileJoas Schilling2022-01-142-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Don't use the deprecated methodJoas Schilling2022-01-141-1/+2
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | 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 #30275 from ↵Vincent Petry2022-01-141-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/add-version-of-disabled-apps-when-available Add version of disabled apps when available
| * | | | Add version of disabled apps when availableJoas Schilling2021-12-151-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #30655 from nextcloud/fix/sizing-publi-download-pageCarl Schwan2022-01-144-17/+28
|\ \ \ \ \ | |_|_|/ / |/| | | | 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-132-11/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #30614 from Marek-Wojtowicz/patch-1Vincent Petry2022-01-141-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix non-ascii characters present in the header
| * | | | | | Update Session.phpMarek-Wojtowicz2022-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The http headers according to rfc 2616 is iso-8859-1. This patch fixes the behavior when non-ascii characters are present in the header. Signed-off-by: Marek Wójtowicz <Marek.Wojtowicz@agh.edu.pl>
* | | | | | | Merge pull request #30631 from nextcloud/fix/update_encrypted_versionVincent Petry2022-01-141-1/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | updateEncryptedVersion: cleanup on target if cache already got renamed
| * | | | | | | updateEncryptedVersion: cleanup on target if cache already got renamedJonas Meurer2022-01-121-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When moving a file to trash with encryption enabled, the cache gets moved before the actual file. According to @icewind1991 this is in order to not break object storage. When moving a file from an unencrypted storage (e.g. a collectives storage) to the encrypted trashbin storage, this causes errors, see This commit fixes it by doing `updateEncryptedVersion()` on the target cache entry *if* the source cache entry doesn't exist anymore, but the corresponding target cache entry does exist already. Fixes: #26544 Signed-off-by: Jonas Meurer <jonas@freesources.org>
* | | | | | | | 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>
* | | | | | | | | Merge pull request #30530 from nextcloud/fix/search-urlJohn Molakvoæ2022-01-141-6/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Fix wrong unified search link to folderJohn Molakvoæ2022-01-131-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | | | Merge pull request #30656 from ↵John Molakvoæ2022-01-141-3/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1642133494
| * | | | | | | | | Update psalm baselinenextcloud-command2022-01-141-3/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | / / / [tx-robot] updated from transifexNextcloud bot2022-01-142-4/+8
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #30597 from nextcloud/fix/30589/hide-hidden-file-dialogCarl Schwan2022-01-135-6/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix file picker not respecting hidden files settings
| * | | | | | | | Fix file picker not respecting hidden files settingsCarl Schwan2022-01-135-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will only respect the setting inside the file app. For other apps we will either need to do an API call or add an input field with the same idea to spare a blocking api call. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | | Merge pull request #30648 from nextcloud/fix/update_gitattributesLouis2022-01-131-34/+2
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Update .gitattribute file
| * | | | | | | | Update .gitattribute fileLouis Chemineau2022-01-131-34/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | | Merge pull request #30531 from ↵Carl Schwan2022-01-132-11/+42
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/performance/optimize-filesystemtags-flow-groupfolder Optimize FileSystemTags workflow for groupfolder
| * | | | | | | | Fix psalm issuesCarl Schwan2022-01-132-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | | | Add helper method in WrapperCarl Schwan2022-01-132-13/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | | | The storage is not static anymoreCarl Schwan2022-01-131-15/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't call twice $cache->getId Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | | | Optimize FileSystemTags workflow for groupfolderCarl Schwan2022-01-131-9/+29
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In https://github.com/nextcloud/server/pull/28774 we disabled the caching for the groupfolder application since it worked due to the fact that in groupfolders, getFileIds could be called with the same $cacheId and path for actually different groupfolders. This revert this change and instead add the folderId from the groupFolder to the cacheId. This solve the issue of the uniqueness of the cacheId inside GroupFolder. Downside is that we introduce groupfolder specific implementation inside the server repo. The seconf optimization is to not consider paths starting with __groupfolders in executeCheck. This is due to the fact that files in the groupfolder application call two times executeCheck one time with the url __groupfolder/<folderId>/<path> and the other time with <path>. The first time will always return an empty systemTags array while the second call will return the correct system tags. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-1378-2362/+1188
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix psalm not running