summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix quota typing for 32bits after forward port from 25Côme Chilliet2023-04-012-5/+4
| | | Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
* Silence a warning from psalm with explanationCôme Chilliet2023-04-011-0/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Adapt types of subclassesCôme Chilliet2023-04-015-7/+7
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-04-014-13/+15
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove quota value type for 32-bit systemsVincent Petry2023-04-011-2/+2
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #37482 from nextcloud/backport/37378/stable26Simon L2023-03-311-0/+5
|\ | | | | [stable26] fix the avatar generation on Alpine Linux
| * another approach to fixing the avatar generationSimon L2023-03-301-0/+5
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-312-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #37471 from nextcloud/backport/37435/stable26Julia Kirschenheuter2023-03-304-18/+41
|\ | | | | [stable26] Add label for logo link
| * Add label for logo linkChristopher Ng2023-03-304-18/+41
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-302-20/+20
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(references): Do not log errors on 404 responses of opengraph image fetchingJulius Härtl2023-03-281-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #37368 from nextcloud/backport/36636/stable26Louis2023-03-271-2/+2
|\ | | | | [stable26] fix OC_Image: Prevent E_WARNING from getimagesize*
| * fix OC_Image: Prevent E_WARNING from getimagesize*Marcel Klehr2023-03-231-2/+2
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #37217 from nextcloud/backport/37192/stable26Julius Härtl2023-03-271-1/+1
|\ \ | |/ |/|
| * Don't try to hash a nonexisting passwordEmber 'n0emis' Keske2023-03-211-1/+1
| | | | | | | | | | | | Allows to log-in via a passwordless authentication provider, eg SSO Signed-off-by: Ember 'n0emis' Keske <git@n0emis.eu>
* | fix(security): Mark recording_servers key appconfig as private as it ↵Joas Schilling2023-03-221-0/+1
|/ | | | | | contains a secret Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(session): Fix DAVx5 sync problems by partial reverting session changesJoas Schilling2023-03-201-7/+11
| | | | | | | | | Temporary disabled the short cut again to solve issues with CalDAV/CardDAV clients like DAVx5 that use cookies and need a session. See https://github.com/nextcloud/server/issues/37277#issuecomment-1476366147 and the other comments for further information. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #37235 from nextcloud/backport/37227/stable26Arthur Schiwon2023-03-161-10/+16
|\ | | | | [stable26] chore: use local variable for remote address
| * chore: use local variable for remote addressDaniel Kesselberg2023-03-151-10/+16
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #37246 from nextcloud/backport/37242/stable26Arthur Schiwon2023-03-161-1/+1
|\ \ | | | | | | [stable26] Reduce list
| * | Reduce listJoas Schilling2023-03-151-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-166-6/+10
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / Extend listJoas Schilling2023-03-151-0/+5
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #37212 from nextcloud/backport/37029/stable26Arthur Schiwon2023-03-151-7/+9
|\ | | | | [stable26] Add chunking in SystemTagObjectMapper::getTagIdsForObjects
| * Add chunking in SystemTagObjectMapper::getTagIdsForObjectsCôme Chilliet2023-03-141-7/+9
| | | | | | | | | | | | This avoids crashing on Oracle with more than 1000 objects Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #37072 from nextcloud/backport/36883/stable26Arthur Schiwon2023-03-152-9/+29
|\ \ | | | | | | [stable26] dispatch BeforeUserLoggedInEvent
| * | dispatch BeforeUserLoggedInEventMaxence Lange2023-03-072-9/+29
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-152-4/+6
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #37157 from nextcloud/backport/37070/stable26Simon L2023-03-101-4/+6
|\ \ | | | | | | [stable26] add a check for disk_free_space in Config.php
| * | add a check for disk_free_space in Config.phpSimon L2023-03-091-4/+6
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Merge pull request #37155 from nextcloud/backport/37140/stable26Simon L2023-03-101-33/+32
|\ \ \ | | | | | | | | [stable26] imaginary - fix autorotate for heic and improve the logic
| * | | imaginary - fix autorotate and improve the logicSimon L2023-03-091-33/+32
| |/ / | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Merge pull request #37161 from nextcloud/backport/37116/stable26Arthur Schiwon2023-03-101-4/+4
|\ \ \ | | | | | | | | [stable26] postgresql installation - add quotes around user names
| * | | postgresql - add quotes around user namesSimon L2023-03-101-4/+4
| |/ / | | | | | | | | | | | | | | | fix https://github.com/nextcloud/server/issues/37114 Signed-off-by: Simon L <szaimen@e.mail.de>
* / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-102-0/+2
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #37141 from nextcloud/backport/37139/stable26Arthur Schiwon2023-03-094-0/+10
|\ \ | | | | | | [stable26] Share type sciencemesh
| * | Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-084-0/+10
| | | | | | | | | | | | Signed-off-by: Michiel de Jong <michiel@unhosted.org>
* | | feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-096-3/+266
| | | | | | | | | | | | | | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #37066 from nextcloud/backport/34835/stable26Arthur Schiwon2023-03-093-3/+13
|\ \ \ | | | | | | | | [stable26] Run WebDAV integration tests against S3
| * | | fix: Use proper path for quota fetchingJulius Härtl2023-03-072-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-072-0/+10
| | |/ | |/| | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #37073 from nextcloud/backport/37026/stable26Julius Härtl2023-03-091-1/+4
|\ \ \ | | | | | | | | [stable26] fix: Avoid log spam on 404 routes not using GET
| * | | fix: Avoid log spam on 404 routes not using GETJulius Härtl2023-03-071-1/+4
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-094-4/+12
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-082-0/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-066-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-03194-0/+194
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Implement file reference wigetJulius Härtl2023-03-022-9/+39
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #36803 from nextcloud/fix/sqlite-commentsblizzz2023-03-021-1/+5
|\ | | | | [db]: Remove not supported column comments for SQLite