aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-11-172-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix logo invertJohn Molakvoæ2022-11-161-9/+10
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-162-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35156 from nextcloud/fix/fix-tests-for-8.2Côme Chilliet2022-11-151-3/+1
|\ | | | | Fix dynamic properties and other problems in tests for PHP 8.2
| * Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-3/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #35091 from nextcloud/enh/a11y-single-char-searchPytal2022-11-141-1/+1
|\ \ | | | | | | Allow single character search by default
| * | Allow single character search by defaultChristopher Ng2022-11-111-1/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-11-154-0/+4
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Revert "Appropriate length check in Notification.php"Joas Schilling2022-11-141-2/+2
| |
* | Merge pull request #34645 from nextcloud/bugfix/support-to-postgres15Simon L2022-11-141-0/+11
|\ \ | | | | | | 🐘 Support postgres15
| * | Bugfix to support postgres15Vitor Mattos2022-11-111-0/+11
| | | | | | | | | | | | | | | | | | 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 #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-144-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-11-134-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-11-1234-62/+90
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #34829 from nextcloud/Valdnet-patch-3Simon L2022-11-121-1/+1
|\ \ \ \ | |_|/ / |/| | | l10n: Improve styling
| * | | l10n: Improve stylingValdnet2022-10-261-1/+1
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | Merge pull request #34994 from Glandos/fileinfo_perfSimon L2022-11-111-3/+3
|\ \ \ \ | | | | | | | | | | [Performance] Test valid path only if file info has to be retrieved
| * | | | Test valid path only if file info has to be retrievedGlandos2022-11-061-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Glandos <bugs-github@antipoul.fr>
* | | | | Merge pull request #35015 from natoponen/patch-1Simon L2022-11-111-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Appropriate length check in Notification.php
| * | | | | Appropriate length check in Notification.phpnatoponen2022-11-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is an issue(bug) when using UTF-8 symbols in any method, which checks the length of string as `isset($id[64])`. You can set only 32 UTF-8 symbols because they are 2 byte, and this "array" check seems inapropriate in this case, as it throws unexpected exceptions. Signed-off-by: natoponen <57988162+natoponen@users.noreply.github.com>
* | | | | | Fix distorted previews when using imaginaryRichard Steinmetz2022-11-111-4/+14
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-11-112-0/+2
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Make sure that path is normalized and then checked,Côme Chilliet2022-11-101-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | and not the other way around Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-11-106-2/+10
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #35042 from nextcloud/enh/uri-descriptionPytal2022-11-091-0/+1
|\ \ \ \ | | | | | | | | | | Add description for calendar uri
| * | | | Add description for calendar uriChristopher Ng2022-11-091-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-11-096-0/+16
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | update autoloaderRobin Appelman2022-11-082-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | remove no longer needed codeRobin Appelman2022-11-081-4/+0
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | split repairing into two stages to prevent long open transactionRobin Appelman2022-11-081-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | move share owner repair to occ commandRobin Appelman2022-11-083-95/+4
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Add repair step to fix wrong share ownershipLouis Chemineau2022-11-084-0/+98
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Fix DNS Pin Middleware throwing for public IPsChristoph Wurst2022-11-081-1/+1
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2022-11-082-0/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix unsuccessful token login logged as errorChristoph Wurst2022-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The condition of a non-existent login token can happen for concurrent requests. Admins can not do anything about this. So this is to be expected to happen occasionally. This event is only bad if none of the requests is able to re-acquire a session. Luckily this happens rarely. If a login loop persists an admin can still lower the log level to find this info. But a default error log level will no longer write those infos about the failed cookie login of one request. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #34929 from nextcloud/chore/deprecate-app-container-aliasesRoeland Jago Douma2022-11-071-6/+9
|\ \ \ | | | | | | | | Clean up and deprecate app container parameter aliases
| * | | Clean up and deprecate app container aliasesChristoph Wurst2022-11-021-6/+9
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #34937 from ↵Simon L2022-11-071-1/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/do-not-crash-on-extension-without-version Avoid a crash when a PHP extension has no version
| * | | | Suppress false-positives from psalm, waiting for fix upstreamCôme Chilliet2022-11-071-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Avoid a crash when a PHP extension has no versionCôme Chilliet2022-11-031-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-11-074-0/+4
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-11-062-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Limit-number-of-concurrent-preview-generationsszaimen2022-11-052-21/+134
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bowen Ding <dbw9580@live.com> Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | [tx-robot] updated from transifexNextcloud bot2022-11-054-2/+8
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #34775 from nextcloud/bugfix/noid/mailer-set-toJulius Härtl2022-11-041-7/+11
|\ \ \ \ | | | | | | | | | | Do not throw errors when invalid setTo email is provided
| * | | | Do not throw errors when invalid setTo email is providedJulius Härtl2022-11-031-7/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #34834 from nextcloud/bugfix/noid/skeleton-size-calcVincent Petry2022-11-041-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix size calculation on copying the skeleton files
| * | | | | Use proper storage method for writing skeleton filesJulius Härtl2022-10-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise the filecache will have a wrong size for skeleton files Signed-off-by: Julius Härtl <jus@bitgrid.net>