aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-01-1524-8/+126
* Merge pull request #30645 from nextcloud/enh/internal-link-scroll-onlyJulien Veyssier2022-01-141-2/+2
|\
| * [files] new internal link GET param to avoid setting 'openfile' on redirectJulien Veyssier2022-01-141-2/+2
* | Merge pull request #29750 from nextcloud/bugfix/noid/dont-use-deprecated-methodJohn Molakvoæ2022-01-143-4/+5
|\ \
| * | RecompileJoas Schilling2022-01-142-3/+3
| * | Don't use the deprecated methodJoas Schilling2022-01-141-1/+2
| |/
* | Merge pull request #29923 from alacn1/fix_basicauth_must_be_stringCarl Schwan2022-01-141-0/+4
|\ \
| * | files_external SMB: throw InvalidArgument when user is not setAnderson Luiz Alves2021-12-031-0/+4
* | | Merge pull request #30275 from nextcloud/bugfix/noid/add-version-of-disabled-...Vincent Petry2022-01-141-2/+2
|\ \ \
| * | | Add version of disabled apps when availableJoas Schilling2021-12-151-2/+2
* | | | Merge pull request #30655 from nextcloud/fix/sizing-publi-download-pageCarl Schwan2022-01-144-17/+28
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add non-breaking space in the file sizeCarl Schwan2022-01-143-7/+7
| * | | Improve layout for the public download pageCarl Schwan2022-01-132-11/+22
* | | | Merge pull request #30363 from nextcloud/enh/noid/accessibility-settings-mobileSimon L2022-01-141-0/+10
|\ \ \ \
| * | | | address 2nd reviewszaimen2022-01-101-1/+1
| * | | | address reviewszaimen2022-01-101-1/+1
| * | | | improve accessibility settings on mobileszaimen2022-01-101-0/+10
* | | | | Merge pull request #30614 from Marek-Wojtowicz/patch-1Vincent Petry2022-01-141-1/+1
|\ \ \ \ \
| * | | | | Update Session.phpMarek-Wojtowicz2022-01-121-1/+1
* | | | | | Merge pull request #30631 from nextcloud/fix/update_encrypted_versionVincent Petry2022-01-141-1/+10
|\ \ \ \ \ \
| * | | | | | updateEncryptedVersion: cleanup on target if cache already got renamedJonas Meurer2022-01-121-1/+10
* | | | | | | 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
| * | | | | | | Update autoloaderJoas Schilling2022-01-132-0/+8
| * | | | | | | Fix user_ldap migration for long DNs supportCôme Chilliet2022-01-132-49/+31
| * | | | | | | Move duplicated code to a base class for group_mapping migrationsCôme Chilliet2022-01-133-79/+72
| * | | | | | | Split dropTable and createTable in two migrationsCôme Chilliet2022-01-133-48/+141
| * | | | | | | Fix primary key change in user_ldap migrationCôme Chilliet2022-01-133-2/+244
* | | | | | | | 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
* | | | | | | | | Merge pull request #30656 from nextcloud/automated/noid/psalm-baseline-update...John Molakvoæ2022-01-141-3/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update psalm baselinenextcloud-command2022-01-141-3/+1
|/ / / / / / / / /
* | | | | | / / / [tx-robot] updated from transifexNextcloud bot2022-01-142-4/+8
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #30597 from nextcloud/fix/30589/hide-hidden-file-dialogCarl Schwan2022-01-135-6/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix file picker not respecting hidden files settingsCarl Schwan2022-01-135-6/+16
* | | | | | | | | Merge pull request #30648 from nextcloud/fix/update_gitattributesLouis2022-01-131-34/+2
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Update .gitattribute fileLouis Chemineau2022-01-131-34/+2
* | | | | | | | | Merge pull request #30531 from nextcloud/performance/optimize-filesystemtags-...Carl Schwan2022-01-132-11/+42
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fix psalm issuesCarl Schwan2022-01-132-7/+10
| * | | | | | | | Add helper method in WrapperCarl Schwan2022-01-132-13/+25
| * | | | | | | | The storage is not static anymoreCarl Schwan2022-01-131-15/+11
| * | | | | | | | Optimize FileSystemTags workflow for groupfolderCarl Schwan2022-01-131-9/+29
|/ / / / / / / /
* | | | | | | | Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-1378-2362/+1188
|\ \ \ \ \ \ \ \
| * | | | | | | | Check style updateCarl Schwan2022-01-1349-162/+154
| * | | | | | | | Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-1227-1724/+504
| * | | | | | | | Fix psalm not runningCarl Schwan2022-01-069-516/+570
* | | | | | | | | Merge pull request #30620 from nextcloud/bugfix/14897/fix-cancellingVincent Petry2022-01-131-12/+50
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Properly hide progress bar after errorVincent Petry2022-01-121-5/+16
| * | | | | | | | | Properly abort uploadsVincent Petry2022-01-121-9/+36
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #30600 from nextcloud/fix/30595/idn-email-shareCarl Schwan2022-01-134-16/+76
|\ \ \ \ \ \ \ \ \