aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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 #47291 from nextcloud/refactor/log-php-8-1Côme Chilliet2024-08-192-6/+2
|\
| * refactor(Log): Use new in initializer instead of constructor bodyFerdinand Thiessen2024-08-172-6/+2
* | 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
* Merge pull request #47038 from nextcloud/reshare-fed-shareRobin Appelman2024-08-161-1/+2
|\
| * fix: check for correct storage class when checking for link parentRobin Appelman2024-08-161-1/+2
* | Merge pull request #39611 from FedericoHeichou/add-command-user-welcomeJohn Molakvoæ2024-08-162-0/+2
|\ \ | |/ |/|
| * feat: Add user:welcome commandFedericoHeichou2024-08-162-0/+2
* | Merge pull request #38750 from whlsxl/postgres-install-errorJohn Molakvoæ2024-08-161-10/+14
|\ \
| * | fix: use `$this->tryCreateDbUser` conditionHailong Wang2024-08-161-12/+13
| * | fix: postgresql GRANT user's permission after createDatabase, ensure database...Hailong Wang2024-08-161-11/+14
| |/
* | Merge pull request #38630 from joshtrichards/jr-readdir-false-falseJohn Molakvoæ2024-08-162-2/+2
|\ \
| * | Merge branch 'master' into jr-readdir-false-falseJohn Molakvoæ2024-08-161959-48847/+54929
| |\|
| * | Clean-up some remaining readdir calls with undesirable false evaluation poten...Josh Richards2023-06-242-2/+2
* | | (base) Give a hint in web interface if SimpleXML (php-xml) is missingJosh Richards2024-08-161-0/+7
| |/ |/|
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-164-0/+40
* | feat(webauthn): Add user verification to webauthn challengesS1m2024-08-155-8/+29
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-1588-242/+50
* | fix(webauthn): Increase database column for public key idFerdinand Thiessen2024-08-142-0/+2
* | 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