aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix(l10n): Fix plural issue with different locale and languageJoas Schilling2023-06-271-1/+6
* use getsystemvalue-functions in Mailer.phpSimon L2023-06-261-4/+4
* use source cache when listing folder during recursive copyRobin Appelman2023-06-191-5/+6
* Fix deprecated method callDominik Fuchß2023-06-141-1/+2
* Changes after code review.Dominik Fuchß2023-06-141-2/+7
* Add config variable for curl timeoutDominik Fuchß2023-06-141-2/+6
* fix(apache): Serve `mjs` (module javascript) as static filesFerdinand Thiessen2023-06-141-1/+1
* Merge pull request #38449 from nextcloud/backport/38415/stable27Arthur Schiwon2023-06-011-6/+18
|\
| * don't always check if we need to setup the object store rootRobin Appelman2023-05-241-6/+18
* | Merge pull request #38538 from nextcloud/backport/37758/stable27Andy Scherzinger2023-06-011-35/+55
|\ \
| * | redis: move lua scripts to class and add type hintsVarun Patil2023-05-311-20/+20
| * | redis: use atomic operations everywhereVarun Patil2023-05-311-35/+55
* | | fix: catch errors in id3parser libraryDaniel Kesselberg2023-05-301-2/+13
|/ /
* | fix(dav): Fix avatar size in system address bookJoas Schilling2023-05-261-1/+1
* | fix: execute throws docrine exceptions not our wrapped onesJulius Härtl2023-05-241-2/+2
|/
* Merge pull request #36692 from nextcloud/throw-exception-to-avoid-division-by...Simon L2023-05-171-0/+4
|\
| * fix(preview-generator): Throw exception before dividing by zero when generati...Thomas Citharel2023-02-131-0/+4
* | Merge pull request #38143 from nextcloud/fix/generated-avatars-cacheSimon L2023-05-162-10/+6
|\ \
| * | Clear generated avatar cachesjld31032023-05-151-3/+4
| * | Properly clear cached avatarsjld31032023-05-151-7/+2
* | | Merge pull request #38065 from nextcloud/fix-result-mimetype-loaderSimon L2023-05-161-16/+10
|\ \ \
| * | | fix(mimetype): Fix returning value when finding existing mimetype in MimeType...Thomas Citharel2023-05-041-16/+10
* | | | Merge pull request #38274 from nextcloud/bugfix/noid/reach-max-delay-in-after...Joas Schilling2023-05-161-22/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(middleware): Also abort the request when reaching max delay in afterContr...Joas Schilling2023-05-151-22/+30
* | | | Merge pull request #38196 from nextcloud/fix/fix-32bits-freespace-and-sizesCôme Chilliet2023-05-157-14/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Fix return types in phpdocCôme Chilliet2023-05-155-5/+5
| * | | Get rid of more int casts in file size manipulationsCôme Chilliet2023-05-113-9/+12
* | | | Merge pull request #32961 from nextcloud/more-debug-lazyuserfolderCôme Chilliet2023-05-152-6/+18
|\ \ \ \
| * | | | Add back missing slash in LazyUserFolder pathCôme Chilliet2023-05-091-1/+1
| * | | | Make it easier to debug issue #32304Carl Schwan2023-05-042-7/+19
* | | | | fix: Do not attempt to use l10n files as sources for combined js filesJulius Härtl2023-05-151-1/+1
* | | | | Merge pull request #37709 from nextcloud/bugfix/deadlockJulius Härtl2023-05-132-2/+11
|\ \ \ \ \
| * | | | | fix: Check for wrapped retriable exceptionsJulius Härtl2023-05-022-2/+11
* | | | | | Merge pull request #37621 from nextcloud/enh/lock-readable-pathJulius Härtl2023-05-131-0/+3
|\ \ \ \ \ \
| * | | | | | fix: Wrap filesystem LockedExceptions for holding the readable pathJulius Härtl2023-05-021-0/+3
| |/ / / / /
* | | | | | Merge pull request #36592 from nextcloud/groupmanager-search-typingRobin Appelman2023-05-122-7/+11
|\ \ \ \ \ \
| * | | | | | fix: getGroups limit check syntaxJohn Molakvoæ2023-05-111-1/+1
| * | | | | | revert public interface back to the original types, just cast them before pas...Robin Appelman2023-05-111-5/+5
| * | | | | | also update groupinterface and database backendRobin Appelman2023-05-111-3/+7
| * | | | | | fix default values and type hints for GroupManager::searchRobin Appelman2023-05-111-2/+2
| | |_|/ / / | |/| | | |
* | | | | | feat(users): Store and load a user's managerChristoph Wurst2023-05-122-0/+33
* | | | | | fix(JSResourceLocator): Handle missing translations silentlyFerdinand Thiessen2023-05-111-9/+16
|/ / / / /
* | | | | Merge pull request #33381 from luzpaz/fix/lib-public-typosJohn Molakvoæ2023-05-111-2/+2
|\ \ \ \ \
| * | | | | Fix typos in lib/public subdirectorySimon L2023-05-101-2/+2
* | | | | | Merge pull request #37961 from nextcloud/poc/noid/systemtags-perfArthur Schiwon2023-05-114-54/+174
|\ \ \ \ \ \
| * | | | | | refactor: remove where specification from SELECT getterArthur Schiwon2023-05-103-7/+8
| * | | | | | refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-093-52/+108
| * | | | | | feat: specify media type via url path: systemtags-current/$mediaTypeArthur Schiwon2023-05-092-2/+13
| * | | | | | PoC: SystemTags endpoint to return tags used by a user with meta dataArthur Schiwon2023-05-093-46/+98
* | | | | | | Merge pull request #37691 from nextcloud/object-store-background-scanJohn Molakvoæ2023-05-114-90/+110
|\ \ \ \ \ \ \