summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix(encryption): don't throw on missing fileRichard Steinmetz2023-01-301-4/+1
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-302-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Do not store generated mysql password if it was not usedJulius Härtl2023-01-271-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-272-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36364 from nextcloud/backport/36352/stable25Vincent Petry2023-01-261-1/+1
|\ | | | | [stable25] imaginary - add tiff to supported formats
| * imaginary - add tiff to supported formatsSimon L2023-01-251-1/+1
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-264-4/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35821 from nextcloud/backport/35614/stable25Christoph Wurst2023-01-255-9/+16
|\ | | | | [stable25] Fix array to string conversion in errorlog writer
| * fix(logging): Fix array to string conversion in errorlog writerChristoph Wurst2023-01-241-1/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * fix(logging): Fix array to string conversion in errorlog writerChristoph Wurst2022-12-195-8/+14
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-244-6/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #36255 from nextcloud/backport/35632/stable25Joas Schilling2023-01-232-2/+6
|\ \ | | | | | | [stable25] docs: document types flag for search options
| * | docs: document types flag for search optionsDaniel Kesselberg2023-01-192-2/+6
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-232-16/+16
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-224-58/+62
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-212-0/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-204-0/+10
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #36167 from nextcloud/backport/35970/stable25Vincent Petry2023-01-191-3/+3
|\ \ | | | | | | [stable25] Improve exception serializing
| * | fix(ExceptionSerializer): encode arguments before filtering the traceJulius Härtl2023-01-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | This will avoid running into a Nesting level too deep error as the encodeArg calls will limit potential recursive calls on the arguments to a nesting level of 5 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #36099 from nextcloud/backport/34924/stable25Vincent Petry2023-01-193-7/+8
|\ \ \ | | | | | | | | [stable25] escape path prefix when doing cache jail search
| * | | escape path prefix when doing cache jail searchRobin Appelman2023-01-113-7/+8
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-192-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #36193 from nextcloud/revert/35676Simon L2023-01-181-5/+4
|\ \ \ \ | |_|/ / |/| | | [stable25] Revert "Add alt to the logo, adapt css for logo"
| * | | Revert "Add alt to the logo, adapt css for logo"John Molakvoæ2023-01-171-5/+4
| | | | | | | | | | | | | | | | This reverts commit dca7384b5febf99c5624ec978f578b917f28aed2.
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-182-0/+2
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-174-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-166-0/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-158-0/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-14128-256/+266
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-132-0/+6
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #36053 from nextcloud/backport/36043/stable25Vincent Petry2023-01-111-1/+5
|\ \ | | | | | | [stable25] Link reference provider: Improve content-type check
| * | in the link reference provider, check if the link content type begins with ↵Julien Veyssier2023-01-101-1/+5
| | | | | | | | | | | | | | | | | | text/html Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-112-0/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-104-0/+4
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-092-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-084-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-0710-6/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #36022 from nextcloud/backport/36016/stable25John Molakvoæ2023-01-061-0/+16
|\ \ | | | | | | [stable25] Add restrictions when downloading to resolve with opengraph link provider
| * | add restrictions on content-type and content-size when downloading to ↵Julien Veyssier2023-01-051-0/+16
| | | | | | | | | | | | | | | | | | resolve with opengraph link provider Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | Merge pull request #35815 from nextcloud/backport/33709/stable25John Molakvoæ2023-01-061-3/+3
|\ \ \ | | | | | | | | [stable25] Use display name cache on getStorageInfo
| * | | Use display name cache on getStorageInfoJulius Härtl2022-12-191-3/+3
| | |/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Adapt test to also run isolated Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-062-0/+4
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35817 from nextcloud/backport/35789/stable25Vincent Petry2023-01-053-0/+33
|\ \ | | | | | | [stable25] Allow additional Sabre plugins in publicwebdav.php
| * | manual backport of #35789, dispatch BeforeSabrePubliclyLoadedEvent to allow ↵Julien Veyssier2023-01-033-0/+33
| | | | | | | | | | | | | | | | | | adding additional Sabre plugins in publicwebdav.php Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-052-0/+2
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35734 from nextcloud/stable25-quota-as-float-for-32bit-folksCôme Chilliet2023-01-0210-28/+29
|\ \ | | | | | | [stable25] Quota value as float for 32-bit systems
| * | Silence a warning from psalm with explanationCôme Chilliet2022-12-191-0/+1
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Adapt types of subclassesCôme Chilliet2022-12-195-11/+9
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Make it clear that file sizes may be float on 32bitsCôme Chilliet2022-12-194-16/+18
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Remove quota value type for 32-bit systemsVincent Petry2022-12-191-2/+2
| |/ | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>