aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix: lintGit'Fellow2024-08-091-1/+1
* fix(jobs): Swicth to executeStatement() while deleting rowsGit'Fellow2024-08-091-37/+16
* fix(SetupCheck): Properly check public access to data directoryFerdinand Thiessen2024-08-086-9/+49
* Merge pull request #47044 from nextcloud/fix/accept-several-mounts-in-encryptionAndy Scherzinger2024-08-071-1/+1
|\
| * fix(encryption): Fix mountpoint check to accept if several are foundCôme Chilliet2024-08-051-1/+1
* | Merge pull request #46395 from nextcloud/apcu-default-ttlRobin Appelman2024-08-072-29/+8
|\ \
| * | chore: remove Redis::DEFAULT_TTL constant now that it's defined in the interfaceRobin Appelman2024-08-071-1/+0
| * | chore: cleanup acpu inc and decRobin Appelman2024-08-071-28/+2
| * | fix: set default TTL for APCu cache as per docsRobin Appelman2024-08-071-0/+6
* | | Merge pull request #47069 from nextcloud/fix/noid/display-message-on-no-migra...Maxence Lange2024-08-071-0/+12
|\ \ \
| * | | fix(migration-preview): display a message if no attributes setMaxence Lange2024-08-061-0/+12
| |/ /
* / / fix(session): Log when session_* calls are slowChristoph Wurst2024-08-074-16/+29
|/ /
* | Merge pull request #38364 from joshtrichards/jr-preview-libgd-webp-animation-...John Molakvoæ2024-08-061-2/+49
|\ \
| * | fix(previews): Don't crash on animated WEBP imagesJosh Richards2024-05-301-2/+49
* | | Merge pull request #47065 from nextcloud/fix/group-ocJohn Molakvoæ2024-08-061-0/+2
|\ \ \
| * | | fix: Ensure database connection is setup when getting group detailsFerdinand Thiessen2024-08-061-0/+2
* | | | Merge pull request #46967 from nextcloud/fix/share-not-foundJohn Molakvoæ2024-08-062-19/+13
|\ \ \ \
| * | | | fix(files_sharing): show proper share not found error messageskjnldsv2024-08-062-19/+13
| |/ / /
* | | | Merge pull request #46985 from nextcloud/feat/email-share-formatJohn Molakvoæ2024-08-061-12/+12
|\ \ \ \ | |/ / / |/| | |
| * | | fix(emails): adjust mail button to new designskjnldsv2024-08-061-12/+12
* | | | fix: unify bundle namingJérôme Herbinet2024-08-061-1/+1
* | | | Merge pull request #46953 from nextcloud/cleanup-old-mount-repairStephan Orbaugh2024-08-062-62/+0
|\ \ \ \ | |/ / / |/| | |
| * | | chore: delete repair step for 8y old oc_mounts issueRobin Appelman2024-08-022-62/+0
* | | | Merge pull request #46931 from nextcloud/connection-builder-additional-paramsFerdinand Thiessen2024-08-051-25/+20
|\ \ \ \
| * | | | fix: fix passing additional db connection parameters in factoryRobin Appelman2024-07-311-25/+20
* | | | | fix: ensure array returned from getMountsForFileId is continiousRobin Appelman2024-08-021-2/+2
| |/ / / |/| | |
* | | | fix(files): Fix incorrect keys by reindexingChristopher Ng2024-08-011-2/+2
* | | | Merge pull request #46864 from nextcloud/fix/dont-persist-blurhash-preview-2Richard Steinmetz2024-08-011-19/+4
|\ \ \ \
| * | | | fix: don't persist previews used during blurhash generationRichard Steinmetz2024-07-301-19/+4
| | |_|/ | |/| |
* | | | Merge pull request #45950 from nextcloud/chore/remove-depreacted-searchAndy Scherzinger2024-08-017-405/+0
|\ \ \ \
| * | | | chore: Remove deprecated legacy search backendJulius Härtl2024-08-017-405/+0
* | | | | fix(activity): regroup Files and spltit sharing activityskjnldsv2024-08-011-6/+4
|/ / / /
* | | | Merge pull request #46912 from nextcloud/fix/taskprocessing-speech-to-text-le...Marcel Klehr2024-08-011-0/+4
|\ \ \ \
| * | | | fix(TaskProcessing): Legacy Speech To Text support needs UserIdMarcel Klehr2024-07-311-0/+4
| | |/ / | |/| |
* | | | Merge pull request #46872 from nextcloud/fix/taskprocessing/dont-break-with-p...Marcel Klehr2024-08-011-14/+18
|\ \ \ \ | |/ / / |/| | |
| * | | fix(TaskProcessing): Don't break if provider methods throwMarcel Klehr2024-07-301-14/+18
* | | | Merge pull request #46099 from nextcloud/fix/properly-add-accept-share-interfaceJoas Schilling2024-07-302-4/+6
|\ \ \ \
| * | | | fix: Add `acceptShare` as an interfaceFerdinand Thiessen2024-07-302-4/+6
* | | | | Merge pull request #46476 from nextcloud/enh/noid/migration-attributesStephan Orbaugh2024-07-304-0/+269
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | feat(migration-attributes): testsMaxence Lange2024-07-292-5/+7
| * | | | fix(migration-attributes): privatizing AttributeExceptionMaxence Lange2024-07-292-4/+21
| * | | | feat(upgrade): release metadataMaxence Lange2024-07-293-0/+250
| | |/ / | |/| |
* | | | feat(log): Allow to combine log.conditions to only log (app&user)Joas Schilling2024-07-303-25/+70
| |/ / |/| |
* | | Merge pull request #46379 from nextcloud/fix/folder-search-ownerFerdinand Thiessen2024-07-301-1/+24
|\ \ \ | |/ / |/| |
| * | fix: `OCP\Files\Node\Folder::search` was not setting the ownerFerdinand Thiessen2024-07-111-1/+24
* | | chore: fix some commentswithbest2024-07-292-2/+2
* | | fix: Release directory iterator and thereby its potential directory lock prio...Dennis Verspuij2024-07-271-0/+1
* | | Merge pull request #46760 from nextcloud/fix/appframework/csrf-custom-headerJohn Molakvoæ2024-07-271-0/+4
|\ \ \
| * | | fix(AppFramework): Allow requests with OCS-APIRequest header to pass CSRF checksprovokateurin2024-07-251-0/+4
* | | | Merge pull request #46508 from nextcloud/ernolf/enh/imaginary-pdf-handlingDaniel2024-07-253-1/+16
|\ \ \ \