aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* chore(Constants): Sort by valuechore/constants/sortprovokateurin12 days1-4/+4
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(l10n): Update translations from TransifexNextcloud bot13 days2-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #52051 from Lukasdotcom/feat/text-to-speechJoas Schilling13 days4-0/+95
|\ | | | | feat(TaskProcessing): Add TextToSpeech provider
| * feat(TaskProcessing): Add TextToSpeech providerLukas Schaefer2025-04-264-0/+95
| | | | | | | | Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
* | Merge pull request #52479 from ↵Stephan Orbaugh13 days1-1/+1
|\ \ | | | | | | | | | | | | RobertZenz/bugfix/fix-jsresourcelocator-incorrect-parameter fix(JSResourceLocator) fix incorrect parameter being used.
| * | fix(JSResourceLocator) fix incorrect parameter being used.Robert Zenz2025-04-261-1/+1
| | |
* | | fix(l10n): Update translations from TransifexNextcloud bot14 days6-6/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #52402 from nextcloud/fix/32bit-packKate14 days1-1/+8
|\ \ \
| * | | fix(32bit): use `PHP_INT_MAX` where neededfix/32bit-packFerdinand Thiessen2025-04-281-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Typo from https://github.com/nextcloud/server/pull/52392 `0xFFFF` is only 2 bytes, but we need either `0xFFFFFFFF` or maybe a bit easier to read `PHP_INT_MAX`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #52434 from nextcloud/bugfix/52420/closure-as-default-appJoas Schilling2025-04-282-11/+13
|\ \ \ \ | |/ / / |/| | | fix(navigation): Fix default app entry registered as closure
| * | | fix(navigation): Fix absolute URLs from default appsbugfix/52420/closure-as-default-appJoas Schilling2025-04-251-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | fix(navigation): Fix default app entry registered as closureJoas Schilling2025-04-251-11/+8
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-04-282-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-04-272-4/+36
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-04-262-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #52424 from nextcloud/bugfix/noid/censor-more-app-configsAndy Scherzinger2025-04-251-3/+9
|\ \ \ | | | | | | | | fix(config): Censor more app configs in system report
| * | | fix(config): Censor more app configs in system reportbugfix/noid/censor-more-app-configsJoas Schilling2025-04-251-3/+9
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #51355 from AIlkiv/refactor/rollback-hook-usageStephan Orbaugh2025-04-253-23/+15
|\ \ \ | |/ / |/| | refactor: cleanup rollback hook usage
| * | refactor: cleanup rollback hook usageailkiv2025-04-253-23/+15
| | | | | | | | | | | | Signed-off-by: ailkiv <a.ilkiv.ye@gmail.com>
* | | Merge pull request #52079 from ↵Andy Scherzinger2025-04-241-4/+9
|\ \ \ | | | | | | | | | | | | | | | | IONOS-Productivity/fix/s3_traffic_on_video_thumbnails fix(previews): avoid large file downloads for remote movie storage
| * | | fix(previews): avoid large file downloads for remote movie storageMisha M.-Kupriyanov2025-04-231-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent downloading entire movie files from remote storage (e.g., S3) when the 'moov atom' is located at the end of the file. Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
* | | | Merge pull request #52276 from nextcloud/feat/noid/log-query-parametersKate2025-04-241-3/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | feat: Add option to also log parameters to query logMarcel Müller2025-04-191-3/+8
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | | | Merge pull request #50650 from ↵Stephan Orbaugh2025-04-243-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | IONOS-Productivity/feat/login_flow_v2-user_agents-allow-list feat(login-flow-v2): Restrict allowed apps by user agent check
| * | | | feat(login-flow-v2): Restrict allowed apps by user agent checkMisha M.-Kupriyanov2025-04-233-1/+6
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable via: ./occ config:system:set core.login_flow_v2.allowed_user_agents 0 --value '/Custom Foo Client/i' ./occ config:system:set core.login_flow_v2.allowed_user_agents 1 --value '/Custom Bar Client/i' if user agent string is unknown the template with "Access forbidden"-"Please use original client" will be displayed Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
* | | | Merge pull request #52392 from nextcloud/fix/32bit-supportCôme Chilliet2025-04-241-2/+6
|\ \ \ \ | | | | | | | | | | fix(32bit): make `pack` compatible with 32bit PHP
| * | | | fix(32bit): make `pack` compatible with 32bit PHPfix/32bit-supportFerdinand Thiessen2025-04-231-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `P` formatter is 64bit only - we need to manually pack the 64bit. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #52299 from nextcloud/refactor/preview-testsFerdinand Thiessen2025-04-241-1/+1
|\ \ \ \ \ | | | | | | | | | | | | refactor: Thumbnail Generator logging and tests
| * | | | | refactor: Thumbnail Generator logging and testsrefactor/preview-testsnfebe2025-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | | | Merge pull request #52391 from nextcloud/fix/harden-template-functionsFerdinand Thiessen2025-04-241-8/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix(Template): harden enabled-theme logic
| * | | | | | fix(Template): harden enabled-theme logicfix/harden-template-functionsFerdinand Thiessen2025-04-231-8/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / | | | | docs(dispatcher): Correct described return valuesjtr-docs-dispatcher-returnJosh2025-04-231-3/+5
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | | Merge pull request #51994 from ↵Ferdinand Thiessen2025-04-231-1/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/allows-some-char-from-federationid fix(federation): allows equal signs in federation id
| * | | | | fix(federation): allows equal signs in federation idfix/noid/allows-some-char-from-federationidMaxence Lange2025-04-221-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | | Merge pull request #52361 from nextcloud/fix/51833/add-retries-to-s3-clientFerdinand Thiessen2025-04-231-0/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | fix(objectstorage): add retry attempts to S3 connection
| * | | | | fix(objectstorage): add retry attempts to S3 connectionfix/51833/add-retries-to-s3-clientAnna Larch2025-04-231-0/+4
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* / | | | feat(profile): Add an API to get the profile field datafeat/noid/profile-data-apiJoas Schilling2025-04-232-2/+8
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / / fix(l10n): Update translations from TransifexNextcloud bot2025-04-232-6/+6
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #52099 from nextcloud/perf/excimerJulius Knorr2025-04-224-3/+111
|\ \ \ | | | | | | | | Built in profiling capabilities with excimer
| * | | perf: Add config options to trigger individual and sample profiling using ↵perf/excimerJulius Knorr2025-04-224-3/+111
| | | | | | | | | | | | | | | | | | | | | | | | excimer Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | | Merge pull request #52221 from ↵F. E Noel Nfebe2025-04-222-25/+34
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/feat/no-issue/add-logging-preview-generation feat: add logging to preview generation
| * | | feat: add logging to preview generationfeat/no-issue/add-logging-preview-generationnfebe2025-04-172-25/+34
| | | | | | | | | | | | | | | | Signed-off-by: nfebe <fenn25.fn@gmail.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-04-222-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-04-212-0/+46
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | fix(l10n): Update translations from TransifexNextcloud bot2025-04-206-0/+6
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-04-1916-0/+36
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(l10n): Update translations from TransifexNextcloud bot2025-04-182-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #52224 from ↵Arthur Schiwon2025-04-173-3/+27
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/dont-break-when-checking-if-too-long-user-exists fix(usermanager): Don't throw when checking if a too long user id is an existing user
| * | | fix(user): Introduce a public constant for max length of user idbugfix/noid/dont-break-when-checking-if-too-long-user-existsJoas Schilling2025-04-173-9/+10
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | fix(usermanager): Don't throw when checking if a too long user id is an ↵Joas Schilling2025-04-162-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | existing user Signed-off-by: Joas Schilling <coding@schilljs.com>