summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(webauthn): Increase database column for public key idFerdinand Thiessen2024-08-222-0/+2
* fix: `FilenameValidator::isForbidden` should only check forbidden filesFerdinand Thiessen2024-08-221-9/+18
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-2242-132/+146
* Merge pull request #47283 from nextcloud/backport/47038/stable30Andy Scherzinger2024-08-211-1/+2
|\
| * fix: check for correct storage class when checking for link parentRobin Appelman2024-08-161-1/+2
* | Merge pull request #47390 from nextcloud/backport/47352/stable30Andy Scherzinger2024-08-211-1/+1
|\ \
| * | fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write"Marcel Klehr2024-08-211-1/+1
* | | Merge pull request #47391 from nextcloud/backport/47371/stable30John Molakvoæ2024-08-212-0/+10
|\ \ \
| * | | fix: Support Safari mobileFerdinand Thiessen2024-08-212-1/+2
| * | | fix: Disable auto-zoom on iOSFerdinand Thiessen2024-08-211-0/+9
| |/ /
* | | Merge pull request #47385 from nextcloud/backport/47380/stable30Joas Schilling2024-08-211-3/+14
|\ \ \ | |/ / |/| |
| * | fix(theming): Make getImage() call save against missing non-SVG versionJoas Schilling2024-08-211-3/+14
* | | fix: adding blurhash to definitionsJoas Schilling2024-08-211-0/+6
|/ /
* | fix: use mountpoint from storage to find the encryption keysRobin Appelman2024-08-201-3/+3
* | feat: store the mountpoint of storages in the mount optionsRobin Appelman2024-08-201-2/+3
* | Merge pull request #47255 from nextcloud/backport/47253/stable30Joas Schilling2024-08-205-8/+29
|\ \
| * | feat(webauthn): Add user verification to webauthn challengesS1m2024-08-155-8/+29
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-192-2/+2
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-186-2/+124
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-172-0/+2
| |/ |/|
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-164-0/+40
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1588-242/+50
* Merge pull request #45435 from nextcloud/feat/dav/upcoming-events-apiChristoph Wurst2024-08-141-0/+1
|\
| * feat(dav): Add an API for upcoming eventsChristoph Wurst2024-08-131-0/+1
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-146-2/+44
* | Merge pull request #43573 from nextcloud/HolgerHees-fix-csp-nonce-handlingFerdinand Thiessen2024-08-135-8/+22
|\ \
| * | feat: Provide CSP nonce as `<meta>` elementFerdinand Thiessen2024-08-133-5/+16
| * | test: Adjust tests for CSP nonceFerdinand Thiessen2024-08-131-1/+1
| * | fix: Make sure CSP nonce is not double base64 encodedFerdinand Thiessen2024-08-132-3/+6
| * | fix: Use `CSP_NONCE` env variable in ContentSecurity HeaderHolger Hees2024-08-131-1/+1
* | | feat(auth): Clean-up unused auth tokens and wipe tokensChristoph Wurst2024-08-132-9/+21
| |/ |/|
* | Merge pull request #47180 from nextcloud/fix/apply-group-limit-on-remove-from...Côme Chilliet2024-08-132-2/+45
|\ \ | |/ |/|
| * fix: Remove shares only if there are no more common groups between usersCôme Chilliet2024-08-121-38/+36
| * fix(files_sharing): Delete user shares if needed when user is removed from a ...Louis Chemineau2024-08-122-2/+47
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-136-0/+72
* | fix(taskprocessing): select preferred provider when running sync task, fix ta...Julien Veyssier2024-08-123-13/+18
* | feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-123-0/+28
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-122-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-114-0/+42
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1016-0/+18
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-09126-252/+282
* fix(SetupCheck): Properly check public access to data directoryFerdinand Thiessen2024-08-088-9/+51
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-0816-0/+32
* 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-074-29/+19
|\ \
| * | 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
| * | docs: clearify IMemcache::inc and dec behaviorRobin Appelman2024-08-071-0/+6
| * | fix: set default TTL for APCu cache as per docsRobin Appelman2024-08-072-0/+11