aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* chore(ExternalShareMenuAction): Remove unused legacy propertiesFerdinand Thiessen2024-09-031-16/+5
* refactor(IMenuAction): Make public menu actions use the new Vue UIFerdinand Thiessen2024-09-035-61/+62
* Merge pull request #47650 from nextcloud/chore/cleanup-middlewareJohn Molakvoæ2024-09-033-21/+11
|\
| * chore: fix typo in `SameSiteCookieMiddleware`Ferdinand Thiessen2024-08-311-4/+4
| * chore: Remove unused `CsrfTokenManager` from `CSPMiddleware`Ferdinand Thiessen2024-08-312-17/+7
* | Merge pull request #47676 from nextcloud/fix/ocp/image-interfaceKate2024-09-024-4/+36
|\ \
| * | fix(OCP): Fix Image interfaceprovokateurin2024-09-024-4/+36
* | | Merge pull request #47678 from nextcloud/chore/add-typingsFerdinand Thiessen2024-09-022-3/+4
|\ \ \
| * | | chore(IConfig): `getUsersForUserValue` is returning a listFerdinand Thiessen2024-09-022-3/+4
* | | | Merge pull request #47627 from nextcloud/fix/noid/link-ref-provider-size-checkJulien Veyssier2024-09-021-4/+14
|\ \ \ \ | |/ / / |/| | |
| * | | fix(linkReferenceProvider): better size checkJulien Veyssier2024-08-301-4/+14
* | | | Merge pull request #47640 from nextcloud/fix/migrator-replicaJulius Härtl2024-09-021-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | fix: Run migration sql as statement so that the primary db node is usedJulius Härtl2024-08-301-1/+1
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-022-0/+4
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-014-2/+4
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-312-0/+6
| |_|/ |/| |
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-30158-430/+632
* | | Revert "fix(TaskProcessing): Use OCP\Server::get instead of copying methods"Marcel Klehr2024-08-301-5/+45
* | | fix(TextProcessing): Don't run taskProcessing if task type is not availableMarcel Klehr2024-08-301-1/+1
* | | fix(SpeechToTextManager): Throw TaskProcessing Task failedMarcel Klehr2024-08-301-13/+15
* | | fix(TaskProcessing): Use OCP\Server::get instead of copying methodsMarcel Klehr2024-08-301-45/+5
* | | feat(speech-to-text): SpeechToTextManager::transcribeFile calls TaskProcessin...Julien Veyssier2024-08-305-9/+61
* | | feat(textprocessing): TextProcessingManager::runTask calls TaskProcessingMana...Julien Veyssier2024-08-302-3/+84
| |/ |/|
* | Merge pull request #47546 from nextcloud/fix/files-view-error-messagesAndy Scherzinger2024-08-291-3/+3
|\ \
| * | fix: Adjust filename validation messagesFerdinand Thiessen2024-08-271-3/+3
* | | fix(DB): do not assume sharding is always enabledArthur Schiwon2024-08-291-13/+19
* | | fix(DB): set sharding parameters only when intendedArthur Schiwon2024-08-291-5/+10
| |/ |/|
* | fix(Image): Do not send empty Content-Type headerCôme Chilliet2024-08-291-1/+3
* | fix(\OC\Image): Use new IAppConfig and type safe methodsCôme Chilliet2024-08-291-22/+12
* | fix(OC\Image): Fix all psalm spotted issues in the fileCôme Chilliet2024-08-291-71/+65
* | fix: Remove all references to OC_ImageCôme Chilliet2024-08-291-33/+38
* | fix: Move \OC_Image to \OC\Image with the other internal classesCôme Chilliet2024-08-294-8/+12
* | Merge pull request #47581 from nextcloud/fix/audit-new-nodeJulius Härtl2024-08-292-0/+16
|\ \
| * | fix: Do not fail to get internal path on NonExistingFile/NonExistingFolderJulius Härtl2024-08-292-0/+16
* | | Merge pull request #47567 from nextcloud/jtr/fix-opcache-restricted-envJosh2024-08-291-1/+1
|\ \ \ | |/ / |/| |
| * | fix(config): Avoid error messages for restricted opcache APIJosh2024-08-281-1/+1
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-294-0/+10
* | | Merge pull request #47515 from nextcloud/bugfix/noid/fix-migration-sortingAndy Scherzinger2024-08-281-13/+21
|\ \ \
| * | | fix(migration): Correctly sort migrations by version numberJoas Schilling2024-08-271-13/+21
* | | | fix: Also validate parent path in `verifyPath`Ferdinand Thiessen2024-08-282-3/+17
* | | | fix: Allow read-only filename validation to allow reading filesFerdinand Thiessen2024-08-281-1/+12
* | | | fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-281-5/+8
| |/ / |/| |
* | | Merge pull request #46639 from nextcloud/autoshardingStephan Orbaugh2024-08-2835-67/+2646
|\ \ \
| * | | chore: Apply php:cs recommendationsLouis Chemineau2024-08-289-39/+39
| * | | fix: mark systemconfig value as not being tainted because they are implicitly...Robin Appelman2024-08-281-1/+19
| * | | fix: implement sharding compatible cleanup for various bitsRobin Appelman2024-08-286-13/+75
| * | | fix: fix share cleanup for deleted groups with shardingRobin Appelman2024-08-281-10/+18
| * | | fix: run mimetype repair query across all shardsRobin Appelman2024-08-281-0/+1
| * | | fix: hint storage id in more placesRobin Appelman2024-08-281-2/+5
| * | | fix: only allow pre-defined shardsRobin Appelman2024-08-281-8/+30