summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* adjust patch Simon L2023-05-161-2/+2
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: Simon L. <szaimen@e.mail.de>
* Clear generated avatar cachesjld31032023-05-161-3/+4
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Properly clear cached avatarsjld31032023-05-161-7/+2
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Merge pull request #38275 from nextcloud/backport/38274/stable26Joas Schilling2023-05-161-1/+9
|\ | | | | [stable26] fix(middleware): Also abort the request when reaching max delay in af…
| * fix(middleware): Also abort the request when reaching max delay in ↵Joas Schilling2023-05-151-1/+9
| | | | | | | | | | | | afterController Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #38289 from nextcloud/backport/38196/stable26Côme Chilliet2023-05-167-13/+16
|\ \ | | | | | | [stable26] Get rid of more int casts in file size manipulations
| * | Fix return types in phpdocCôme Chilliet2023-05-154-4/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Get rid of more int casts in file size manipulationsCôme Chilliet2023-05-153-9/+12
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-162-0/+48
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Read mtime of version.php only onceArthur Schiwon2023-05-152-5/+5
| | | | | | | | | | | | | | - in most cases it would read again in \OC_Util::loadVersion anyway - remove some unused use statements Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | add the server roots and version info hash to apcu prefixArthur Schiwon2023-05-151-1/+1
|/ | | | | | | | | | | | fixes collissions when more than one instance is running on the same system For the memcaches we use a more complex prefix, where version and instance ID are incorporated. We do not have this data at hand at this point of time. But we can get the mtime of the version.php file relatively cheap. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #38238 from nextcloud/backport/37709/stable26Côme Chilliet2023-05-152-2/+11
|\ | | | | [stable26] fix: Check for wrapped retriable exceptions
| * fix: Check for wrapped retriable exceptionsJulius Härtl2023-05-132-2/+11
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #38204 from nextcloud/backport/36893/stable26Côme Chilliet2023-05-151-1/+4
|\ \ | | | | | | [stable26] Make sure to never trigger files hooks on a null path
| * | Make sure to never trigger files hooks on a null pathCôme Chilliet2023-05-111-1/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-152-2/+14
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-142-0/+2
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-132-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Add function_exists() checkGit'Fellow2023-05-121-1/+1
| | | | | | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Fix free space problemsGit'Fellow2023-05-121-1/+1
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1222-246/+32
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1074-74/+74
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #37549 from nextcloud/backport/37520/stable26Joas Schilling2023-05-091-7/+11
|\ | | | | [stable26] fix DBAL exception handling in setValues
| * fix DBAL exception handling in setValuesArthur Schiwon2023-04-031-7/+11
| | | | | | | | | | | | | | | | | | This seems to be a left over after abstracting DBAL. Nowadays, IQueryBuilder::executeStatement() only throws a \OCP\DB\Exception, where previously original DBAL exceptions where thrown. These are now wrapped, the orignal classes are now mapped to a reason. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #38128 from nextcloud/backport/36774/stable26Julius Härtl2023-05-091-1/+5
|\ \
| * | fix: Use proper path when creating node instancesJulius Härtl2023-05-081-1/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-092-0/+6
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-06126-376/+376
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | increase imaginary timeouts as for big files the processing could take very longSimon L2023-05-041-0/+2
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | fix: add workaround for oci and limit queriesDaniel Kesselberg2023-05-031-0/+1
| | | | | | | | | | | | DBAL uses a helper column "doctrine_rownum" for top-n queries Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #38037 from nextcloud/backport/33106/stable26Joas Schilling2023-05-031-1/+2
|\ \ | | | | | | [stable26] Update expire_date column of table comments
| * | Update expire_date column of table commentsVitor Mattos2023-05-031-1/+2
| | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | add command for getting fileinfo for debuggingRobin Appelman2023-05-012-0/+2
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #37875 from nextcloud/backport/37820/stable26Simon L2023-04-271-1/+13
|\ \ | | | | | | [stable26] ignore errors while trying to update parent storage_mtime
| * | ignore errors while trying to update parent storage_mtimeRobin Appelman2023-04-211-1/+13
| | | | | | | | | | | | | | | | | | in the worst case this should only cause an extra rescan later Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-264-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-254-0/+4
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #37740 from ↵John Molakvoæ2023-04-211-0/+3
|\ \ | | | | | | | | | | | | nextcloud/revert-37718-revert-37701-backport/37617/stable26 [stable26] handle not being able to write file for notify self-test
| * | Revert "Revert "[stable26] handle not being able to write file for notify ↵John Molakvoæ2023-04-141-0/+3
| | | | | | | | | | | | self-test""
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2010-0/+10
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-19156-178/+214
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-152-2/+2
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Revert "[stable26] handle not being able to write file for notify self-test"John Molakvoæ2023-04-131-3/+0
| |
* | handle not being able to write file for notify self-testRobin Appelman2023-04-131-0/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-132-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | app type extended_authenticationMaxence Lange2023-04-122-1/+2
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-092-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Migrate metadata as JSON to value as STRINGLouis Chemineau2023-04-066-12/+27
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #37394 from nextcloud/backport/36810/stable26Robin Appelman2023-04-061-9/+7
|\ \ | | | | | | [stable26] do onetime user setup before getting any mount from providers
| * | do onetime user setup before getting any mount from providersRobin Appelman2023-03-241-9/+7
| | | | | | | | | | | | | | | | | | this fixes a race condition where wrappers weren't properly applied if when a mount provider creates the storage instance one mountpoint creation instead of lazily Signed-off-by: Robin Appelman <robin@icewind.nl>