summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-11-1670-118/+164
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35033 from nextcloud/enh/34732/fix-dashboard-scrollingSimon L2022-11-163-4/+3
|\ | | | | fix dashboard scrolling
| * Compile assetsnextcloud-command2022-11-082-3/+3
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix dashboard scrollingSimon L2022-11-081-1/+0
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Merge pull request #35029 from nextcloud/enh/34969/fix-app-menu-firefoxSimon L2022-11-163-3/+4
|\ \ | | | | | | Fix AppMenu icons for firefox
| * | Compile assetsnextcloud-command2022-11-082-3/+3
| | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | Fix AppMenu icons for firefoxSimon L2022-11-081-0/+1
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Merge pull request #35179 from nextcloud/dependaskjnldsv/nextcloud-vuePytal2022-11-158-126/+335
|\ \ \ | | | | | | | | Bump @nextcloud/vue to 7.1.0-beta0
| * | | Fix CalDavSettings specJohn Molakvoæ2022-11-151-20/+20
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | Bump @nextcloud/vue to 7.1.0-beta0John Molakvoæ2022-11-157-106/+315
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #35181 from nextcloud/fix/test-php-8.2-2Côme Chilliet2022-11-155-42/+68
|\ \ \ | | | | | | | | Fix more tests for PHP 8.2
| * | | Fix themings tests and get rid of deprecated at matcherCôme Chilliet2022-11-151-28/+30
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Fix some more problems with tests under PHP 8.2Côme Chilliet2022-11-155-26/+50
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #35147 from ↵Christoph Wurst2022-11-153-26/+29
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/fix/fix-33741-h1_should_instead_be_in_the_app_content Place ```<h1>``` into main content
| * | | Place ```<h1>``` into main contentjulia.kirschenheuter2022-11-153-26/+29
| | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | Merge pull request #33631 from nextcloud/enh/noid/mariadb10.6-masterSimon L2022-11-151-1/+1
|\ \ \ \ | | | | | | | | | | use the updated mariadb10.6 container in drone
| * | | | use the updated mariadb10.6 container in droneszaimen2022-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | Merge pull request #35156 from nextcloud/fix/fix-tests-for-8.2Côme Chilliet2022-11-1519-48/+69
|\ \ \ \ \ | |_|/ / / |/| | | | Fix dynamic properties and other problems in tests for PHP 8.2
| * | | | Fix tests depending on a trailing whitespaceCôme Chilliet2022-11-151-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many editors remove trailing whitespaces, so avoid depending on them for tests success. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Add Union types for properties in tests/lib/Encryption/Keys/StorageTest.phpCôme Chilliet2022-11-151-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix syntax in VerificationTokenTest.phpCôme Chilliet2022-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix errors from PHP 8.2 testingCôme Chilliet2022-11-1415-30/+37
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix dynamic properties and other problems in tests for PHP 8.2Côme Chilliet2022-11-144-18/+26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #35173 from ↵Simon L2022-11-152-0/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/test/34976/received-share-in-shared-folders Add test for received share in share_folder
| * | | | | Add test for received share in share_folderVincent Petry2022-11-152-0/+16
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add integration test for receiving a share in a configured "share_folder". Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | Merge pull request #35014 from nextcloud/fix/login-headlineJohn Molakvoæ2022-11-153-4/+5
|\ \ \ \ \ | | | | | | | | | | | | Fix rendering of login headline
| * | | | | Fix rendering of login headlineChristopher Ng2022-11-083-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Merge pull request #35091 from nextcloud/enh/a11y-single-char-searchPytal2022-11-144-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow single character search by default
| * | | | | | Allow single character search by defaultChristopher Ng2022-11-114-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-11-1580-66/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #35024 from nextcloud/deprecate/php74Simon L2022-11-142-7/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Deprecate PHP7.4
| * | | | | | | Deprecate PHP7.4Christoph Wurst2022-11-102-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #35157 from ↵Côme Chilliet2022-11-144-9/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/avoid-passing-null-to-datetime-createfromformat Make sure to not pass null to DateTime::createFromFormat
| * | | | | | | | Make sure to not pass null to DateTime::createFromFormatCôme Chilliet2022-11-144-9/+8
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | Merge pull request #35075 from nextcloud/docs/remove_redis_sentinel_referenceblizzz2022-11-141-4/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Remove reference to Redis sentinel from configuration docs
| * | | | | | | Remove reference to Redis sentinel from configuration docsRaul2022-11-101-4/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Raul <r.ferreira.fuentes@gmail.com>
* | | | | | | Merge pull request #35139 from nextcloud/revert-35015-patch-1Joas Schilling2022-11-141-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Revert "Appropriate length check in Notification.php"
| * | | | | | | Revert "Appropriate length check in Notification.php"Joas Schilling2022-11-141-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #35142 from nextcloud/nickvergessen-patch-1Joas Schilling2022-11-141-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Update CODEOWNERS
| * | | | | | | Update CODEOWNERSJoas Schilling2022-11-141-1/+1
|/ / / / / / / | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* | | | | | | Merge pull request #35043 from nextcloud/updateCrlJoas Schilling2022-11-141-34/+35
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update crl after revoke drawio.csr
| * | | | | | | Update crl after revoke drawio.csrVitor Mattos2022-11-091-34/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | | | | | Merge pull request #34645 from nextcloud/bugfix/support-to-postgres15Simon L2022-11-142-3/+50
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | 🐘 Support postgres15
| * | | | | | | | Bugfix to support postgres15Vitor Mattos2022-11-112-3/+50
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> Signed-off-by: Simon L <szaimen@e.mail.de> Co-Authored-By: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* | | | | | | | Merge pull request #35093 from nextcloud/nickvergessen-patch-1Simon L2022-11-141-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Run integration tests on 3rdparty bump
| * | | | | | | | Run integration tests on 3rdparty bumpJoas Schilling2022-11-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* | | | | | | | | Merge pull request #35096 from ↵Simon L2022-11-142-0/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/mark-more-values-as-sensitive Mark more config values as sensitive
| * | | | | | | | | Mark more config values as sensitiveJoas Schilling2022-11-112-0/+8
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-11-14156-4/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Merge pull request #35070 from ↵Simon L2022-11-131-0/+27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/34993/ldap-user-manager-must-not-be-shared [LDAP] always create instance of own user manager